Commit Graph

3679 Commits

Author SHA1 Message Date
Philip Prindeville 4097c888f5 isc-dhcp: update to 4.4.1
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-29 17:32:30 -06:00
Hans Dedecker 916b2f7cb7
Merge pull request #5931 from dedeckeh/pr-xtables-addons-rtsp
xtables-addons: rtsp helper improvements
2018-04-27 14:36:43 +02:00
Hans Dedecker 01692d9e13 xtables-addons: rtsp: update source in expected RTP connection
Update source IP of the expected RTP connection according to the SOURCE
attribute value if present in the RTSP SETUP REPLY message.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-04-27 14:07:09 +02:00
Hannu Nyman 0cc28022b2
Merge pull request #5970 from jemyzhang/master
net/https-dns-proxy: Update to 2018-04-23
2018-04-27 10:38:44 +03:00
Jemy Zhang f74f517b9a net/https-dns-proxy: Update to 2018-04-23
+ add option for resolver_url_prefix

Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
2018-04-26 18:19:54 +08:00
Hannu Nyman 1955fdfb87
Merge pull request #5802 from VincentRiou/lighttpd_with_wstunnel
lighttpd: add mod-wstunnel
2018-04-25 12:25:45 +03:00
W. Michael Petullo ee61fd6d53 snort: depend on libnghttp2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 18:04:26 -04:00
Hannu Nyman 5bb0a8b2cb
Merge pull request #5879 from neheb/transmission
transmission: Add rpc_host_whitelist support.
2018-04-23 17:47:41 +03:00
W. Michael Petullo 5acb617137 snort: set configuration file path in init script
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 10:11:49 -04:00
Hannu Nyman ba53019418
Merge pull request #5702 from MikePetullo/snort2
snort: update to 2.9.11.1
2018-04-23 16:44:42 +03:00
Hannu Nyman 94b743fb2b
Merge pull request #5927 from MikePetullo/snort3
snort: set W. Michael Petullo as maintainer
2018-04-23 16:44:16 +03:00
Hans Dedecker caed4b5132
Merge pull request #5933 from alinnastac/rp-pppoe-improved-init-scripts
rp-pppoe: improve init scripts
2018-04-23 09:50:31 +02:00
Alin Nastac b8e6e7f0e8 rp-pppoe: add support for logical interface names and fix interface triggers
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2018-04-23 09:19:27 +02:00
Jaehoon You 82b67e3363 coova-chilli: change PKG_MAINTAINER
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2018-04-23 13:34:44 +08:00
Jaehoon You 258cbcdb89 coova-chilli: switch to procd
Signed-off-by: Jaehoon You <teslamint@gmail.com>
2018-04-23 13:34:44 +08:00
Lucian Cristian f915143edf clamav: update to 0.100.0
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-04-22 21:39:33 +03:00
Hannu Nyman 4487a633f6
Merge pull request #5941 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.5.6
2018-04-22 12:24:52 +03:00
Hannu Nyman 3c5829a5dc
Merge pull request #5944 from chris5560/master
ddns-scripts: fixes "sed: no previous regexp"
2018-04-22 12:24:32 +03:00
Nikos Mavrogiannopoulos 7b35b9838e ocserv: updated to 0.12.0
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-04-22 11:08:53 +02:00
Christian Schoenebeck 6d8f45f759 ddns-scripts: fixes "sed: no previous regexp"
Rewritten Pull for #5885

When ran from the command line, the script prints
error messages like below. They are caused by supplying
empty "$password" and "$URL_PASS" for some log messages
like "130822       : Detect local IP on 'interface'".
The fix is to check if the values are not empty before running
through sed.

/etc/init.d/ddns start
sed: no previous regexp

Reported by Marc Benoit <marcb62185@gmail.com>

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2018-04-21 12:11:46 +02:00
Daniel Golle edd002dc3f gnurl: depend on libidn2 instead of libidn
Package configure script decided to use libidn2 already now that it
became available. This triggered a dependency error:
Package libgnurl is missing dependencies for the following libraries:
libidn2.so.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-04-20 22:55:37 +02:00
Jianhui Zhao ed2b1d7b4f wifidog-ng: Update to 1.5.6
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-04-19 20:59:35 +08:00
Zhong Jianxin 6dbac97707 acme: Add acme-dnsapi package
Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
2018-04-19 11:05:35 +02:00
Zhong Jianxin b528ec5e79 acme: Support DNS mode
Tested with dynu.com ddns.

Install acme-dnsapi:

    # opkg install acme-dnsapi

Example `/etc/config/acme`:

    config acme
        option state_dir '/etc/acme'
        option account_email email@example.org'
        option debug '0'

    config cert 'foo'
        option enabled '1'
        option use_staging '1'
        option keylength '2048'
        option update_uhttpd '0'
        option dns 'dns_dynu'
        list domains 'foo.dynu.com'
        list domains '*.foo.dynu.com'
        list credentials 'Dynu_ClientId="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"'
        list credentials 'Dynu_Secret="yyyyyyyyyyyyyyyyyyyyyyyyy"'

Run:

    # /etc/init.d/acme start

Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
2018-04-19 11:05:35 +02:00
Jo-Philipp Wich a6ea246cb2 bcp38: add init script
This commit adds a simple procd init script for bcp38 with the sole purpose
to register a configuration change trigger for /etc/config/bcp38.

The change will allow for automatic firewall reloads triggered by invoking
/sbin/reload_config or through ubus config change events emitted by LuCI.

With the init script in place and started, calling

  ubus call service event '{"type":"config.change","data":{"package":"bcp38"}}'

or

  /sbin/reload_config

will issue an /etc/init.d/firewall reload if /etc/config/bcp38 has been
modified since the last reload_config call.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-04-19 11:02:10 +02:00
Alin Nastac 26f8225d0a rp-pppoe: support for enabled uci parameters
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2018-04-19 08:30:07 +02:00
Alin Nastac 860187dcde rp-ppoe: fix init script indentation and add STOP level
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2018-04-19 08:17:29 +02:00
Hans Dedecker 91c88342ff xtables-addons: rstp: use specific source in expected RTP connection
Instead of passing a wildcard source to the expected RTP data connection;
use the server IP address of the RTSP SETUP packet or the RTP media source
from the SETUP URI contained in the SETUP packet.
This guarantees RTP data is only accepted from the expected source.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-04-18 14:32:32 +02:00
W. Michael Petullo 3e10d8ffd1 snort: set W. Michael Petullo as maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-16 20:36:44 -04:00
Dirk Brenken dd3ad7207e
Merge pull request #5918 from doscott/easydnsfix
<ddns-scripts>: Add OK to valid easydns response.
2018-04-16 15:03:59 +02:00
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
Dirk Brenken 8f9f2a3044
Merge pull request #5908 from mwarning/zerotier
zerotier: fix segfault on ARM
2018-04-16 13:18:45 +02:00
Rosen Penev e5d0ff5421 acme: Switch to normal releases + other fixes.
As acme.sh has releases, switch to using those. Update the version accordingly.

Also rearranged some stuff in the hope that uscan will start tracking releases instead of git commits. Makefile is more simple as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-15 14:11:21 +02: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
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
Moritz Warning d014516ac0 zerotier: bump package version
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:41 +02:00
Moritz Warning 279967df99 zerotier: show message when section disabled
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:38 +02:00
Moritz Warning a70f13dcba zerotier: abort on zerotier-idtool error
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:37 +02:00
Moritz Warning 488ac042f6 zerotier: log errors
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:34 +02:00
Moritz Warning 939a2a8e4b zerotier: remove broken option interface
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:32 +02:00
Moritz Warning a0b12895dc zerotier: disable -pie to avoid segfault
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-12 23:20:21 +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
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