Commit graph

3576 commits

Author SHA1 Message Date
Peter Wagner
c6035be89a ntpd: remove ntp.conf
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-01-02 15:38:07 +01:00
Peter Wagner
04654291a4 ntpd: *mimic the behaviour of the busybox ntpd's "-S" flag
*create a seperate line for every server, otherwise only the first listed server will be used
2018-01-02 15:19:23 +01:00
Yousong Zhou
4e2336c5f4 shadowsocks-libev: bump to version 3.1.2
Notable changes since 3.1.1

 - 57ab828 fix possible use-after-free in ss-server
 - 65e9d23 filter through acl first before doing sni detection
 - b26cbc2 another attack on null ref
 - d237a05 udprelay: fix off-by-one bug
 - 0c3cf8b fix runtime TFO detection
 - d445ea9 Linux 4.11 TFO socket option support
2018-01-02 10:39:39 +08:00
Yousong Zhou
a1fadbde07 shadowsocks-libev: new option no_delay
--no-delay is a new cmdline argument introduced in 3.1.0 to NOT turn off
TCP_NODELAY socket option, i.e. keeping it's default value without
setting it explicitly.  This can be potentially useful for interactive
traffics

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-01-02 10:34:50 +08:00
Daniel Golle
a6991e7962 gnunet: update to post-34C3 git head
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-01-01 00:41:14 +01:00
Michael Heimpold
1dd54f5673 ser2net: extend dynamic config generation (refs #5302)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-12-30 23:43:11 +01:00
Maxim Storchak
c2d1405919 rsync: fix CVE-2017-17433 and CVE-2017-17434
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2017-12-30 16:52:00 +02:00
Michael Heimpold
71ea9e8eac Merge branch 'master' of https://github.com/TimelessNL/packages into ser2net
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-12-28 22:14:20 +01:00
Hannu Nyman
e14ac7b9ad
Merge pull request #5332 from dibdot/adblock
adblock: release 3.4.0
2017-12-28 19:23:03 +02:00
Dirk Brenken
d699afd7fe adblock: release 3.4.0
* preserve DNS cache after adblock processing,
  - 'unbound' and 'named' support this (please check readme)
  - 'dnsmasq' now uses the 'servers-file' directive
    to minimize the reload disruption,
    even though the dns cache will be cleared after SIGHUP
  - 'kresd' dns cache is persistent by upstream default, anyway
    Turris Omnia devices need a small upstream software change
    which is not accepted/implemented yet
* email notification in case of an error or domain count < n
  (default 0, check readme)
* removed securemecca from default config (service has been closed)
* new separate functions for hash compare and list/overall count
* add missing package dependencies
* various clean-ups
* update documentation

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-28 18:11:17 +01:00
Hannu Nyman
4cd7168fad
Merge pull request #5325 from stangri/simple-adblock
simple-adblock: new boot logic & updated blacklists
2017-12-27 09:07:29 +02:00
Peter Wagner
ec61733de4 nfs-kernel-server: update to 2.3.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-27 00:39:04 +01:00
Stan Grishin
1897a04774 simple-adblock: new boot logic
Signed-off-by: Stan Grishin <stangri@melmac.net>
2017-12-26 14:13:38 -08:00
Thomas Heil
4f08691446
Merge pull request #5282 from lucize/nginxup
nginx: update to 1.12.2
2017-12-25 11:35:19 +01:00
Yousong Zhou
9853f20b0f reaver: configure with --enable-savetocurrent
It will let reaver to save session file to cwd of the process instead of
/etc/reaver.  This has the same effect as the old patch

  0002-Use-the-current-directory-for-storing-and-loading-se.patch

which was removed in the transition to reaver-wps-t6x-fork

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-25 14:16:36 +08:00
Daniel Golle
499536b1ac ola: improve init script
Drop now unneeded dependency on sudo.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-12-23 00:00:33 +01:00
Nuno Goncalves
b49773a4f9 usbip: fix typo (closes #4994 #5312)
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2017-12-22 12:46:32 +01:00
Hannu Nyman
91d730171f
Merge pull request #5309 from sartura/sysrepo_release_0.7.2
Sysrepo release 0.7.2
2017-12-22 09:50:38 +02:00
Nuno Goncalves
c9d4d01a31 usbip: fix usb.ids download (closes #4994)
Used the same solution as in utils/usbutils/Makefile

Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2017-12-21 17:03:55 +01:00
Mislav Novakovic
3902f29b69 netopeer2: bump to latest version
This patch add's a new cmakefile which builds other cmakefiles and
simplifies the Makefile, also it renames the yang files so
sysrepoctl does not create duplicates.

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-12-21 12:43:40 +01:00
Mislav Novakovic
317d897d44 sysrepo: bump to latest version
This patche renames the yang files so sysrepoctl does not create
duplicates.

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-12-21 12:43:10 +01:00
Jasper Scholte
e190a22c6a ser2net: added support for config file.
Signed-off-by: Jasper Scholte <NightNL@outlook.com>
2017-12-21 10:01:42 +01:00
Daniel Golle
9c1b1b396e gnunet: update to git snapshot 2017-12-19
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-12-21 06:06:57 +01:00
Yousong Zhou
c4fa84cc21 xl2tpd: README.md: add docs on uci options
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-19 10:18:41 +08:00
Ted Hess
ff41c17b8e
Merge pull request #5286 from pprindeville/lighttd-update-1.4.48
lighttpd: update to 1.4.48
2017-12-18 12:17:34 -05:00
W. van den Akker
597a4fc5bb
Shorewall6: Fix double/missing entry in path.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 15:39:31 +01:00
W. van den Akker
8723e3901e
Shorewall: Fix double/missing entry in path.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 15:32:57 +01:00
Hannu Nyman
8a79f6f2b2
Merge pull request #5295 from wvdakker/reorder
Shorewall(6)-lite: Reorder install section
2017-12-18 16:03:43 +02:00
Hannu Nyman
8eec9cda08
Merge pull request #5296 from wvdakker/set-path
Shorewall(6): Set path
2017-12-18 16:02:23 +02:00
W. van den Akker
bf16ee93ff
Shorewall6-lite: Reorder package/install section.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:29:54 +01:00
W. van den Akker
d2b0596a0f
Shorewall-lite: Reorder package/install section.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:29:04 +01:00
Alin Nastac
c59bea9f43 xl2tpd: remove demand support from netifd l2tp protocol
This pppd feature does not make sense in L2TP case because the
tunnel is already connected when xl2tpd launch pppd process. If
a dial-on-demand feature is to be implemented, trigger interface
would have to be provided by xl2tpd, not pppd.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2017-12-18 21:28:11 +08:00
W. van den Akker
35cb4dd18a
Shorewall6: Change path to prevent busybox/ip detection before ip-tiny/full.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:27:46 +01:00
W. van den Akker
bfb207bd08
Shorewall: Change path to prevent busybox/ip detection before ip-tiny/full.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-18 14:25:58 +01:00
Brian J. Murrell
701a3ec258 shorewall6-lite: set the PATH variable
So that it matches LEDE's default PATH value.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-17 11:24:29 -05:00
Brian J. Murrell
a8f382f90b shorewall-lite: set the PATH variable
So that it matches LEDE's default PATH value.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-17 09:14:19 -05:00
Philip Prindeville
3d59ce6f50 lighttpd: update to 1.4.48
All of the bugs for which we had patches have been fixed upstream
in 1.4.46, so the patches can be dropped.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2017-12-16 12:49:22 -07:00
John Crispin
2e62b5a132
Merge pull request #5118 from jow-/cgi-io-sha256
cgi-io: support SHA256 checksums for file uploads
2017-12-16 10:02:31 +01:00
Hannu Nyman
1b42af5931
Merge pull request #5264 from TDT-AG/pr/20171211-net-stunnel-add-uci-enabled-param
net/stunnel: add enabled config option
2017-12-16 10:46:01 +02:00
Hannu Nyman
be7a4b830d
Merge pull request #5283 from dibdot/travelmate
travelmate: release 1.0.0
2017-12-16 10:42:15 +02:00
Dirk Brenken
1995e0e632 travelmate: release 1.0.0
* limit sta interface selection/handling
  to defined travelmate interface (trm_iface) only
* check eap capabilities and ignore enterprise uplinks
  as long as eap support is not available
* documentation update
* cosmetics
* LuCI: various cleanups

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-15 19:10:17 +01:00
Christian Beier
841701651c
ola: update to 0.10.5, drop obsolete patches
This also add a patch fixing builds with newer protobuf versions,
https://github.com/OpenLightingProject/ola/pull/1336.

Signed-off-by: Christian Beier <dontmind@freeshell.org>
2017-12-15 18:23:18 +01:00
Lucian Cristian
a63a76e31d nginx: update to 1.12.2
also fixes gcc7.2 compile

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-12-15 18:45:20 +02:00
Nikos Mavrogiannopoulos
cfec94a01b
Merge pull request #5244 from yousong/p11-err.h
openconnect: fix compilation against libp11 >= 0.4.7
2017-12-15 14:38:55 +01:00
Florian Eckert
3fc880c2e9 net/stunnel: add enabled config option
Add an enabled option for the service section, so you could keep your
configuration in place without apply this section on startup or service reload.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-12-15 08:03:41 +01:00
Yousong Zhou
0d2f9d9bd6 openconnect: fix compilation against libp11 0.4.7
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-15 09:50:26 +08:00
Florian Fainelli
343006bea9
Merge pull request #5179 from neheb/cifs
cifs-utils: Update to 6.7
2017-12-14 10:47:00 -08:00
Hans Dedecker
74dbf6bcbe strongswan: add interface uci list
The interface config option allows users to configure logical OpenWRT
interface names in the ipsec section; it allows StrongSwan to listen
and send traffic on specified interface(s). It translates to interfaces_use
StrongSwan option which is a comma sepearted list of network devices
that should be used by charon.
Since StrongSwan can only be started when one of the specified logical
OpenWRT interface is up procd interface triggers are installed to
trigger the reload script.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-12-13 18:46:37 +01:00
Hans Dedecker
1d31d840d4 strongswan: fix reload service
Based on the ipsec running state reload_service is either reloading ipsec
or starting ipsec. However in the latter case it calls ipsec start which
bypasses the procd start_service function which means the running ipsec
instance is not managed by procd.
Fix this by calling start in case ipsec is not running; at the same time
add service_running function which is used by procd provided running
function.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2017-12-13 10:49:55 +01:00
Jo-Philipp Wich
175cf9e985 iodine: workaround incomplete musl nameser.h header
The arpa/nameser.h header of musl libc indirectly depends on the endian.h
header but fails to explicitely include it to properly define
`__BYTE_ORDER` and `__BIG_ENDIAN` prior to declaring the DNS `HEADER`
structure.

When both the appropriate `__BYTE_ORDER` and `__BIG_ENDIAN` defines are
unset, the `#if __BYTE_ORDER == __BIG_ENDIAN` condition in `nameser.h`
evaluates to true, causing it to declare a bad (big endian) DNS packet
header structure on little endian systems.

Work around this musl bug by forcibly passing `-include endian.h` through
the `osflags` file.

An upstream fix for musl libc has been submitted with
http://www.openwall.com/lists/musl/2017/12/04/3

This should solve iodine packet corruption on little endian musl systems
reported at
http://lists.infradead.org/pipermail/lede-dev/2017-November/010085.html

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-12-12 23:41:44 +01:00
Jo-Philipp Wich
70858690c0 nlbwmon: update to current HEAD
Update to latest Git HEAD in order to solve a number of issues.

 - Improves MAC address lookup reliability
 - Properly counts DNAT-ed connections (e.g. for port forwards)
 - Fixes stack corruption when parsing netlink records
 - Fixes deletion of gzipped databases

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-12-12 22:01:56 +01:00
Hannu Nyman
205cff1987
Merge pull request #5263 from yangfl/master
i2pd: Update to 2.17.0
2017-12-11 23:38:52 +02:00
Karl Palsson
0bc06df68c net/mosquitto: reproducible build patches
Remove build timestamp.  Using currently proposed upstream patch.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-12-11 11:00:26 +00:00
Karl Palsson
46879b2b65 net/mosquitto: depend on virtual package instead of select
Can't use DEPENDS:= +libname when libname is now a virtual package.
Switch to plain DEPENDS:= libname.

Fixes Github issue 4751

Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-12-11 10:55:08 +00:00
David Yang
06181d99a8 i2pd: Update to 2.17.0
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-12-11 15:58:24 +08:00
Florian Eckert
5e0e6e0533 net/stunnel: add uci config support
Add uci config support.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-12-10 11:13:43 +01:00
Matthias Schiffer
170fb34883
Merge pull request #5155 from neheb/patch-6
ethtool: Update to 4.13
2017-12-09 21:41:10 +01:00
champtar
e2605b07f0
Merge pull request #5248 from diizzyy/patch-111
net/stunnel: Update to 5.44
2017-12-09 09:41:25 -08:00
champtar
228db2a2a2
Merge pull request #5245 from mstorchak/rsync
rsync: fix CVE-2017-15994 and CVE-2017-16548
2017-12-09 09:31:41 -08:00
Hannu Nyman
69dd5ba7f3
Merge pull request #5250 from mstorchak/tgt
tgt: update to 1.0.72
2017-12-09 16:13:56 +02:00
Maxim Storchak
1915975979 tgt: update to 1.0.72
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2017-12-09 15:03:23 +02:00
Daniel Engberg
6b53b45e07 net/stunnel: Update to 5.44
Update stunnel to 5.44
* Disable FIPS

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-12-09 10:53:35 +01:00
Hannu Nyman
396fff138d
Merge pull request #5247 from dibdot/travelmate
travelmate: update 0.9.6
2017-12-09 09:39:05 +02:00
Dirk Brenken
48f48991c3 travelmate: update 0.9.6
* fix incomplete bssid logic
* add missing package dependencies
* Turris omnia compability fixes (LuCI, separate PR)
* OpenWrt theme fixes (LuCI, separate PR)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-09 08:20:29 +01:00
champtar
b259502c15
Merge pull request #5242 from smutt/danish
danish: Add package net/danish
2017-12-08 20:56:34 -08:00
Alexander Couzens
9d1b1c2c35 wavemon: use SOURCE_DATE_EPOCH as BUILD_DATE
Build timestamps prevent reproducible builds [0].
SOURCE_DATE_EPOCH [1] can replace BUILD_DATE in a
determinisc way.

[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-08 22:46:02 +00:00
W. van den Akker
445847f00a
Shorewall6: bump to version 5.1.9
Removed 010-update_install_sh.patch. Merged upstream.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:29:47 +01:00
W. van den Akker
037ac8cd0e
Shorewall: bump to version 5.1.9
Removed 010-update_install_sh.patch. Merged upstream.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:28:06 +01:00
W. van den Akker
93e4a9870d
Shorewall6-lite: bump to version 5.1.9
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:25:18 +01:00
W. van den Akker
dbec6fa9c5
Shorewall-lite: bump to version 5.1.9
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:24:23 +01:00
W. van den Akker
8cd958558b
Shorewall-core: bump to version 5.1.9
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-12-08 20:22:24 +01:00
Maxim Storchak
99507aa2ee rsync: Fix CVE-2017-15994 and CVE-2017-16548
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2017-12-08 19:56:10 +02:00
champtar
ef0dc732fa
Merge pull request #5243 from brianjmurrell/shorewall-multi-sources
Shorewall multi sources
2017-12-08 08:06:32 -08:00
Jo-Philipp Wich
c48f5185d3
Merge pull request #5214 from lynxis/rb_ddns_cloud
ddns-scripts: remove gzip timestamp
2017-12-08 10:47:15 +01:00
Brian J. Murrell
e0a89d9063 shorewall6: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:12 -05:00
Brian J. Murrell
ceef8da28e shorewall: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:09 -05:00
Brian J. Murrell
a88d61df59 shorewall6-lite: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:06 -05:00
Brian J. Murrell
5d3d2f4654 shorewall-lite: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:03 -05:00
Brian J. Murrell
eef2998ffa shorewall-core: Multiple source sources
Maintainer: @wvdakker

Description:
Specify multiple sources for fetching the source tarball
for redundancy.

Pulled out of a historical version of these packages before
they were removed a while ago.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
2017-12-07 21:26:00 -05:00
Andrew McConachie
50d0767aba danish: Add package net/danish
Add package Danish. A middle box implementation of RFC 6698 for HTTPS.
<https://github.com/smutt/danish>

This package installs /usr/sbin/danish(the Danish executable), /etc/init.d/danish and /etc/config/danish.

Tested with LEDE x86_64

Signed-off-by: Andrew McConachie <andrew@depht.com>
2017-12-07 20:50:10 -05:00
champtar
da435aaf94
Merge pull request #5232 from dibdot/travelmate
travelmate: update 0.9.5
2017-12-07 14:09:25 -08:00
champtar
4ad821dcd4
Merge pull request #4486 from wvdakker/master
Shorewall(6): add full packages.
2017-12-07 14:08:04 -08:00
Jakub Janco
349b90cc24 mwan3: Improve logs when member metric is too big
If metric of member interface is bigger then 256, it is not
appended to policy, now at least warn message is printed into
syslog

Signed-off-by: Jakub Janco <kubco2@gmail.com>
2017-12-07 15:41:59 +01:00
Peter Wagner
d6b201b807 tor: update to 0.3.1.9
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-07 13:42:39 +01:00
David Yang
060d90d604 i2pd: Add package
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-12-07 16:28:50 +08:00
Alexander Couzens
89e40113f6
uanytun: remove build time/host to fix reproducible builds
Build timestamps prevents reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-06 22:56:41 +01:00
Dirk Brenken
9fc66abcc0 travelmate: update 0.9.5
* change start priority to 25
* add support for hidden uplinks
* add support for wpa enterprise uplinks

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-06 16:53:43 +01:00
Yousong Zhou
209f0a37c4 pixiewps: initial version 1.4.1
Addresses #2872

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 11:20:32 +08:00
Yousong Zhou
9a35d5397d reaver: switch to reaver-wps-fork-t6x
Addresses #2872

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 11:19:59 +08:00
Yousong Zhou
a9aeab53b9 openconnect: unify indentation in README
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-05 09:37:06 +08:00
Gavin Ni
ede858fb5d openconnect: support reading password from script
"token_mode" add support for "script", which execute "token_script" to
get the password.  Some token is not supported by OpenConnect natively,
e.g. "MobilePass" or "Softoken II" used in Cisco VPN

Signed-off-by: Gavin Ni <gisngy@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-12-04 16:00:46 +08:00
Peter Wagner
f5b1dd7ce7 git: update to 2.15.1 and cleanup DEPENDS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-12-03 23:53:46 +01:00
champtar
e362d18580
Merge pull request #5216 from lynxis/rb_tcpproxy
tcpproxy: remove build timestamp and hostname
2017-12-03 09:46:18 -08:00
champtar
7031f4cdbd
Merge pull request #5164 from TDT-AG/pr/20171116-net-mwan3-fixes
net/mwan3: add improvments and add a fix
2017-12-03 09:28:18 -08:00
Alexander Couzens
59c25a89e0
tcpproxy: remove build timestamp and hostname
Build timestamp prevents reproducible builds [0].
Build hostname also breaks reproducible builds.

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-03 14:06:25 +01:00
Alexander Couzens
2b3b72522d
ddns-scripts: remove gzip timestamp
gzip create a header by default containing the filename
and the timestamp of the file.
This timestamp will break reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-12-03 06:24:21 +01:00
champtar
3e36a8e6ea
Merge pull request #5172 from jow-/polipo-enable-ipv6-support
polipo: forcibly enable IPv6 support
2017-12-02 12:44:31 -08:00
champtar
66bc9e8cd0
Merge pull request #5211 from dibdot/adblock
adblock: update 3.1.1
2017-12-02 10:12:43 -08:00
Dirk Brenken
f831d54d90 adblock: update 3.1.1
* new function to set/delete options in external uci config files
  * kresd: automated 'rpz_file' handling in /etc/config/resolver
  * firewall: automated 'force_dns' handling if you
              enable or disable adblock
* support sha256sum (default) and md5sum for blocklist
  comparison & conditional dns restarts
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-12-02 18:46:53 +01:00
Ted Hess
80e23adc76
Merge pull request #5137 from lynxis/rb_apache
apache: fix reproducible builds
2017-12-02 09:59:00 -05:00
Stijn Tintel
e247b66790 strongswan: bump to 5.6.1
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-11-30 02:01:24 +01:00
Rosen Penev
7700e36ff1 cifs-utils: Update to 6.7
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-26 15:32:33 -08:00
W. van den Akker
996ef52908
Shorewall-core: Don't depend on iptables (Thanks to Brian Murrell).
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-26 20:59:33 +01:00
Noah Meyerhans
462ffc1580
Merge pull request #5157 from halmartin/bind_statistics
bind: Add support for building with libxml2 or libjson
2017-11-24 17:36:21 -08:00
Michael Heimpold
4625398eac ser2net: update to 3.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-11-23 22:40:32 +01:00
Jo-Philipp Wich
afaceadeda polipo: forcibly enable IPv6 support
Currently `polipo.h` uses the conditional
`(__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)` to decide
whether to enable IPv6 support.

This used to work for OpenWrt CC which uses uClibc disguising itself
as Glibc 2.x but it does not work with Musl libc anymore as this library
does not export any Glibc defines.

Forcibly enable IPv6 support by passing `-DHAVE_IPv6` unconditionally
through the build flags in the OpenWrt/LEDE Makefile.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-11-23 20:54:45 +01:00
Hal Martin
66231b6d24 bind: add support for building bind with libxml2 or libjson
At least one of libjson|libxml2 is required for bind
statistics to function.

Selecting libjson|libxml2 will result in an additional
dependency required to build and install bind-libs.

Signed-off-by: Hal Martin <hal.martin@gmail.com>
2017-11-23 15:15:40 +00:00
champtar
7345395b2b
Merge pull request #5163 from neheb/mangix
transmission: Update to latest git and fix syslog.
2017-11-22 14:54:37 -08:00
Rosen Penev
c11bb018e5 transmission: Update to latest git and fix syslog.
The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction.

Also added a sysctl file that removes these warnings:

UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75)
UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80)
UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86)
UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-22 14:36:41 -08:00
Florian Eckert
c33853dd6d net/mwan3: update to version 2.6.8
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-22 13:04:14 +01:00
Steven Barth
6b375d816b
Merge pull request #5140 from lynxis/rb_mdnsresponder
mdnsresponder: fix reproducible builds
2017-11-22 09:53:20 +01:00
Gavin Ni
5d216df6cd openconnect: re-introduce config: interface
In some cases, it's useful to specify which interface to establish the VPN connection

Signed-off-by: Gavin Ni <gisngy@gmail.com>
2017-11-22 10:10:22 +08:00
Yousong Zhou
3ef23b9ebe shadowsocks-libev: bump to version 3.1.1
Notable changes since 3.1.0

    26ae365: fix possible socks5 exchange corruption caused by bad
             state transition when parsing responses
    f19a96e: fix segfault when presented with config {"mode": null}

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-11-21 17:29:53 +08:00
Ted Hess
1b8d8770ff
Merge pull request #5138 from lynxis/rb_horst
horst: remove build time to fix reproducible builds
2017-11-20 12:08:24 -05:00
Nikos Mavrogiannopoulos
4a65fe7d74
Merge pull request #5076 from non7top/juniper
openconnect: add options to support juniper
2017-11-20 13:11:06 +01:00
Vladimir Berezhnoy
d710c629e8
openconnect: add options to support juniper
Signed-off-by: Vladimir Berezhnoy <non7top@gmail.com>
2017-11-20 14:03:28 +03:00
Rosen Penev
6faa9e6fed
ethtool: Update to 4.13
Tested on ramips (mt7621)

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2017-11-19 18:47:26 -08:00
champtar
5e42ef5178
Merge pull request #5077 from TDT-GmbH/20171030-keepalived-update-version
net/keepalived: update version and add hotplug.d notify handling
2017-11-18 17:55:30 -08:00
Alexander Couzens
379afb45ef
socat: set BUILD_DATE to SOURCE_DATE_EPOCH
Build timestamp prevents reproducible builds [0].
SOURCE_DATE_EPOCH allows to use a timestamp which depends
on deterministic behaviour [1].
Fixes reproducible builds.

[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 13:15:48 +01:00
Alexander Couzens
cb1dcbe4e2
mdnsresponder: remove build timestamp to fix reproducible builds
Build timestamps prevents reproducible builds [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 12:45:56 +01:00
Alexander Couzens
a6d437c40e horst: remove build time to fix reproducible builds
Build timestamp are not reproducible [0].

[0] https://reproducible-builds.org/docs/timestamps/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 12:20:42 +01:00
Alexander Couzens
f06b980bef apache: fix reproducible builds
Remove build timestamp [0] and correct sorting [1].
Thanks to debian for the patch.

[0] https://reproducible-builds.org/docs/timestamps/
[1] https://reproducible-builds.org/docs/stable-inputs/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 12:17:03 +01:00
Alexander Couzens
4171d902d8 mdnsresponder: refresh patches
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2017-11-17 11:29:48 +01:00
Florian Eckert
3ee70a7001 net/mwan3: change usleep to sleep command
fix bug use sleep instead of usleep

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-16 09:15:28 +01:00
Florian Eckert
267c0eeaed net/mwan3: use uptime for ubus age info
If the date is changed by ntp the age value of mwan3 on ubus could jitter.
Use instead the uptime value from /proc/uptime which will not change during
system run.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-16 09:15:04 +01:00
Jo-Philipp Wich
46d0799c43 cgi-io: support SHA256 checksums for file uploads
Report SHA256 checksums in addition to the MD5 ones to make cgi-io suitable
for sysupgrade image verification.

Also allow stat(), md5sum and/or sha256sum to fail and respond with a JSON
null value instead, leaving it to the frontend to handle errors as needed.

Fixes #4790.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-11-13 17:16:29 +01:00
W. van den Akker
82c7fab9a6
Shorewall6: Add full package.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-13 08:07:06 +01:00
W. van den Akker
47889003d9
Shorewall: Add full package.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-13 08:06:32 +01:00
W. van den Akker
68df55029e
Shorewall6-lite: Bump to version 5.1.8.1
Several changes in Makefile.

Migrate init script to procd.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-13 08:05:29 +01:00
W. van den Akker
06fcb6e091
Shorewall-lite: Bump to version 5.1.8.1
Several changes in Makefile.

Migrate init script to procd.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-13 08:03:51 +01:00
W. van den Akker
2557e39a38
Shorewall-core: Bump to version 5.1.8.1
Several changes in Makefile.

Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2017-11-13 08:00:50 +01:00
Hannu Nyman
8d18da0d4e
Merge pull request #5091 from Nokius/adblock-reg_de
adblock: add German list
2017-11-11 11:08:48 +02:00
Julius-Paul Jann
e49b2e2c08 adblock: add German list
Signed-off-by: Julius-Paul Jann <foss@nokius.net>
2017-11-09 20:41:53 +01:00
Peter Wagner
c6c1213b09 tor: update to 0.3.1.8
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-09 20:40:40 +01:00
Daniel Golle
4be3935a6f gnunet: update to recent git snapshot
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-09 17:25:05 +01:00
champtar
e822b1e241
Merge pull request #4647 from salzmdan/master
knot: upgrade to 2.5.6
2017-11-08 17:34:57 -08:00
champtar
8cb3285bd4
Merge pull request #4885 from diizzyy/patch-92
net/dansguardian: Remove from tree
2017-11-08 17:29:36 -08:00
David Yang
6f0a88f1ed mwan3: update to version 2.6.7
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-11-08 23:22:04 +08:00
Florian Eckert
738da3146c net/keepalived: add keepalived.user script handling
Add keepalived.user script handling which are also saved during sysupgrade.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-08 11:36:58 +01:00
Florian Eckert
ff33ff463b net/keepalived: add notify hotplug-call script handling
During keepalived config generation for the vrrp_instance and vrrp_sync_group
the notify_* sections are automatic added to the runtime keepalived.conf.
This could be used for service which want to react on keepalived notifications.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-08 11:36:58 +01:00
David Yang
474e6bbdd7 mwan3: add check for ping
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-11-08 16:14:53 +08:00
David Yang
e094212b17 mwan3: reduce dependency on src_ip
Interfaces may be managed by 3rd-party scripts, thus src_ip may not be
always available in uci.

Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-11-08 16:14:52 +08:00
David Yang
6f38affd0c mwan3: fix empty gateway when creating routing table
Interfaces of some PtP protocols do not have a real gateway. In that
case ubus may fill them with '0.0.0.0' or even leave it blank. This
will cause error when adding new routing rule.

Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-11-08 16:14:50 +08:00
David Yang
5688f3e65a mwan3: reduce unnecessary comparisons
Signed-off-by: David Yang <mmyangfl@gmail.com>
2017-11-08 16:14:46 +08:00
Florian Eckert
4bd238e852 net/keepalived: comment alt_config_file
Comment alt_config_file option in default config

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-11-07 10:54:27 +01:00
Zoltan Herpai
91dc4e824d
Merge pull request #5059 from wigyori/master
net/sshfs: update to 2.10
2017-11-07 10:40:54 +01:00
Daniel Golle
c7602c74bb gnurl: update to version 7.56.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-11-07 01:30:02 +01:00
Peter Wagner
274eb1e720 nfs-kernel-server: update to 2.2.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-06 12:21:12 +01:00
Peter Wagner
b819714142 git: update to 2.15.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-06 12:21:12 +01:00
Saverio Proto
a665803ef2 tinc: version bump 1.0.33
Signed-off-by: Saverio Proto <saverio.proto@switch.ch>
2017-11-05 00:56:07 +01:00
Zoltan HERPAI
a609f1bbab net/sshfs: update to 2.10
Update to the latest release usable with fuse 2.x

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
2017-11-04 18:22:47 +01:00
Hannu Nyman
4b3015b075
Merge pull request #5057 from dibdot/adblock
adblock: release 3.1.0
2017-11-04 15:51:26 +02:00
Dirk Brenken
02e21a1e71 adblock: release 3.1.0
* please note: config file update required!
* add 'whitelist only' mode, block access to all domains
  except those explicitly listed in the whitelist file
* rework awk regex for all blocklist sources
  * include 'third-party' domains for all regional lists
  * change adguard url and refine filter ruleset
  * use POSIX character classes
  * fix regex for whitelist preparation
  * fix corner case parsing issues
* fix enable/disable behavior
* various other small fixes
* documentation update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-11-04 14:00:20 +01:00
Hannu Nyman
d6414cf42b
Merge pull request #5041 from StevenHessing/noddos
noddos: bump to v0.5.5
2017-11-02 17:36:07 +02:00
Daniel Salzman
f98ab6689f knot: upgrade to 2.5.6
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-11-02 10:38:50 +01:00
Steven Hessing
dc19369d5c noddos: bump up to noddos v0.5.5
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-11-01 21:27:04 -07:00
Peter Wagner
53e9e952ea wget: set myself as maintainer
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-11-01 22:24:43 +01:00
Hannu Nyman
58b038e8b5
Merge pull request #5039 from wendy2001011/wendy-1
ddns-script: fix update_url incorrect for duckdns.org service
2017-10-31 18:48:00 +02:00
Hannu Nyman
92ffab8bbe wget: fix update to 1.19.2 for buildbot
Disable linkage to libunistring with a hack: advice configure
to use included libunistring when there is actually none.
This avoids libunistring detection in buildbot the the need
for dependency.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-10-30 18:37:27 +02:00
champtar
ced4eaf5a5
Merge pull request #3647 from rogerpueyo/mikrotik-btest
mikrotik-btest: Add package
2017-10-30 09:33:50 -07:00
Florian Eckert
d4e1c96cc4 net/keepalived: move track_interface generation into own section
In a vrrp_instance the track_interface could not be referenced similar
to a track_script. The uci track_interface section must be always set
into every vrrp_instance.

During config generation use the already prepared function
"print_track_elem_indent" to write the track_interface section into every
vrrp_instance which references this.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
b66372fb43 net/keepalived: add quoting for print_elems_indent function
If you add a notify_* script which is not only a path to a script or
to a bin file, it is necessary to quote to whole string. If you do not
quote this the config will not get accepted by keepalived and so will
not start. This will fix this issue.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
e58a068447 net/keepalived: preserve keepalived uci file over sysupgrade
Preserve keepalived uci file over sysupgrade.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
2360f361f5 net/keepalived: update CONFIGURE_ARGS
Remove unused and unrecognized (outdated) configure options in Makefile.
--enable-vrrp
--enable-fwmark
--disable-debug
--disable-profile

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:40:25 +01:00
Florian Eckert
b5104b0f62 net/keepalived: update version to 1.3.9
update keepalived to version 1.3.9

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:16:26 +01:00
Florian Eckert
ebc64a2748 net/keepalived: remove patches for version 1.2.19
This patches are already upstream. Not needed anymore.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-10-30 15:15:54 +01:00
Peter Wagner
d971514af8 tor: disable lzma to get rid of the liblzma.so.5 dependency
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-30 12:22:37 +01:00
Roger Pueyo Centelles
8a51e7d213 mikrotik-btest: Add package
mikrotik-btest is a bandwidth test client compatible with Mikrotik's RouterOS BTest server.

Signed-off-by: Roger Pueyo Centelles <roger.pueyo@guifi.net>
2017-10-30 09:08:51 +01:00
Wendy Wu
8e62bc6b6c ddns-script: fix update_url incorrect for duckdns.org service
Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Compile tested: arch:arm, OpenWRT/LEDE version:for-15.05
Run tested: arch:arm, OpenWRT/LEDE version:for-15.05, tests done

Description:
<ddns-script>: fix update_url incorrect for duckdns.org service
Signed-off-by: Wendy Wu <wendy2001011@163.com>
2017-10-30 14:07:16 +08:00
Peter Wagner
11af80ebe1 wget: update to 1.19.2
Fixes: CVE-2017-13089, CVE-2017-13090

switch to gz as there is no xz tarball for 1.19.2

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 19:39:08 +01:00
Matthias Schiffer
dfd652ff3b
jool: fix PKG_BUILD_DIR to avoid kernel ABI mismatch
As jool builds a kernel module, a PKG_BUILD_DIR under KERNEL_BUILD_DIR must
be used to avoid reusing build artifacts when switching to a different
target of the same architecture. Otherwise, kernel ABI mismatches may
result, leading to an unusuable module, or build failures like the
following:

    Package kmod-jool is missing dependencies for the following libraries:
    crypto_hash.ko

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-10-29 18:36:59 +01:00
Peter Wagner
90a74ed428 irssi: fix typo
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 17:07:24 +01:00
Peter Wagner
dfb51561ef irssi: update to 1.0.5
Fixes the following CVEs:

CVE-2017-15227
  https://nvd.nist.gov/vuln/detail/CVE-2017-15227

CVE-2017-15228
  https://nvd.nist.gov/vuln/detail/CVE-2017-15228

CVE-2017-15721
  https://nvd.nist.gov/vuln/detail/CVE-2017-15721

CVE-2017-15722
  https://nvd.nist.gov/vuln/detail/CVE-2017-15722

CVE-2017-15723
  https://nvd.nist.gov/vuln/detail/CVE-2017-15723

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-29 17:04:22 +01:00
Hannu Nyman
80c3c0bd2f
Merge pull request #5011 from Borromini/mii-tool
mii-tool: fix kernel 4.9 compatibility
2017-10-27 22:27:51 +03:00
Stijn Segers
8b829cdbc1 net/mii-tool: fix kernel 4.9 compatibility
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
2017-10-27 20:16:53 +02:00
Hannu Nyman
0f1e755ec2 Merge pull request #4996 from f00fc7c9/dynv6
ddns-scripts: fix dynv6.com "unchanged" response
2017-10-27 16:28:59 +03:00
Peter Wagner
314aad053b git: update to 2.14.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-27 00:12:31 +02:00
Hannu Nyman
9ad97d7585 Merge pull request #5016 from tru7/0.0.1.34
linknx: bump to version 0.0.1.34
2017-10-26 18:28:12 +03:00
Othmar Truniger
3c668250f9 linknx: bump to version 0.0.1.34
Signed-off-by: Othmar Truniger <github@truniger.ch>
2017-10-25 20:26:27 +02:00
Hannu Nyman
5e6b44559e Merge pull request #5008 from commodo/ovs-upgrade-2.8.1
openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
2017-10-25 20:02:02 +03:00
Hannu Nyman
bc4671ac5b Merge pull request #5000 from kissg1988/seafile
seafile: upgrade to 6.2.2
2017-10-25 19:59:35 +03:00
Marcin Jurkowski
f3bf7eb125 nbd: fix gnutls dependency
Get rid of gnutls dependency introduced in 5bca84b. Needs patching
configure script to make gnutls existence test optional.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-10-25 16:52:28 +02:00
Alexandru Ardelean
1a53301cd1 openvswitch: upgrade to 2.8.1 ; package more stuff from the OVS build
I should have packaged the OVN stuff, VTEP and what-not
earlier, but was not inspired to do this earlier.

I made some time now to package those parts.

Disabling flake8 & python3 explicitly.
They might get detected and cause weird build errors.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-24 14:57:12 +03:00
Gergely Kiss
252442d294 seafile: upgrade to 6.2.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-10-22 23:43:09 +02:00
Hannu Nyman
71f79a6e23 Merge pull request #4995 from kuoruan/aria2
Aria2 Update
2017-10-22 23:15:53 +03:00
Peter Wagner
39a9b7867c tor: update to 0.3.1.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-22 21:32:59 +02:00
Ernest Moshkov
6943f44550 ddns-scripts: fix dynv6.com "unchanged" response
Maintainer: Christian Schoenebeck <christian.schoenebeck@gmail.com>
Run tested: LEDE Reboot 17.01.3 r3533-d0bf257c46

Description:

user.err ddns-scripts: IP update not accepted by DDNS Provider

dynv6.com response "unchanged" is OK

Signed-off-by: Ernest Moshkov <e.moshkov@gmail.com>
2017-10-22 17:08:38 +03:00
Hsing-Wang Liao
e66bfeafae aria2: Bump 1.33.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-10-22 17:01:59 +08:00
Hsing-Wang Liao
fda73d7422 aria2: Fix typo in Config.in
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2017-10-22 17:01:40 +08:00
Jonathan McCrohan
770ca2d401 sslh: simplify Makefile
Fixes bug where sslh was being linked against libconfig, but libconfig
CPPFLAGS were being ignored.

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2017-10-21 22:12:39 +01:00
Nikos Mavrogiannopoulos
10473e43d2 ocserv: updated to 0.11.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-10-21 20:27:45 +02:00
Hannu Nyman
3c1fb8eb24 Merge pull request #4933 from sartura/sysrepo_release
Sysrepo release
2017-10-21 09:45:28 +03:00
Hannu Nyman
9d374eb0c3 Merge pull request #4968 from marcin1j/pr/20171018-nbd-bump-to-3.16.2
nbd: bump to 3.16.2
2017-10-21 09:12:20 +03:00
Hannu Nyman
b321f478d3 Merge pull request #4971 from StevenHessing/noddos
noddos: v0.5.4 SendUdpPing fix
2017-10-21 09:12:01 +03:00
Marko Ratkaj
5572eab847 dhcpcd: bump to 6.11.5
1.) pkg version bumped from 6.4.3 to 6.11.5
2.) maintainer changed to me (#4944 dhcpcd: needs a new maintainer)
3.) source changed from bz2 to xz
4.) removed old unnecessary patch
5.) minor style improvements

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-20 09:42:41 +02:00
Luka Perkov
b1c01940dd Merge pull request #4857 from sartura/squid_bump_to_3.5.27
squid: bump to 3.5.27
2017-10-19 21:06:06 +02:00
Steven Hessing
3e897585d4 noddos: v0.5.4 SendUdpPing fix
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-18 19:50:18 -07:00
Lucian Cristian
7555971dd7 xl2tpd: add some default configs needed on most of cases
mtu 1400, mru 1400 - on ppp devices, usually we need lower mtu, the existing link mabye is already under a lower MTU
require-mschap-v2 - most of the time l2tp is used in conjunction with windows client who will use this kind of auth
lcp-echo-interval 20, lcp-echo-failure 5 - keep alive 20 seconds interval and dead peer detection after 100 seconds
connect-delay 5000 - wait for up to 5 seconds after the connect script finishes for a valid PPP packet from the peer
nodefaultroute - prevent users from creating default routes with pppd
nodefaultip - disables the default behavior when no local IP address is specified
proxyarp - this will have the effect of making the peer appear to other systems to be on the local ethernet

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-19 09:48:44 +08:00
Lucian Cristian
2e5a59c5b4 xl2tpd: update to 1.3.10
lock is no longer needed and it breaks the setup
explicit added PKG_BUILD_DEPENDS:=libpcap, an indirect depend included in ppp and needed for pfc

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-10-19 09:48:44 +08:00
Marcin Jurkowski
5bca84ba53 nbd: bump to 3.16.2
Upgrade nbd to version 3.16.2.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-10-18 21:12:52 +02:00
Marko Ratkaj
ce66ecde24 clamav: fix invalid zlib version error
ClamAV's configure script uses grep to check for bugy zlib version
1.2.1. Since current OpenWrt zlib version is 1.2.11 this check passes
and build fails. This patch will disable this unneeded check and make
sure we are looking for zlib on the right location.

clamdtop was beeing built without it's ncurses dependency. Build system
would link it to the host's ncurses making the program fail at run time.
This patch will disable building of optional clamdtop, otherwise we need
to add ncurses as a dependency and fix the search path.

Increase PKG_RELEASE to reflect changes.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-10-18 17:21:40 +02:00
Ted Hess
569a8f5956 Merge pull request #4967 from dibdot/adblock
adblock: update 3.0.3
2017-10-18 10:48:06 -04:00
Dirk Brenken
5c934e5352 adblock: update 3.0.3
* add new list source to default config to block browser-based
  crypto mining

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-10-18 12:50:12 +02:00
Hannu Nyman
df72a84986 Merge pull request #4948 from ldir-EDB0/remwireguard
wireguard: drop wireguard
2017-10-16 19:34:07 +03:00
Jonathan Bennett
5a69b9c08f Fwknopd: Bump PKG_RELEASE and minor fix
An unneccesary include in the init file was causing problems when using the package builder.
Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
2017-10-16 11:20:18 -05:00
Hannu Nyman
7e1ab2dd95 Merge pull request #4924 from oldium/fwknopd-init-script
fwknop: Add start-up dependency on network interface for fwknopd.
2017-10-16 19:17:16 +03:00
Hannu Nyman
58ebbb7a49 Merge pull request #4947 from commodo/tcpreplay-update
tcpreplay: update to version 4.2.5
2017-10-16 17:35:38 +03:00
Hannu Nyman
8a0e5c4008 Merge pull request #4950 from StevenHessing/noddos
noddos: noddos v0.5.3
2017-10-16 17:34:54 +03:00
Steven Hessing
330768a409 noddos: noddos v0.5.3
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-16 06:09:33 -07:00
Kevin Darbyshire-Bryant
ff07e0c835 wireguard: drop wireguard
WireGuard was added to LEDE core. See discussion at
lede-project/source#1409

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-10-16 13:01:12 +01:00
Alexandru Ardelean
d8f7818311 tcpreplay: update to version 4.2.5
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-10-16 09:58:22 +03:00
Thomas Heil
f75385588b memcached: update to version 1.5.2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 19:10:59 +02:00
Thomas Heil
2ef52e041b haproxy: disable lua on mips
- to fix  #4606 we disable to lua build for haproxy
   depending on CONFIG_mips = y

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 18:48:29 +02:00
Thomas Heil
1feb0bae0f haproxy update to 1.7.9 and pending patches
- update lua to 5.3.4

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 17:25:38 +02:00
Thomas Heil
923b4558a6 apache: update to 2.4.28
- fix CVE-2017-9798
 - fix #4926
  make http2 support configurable, in case of enables libnghttp2
  package dont build http2. instead use CONFIG_APACHE_HTTP2 to
  enable http2 support

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-10-15 16:59:50 +02:00
Mislav Novakovic
cd37f47e62 netopeer2: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-10-12 11:28:39 +02:00
Mislav Novakovic
cc9eedb786 sysrepo: bump to latest version
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-10-12 11:28:39 +02:00
Eric Luehrsen
e59bc86e21 unbound: update to 1.6.7
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-10-11 00:12:48 -04:00
Oldřich Jedlička
22a9f58909 fwknop: Add start-up dependency on network interface for fwknopd.
Added new "network" section with option "network", which takes network
interface name.

The start-up is migrated to use procd and depend either on the "network"
interface (after resolving it to a physical device), or on the PCAP_INTF
option from "config" section (usual place for raw interface name for
fwknopd). When the uci_enabled option is disabled, the value of PCAP_INTF
is taken from the user-provided fwknopd.conf.

Also fixed UCI_ENABLED variable evaluation.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
2017-10-10 19:23:44 +02:00
champtar
bc5e788164 Merge pull request #4887 from diizzyy/patch-94
net/l7-protocols: Remove from tree
2017-10-09 15:34:06 -07:00
Daniel Engberg
21bcd799d3 net/l7-protocols: Remove from tree
The l7-filter project hasn't been active for a very long time and support in
OpenWrt/LEDE has been dropped making this package orphaned.

Support in qos-script removed: bdb6c313de367280ed17ad234136f133ceb37551
(SVN: r45425)
Support in tree removed: d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1
(SVN: r45423)

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-09 08:14:38 +02:00
Hauke Mehrtens
7bb34ef7fc freeradius3: fix CVE-2017-9148
This takes the fix for CVE-2017-9148 from Debian.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-10-08 21:05:12 +02:00
champtar
48625fbed0 Merge pull request #4907 from stargieg/master
knxd: Fix config file location and init script.
2017-10-08 08:48:57 -07:00
champtar
9327639722 Merge pull request #4899 from fededim/master
lftp: compilation bugfix for old openwrt buildroot
2017-10-08 08:24:28 -07:00
Federico Di Marco
97c16445b2 lftp: compilation bugfix for old openwrt buildroot
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2017-10-08 09:39:02 +02:00
champtar
5c1be8ee05 Merge pull request #4850 from p-wassi/pppoe-relay
net/rp-pppoe: fix typo in init script
2017-10-07 20:39:43 -07:00
champtar
51a65144ef Merge pull request #4909 from StevenHessing/noddos
noddos: v0.5.2, mDNS TXT parsing fix
2017-10-07 20:34:05 -07:00
Hannu Nyman
79ef85aa8c Merge pull request #4906 from ldir-EDB0/bumpwireguard
wireguard: bump to release 0.0.20171005
2017-10-07 12:00:24 +03:00
Steven Hessing
16a4bcbcd1 noddos: v0.5.2, mDNS TXT parsing fix
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-06 14:13:53 -07:00
Patrick Grimm
596e228884 knxd: Fix typo in sh vars „send-delay“ and „client-addrs“
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 15:58:24 +02:00
Patrick Grimm
ade26942ac knxd: Add uci config and knxd_args to ini convert
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 14:51:22 +02:00
Patrick Grimm
53caa112be knxd: Fix config file location and init script.
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
2017-10-06 14:12:48 +02:00
Bruno Randolf
dce9c6496a horst: Use https tar.gz instead of git download
Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-10-06 10:15:32 +01:00
Kevin Darbyshire-Bryant
4ca30618f6 wireguard: bump to release 0.0.20171005
Bump to latest release snapshot.

Tested on: ar71xx Archer c7 v2

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2017-10-06 10:00:41 +01:00
Hannu Nyman
6376544d15 Merge pull request #4898 from br101/horst
horst: Update to version 5.1 and add init script
2017-10-05 21:30:10 +03:00
Peter Wagner
09bfebc7da openssh: update to 7.6p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-05 19:50:30 +02:00
Daniel Golle
39f9fc4e48 gnunet: update git snapshot
Start building with testing enabled as a preparation to eventually
packaging the testbed components.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-10-05 15:40:29 +02:00
Daniel Golle
585385a8d0 gnurl: update to version 7.55.1-4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-10-05 15:40:03 +02:00
Bruno Randolf
0840efd64c horst: Update to version 5.1 and add init script
Update to latest stable version and add init script and config file to start
horst in server mode as a service.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2017-10-04 21:40:16 +01:00
Paul Wassi
89c7fa089e net/rp-pppoe: cleanup config options
Remove misspelled configuration options which were left in place
for reasons of backwards-compatibility.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-10-04 16:14:51 +02:00
Paul Wassi
a5c43479ce net/rp-pppoe: fix typo in init script
Due to a typo in the init scripts, certain parameters are not appended
to the cmdline. (max. # of concurrent sessions).
For backwards compatibility leave both spellings in place.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2017-10-04 16:13:38 +02:00
Hannu Nyman
938401f4a4 Merge pull request #4894 from StevenHessing/noddos
noddos: bump up to noddos v0.5.1
2017-10-03 10:20:54 +03:00
Steven Hessing
88f3b3db17 noddos: bump up to noddos v0.5.1
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-10-02 17:34:17 -07:00
Hannu Nyman
81ee54c24c Merge pull request #4892 from fededim/master
lftp: updated to 4.8.2
2017-10-02 20:39:55 +03:00
Federico Di Marco
7049eb1746 lftp: updated to 4.8.2
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2017-10-02 10:43:23 +02:00
Jason A. Donenfeld
a69c4b73a9 wireguard: bump to release 0.0.20171001
Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-10-02 03:15:35 +02:00
Daniel Engberg
8f177b2430 net/dansguardian: Remove from tree
Dansguardian hasn't seen a release in over 5 years and been deprecated
upstream. We're just doing a disservice providing software that isn't
supported. If functionality is needed please use e2guardian instead (in tree).

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-10-02 00:34:10 +02:00
Peter Wagner
64db240f13 git: update to 2.14.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-10-01 22:12:01 +02:00
Daniel Salzman
3da0750725 knot: upgrade to 2.5.5
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-29 15:04:49 +02:00
Stijn Tintel
e4165b4452 net-snmp: avoid duplicate section names
It seems that UCI can't handle duplicate section names in a single
config file, even if they use different types. After the previous
commit, running `uci export` results in the following error:

uci: Parse error (section of different type overwrites prior section with same name) at line 17, byte 23

Append a 6 to the com2sec6 section names to solve this.

Fixes: 0e1c8b4ccc ("net-snmp: snmpd: listen on IPv6 by default")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 04:36:47 +03:00
Stijn Tintel
0e1c8b4ccc net-snmp: snmpd: listen on IPv6 by default
Closes #4758.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 02:45:25 +03:00
Stijn Tintel
8079f86caa net-snmp: add snmptrapd packages
Closes #4724.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 02:40:49 +03:00
Stijn Tintel
61769b0786 net-snmp: use LN macro
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 01:56:38 +03:00
Stijn Tintel
83a216bcc9 net-snmp: improve snmp-utils description
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-09-29 01:38:37 +03:00
Hannu Nyman
9bd2f8477e Merge pull request #4866 from sotux/bugfix
net/ddns-scripts: Fix deSEC update URL
2017-09-25 22:21:42 +03:00
Marko Ratkaj
44f41ff9b6 squid: bump to 3.5.27
Bump Squid to version 3.5.27 and fix broken menuconfig menu.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2017-09-25 10:50:44 +02:00
Qian Zheng
f626cd6334 net/ddns-scripts: Fix deSEC update URL
deSEC update API doesn't support http://[USERNAME]:[PASSWORD]@update.dedyn.io/update authorization.

So we need to pass username & password as get parameters.

API ref: https://desec.io/#!/en/docs/update-api-details

Signed-off-by: Qian Zheng <sotux82@gmail.com>
2017-09-25 08:56:46 +08:00
Hauke Mehrtens
dbb84d39d4 tor: update to version 0.2.9.12
This fixes the TROVE-2017-008 (CVE-2017-0380) security problem.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2017-09-24 17:51:27 +02:00
champtar
091cb4ef2f Merge pull request #4853 from StevenHessing/noddos
noddos: Noddos v0.5.0 with mDNS / DNS-SD support
2017-09-23 15:16:48 -07:00
champtar
d55f755201 Merge pull request #4872 from champtar/sha256
Fix some PKG_MIRROR_HASH / PKG_HASH
2017-09-23 14:00:04 -07:00
Hannu Nyman
59735c02c8 Merge pull request #4871 from EricLuehrsen/unbound_control
unbound: upstream 1.6.6 and enhance control UCI option
2017-09-23 15:43:36 +03:00
Etienne Champetier
b11c04d310 iotivity: add PKG_MIRROR_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-09-22 21:53:40 -07:00
Etienne Champetier
f2730554e5 shorewall: use sha256 for PKG_HASH
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2017-09-22 21:20:36 -07:00
Eric Luehrsen
e7f5bbc65e unbound: update options for remote-control
Enhance the 'control' option to allow using SSL
to connect to the server. Add the 'extended_stats'
option to match 'extended-statistics: yes.'
Document the 'extended_luci' option; it does not
control Unbound, but changes the LuCI tabs.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-09-22 22:54:32 -04:00
Eric Luehrsen
d61a16ca11 unbound: update to 1.6.6
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2017-09-21 22:54:35 -04:00
Daniel Salzman
e3cecc84a6 knot: upgrade to 2.5.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:11 +02:00
Daniel Salzman
4e79fa8059 knot: upgrade to 2.5.3
Update the default config file to reflect the server changes.
Remove no longer applicable patch.

Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Daniel Salzman
f326cc65e3 knot: don't create 'knot' user for utilities
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Daniel Salzman
603c7b9815 knot: simplify tests installation and execution
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Daniel Salzman
207de88a2c knot: merge knot libraries, add explicit dependency versions, library cleanup
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2017-09-20 16:01:10 +02:00
Hannu Nyman
3fcbbbf500 wget: Revert update to 1.19.1
revert the update as the new wget version links to libunistring
that is a rather large library. Better to revert the update now
in order to fix buildbot and then look into solutions.

signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-19 19:37:21 +03:00
Steven Hessing
62d9d512d7 noddos: Noddos v0.5.0 with mDNS / DNS-SD support
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-09-18 20:52:09 -07:00
champtar
7fdf3e02cf Merge pull request #4838 from StevenHessing/noddos
noddos: Don't create /var/lib/noddos in Makefile (#4837)
2017-09-18 16:58:37 -07:00
champtar
837d32805d Merge pull request #4852 from diizzyy/patch-90
net/sngrep: Update to 1.4.4-rc2
2017-09-18 16:49:55 -07:00
champtar
5e12eb440d Merge pull request #4844 from diizzyy/patch-88
net/inadyn: Update to 2.2
2017-09-18 16:35:52 -07:00
Daniel Engberg
c1653a5f78 net/sngrep: Update to 1.4.4-rc2
Update sngrep to 1.4.4-rc2

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-19 00:17:39 +02:00
Hannu Nyman
50148276a1 wget: try to fix libunistring dependency
wget 1.91.1 configure script tries to link libunistring
if that is found. That lib is rather large and is not that
essential for normal operations, so instead of depending
on that, try to avoid linking it.

Revert an upstream commit that removed the clearance of
libunistring data in case IRI is explicitly disabled
(like we have it).

Reference to upstream commits:
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=00ae9b4ee2caa6640776e9777e7ef5a374d082c0
http://git.savannah.gnu.org/cgit/wget.git/commit/?id=990f3d67d340d226bbd4187f5d310a4d2bf2bfe4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-18 20:40:16 +03:00
champtar
a5b23eff1c Merge pull request #4849 from zx2c4/patch-9
wireguard: bump to release 0.0.20170918
2017-09-18 09:40:47 -07:00
champtar
abcb97f3e9 Merge pull request #4744 from sartura/sysrepo_update
Sysrepo update
2017-09-18 09:34:55 -07:00
Jason A. Donenfeld
a429215a7e wireguard: bump to release 0.0.20170918
Simple version bump.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-09-18 17:59:00 +02:00
Mislav Novakovic
8f2dd7dbb7 sysrepo: update the sysrepo/netopeer2 stack
Patch includes updates to packages:
netopeer2: update to version 0.4.0
sysrepo: update to 0.7.0
libnetconf2: update to 0.9.15
libyang: update to 0.13.46

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2017-09-18 12:00:38 +02:00
Hannu Nyman
39fa464ffe Merge pull request #4847 from mlichvar/chrony-update-3.2
chrony: update to 3.2
2017-09-18 12:40:13 +03:00
Hannu Nyman
38fc74e257 Merge pull request #4841 from hnyman/wget191
wget: update to 1.19.1
2017-09-18 12:39:11 +03:00
Miroslav Lichvar
8a7fc71b52 chrony: update to 3.2
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2017-09-18 09:55:16 +02:00
Yousong Zhou
bdb01ebc55 shadowsocks-libev: bump to version 3.1.0
Notable changes since 3.0.8

    ede744a: depends on libcares now instead of libudns
    1c64829: new cmdline option --no-delay for not turning off TCP_NODELAY
    9201619: ss-local: check if client supports socks5 protocol and no-auth-required method
    f8283fc: Fix potential buffer overflow when parsing json config
    380fddb: redir: fix conversion from DSCP to ToS

The two patches are now in the offical repo
2017-09-18 13:29:24 +08:00
Yousong Zhou
0931d35319 shadowsocks-libev: ss-rules: eliminiate not needed local var 2017-09-18 13:29:23 +08:00
Daniel Engberg
2c53e52bab net/inadyn: Update to 2.2
Update inadyn to 2.2
Switch to release tarball
Remove example file from package

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-09-18 01:05:09 +02:00
Hannu Nyman
d4b8c0d7cc wget: update to 1.19.1
Update wget to 1.19.1

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-09-16 18:31:51 +03:00
Steven Hessing
6c89390a01 noddos: Don't create /var/lib/noddos in Noddos OpenWRT/Lede Makefile
Signed-off-by: Steven Hessing <steven.hessing@gmail.com>
2017-09-15 12:42:19 -07:00
champtar
5edc198f37 Merge pull request #4630 from marcin1j/pr/20170725-htpdate-init-scripts
htpdate: modify init scripts to use procd and uci configuration
2017-09-15 10:29:48 -07:00
Hannu Nyman
3c6b5c777f Merge pull request #4835 from dibdot/adblock
adblock: update 3.0.2
2017-09-15 16:19:48 +03:00
Dirk Brenken
8822046be5 adblock: update 3.0.2
* better system information
* several kresd related documentation fixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2017-09-15 14:51:14 +02:00
Marcin Jurkowski
73dbc6cf92 htpdate: modify init scripts to use procd and uci configuration
Modify init script to use standard uci configuration and procd for
process management. We benefit from:
- use of standard LEDE configuration with its ability to revert and
  commit changes
- validation of configuration variables
- procd taking care of restarting daemon when config changes and user
  wants to reload it
- automatic respawning of daemon process in case it dies

The source is patched to make it possible to run as a daemon in
foreground.

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
2017-09-15 10:51:31 +02:00
champtar
837b464cfd Merge pull request #4815 from tru7/master
linknx: bump to new upstream version
2017-09-14 17:46:16 -07:00
champtar
6818e862bc Merge pull request #4821 from TDT-GmbH/pr/20170912-mwan3-fix-intial-state
net/mwan3: fix mwan3track initial_state and track_ip order
2017-09-14 17:32:12 -07:00
champtar
e0c9798afe Merge pull request #4609 from StevenHessing/noddos
noddos: introduction of noddos package
2017-09-14 14:26:42 -07:00
Yousong Zhou
fd0f3aa930 shadowsocks-libev: minor tweak without functional change
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2017-09-14 11:25:34 +08:00
Florian Eckert
2cf984c69e net/mwan3: fix track_ips order
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-12 16:14:32 +02:00
Florian Eckert
803f69546e net/mwan3: fix mwan3track STATUS if initial_state is offline
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2017-09-12 15:55:27 +02:00
Hannu Nyman
7e012770f8 Merge pull request #4811 from marcin1j/pr/20170902-mwan3-fix-interface-bound-network-traffic
mwan3: fix interface-bound traffic when interface is offline
2017-09-12 16:28:42 +03:00