Commit graph

3914 commits

Author SHA1 Message Date
Kevin Darbyshire-Bryant
2777953325 miniupnpd: build with gc-sections & LTO
Building with --gc-sections & -flto drop ipk size from 72600 to 66345
on MIPS

No misbehaviour due to these optimisations observed.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-09 20:02:17 +01:00
Florian Eckert
bafec2901b net/keepalived: update to 1.4.4
Update to new upstream stable version 1.4.4

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-09 10:01:13 +02:00
Hannu Nyman
76870c6ac6
Merge pull request #5855 from diizzyy/net-vnstat
net/vnstat: Update to 1.18
2018-05-08 19:55:12 +03:00
Hannu Nyman
0c67d811f9
Merge pull request #6022 from ldir-EDB0/bumpminiupnpd
miniupnpd: bump to 2.0.20180503
2018-05-08 19:06:24 +03:00
Hannu Nyman
ee979b8ab8
Merge pull request #6009 from ramsonline/patch-1
adblock: typo : donwload -> download
2018-05-08 18:59:16 +03:00
Kevin Darbyshire-Bryant
079e57bbd1 miniupnpd: bump to 2.0.20180503
Bumping to latest release.  No (used) functional difference.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-08 14:32:55 +01:00
Florian Eckert
3bf2768d2e net/keepalived: update to 1.4.3
bump PKG_VERSION to 1.4.3

To Fix compilation issue cherry-pick two commits from keepalived master tree:
afc450807c
58ae2ba75f

This was discussed on:
https://github.com/acassen/keepalived/issues/835

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-05-08 14:51:32 +02:00
Federico Di Marco
2b881481d1 lftp: updated to 4.8.3
Signed-off-by: Federico Di Marco <fededim@gmail.com>
2018-05-08 03:24:25 -07:00
Karl Palsson
ea06577f6f net/mosquitto: support all the extra options from newest version
Import the config conversion script from https://github.com/remakeelectric/owrt_pub_feeds/tree/master/net/mosquitto-next

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-05-07 17:24:11 +00:00
Karl Palsson
276ce75a96 mosquitto: bump to major 1.5 release
This is a major release.

https://mosquitto.org/blog/2018/05/version-1-5-released/

Performance, configurability, protection from fuzzing and bad data,
customizable SSL contexts, all sorts of goodies.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-05-07 11:09:14 +00:00
Toke Høiland-Jørgensen
7e1dfc2dc5 acme: Change boot init script logic to invoke start
The new procd config dependency tracking requires the start method to be
called even on boot. So add a state file that is checked by the run script
to condition the special-case boot run instead of the previous independent
call to the run script.

Ref: https://github.com/openwrt/luci/pull/1769

Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-05-07 11:48:26 +02:00
Toke Høiland-Jørgensen
9dc0862aab sqm-scripts: Bump to v1.2.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-05-06 18:15:32 +02:00
rams
0d09ff93e4
typo : donwload -> download
small typo in description
2018-05-05 20:10:43 +02:00
Jo-Philipp Wich
ddaf94229c
Merge pull request #6001 from ldir-EDB0/importminiupnpd
miniupnpd: Import release 20180422 to repo
2018-05-05 19:40:06 +02:00
Hannu Nyman
5ed74f3ba0
Merge pull request #6008 from EricLuehrsen/unbound_171
unbound: update to 1.7.1
2018-05-05 18:42:36 +03:00
Hannu Nyman
1934c3a439 lftp: disable correct libidn version
Fix buildbot breakage by disabling libidn2 that has been recently
added to the packages.

lftp has apparently switched from libidn to libidn2 some time ago,
so the old configure directive was actually wrong, as can be seen
from build log.

  > configure: WARNING: unrecognized options: --without-libidn
  > ...
  > Package lftp is missing dependencies for the following libraries:
  > libidn2.so.0

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-05-05 17:40:02 +03:00
Eric Luehrsen
b3f01f407a unbound: update to 1.7.1
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-05-05 10:10:11 -04:00
Kevin Darbyshire-Bryant
a2e2eeb409 miniupnpd: Import release 20180422 to repo
Import miniupnpd from routing repo and bump to 20180422.

Drop 102-ipv6-ext-port.patch as this looks upstreamed in the pinhole
code to me.
Consolidate all other patches & update with a view to sending upstream.

Add support for runtime IGDv1 mode switch (default to IGDv2)

(not extensively) Tested-on: ar71xx Archer C7 v2 in IGDv1 compatibility
mode.  A variety of devices/applications appear to be able to create
mappings.

Have an attempt at resolving https://github.com/openwrt-routing/packages/issues/286
TL;DR miniupnpd rules get processed before fw3 rules and thus can
override existing/intended redirects.  Ideally the miniupnpd rules would
be last in the relevant chains, unfortunately fw3 can sometimes use the
last rule as a REJECT.  Put miniupnpd rules as penultimate.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-04 09:03:56 +01:00
Hannu Nyman
a40234905e
Merge pull request #5990 from tripolar/master
don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
2018-05-03 00:04:19 +03:00
Hannu Nyman
3afd1fe1fd
Merge pull request #6000 from mwarning/kadnode
kadnode: use codeload url
2018-05-03 00:01:41 +03:00
Hannu Nyman
d1d5a186b0
Merge pull request #5997 from mwarning/zerotier
zerotier: update to version 1.2.8
2018-05-03 00:00:27 +03:00
Moritz Warning
32242f6f6e kadnode: smaller binary
Decreases size of package by 3%

Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 20:21:50 +02:00
Moritz Warning
e72341e52a kadnode: use codeload url
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 20:21:43 +02:00
Moritz Warning
1296791114 zerotier: update to version 1.2.8
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-05-02 19:23:31 +02:00
Toke Høiland-Jørgensen
5e73184c2f sqm-scripts: Another bump to v1.2.1 2018-05-02 18:45:36 +02:00
Jo-Philipp Wich
bcb7c9a68d
Merge pull request #5999 from tohojo/master
sqm-scripts: Bump to v1.2.0
2018-05-02 18:14:11 +02:00
Toke Høiland-Jørgensen
5ddd499372 sqm-scripts: Bump to v1.2.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2018-05-02 17:26:41 +02:00
W. van den Akker
7b499ad839
Shorewall6: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:45:38 +02:00
W. van den Akker
21d8e453a8
Shorewall: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:44:32 +02:00
W. van den Akker
a8ccc81275
Shorewall6-lite: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:41:50 +02:00
W. van den Akker
507251f76e
Shorewall-lite: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:40:22 +02:00
W. van den Akker
eb878dce15
Shorewall-core: Bump to version 5.2.0.1.
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-05-01 18:39:44 +02:00
Peter Wagner
14bc5b015a unbound: don't use unitialised vars when UNBOUND_D_DHCP_LINK != odhcpd
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-05-01 14:05:30 +02:00
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
Rosen Penev
5fec3889e5 cifs-utils: Update to 6.8
Removed libtalloc dependency and adjusted configure args to skip some tests. Those packages were not being built anyway.

Size difference: 14405 vs. 14125 on mvebu. Also 11275 bytes for libtalloc are gone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-13 16:24:21 -07: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
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
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
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
Moritz Warning
cf63e76698 zerotier: fix 'unknown operand' error
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-04-10 10:42:16 +02: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
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
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
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
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
Rosen Penev
cfc6d23f9b transmission: Add rpc_host_whitelist support.
It was requested as it can be useful under certain circumstances.

Disabled rpc_whitelist by default. Not only is there a firewall, but it denies access when IP address of the device is changed.

Added group support in UCI. Fixes cases where group does not match the user (nobody:nogroup).

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-06 13:33:30 -07: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
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
Miroslav Lichvar
5b65338ccb chrony: update to 3.3
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2018-04-04 13:32:41 +02:00
Luiz Angelo Daros de Luca
e6e65f3e54 mwan3: ipv6-compatible default conf
Considering that ipv6 NPT/NAT/NETMAP is done manually by user,
mwan3 can balance ipv6 interfaces as it does with ipv4.

Interface wan2 was renamed to wanb as wan2, wan3, ... will eventually
colide with OpenWrt with default wan6 interface when more than 6
interfaces are in use.

New interfaces, members for wan6 and wanb6 where created, both disabled
by default. Policies where adapted as well.

The option "family" is set respectively in each interface. When missing,
mwan3 assumes ipv4, that will fail when interface is IPv6 only.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2018-04-03 13:35:28 -03:00
Hannu Nyman
2db8bec8fe linuxptp: fix version and hash
Correct the versioning and use PKG_HASH

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-03 18:08:37 +03:00
Hannu Nyman
d6ac302d08
Merge pull request #5867 from wodu/linuxptp_maint
linuxptp: Upgrade to v1.9
2018-04-03 17:52:31 +03:00
Hannu Nyman
40ec2568f9
Merge pull request #5850 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.5.2
2018-04-03 17:48:06 +03:00
Wojciech Dubowik
92bc48de9b linuxptp: Upgrade to v1.9
Plus one upstream fix.

Signed-off-by: Wojciech Dubowik <klute99@gmail.com>
2018-04-03 09:13:01 +02:00
Hannu Nyman
b468ff0417
Merge pull request #5852 from bluewavenet/patch-5
mwan3: Add missing globals config section
2018-04-02 18:08:01 +03:00
Jianhui Zhao
9468277423 wifidog-ng: Update to 1.5.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-04-02 14:00:14 +08:00
Philip Prindeville
d72c130c13
Merge pull request #5819 from pprindeville/add-explicit-domain
Add more functionality to ISC-DHCP configuration
2018-04-01 19:59:17 -06:00
Daniel Engberg
028b696777 net/vnstat: Update to 1.18
Update vnstat to 1.18

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-01 21:29:41 +02:00
Rob White
dc746a55a1
mwan3: Add missing globals config section
Add missing globals config section with default values.
Without the correctly named section, mwan3 startup will fail with the error - Warning: mwan3 is global disabled. Usage: /etc/init.d/mwan3 start.
Compile: not required
Run tested: LEDE 17.01.04
Author-name: Rob White
Maintainer: Florian Eckert <fe@dev.tdt.de>
Signed-off-by: Rob White <rob@blue-wave.net>
2018-04-01 10:04:46 +01:00
Hans Dedecker
ffd78405f0 net-snmp: InstallDev fix
Commit 384c2a8cfd added support for symlinking
net-snmp-config into $(STAGING_DIR)/usr/bin but forgot to install first
$(STAGING_DIR)/usr/bin resulting into a compile issue if
$(STAGING_DIR)/usr/bin is not yet present.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-03-31 09:29:49 +02:00
Philip Prindeville
a0cd1691c3 isc-dhcp: support generic DHCP options
Allow specifying NTP servers, search domains, etc. by the administrator
directly specifying DHCP options (per interface, i.e. per pool).

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-03-29 20:12:03 -06:00
Philip Prindeville
05ca13e17c isc-dhcp: allow explicitly configuring a domain
Setting a domain now results in 'option domain-name "xyzzy";'
being generated globally.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-03-29 20:12:03 -06:00
Hannu Nyman
44985fbcef
Merge pull request #5776 from hanetzer/coova-misleading-indentation
net/coova-chilli: fix -Werror=misleading-indendation
2018-03-29 19:57:07 +03:00
Florian Eckert
7c641a3d03 net/mwan3: update version to 2.6.12
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-29 14:58:02 +02:00
Florian Eckert
704ec2b064 net/mwan3: set default mask to 0x3F00
The IPsec ip route table has the default number 220.
If mwan3 has more then 7 bits set (124 interfaces) then if mwan3 down is
executed the table is also cleared. To solve this set default max 7
bits in the mmx_mask for mwan3.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-29 14:51:36 +02:00
Hannu Nyman
e911c7db9d
Merge pull request #5824 from neheb/xinetd
xinetd: Update URLs.
2018-03-27 23:28:48 +03:00
Hannu Nyman
f5b926fc5a
Merge pull request #5837 from zhaojh329/wifidog-ng
wifidog-ng: depends ipset
2018-03-27 23:26:48 +03:00
Jianhui Zhao
beeb393e43 wifidog-ng: depends ipset
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-27 11:32:13 +08:00
Lucian Cristian
2f1f402b2f acme: update acme to latest git
adds V2 support

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-03-26 22:19:31 +02:00
Jianhui Zhao
7b3c66a96a wifidog-ng: Update to 1.4.0
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-26 17:09:14 +08:00
Rosen Penev
d41fd1d92e
iptraf-ng: Fix Source URLs
The Fedora links have changed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-25 19:32:38 -07:00
Rosen Penev
0f9000ef05 xinetd: Update URLs.
xinetd.org has been defunct for a long time and it seems the main developer moved everything to GitHub.

Discovered with uscan.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-25 18:23:39 -07:00
Michael Heimpold
a1ef3172fd Merge branch 'libfmt-knxd'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:39:22 +02:00
Othmar Truniger
dbe8f4099f knxd: add dependency on libfmt (closes #5793)
Signed-off-by: Othmar Truniger <github@truniger.ch>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:37:31 +02:00
Peter Wagner
0d4f1af0ce git: update to 2.16.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-25 20:05:10 +02:00
Hannu Nyman
5477a5abe2
Merge pull request #5815 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.3.0
2018-03-25 10:34:03 +03:00
Jianhui Zhao
c4d3c5e79b wifidog-ng: Update to 1.3.0
be35e54 Optimized by use ipset
2dcc126 Optimize kernel module code
08231b4 Remove url param of login api
bf7b435 Support compile kernel module on ubuntu for test
ffca07a Optimize kernel module
b03c757 Optimize code

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-25 14:50:16 +08:00
Lucian Cristian
d664e792ce clamav: update clamav to 0.99.4
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2018-03-25 01:02:26 +02:00
Vincent Riou
193ef9ab9c lighttpd: add mod-wstunnel
Exposes the mod-wstunnel plugin which implements websocket proxying over http

Signed-off-by: Vincent Riou <vincent@invizbox.com>
2018-03-23 14:54:11 +00:00
Hannu Nyman
759ee14f41 mwan3: adjust dependency from ip-full to ip
Adjust the dependency from ip-full back to ip.

Returning back to "ip" is now possible as busybox does not provide
"ip" any more, making "ip" again reference to ip-tiny or ip-full.

Reference to discussion in #5747

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-23 16:52:27 +02:00
Rosen Penev
447f90ea13 reaver: Update to 1.6.4
Compile tested on ar71xx

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-22 06:50:06 +08:00
Eric Luehrsen
3d67dcd3cb unbound: fix SLAAC DNS inference
Bug: If DHCPv4 MAC are used to infer SLAAC and the forth position of
the subnet /64 is 0 (X:X:X:0::/64), then DNS records where malformed.

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-03-19 23:14:00 -04:00
Hannu Nyman
2f6ec257d5
Merge pull request #5772 from ryzhovau/softflowd-src
softflowd: use Google Storage API to get sources from former Googlecode
2018-03-19 17:32:16 +02:00
Eric Luehrsen
8b616efb10 unbound: add domain resolution control options
- Add domain_forward to permit designated domains to forward instead
  of recurse as listed in resolve.conf.auto from DHCP WAN client
- Update rebind_protection and add rebind_interface to protect IP6
  GLA locally just like RFC 1918 protection
- Rename trigger to trigger_interface with backwards compatability
- Update odhcpd script for efficiency handling many clients

Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-03-18 14:48:50 -04:00
Eric Luehrsen
0776f28b37 unbound: update to 1.7.0
Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
2018-03-18 14:48:50 -04:00
Hannu Nyman
8e7d633b73
Merge pull request #5777 from TDT-AG/pr/20181316-net-wan3-update
net/wan3: add some enhancements
2018-03-18 19:42:34 +02:00
Jianhui Zhao
2e6a902a76 wifidog-ng: update to 1.2.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-18 18:25:38 +08:00
Florian Eckert
3c2e05d440 net/mwan3: update version to 2.6.11
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-16 14:45:29 +01:00
Florian Eckert
ae70008ed7 net/mwan3: update hint in mwan3.user for connected/disconnected
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-16 14:45:29 +01:00
Florian Eckert
270245e6d4 net/mwan3: deviate max interface value from mmx_mask value
We need always three of the firewall mask value for
* default routing table
* blackhole
* unreachable
the other will be used for the interfaces.

* If we have set the mmx_mask to max 0xFF00 (8 bit set) we could use max 252
  interfaces.
* If we have set the mmx_mask to min 0x0E00 (3 bit set) we could use max 4
  interfaces.

Only the ones are counting from the firewall mask value.
Minimal three firewall mask bit vaules must be set.
Maximal eight firewall mask bit vaules could be set.

Table overview mmx_mask value bits vs. max interfaces

mmx_mask value bits set 1 -> not usefull
mmx_mask value bits set 2 -> not usefull
mmx_mask value bits set 3 ->   4 Interfaces (mask example 0x0E)
mmx_mask value bits set 4 ->  12 Interfaces
mmx_mask value bits set 5 ->  28 Interfaces
mmx_mask value bits set 6 ->  60 Interfaces
mmx_mask value bits set 7 -> 124 Interfaces
mmx_mask value bits set 8 -> 252 Interfaces (mask example 0xFF)

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-16 14:45:29 +01:00
Florian Eckert
7c178353f0 net/mwan3: remove unused local variables
Remove unused local variables

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-16 14:45:29 +01:00
Florian Eckert
4f1e85bd8c net/mwan3: add connected/disconnected ACTION to mwan3track
Add a new ACTIONs:

* connected ACTION is called once if mwan3track reach all configured track_ips
* disconnected ACTION is called once if mwan3track is unable to reach the track_ips

The connected/disconnected will called only by mwan3track in opposite
the ACTIONs ifup/ifdown will also be called by netifd.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-16 14:44:04 +01:00
Marty E. Plummer
0679859513
net/coova-chilli: fix -Werror=misleading-indendation
As it currently stands, the version of coova-chilli the packages feed
will not compile against 4fd87220567f1ae3ad209da1f602dc81c6b4d6b1

I've quasi-backported (could not find a single commit which fixes these
particular issues) https://github.com/coova/coova-chilli 's formatting
on the impacted sections, and it compiles.

Once a new version is added to the feed this patch can likely be
dropped.

Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
2018-03-16 07:01:10 -05:00
Alexander Ryzhov
e71c49c683 softflowd: use Google Storage API to get sources from former Googlecode
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2018-03-16 09:49:15 +03:00
Jianhui Zhao
42cd6981f1 wifidog-ng: update 1.2.0
78c472b Support allow doamin by ubus
eb6036d support add/del client by ubus

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-16 00:13:22 +08:00
Hannu Nyman
7236a144d7
Merge pull request #5763 from neheb/patch-1
aircrack-ng: Add -std=gnu89 to fix compile issues.
2018-03-15 17:40:51 +02:00
Hannu Nyman
790ecf889b
Merge pull request #5657 from iamperson347/stubby0.2.2
stubby: Bump to 0.2.2 plus updates to default config
2018-03-15 17:39:12 +02:00
Rosen Penev
2e99339191
aircrack-ng: Add -std=gnu89 to fix compile issues.
The code assumes pre-C99 inlining. This causes issues with GCC7 which assumes C11. Add std=gnu89 to restore proper behavior.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-14 19:26:13 -07:00
Yousong Zhou
fa958f4a99 openvswitch: bump to version 2.8.2
Changes since 2.8.2 as recorded in NEWS-2.8.2

    - NSH implementation now conforms to latest draft (draft-ietf-sfc-nsh-28).
    - Bug fixes

0006-adapt-ovs-scripts.patch was splited into two separate patches as
the original patch does not apply against 2.8.2 anymore.  Other patches
are just re-numbered without actual function change

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-14 22:40:30 +08:00
Karl Palsson
450577536f pagekitec: add new package
From the package description:
PageKite is a system for running publicly visible servers (generally
 web servers) on machines without a direct connection to the Internet,
 such as mobile devices or computers behind restrictive firewalls.
 PageKite works around NAT, firewalls and IP-address limitations by
 using a combination of tunnels and reverse proxies.

 This package provides an implementation of the PageKite Protocol in C,
 optimized for high-performance or embedded applications.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2018-03-14 10:54:26 +00:00
Peter Wagner
c57adab9f1 git: use hardlinks for /usr/lib/git-core/git{,-shell,-upload-pack}
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-13 19:09:43 +01:00
Felix Fietkau
47df65608f openvswitch: add missing dependency
Fixes a build error

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-13 11:17:46 +01:00
Hannu Nyman
b6e7afe663
Merge pull request #5092 from TDT-AG/pr/20171109-fix-libubox-dependencies
mwan3: fix package to dependency
2018-03-12 17:45:04 +02:00
Hannu Nyman
6da1b3fe23
Merge pull request #5749 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.4
2018-03-12 13:11:40 +02:00
Marko Ratkaj
8da5b2cf9e
Merge pull request #5634 from sartura/sysrepo_v0.7.3_python_lua_bindings
sysrepo: add python2 and lua5.1 language bindings
2018-03-12 11:56:08 +01:00
Florian Eckert
e12f3c8c14 net/mwan3: add jshn and ip-full to package dependency
* The mwan3 scripts sources ". /usr/share/libubox/jshn.sh"
* Mwan3 only works if ip-full is installed
  Error -> "ip: invalid argument '0xfd00/0xff00' to 'fwmark'"

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2018-03-12 10:14:36 +01:00
Jianhui Zhao
c4af49b84f wifidog-ng: Update to 1.1.4
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-12 14:04:07 +08:00
Yousong Zhou
ecd396a764 xl2tpd: bump to version 1.3.11 2018-03-12 11:25:16 +08:00
Jianhui Zhao
e3007a0812 wifidog-ng: Update to 1.1.3
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-11 17:59:00 +08:00
Jianhui Zhao
30dfb77d45 wifidog-ng: Update to 1.1.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-11 13:25:04 +08:00
Hannu Nyman
6a1351d46e
Merge pull request #5733 from zhaojh329/wifidog-ng
wifidog-ng: Add package
2018-03-10 11:42:12 +02:00
Hannu Nyman
cba10ad932
Merge pull request #5719 from fededim/master
sstp-client: updated to 1.0.12
2018-03-10 11:39:22 +02:00
Hannu Nyman
2304d595e1
Merge pull request #5724 from jemyzhang/master
net/https-dns-proxy: Update to 2018-01-28
2018-03-10 11:34:58 +02:00
Hannu Nyman
89040a0deb
Merge pull request #5166 from TDT-AG/pr/20171122-keepalived-uci-improvements
net/keepalived: uci improvements
2018-03-09 11:09:22 +02:00
Jianhui Zhao
5bcee7d7e0 wifidog-ng: Add package
Next generation WifiDog

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-09 13:32:34 +08:00
Felix Fietkau
f7e0e06fcb rp-pppoe: depend on ppp instead of selecting it
ppp has multiple variants, so selecting one of them introduces a
recursive dependency for any packge selecting it.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-08 11:11:30 +01:00
Felix Fietkau
ac5b0f1996 rp-pppoe: fix pppoe server issues
Use ppp-mod-pppoe instead of shipping its own broken plugin
Always use rp-pppoe.so instead of the (not packaged) pppoe user space
implementation

Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-07 18:41:01 +01:00
Felix Fietkau
cf3e9c3f71 rp-pppoe: fix linker errors
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-07 17:20:31 +01:00
Felix Fietkau
3412ddb2c0 rp-pppoe: refresh patches
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-03-07 17:20:31 +01:00
Jemy Zhang
1831d97cf1 net/https-dns-proxy: Update to 2018-01-28
+ initial DNS resolve via proxy
+ option of subnet address
+ option of proxy server

Signed-off-by: Jemy Zhang <jemy.zhang@gmail.com>
2018-03-07 17:26:56 +08:00
Federico Di Marco
d4d9d74082 sstp-client: updated to 1.0.12
softethervpn: updated to 4.25-9656

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2018-03-06 20:54:49 +01:00
Yousong Zhou
e22de081f9 openvswitch: use https download url
At the time of this writing, Open vSwitch official website suggests
http://openvswitch.org whose https couterpart uses a self-signed
certificate, but it redirects to http://www.openvswitch.org, which has a
working https equivalent.

Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
6aedd02984 openvswitch: set Yousong Zhou as the maintainer
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
5f5dc3614f openvswitch: add gre, vxlan, geneve tunneling support
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
19b2e7627e openvswitch: bump PKG_RELEASE
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
eeb6a3fcbb openvswitch: rework openvswitch kernel datapath package
- KCONFIG: bridge compatibility was removed since Open vSwitch 1.10.
   See Open vSwitch FAQ.md for details
 - The module does not depend on kmod-gre, kmod-vxlan
 - Use AutoProbe to remove dependecy on specific priority

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
f53d452bd1 openvswitch: python: rework host and target dependency
Open vSwitch needs to run python on build machine to make build-time
required files.  python-six library is only required by the openvswitch
python library on target machine, not a build dependency.

We override host PYTHONPATH by overriding it in MAKE_VARS.  This way we
can remove 0003-override-pythonpath-via-make-vars.patch

This also fixes shebang wrongly pointing to python on host

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
5b56acae21 openvswitch: python: remove openvswitch as a dependency
The python library is a standalone unit.  Remove dependency on
PACKAGE_openvswitch to allow users to use it with maybe remote
openvswitch services.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
c8ed010772 openvswitch: remove --disable-ssl
Remove it since we already select libopenssl in openvswitch-base

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
f11d8495ca openvswitch: use default rundir /var/run/openvswitch/
This subdir contains multiple pid, unix domain socket files.  It's a
custom to put them in it's own subdir

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Yousong Zhou
4feb43bf43 openvswitch: remove dependency on SUPPORTED_KERNELS
Quote from Open vSwitch FAQ.md

    Open vSwitch userspace should also work with the Linux kernel module
    built into Linux 3.3 and later.

    Open vSwitch userspace is not sensitive to the Linux kernel version. It
    should build against almost any kernel, certainly against 2.6.32 and
    later.

The SUPPORTED_KERNEL dependency for openvswitch kernel module only
makes sense when we are building it from the ovs release tarballs
against mainline kernels.  Now that we are using the module from vanilla
kernel itself, the dependency does not exist anymore

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 00:29:53 +08:00
Peter Wagner
280f764ef8 ntpd: update to 4.2.8p11
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-05 08:26:04 +01:00
Thomas Heil
153b14cbfb
Merge pull request #5710 from gladiac1337/feature-haproxy-1.8
haproxy: Update HAProxy to v1.8.4 (+patches)
2018-03-04 15:53:16 +01:00
Thomas Heil
906dbf43f8
Merge pull request #5708 from gladiac1337/master
haproxy: Fix Lua-support on non-mips(el) targets.
2018-03-04 15:51:35 +01:00
Christian Lachner
d6ff6a97d5 haproxy: Fix non-ssl builds
- Add missing libatomic dependency in non-ssl variant of the build

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-04 13:10:53 +01:00
Christian Lachner
02deb12f70 haproxy: Update HAProxy to v1.8.4 (+patches)
- Update haproxy download URL and hash
- Update the haproxy homepage
- Add libatomic to the dependencies as 1.8 needs it
- Make USE_REGPARM an x86-only option as this fixes many warnings and does not do much on non-x86 platforms
- Add USE_GETADDRINFO=1 to use getaddrinfo() to resolve IPv6 host names
- Add USE_TFO=1 to enable TCP fast open
- Unbreak CFLAGS, LD and LDFLAGS by adding the missing backslash after $(ADDON)
- Unbreak IGNOREGIT=1 option (typo)
- Rework LDFLAGS and add libatomic
- Add MEDIUM+ patches (see https://www.haproxy.org/bugs/bugs-1.8.4.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-04 12:42:10 +01:00
Hannu Nyman
e0e6e5229d
Merge pull request #5704 from wvdakker/master
Shorewall: Bump to version 5.1.12.3
2018-03-04 09:25:41 +02:00
Hannu Nyman
39b11f401b
Merge pull request #5699 from br101/pingcheck
pingcheck: Update to latest version
2018-03-03 20:56:24 +02:00
Peter Wagner
741623d10c tor: update to 0.3.2.10
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-03 18:37:57 +01:00
Christian Lachner
4012a69514 haproxy: Change download-URLs to https-variants
- change haproxy download-URL to https-variant
- change lua download-URL to https-variant

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-03 17:07:20 +01:00
Christian Lachner
f66b279d87 haproxy: Fix Lua-support on non-mips(el) targets.
- the Lua-support logic was cleaned up to unbreak Lua-support on non-mips(el) targets. Previously, no target had Lua-support.
- mips and mipsel are both known to currently not build with Lua-support enabled => disable both.
- mips64 and mips64el were tested fine with Lua-support enabled.

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2018-03-03 16:14:17 +01:00
Nikos Mavrogiannopoulos
1256498a3c ocserv: updated to 0.11.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2018-03-03 15:12:29 +01:00
Bruno Randolf
5aa7987876 pingcheck: Update to latest version
Signed-off-by: Bruno Randolf <br1@einfach.org>
2018-03-03 12:30:02 +00:00
W. van den Akker
21f905698c
Shorewall6: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:32:02 +01:00
W. van den Akker
9b48603fc4
Shorewall: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:30:48 +01:00
W. van den Akker
1b29396d71
Shorewall6-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 12:29:40 +01:00
Dirk Brenken
2e4e7b0487
Merge pull request #5678 from neheb/wifidog
wifidog: Change URL to HTTPS and switch file to .xz
2018-03-03 10:13:20 +01:00
W. van den Akker
7000109be3
Shorewall-lite: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 09:49:08 +01:00
W. van den Akker
e67677a7b6
Shorewall-core: Bump to version 5.1.12.3
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-03-03 09:47:37 +01:00
Dirk Brenken
0a8bdb8564
Merge pull request #5700 from dibdot/travelmate
travelmate: update 1.1.3
2018-03-03 08:43:38 +01:00
W. Michael Petullo
fe2a50c7e4 snort: update to 2.9.11.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-03-02 16:35:04 -05:00
Dirk Brenken
3eeabf1273
Merge pull request #5698 from TDT-AG/bwm-ng_gcc7x_fix
bwm-ng: add patch to fix GCC 7.x compatibility
2018-03-02 18:25:05 +01:00
Dirk Brenken
fe7d6d7522 travelmate: update 1.1.3
* fix remaining status oddities
* LuCI: show WiFi QR codes from all configured Access Points

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-02 18:09:34 +01:00
Martin Schiller
8c20e7d174 bwm-ng: add patch to fix GCC 7.x compatibility
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2018-03-02 14:16:31 +01:00
Rosen Penev
abdd061cf4 transmission: Fix HTTPS and mobile devices.
HTTPS verification is totally broken in Transmission. Unclear why. Disabling as a result.

Safari exposes a JavaScript bug that makes it not load. Fixed.

Portcheck was backported to HTTPS for testing initially. Seems like a good idea.

Makefile was also fixed to use the external libnatpmp. Smaller binary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-01 22:46:07 -08:00
Karl Palsson
60cc1edc75 mosquitto: bump to 1.4.15 for CVE fixes
See
https://mosquitto.org/blog/2018/02/security-advisory-cve-2017-7651-cve-2017-7652/
for full details.

patch for reproducible builds had to be rebuilt based on upstream change.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-03-01 11:18:16 +00:00
Tony Ambardar
8214106013 sqm-scripts: Fix return value bug in postrm script
The script removes the UCI option ucitrack.@sqm[0] if present and then
returns success. If that UCI option is already absent however, the
script incorrectly returns failure, which blocks upgrade of the
luci-app-sqm package.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
2018-03-01 11:57:51 +01:00
Dirk Brenken
5864c2c12d
Merge pull request #5664 from Ansuel/ariang
ariang: add new package
2018-02-28 14:02:13 +01:00
Ansuel Smith
e258415094 ariang: add new package
Modern webui for aria2 package

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2018-02-27 22:16:42 +01:00
Dirk Brenken
345420f723
Merge pull request #5684 from dibdot/travelmate
travelmate: update 1.1.2
2018-02-27 19:23:17 +01:00
Dirk Brenken
9cc8de86c9 travelmate: update 1.1.2
* validate input timings/ranges
* fix an eap detection issue
* refine re-connection handling in case of an error
* refine debug logging

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-27 14:26:18 +01:00
Peter Wagner
d128f5f6aa irssi: update to 1.1.1
Closes the following CVEs:

CVE-2018-7050
  https://nvd.nist.gov/vuln/detail/CVE-2018-7050

CVE-2018-7051
  https://nvd.nist.gov/vuln/detail/CVE-2018-7051

CVE-2018-7052
  https://nvd.nist.gov/vuln/detail/CVE-2018-7052

CVE-2018-7053
  https://nvd.nist.gov/vuln/detail/CVE-2018-7053

CVE-2018-7054
  https://nvd.nist.gov/vuln/detail/CVE-2018-7054

Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-02-27 12:27:20 +01:00
Stijn Tintel
ec623f6b42 strongswan: bump to 5.6.2
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-02-27 00:35:47 +01:00
Rosen Penev
c5f4dfe983 wifidog: Change URL to HTTPS and switch file to .xz
HTTPS tends to go through firewalls and xz is smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-25 17:34:42 -08:00
Hannu Nyman
571acce1c2
Merge pull request #5654 from NeoRaider/update-jool
jool: update to latest git version
2018-02-25 10:21:16 +02:00
Hannu Nyman
ff0a30071b
Merge pull request #5659 from neheb/kadnode
kadnode: Change URL to use git.
2018-02-25 10:20:09 +02:00
Hannu Nyman
1b733e8b5f
Merge pull request #5674 from wvdakker/master
Shorewall: Bump to version 5.1.12.2
2018-02-25 10:18:27 +02:00
Felix Fietkau
b3aae97b6f ethtool: remove package (added to OpenWrt main repository)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2018-02-24 16:13:31 +01:00
W. van den Akker
0f41d7eded
Shorewall6: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:39:13 +01:00
W. van den Akker
fa905aab73
Shorewall: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:38:20 +01:00
W. van den Akker
7a60a0ccf7
Shorewall6-lite: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:37:27 +01:00
W. van den Akker
391834d21e
Shorewall-lite: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:36:50 +01:00
W. van den Akker
348cd96f05
Shorewall-core: Bump to version 5.1.12.2
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
2018-02-23 23:35:03 +01:00
Dirk Brenken
c06819b67e
Merge pull request #5663 from dibdot/travelmate
travelmate: update 1.1.1
2018-02-22 17:41:48 +01:00
Dirk Brenken
c68ebbec63 travelmate: update 1.1.1
* various backend bugfixes
* refine default connection threshold

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-22 17:32:17 +01:00
Rosen Penev
b27640828b kadnode: Change URL to use git.
Currently the Makefile creates a v---.tar.gz file which can conflict with other packages. Standardize the format.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-22 08:07:37 -08:00
David Mora
dcbeb660dd stubby: Bump to 0.2.2 plus updates to default config
Bump version plus changes to address concerns regarding default config for stubby provided with this package

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-02-21 22:56:02 -05:00
Matthias Schiffer
a331af8d5b
jool: update to latest git version
Fixes build against kernel 4.14.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-02-22 00:36:11 +01:00
dibdot
e4594a3fe7
Merge pull request #5639 from dibdot/adblock
adblock: update 3.5.1
2018-02-20 20:21:56 +01:00
Dirk Brenken
ba6d67883a adblock: update 3.5.1
* maintenance update, just small backend bugfixes

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-20 15:30:52 +01:00
Matija Amidzic
8feb300d8f sysrepo: add python2 and lua5.1 language bindings
Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
2018-02-20 10:52:07 +01:00
dibdot
9df6a01bb1
Merge pull request #5636 from dibdot/travelmate
travelmate: release 1.1.0
2018-02-20 08:54:54 +01:00
Dirk Brenken
76e068dc2d travelmate: release 1.1.0
* checks continuously the signal quality for conditional
  uplink (dis-) connections
* captive portal detection with internet online check and
  a 'heartbeat' function to keep the uplink connection up & running

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-02-19 21:59:03 +01:00
Karl Palsson
055be639b3 mosquitto: auto-disable TLS-PSK support if not available
OpenSSL grew the ability to turn off TLS-PSK support.  Make sure that
mosquitto turns on/off TLS-PSK support based on this OpenSSL config.

Fixes https://github.com/openwrt/packages/issues/5633
Signed-off-by: Karl Palsson <karlp@etactica.com>
2018-02-19 12:04:47 +00:00
Philip Prindeville
4b0ed514de
Merge pull request #5579 from pprindeville/update-isc-dhcp-4.4.0
isc-dhcp: update to 4.4.0
2018-02-18 13:50:12 -07:00
Jonathan McCrohan
c15e57de67 wavemon: Update to 0.8.2
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-18 20:40:57 +00:00
Jonathan McCrohan
28af41c764 sslh: Update to v1.19c
Change PKG_SOURCE_URL to https

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
2018-02-18 20:08:10 +00:00
Hannu Nyman
a03851766f
Merge pull request #5623 from sartura/sysrepo_v0.7.3
sysrepo: bump to latest version
2018-02-15 22:40:50 +02:00
Daniel Golle
e9e0dd30f4
Merge pull request #5622 from mwarning/kadnode
kadnode: udpate to version 2.2.0
2018-02-15 19:02:25 +01:00
Mislav Novakovic
90f5eeac1f sysrepo: bump to latest version
Sysrepo version 0.7.3 features following improvements:
* possibility to uninstall more modules in one command with sysrepoctl
* several bugfixes

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-02-15 16:55:48 +01:00
Hannu Nyman
e8e827c2c6 Revert "openvswitch: remove dependency on kernel version"
This reverts commit 44df061c48.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-15 09:17:48 +02:00
Hannu Nyman
a576b1d829 Revert "openvswitch: fix breakage due to removed SUPPORTED_KERNELS"
This reverts commit 8f2a9a27fd.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-15 09:17:14 +02:00
Moritz Warning
ad558464b6 kadnode: udpate to version 2.2.0
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2018-02-15 01:55:13 +01:00
Hannu Nyman
8f2a9a27fd openvswitch: fix breakage due to removed SUPPORTED_KERNELS
Fix breakage caused by 44df061c48 by removing the leftover
usage of the removed SUPPORTED_KERNELS variable

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-02-14 21:56:24 +02:00