Commit Graph

10156 Commits

Author SHA1 Message Date
Danny Scott d5ae2850b8
ddns-scripts: Add OK to valid easydns resonse.
Signed-off-by: Danny Scott <doscott@gmail.com>'
2018-04-16 09:46:17 -03:00
Hannu Nyman 62cd515fc4
Merge pull request #5914 from Shulyaka/master
postfix: version update to 3.3.0
2018-04-14 10:33:14 +03:00
Hannu Nyman 199e223f02
Merge pull request #5911 from val-kulkov/subversion-package
subversion: update to 1.10.0
2018-04-14 10:32:17 +03:00
Hannu Nyman 18286f25b2
Merge pull request #5913 from wvdakker/master
Shorewall: Bump to version 5.1.12.4
2018-04-13 23:51:54 +03:00
W. van den Akker 130f03f6df
Shorewall6: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 22:02:35 +02:00
W. van den Akker 8f650ec3c1
Shorewall: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 22:00:26 +02:00
W. van den Akker 3b2b384ecd
Shorewall6-lite: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 21:58:47 +02:00
W. van den Akker 2715be921a
Shorewall-lite: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 21:57:16 +02:00
W. van den Akker fcbc140bf9
Shorewall-core: Bump to version 5.1.12.4
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-04-13 21:55:44 +02:00
Val Kulkov 1ba6f74b5c subversion: update to 1.10.0
Update from 1.9.7 to 1.10.0.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2018-04-13 12:02:59 -04:00
champtar 49df906991
Merge pull request #5854 from diizzyy/libs-sqlite
libs/sqlite: Update to 3.23.1
2018-04-12 15:20:45 -07:00
Daniel Engberg 9c61c21014 libs/sqlite: Update to 3.23.1
Update sqlite to 3.23.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-12 23:56:36 +02:00
Florian Fainelli 72373ebc5a
Merge pull request #5827 from neheb/patch-4
iptraf-ng: Fix Source URLs
2018-04-12 11:36:37 -07:00
Hannu Nyman eb16e06f8f
Merge pull request #5900 from salzmdan/master
knot: update to 2.6.6
2018-04-12 13:08:42 +03:00
Dirk Brenken 86b2607d95
Merge pull request #5904 from TDT-AG/pr/20180412-mwna3-fix-ubus
mwan3: in ubus rpcd script fix shell local issue
2018-04-12 11:37:49 +02:00
Florian Eckert 6b0a65b183 net/mwan3: update version to 2.6.14
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-12 11:22:26 +02:00
Florian Eckert 6f96e30829 mwan3: in ubus rpcd script fix shell local issue
To fix the shell local issue in the ubus mwan3 rpcd shell script, move
the switch case statment into a function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-12 10:27:02 +02:00
Philip Prindeville b570344ee5
Merge pull request #5366 from brianjmurrell/dhcrelay-update
dhcrelay4: add support for up/downstream interfaces
2018-04-11 21:10:17 -06:00
Brian J. Murrell 93420826ab dhcrelay4: add support for up/downstream interfaces
dhcrelay has the ability to monitor interfaces for requests
in a single direction only rather than listening to all
interfaces for requests.

Doing this allows one to suppress the duplication of having
the relay forward requests from the same network that the
DHCP server is on.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2018-04-11 22:08:26 -04:00
Dirk Brenken c750f17fff
Merge pull request #5896 from allaudet/improve-autossh-config
autossh: add an 'enabled' option within the uci configuration file
2018-04-11 20:34:20 +02:00
Adrià Llaudet af31a192f8 autossh: add an 'enabled' option within the uci configuration file
In a tool like this one, you really want an option to establish if the service
should start or not by default on boot time, especially when its configuration
file has to be customized by the user.

In the configuration file, the new 'enabled' option is setted to '0' by default
since the configuration provided by default will not be the one finally used.

In the init script, the new 'enabled' option is setted to '1' by default in
order to support the previous configuration file behaviour.

Signed-off-by: Adrià Llaudet <adria.llaudet@gmail.com>
2018-04-11 20:22:17 +02:00
Marko Ratkaj 3bee7544d9
Merge pull request #5901 from sartura/openzwave_gcc_and_install_fix
openzwave: fix gcc7 compile and remove bad patch
2018-04-11 12:46:15 +00:00
Marko Ratkaj 1a4d9b7aba openzwave: fix gcc7 compile and remove bad patch
Patch 903-no-examples.patch removes MinOZW binary. This is wrong since
install section of openzwave is still using it. We can either remove the
patch or remove install section for openzwave. It seems people are using
this binary so we remove the patch.

After removing the patch the following issue appears with gcc7:
cc1plus: error: -Wformat-security ignored without -Wformat

This is resolved by adding the following to Makefile
TARGET_CPPFLAGS+=-Wno-format -Wno-format-security

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-04-11 14:30:49 +02:00
Daniel Salzman 42cfd29fe3 knot: update to 2.6.6
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2018-04-11 13:03:46 +02:00
Kevin Darbyshire-Bryant 30fa2156da libidn2: v2.0.4 Add to repo
Add libidn2 & idn2 tool to repo

Heavily based on PR by Daniel Engberg <daniel.engberg.lists@pyret.net>

Added idn2 tool & heavily based on existing idn Makefile.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-04-11 09:11:37 +08:00
Philip Prindeville fe9f1d9723
Merge pull request #5891 from pprindeville/add-per-host-dhcp-options
isc-dhcp: allow hosts to have dhcp options
2018-04-10 12:33:26 -06:00
Dirk Brenken 7593202902
Merge pull request #5893 from mwarning/zerotier
zerotier: fix 'unknown operand' error
2018-04-10 20:19:57 +02:00
Moritz Warning cf63e76698 zerotier: fix 'unknown operand' error
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-10 10:42:16 +02:00
Hannu Nyman 7103c62b61
Merge pull request #5892 from mlichvar/chrony-no-sechash
chrony: disable sechash support
2018-04-10 11:02:58 +03:00
Miroslav Lichvar dd515410a2 chrony: disable sechash support
Don't use the Nettle library (or NSS, libtomcrypt) even if it is
available.

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2018-04-10 09:00:16 +02:00
Philip Prindeville ec8aa082fc isc-dhcp: allow hosts to have dhcp options
Sometimes it's necessary to set per-host options like:

    list dhcp_option 'option:always-broadcast,true'

for hosts that don't understand unicast replies.  There might
be other options you might want to set on a per-host basis,
such as extensions-path, dhcp-message-text, etc.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-09 21:01:33 -06:00
Hannu Nyman c2317d74f4
Merge pull request #5890 from wodu/linuxptp_maint
Bump linuxptp to version 1.9.2
2018-04-09 17:32:33 +03:00
Wojciech Dubowik 2c01641216 Bump linuxptp to version 1.9.2
Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
2018-04-09 15:01:15 +02:00
Philip Prindeville 4750b7261e
Merge pull request #5887 from pprindeville/fix-dhcpd.init-typeof
Fix dhcpd.init typeof
2018-04-08 16:40:26 -06:00
Philip Prindeville 6bfb46ebdb isc-dhcp: fix typeof regex for IP address pattern
Missing backslash in "\d+" for last digit of dotted quad.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-08 16:31:28 -06:00
Philip Prindeville a35ebccb26 isc-dhcp: make files/ consistent by flattening
Some /etc/config-destined files are in files/ and suffixed with
.conf while others are in files/etc/config/ which isn't consistent.
Put everything in files/ and call it good.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-08 16:17:44 -06:00
Peter Wagner 739c65e569 openssh: update to 7.7p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-04-08 19:13:59 +02:00
Peter Wagner 4cc991094c glib2: update to 2.56.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-04-08 19:13:18 +02:00
Daniel Golle f87ff14dbb
Merge pull request #5859 from diizzyy/utils-ccid
utils/ccid: Update to 1.4.29
2018-04-08 13:17:56 +02:00
Rosen Penev a74ca8b698 znc: Update to 1.6.6 + HTTPS.
Fixed links and switched to HTTPS as the site defaults to it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-08 16:51:34 +08:00
Rosen Penev 72acab8077 unrar: Update to 5.6.1.
Change links to HTTPS and add CPE_ID.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-08 16:50:42 +08:00
Daniel Engberg 4b29cce5c9 utils/pcsc-lite: Update URLs
New URLs

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-08 16:24:35 +08:00
Florian Eckert 1c520db1f7 net/mwan3: update version to 2.6.13
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-08 16:20:24 +08:00
Florian Eckert f8cf485212 net/mwan3: also send connected action on initial_state offline
Move action into startup section will fix this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-08 16:20:24 +08:00
Florian Eckert 1eae1ae3e7 net/mwan3: add logging on ping success and fail
Add logging information during state change on ping success or fail

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-04-08 16:20:24 +08:00
Denis Shulyaka 405ea1976c postfix: version update to 3.3.0
Signed-off-by: Denis Shulyaka <Shulyaka@gmail.com>
2018-04-08 00:37:49 +03:00
Daniel Engberg b392ae5417 nmap: Update to 7.70
Update nmap suite to 7.70

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-06 11:49:10 +01:00
Hannu Nyman 50deddd1e3
Merge pull request #5872 from diizzyy/patch-1
utils/tio: Update to 1.29
2018-04-05 21:11:53 +03:00
Dirk Brenken 72356bc5db
Merge pull request #5870 from dibdot/travelmate
travelmate: update 1.2.0
2018-04-05 14:41:36 +02:00
Dirk Brenken 2d25b194d2 travelmate: update 1.2.0
* union 'automatic' and 'trigger' mode, now much more responsive
  if an uplink suddenly disappears
* tidy up (disable) travelmate related uplink connections
  if you disable the service
* change default config ('trm_automatic' removal)
* documentation update
* LuCI: remove needless 'automatic' and 'trigger' options
  plus small fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-04-05 14:29:32 +02:00