Commit graph

22450 commits

Author SHA1 Message Date
Rosen Penev
2e52916c28
sumo: update to 1.7.0
Remove CMAKE_INSTALL as there is no need for InstallDev.

Remove unneeded patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:21:03 -08:00
Rosen Penev
2b2fa695bb
protobuf: update to 3.14.0
Remove pointless CMAKE_INSTALL. There's an InstallDev section.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-01 16:18:37 -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
Josef Schlehofer
e0f76cfa82
syslog-ng: update to version 3.30.1
Bump version also in config file

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-02 01:10:16 +01: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
Rosen Penev
4fe39a4e2f
Merge pull request #14094 from CHKDSK88/crelay-patch
crelay: backport patch for use gpio >255
2020-12-01 12:12:01 -08:00
Rosen Penev
63b15f147a
Merge pull request #14095 from tru7/libfmt
libfmt: bump to release 7.1.3
2020-12-01 12:11:46 -08:00
Rosen Penev
7b6d9d7cb9
Merge pull request #14093 from mwarning/zero
zerotier: update to 1.6.2
2020-12-01 11:53:04 -08:00
Othmar Truniger
8a8bd020e9 libfmt: bump to release 7.1.3
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-12-01 14:32:07 +01:00
Pawel Dembicki
292a5a0258 crelay: backport patch for use gpio >255
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
2020-12-01 12:59:19 +01: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
Jeffery To
d8ebe7d78e python-pyopenssl: Update to 20.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-12-01 12:56:45 +02:00
Jeffery To
c8326f7140 python-cffi: Update to 1.14.4
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-12-01 11:25:01 +02:00
Rosen Penev
0e8b0b3163
graphicsmagick: fix compilation with GCC 10
Same fix as in imagemagick.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-30 17:57:02 -08:00
Rosen Penev
9bbba084a4
Merge pull request #14089 from neheb/gppsd
gpsd: fix compilation under some setups
2020-11-30 17:56:27 -08:00
Rosen Penev
0162cc3469
gpsd: fix compilation under some setups
Some commit in base broke compilation. Adding sysroot fixes it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-30 17:48:22 -08: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
Rosen Penev
d2a2aa7ca8
Merge pull request #14070 from neheb/gal
google-authenticator-libpam: fix compilation
2020-11-30 01:25:26 -08: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
002ad117ae
google-authenticator-libpam: fix InstallDev paths
libpam will soon install to /usr/lib instead of /lib. Adjust accordingly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-30 01:03:29 -08:00
Gerard Ryan
ae051aaca9 docker-ce: Added firewall.extra_iptables_args
This is a convenience argument to primarily facilitate outbound wan
connections from a docker container. However, all docker containers
can't bidirectionally communicate with the internet by default.

Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-30 18:59:34 +10:00
Gerard Ryan
8f7b57285f docker-ce: Normalized variable dereference style
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
2020-11-30 18:57:30 +10:00
Rosen Penev
56bbf351a6
Merge pull request #14077 from neheb/hpll
hplip: move back to compiling with libusb
2020-11-30 00:50:01 -08:00
Rosen Penev
ac7973dc48
Merge pull request #14084 from neheb/who
whois: fix noidn patch
2020-11-30 00:48:12 -08:00
Rosen Penev
dee9ed5a4a
Merge pull request #14062 from peter-stadler/asgiref
asgiref: update to version 3.3.1
2020-11-30 00:46:14 -08:00
Rosen Penev
e49d764281
Merge pull request #14082 from neheb/uvc
uvcdynctrl: remove libwebcam
2020-11-30 00:45:28 -08:00
Rosen Penev
82e0b7cd66
Merge pull request #14068 from neheb/pls2
pulseaudio: update to 14.0
2020-11-30 00:35:52 -08: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
Rosen Penev
03b19fb809
Merge pull request #14081 from neheb/pam151
libpam: update to 1.5.1
2020-11-30 00:17:05 -08:00
Peter Stadler
83ab6b6449 asgiref: update to version 3.3.1
From https://github.com/django/asgiref/blob/master/CHANGELOG.txt
* Updated StatelessServer to use ASGI v3 single-callable applications.

Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
2020-11-30 08:54:17 +01:00
Rosen Penev
cfedca7360
whois: fix noidn patch
If no idn2 but idn is present, it picks it up. Just remove the whole
thing.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 20:03:07 -08:00
Rosen Penev
d68b3e09d2
uvcdynctrl: remove libwebcam
It's useless and it's only used by this package. Just link it
statically.

Remove CMAKE_INSTALL as InstallDev section is gone.

Add PKG_BUILD_PARALLEL for faster compilation.

Put license information up as there are no longer 2 packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 19:59:33 -08:00
Rosen Penev
9ec3f18b8c
Merge pull request #14080 from nickberry17/update_mm_1.14.8
modemmanager: bump to 1.14.8
2020-11-29 17:29:37 -08:00
Rosen Penev
a2e34be8ab
Merge pull request #14079 from neheb/mndl
minidlna: update to 1.3.0
2020-11-29 17:28:49 -08:00
Rosen Penev
b75f250f3b
libpam: update to 1.5.1
Fix installed paths. After e52d0487e88c3c8c57e1310d1a02b18eae0d142e
upstream, this bug was exposed.

Instead of working around it, fix the patch.

After this, everything consistently gets installed to ipkg-install/usr.

Minor Makefile reorganization.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-29 17:00:05 -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
Rosen Penev
e728d3d735
Merge pull request #14078 from neheb/gpht
gphoto2: update to 2.5.26
2020-11-29 16:15:55 -08:00