Rosen Penev
e632e189fd
zerotier: add patch to avoid including sys/auxv.h
...
It seems it's not needed and not supported under uClibc-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-06 23:55:20 -08:00
Jitao Lu
c89a1f3e8b
miniupnpd: Don't override ipv6_listening_ip
...
Fixes: https://github.com/openwrt/packages/issues/14145
Signed-off-by: Jitao Lu <dianlujitao@gmail.com >
2020-12-07 11:53:30 +08:00
Nikos Mavrogiannopoulos
4c045a0260
ocserv: updated to 1.1.2
...
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com >
2020-12-06 14:28:13 +01:00
Rosen Penev
a642218951
squid: fix compilation with ccache
...
Added a patch to remove BUILDCXXFLAGS. For some reason, TARGET_CXXFLAGS
are leaking.
Removed custom Build/Compile section. There's already PKG_INSTALL.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-05 22:46:01 -08:00
Rosen Penev
f4532bd5ee
Merge pull request #14143 from gstrauss/lighttpd-1.4.56-4
...
lighttpd: wolfssl TLS compat module detection
2020-12-05 16:00:50 -08:00
Glenn Strauss
b575b91553
lighttpd: wolfssl TLS compat module detection
...
x-ref:
"[lighttpd] -mod-wolfssl fails (requires dependency on -mod-openssl?)"
https://github.com/openwrt/packages/issues/14139
github: closes #14139
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-12-05 11:37:19 -05:00
David Yang
61069b82fc
i2pd: Update to 2.35.0
...
Signed-off-by: David Yang <mmyangfl@gmail.com >
2020-12-05 17:17:45 +08:00
Rosen Penev
2aee3b04c0
Merge pull request #14136 from EricLuehrsen/unbound_011300
...
unbound: update to 1.13.0
2020-12-04 20:50:56 -08:00
Eric Luehrsen
79e3a32656
unbound: update to 1.13.0
...
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com >
2020-12-04 11:31:34 -05:00
Lucian Cristian
faac979564
frr: update to 7.5
...
switch to codeload for latest patches applied to stable branch
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com >
2020-12-04 14:09:37 +02:00
Rosen Penev
e66d0aa0ae
Merge pull request #14097 from neheb/ovn
...
openvpn: import from base
2020-12-03 20:59:22 -08:00
Rosen Penev
23c001675a
Merge pull request #14129 from flyn-org/snort
...
snort: update to 2.9.17
2020-12-03 20:45:40 -08:00
W. Michael Petullo
092cb97588
snort: update to 2.9.17
...
Signed-off-by: W. Michael Petullo <mike@flyn.org >
2020-12-03 18:06:40 -06:00
Glenn Strauss
6e8aa406f4
lighttpd: meson.build linker fix for TLS modules
...
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-12-03 17:36:29 -05:00
Jitao Lu
7077fd8c79
miniupnpd: Pass ipv6 addr to ipv6_listening_ip
...
Unlike ipv4, this option is supposed to be an IP address, otherwise, an
error occurs on startup:
can't parse "br-lan" as valid IPv6 listening address
Signed-off-by: Jitao Lu <dianlujitao@gmail.com >
2020-12-03 23:36:09 +08:00
Rosen Penev
0a86f0e35a
Merge pull request #14099 from neheb/pdnsrrr
...
pdns-recursor: update to 4.4.1
2020-12-02 15:51:49 -08:00
Rosen Penev
185d3a7526
Merge pull request #14110 from neheb/wavem
...
wavemon: update to 1.9.2
2020-12-02 15:50:18 -08:00
Christian Lachner
5e7a9a32bd
haproxy: Update HAProxy to v2.2.6
...
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com >
2020-12-02 13:07:50 +02:00
Rosen Penev
63d125b109
Merge pull request #14107 from neheb/udpx
...
udpxy: update to 1.0-25.0
2020-12-01 23:40:33 -08:00
Rosen Penev
faaef50650
wavemon: update to 1.9.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-01 16:25:32 -08:00
Rosen Penev
664e8a1c9f
udpxy: update to 1.0-25.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-01 16:23:23 -08:00
Rosen Penev
8b0457035e
pdns-recursor: update to 4.4.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-01 16:17:42 -08:00
Glenn Strauss
82221622af
lighttpd: build and bugfix patches
...
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-12-01 17:40:10 -05:00
Magnus Kroken
e4376793b4
openvpn: disable LZO support by default
...
OpenVPN recommends disabling compression, as it may weaken the security
of the connection. For users who need compression, we build with LZ4
support by default. LZO in OpenVPN pulls in liblzo at approx. 32 kB.
OpenWrt users will no longer be able to connect to OpenVPN peers that
require LZO compression, unless they build the OpenVPN package themselves.
Signed-off-by: Magnus Kroken <mkroken@gmail.com >
2020-12-01 13:04:38 -08:00
Magnus Kroken
2e55fc8b2d
openvpn: update to 2.5.0
...
New features:
* Per client tls-crypt keys
* ChaCha20-Poly1305 can be used to encrypt the data channel
* Routes are added/removed via Netlink instead of ifconfig/route
(unless iproute2 support is enabled).
* VLAN support when using a TAP device
Significant changes:
* Server support can no longer be disabled.
* Crypto support can no longer be disabled, remove nossl variant.
* Blowfish (BF-CBC) is no longer implicitly the default cipher.
OpenVPN peers prior to 2.4, or peers with data cipher negotiation
disabled, will not be able to connect to a 2.5 peer unless
option data_fallback_ciphers is set on the 2.5 peer and it contains a
cipher supported by the client.
Signed-off-by: Magnus Kroken <mkroken@gmail.com >
2020-12-01 13:03:51 -08:00
Rosen Penev
4434915571
openvpn: import from base
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-01 12:37:37 -08:00
Rosen Penev
0e77d0264e
openvpn-easy-rsa: import from base
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-12-01 12:37:37 -08:00
Moritz Warning
f49a871c36
zerotier: update to 1.6.2
...
Signed-off-by: Moritz Warning <moritzwarning@web.de >
2020-12-01 12:39:48 +01:00
Rosen Penev
e5a526e516
Merge pull request #13971 from mwarning/zerotier
...
zerotier: update to 1.6.1
2020-11-30 13:40:05 -08:00
Rosen Penev
caf8cbb2e7
Merge pull request #13800 from gstrauss/for-lighttpd-1.4.56
...
lighttpd: revamp Makefile for lighttpd 1.4.56
2020-11-30 13:20:03 -08:00
Rosen Penev
cc88432847
Merge pull request #14057 from newkit/master
...
wifischedule: Merged ignore_stations patch from user bedaes https://g…
2020-11-30 13:15:49 -08:00
Stijn Tintel
5f0918281b
strongswan: bump to 5.9.1
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be >
2020-11-30 19:02:57 +02:00
Glenn Strauss
fa1464c3b9
lighttpd: update to lighttpd 1.4.56 release hash
...
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-11-30 09:27:28 -05:00
Glenn Strauss
59ae734bed
lighttpd: lighttpd.conf enable flag for HTTP/2
...
lighttpd.conf reference server.feature-flags
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-11-30 09:27:28 -05:00
Glenn Strauss
5a374b6a5a
lighttpd: lighttpd.init reload gracefully
...
reload_server() gracefully with SIGUSR1 to lighttpd
relog() to reopen log files with SIGHUP to lighttpd
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-11-30 09:27:28 -05:00
Glenn Strauss
5fb8d5f463
lighttpd: revamp Makefile for lighttpd-1.4.56
...
* update upstream version to lighttpd-1.4.56
* depend on Nettle for MD5, SHA1, SHA256
* multiple TLS options: gnutls, mbedtls, nss, openssl, wolfssl
* new module mod_authn_dbi
* mod_authn_* depend on mod_auth
* mod_authn_file is included if mod_auth is selected in build
* mod_vhostdb_* depend on mod_vhostdb
* mod_deflate subsumes mod_compress
* remove from Makefile the include of nls.mk (no longer needed)
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-11-30 09:27:28 -05:00
Glenn Strauss
3ae0d9df1f
lighttpd: remove patches incorporated upstream
...
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com >
2020-11-30 09:27:28 -05:00
Moritz Warning
252b0a60d1
zerotier: update to 1.6.1
...
Signed-off-by: Moritz Warning <moritzwarning@web.de >
2020-11-30 13:11:00 +01:00
Nils Koenig
36ce3ffbf1
wifischedule: Merged ignore_stations patch from user bedaes https://github.com/newkit/wifischedule/pull/2
...
Signed-off-by: Nils Koenig <openwrt@newk.it >
2020-11-30 10:05:27 +01:00
Rosen Penev
3010ef22fa
Merge pull request #14032 from ptpt52/p910nd-fix
...
p910nd: config trigger reload and default disabled
2020-11-30 00:32:19 -08:00
Nicholas Smith
e13d36fa8b
modemmanager: bump to 1.14.8
...
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au >
2020-11-30 10:35:42 +10:00
Dirk Brenken
4fad6e2dc1
Merge pull request #14065 from dibdot/adblock
...
adblock: reporting fixes/tweaks
2020-11-29 13:45:27 +01:00
Rosen Penev
6f2dc12f44
Merge pull request #14066 from brvphoenix/ariang
...
ariang: add title and shortcut icons
2020-11-29 04:29:29 -08:00
Rosen Penev
75ddca2962
xtables-addons: fix package installation
...
Install directory is missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-11-29 01:37:00 -08:00
Van Waholtz
4916fbd125
ariang: add title and shortcut icons
...
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com >
2020-11-29 00:31:14 -08:00
Dirk Brenken
6e90c8fa53
adblock: reporting fixes/tweaks
...
* prevents the creation of an invalid json structure
* add more space to the domain column on cli
Signed-off-by: Dirk Brenken <dev@brenken.org >
2020-11-29 08:46:28 +01:00
Oleg Derevenetz
9cf0efc4f6
bwping: update to version 2.2
...
Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru >
2020-11-27 23:12:14 +03:00
Dirk Brenken
84f20951b3
travelmate: fix possible race condition
...
* prevent possible duplicate script execution due to
multiple ntp events in parallel
Signed-off-by: Dirk Brenken <dev@brenken.org >
2020-11-26 22:39:15 +01:00
Rosen Penev
6dc567270e
Merge pull request #14031 from ptpt52/ext_ip_reserved_ignore
...
net/miniupnpd: ext_ip_reserved_ignore support
2020-11-26 10:28:23 -08:00
Chen Minqiang
b76aa99194
net/miniupnpd: ext_ip_reserved_ignore support
...
This add an option to ignore ext_ip reserved
Enable this option in config by default.
Fixes : #13773
Signed-off-by: Chen Minqiang <ptpt52@gmail.com >
2020-11-26 15:56:20 +08:00