Florian Eckert
ca5dc9754f
Merge pull request #13752 from TDT-AG/pr/20201023-xinetd
...
xinetd: some changes
2020-10-27 09:21:16 +01:00
Toni Uhlig
62cd5a3d9a
dumb-init: add package
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-10-26 21:48:17 -07:00
Rosen Penev
3fa36bf958
softethervpn: update to 4.34-9745
...
Several patch changes regarding to OpenSSL as this version does not
compile under LibreSSL.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-26 21:46:20 -07:00
Rosen Penev
56e4edad82
transmission: remove variants and use libcurl's TLS library
...
Allows the Makefile to be cleaned up and to have fewer dependencies.
There's no need for multiple TLS libraries to be installed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-26 21:45:32 -07:00
Rosen Penev
7b5513659f
Merge pull request #13768 from bmork/conserver
...
conserver: update to version 8.2.6
2020-10-26 19:33:10 -07:00
Rosen Penev
4d24cbaf89
Merge pull request #13783 from zhanhb/coreutils-chcon
...
coreutils: Add alternatives support for chcon
2020-10-26 19:32:22 -07:00
Huangbin Zhan
8e7e0bde7f
coreutils: Add alternatives support for chcon
...
Avoid conflict with package busybox-selinux
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-10-27 05:43:43 +08:00
Alberto Bursi
32b6a0aee2
gunicorn: move to webserver category in menuconfig
...
this is a webserver and not a python library, so it makes
sense to have it in the same category other webservers
also are placed in the menuconfig interface
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
2020-10-26 21:37:58 +01:00
Olivier Poitrey
2da8c48c39
nextdns: Update to version 1.8.8
...
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
2020-10-26 20:45:16 +02:00
Jan Hak
4069bb1e72
knot: update to version 3.0.1
...
definition of PSELECT_COMPAT could be removed many years ago, is no longer needed
Signed-off-by: Jan Hak <jan.hak@nic.cz>
2020-10-26 17:45:32 +02:00
Rosen Penev
c2e5093603
Merge pull request #13730 from brvphoenix/boost
...
boost: fix boost-regex compiling failure on targets of uClibc
2020-10-25 20:29:55 -07:00
Mengyang Li
b6119433a5
openconnect: allow specify --protocol from config
...
openconnect v8.10 supports 4 VPN protocols
--protocol=anyconnect Compatible with Cisco AnyConnect SSL VPN, as well as ocserv (default)
--protocol=nc Compatible with Juniper Network Connect
--protocol=gp Compatible with Palo Alto Networks (PAN) GlobalProtect SSL VPN
--protocol=pulse Compatible with Pulse Connect Secure SSL VPN
This patch allows user to specify protocol use the new "vpn_protocol"
option and deprecate the old option "juniper" which seems to be missing in
the current openconnect client.
Signed-off-by: Mengyang Li <mayli.he@gmail.com>
2020-10-25 21:44:32 +01:00
Bjørn Mork
cff9e9e660
conserver: update to version 8.2.6
...
version 8.2.6 (October 19, 2020):
- try and address license concerns with LICENSE.md
- replace usleep with nanosleep (Rosen Penev <rosenp@gmail.com>)
- console: Add 'k' option to exit on console-down (Mylène Josserand <mylene.josserand@collabora.com>)
- Fix #48 - apply ipv4 CIDR access list when compiled with ipv6 support
Signed-off-by: Bjørn Mork <bjorn@mork.no>
2020-10-25 19:24:52 +01:00
Lucian Cristian
80ac8dac11
libreswan: update to 4.1
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-25 16:09:13 +02:00
Lucian Cristian
e07a33a917
nspr: update to 4.29
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-25 15:53:38 +02:00
Lucian Cristian
a2c293f0e4
nss: update to 3.57
...
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-25 15:53:21 +02:00
Dirk Brenken
ce27e722ec
Merge pull request #13761 from rg4github/banip_logging
...
banip: Added packet logging feature. Resolved shellcheck warnings.
2020-10-25 07:40:49 +01:00
Richard Gering
29a4f8bbb7
banip: Added packet logging feature. Resolved shellcheck warnings.
...
Signed-off-by: Richard Gering <rg4github@dutchies.us>
2020-10-24 16:20:21 -07:00
Van Waholtz
18ceb48284
boost: fix boost-regex compiling failure on targets of uClibc
...
Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2020-10-24 02:04:58 -07:00
Florian Eckert
70aa64bd22
Merge pull request #13739 from TDT-AG/pr/20201022-ddns-scripts
...
ddns-scripts: update sitelutions url
2020-10-23 15:10:00 +02:00
Helge Mader
2bba943e99
xinetd: update config sample to latest requirements
...
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-10-23 11:15:20 +02:00
Helge Mader
90ab809f7f
xinetd: include additional (runtime) directory in configuration file
...
The additional directory is created and can be used e.g. for configurations
which are created e.g. dynamically from an uci config.
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-10-23 11:14:44 +02:00
Helge Mader
4a3e547f5d
xinetd: save configurations in /etc/xinetd.d on sysupgrade
...
For applications writing their own xinetd configuration to the /etc/xinetd.d
directory it would be necessary to save them (e.g. a user edits them manually)
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-10-23 11:14:07 +02:00
Helge Mader
65c49f0030
xinetd: update PKG_RELEASE to 9
...
Signed-off-by: Helge Mader <ma@dev.tdt.de>
2020-10-23 11:12:56 +02:00
Rosen Penev
059496ce80
Merge pull request #13749 from BKPepe/ciso
...
python-ciso8601: fix missing src package
2020-10-23 00:31:32 -07:00
Florian Eckert
c374711e60
mwan3: fix reload handling
...
When the interface section was changed, the changed configuration
options were not applied.
This commit adds the service reload handling again.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-10-23 08:15:57 +02:00
Rosen Penev
07848b97bc
Merge pull request #13691 from BKPepe/babel
...
python-babel: add new package
2020-10-22 21:54:34 -07:00
Rosen Penev
6335229c89
Merge pull request #13742 from Cynerd/python-contextlib2-0.6.0
...
python-contextlib2: bump to version 0.6.0.post1
2020-10-22 21:51:31 -07:00
Rosen Penev
06d9392474
Merge pull request #13741 from Cynerd/python-appdirs-1.4.4
...
python-appdirs: update to version 1.4.4
2020-10-22 21:51:18 -07:00
Rosen Penev
5f56e61544
Merge pull request #13743 from Cynerd/python-intelhex-fix-3.9
...
python-intelhex: add patch to fix Python 3.9 compatibility
2020-10-22 21:50:55 -07:00
Rosen Penev
f5841e8293
Merge pull request #13744 from Cynerd/python-jsonpath-ng-1.5.2
...
python-jsonpath-ng: bump to version 1.5.2
2020-10-22 21:50:24 -07:00
Rosen Penev
53d86c2680
Merge pull request #13746 from Cynerd/bigclown-mqtt2influxdb-1.4.0
...
bigclown-mqtt2influxdb: bump to version 1.4.0
2020-10-22 21:50:12 -07:00
Rosen Penev
c33bd3180e
Merge pull request #13745 from Cynerd/bigclown-firmware-tool-1.5.2
...
bigclown-firmware-tool: bump to version 1.5.2
2020-10-22 21:49:46 -07:00
Josef Schlehofer
d4248ecbbd
python-ciso8601: fix missing src package
...
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-10-22 15:43:56 +02:00
Aaron Goodman
e5dc144968
mwan3: fix mwan3 'use'
...
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-10-22 09:41:48 -04:00
Florian Eckert
dd719e4960
ddns-scripts: update sitelutions url
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-10-22 07:44:26 +02:00
Rosen Penev
b55f95dbd3
Merge pull request #13734 from Meano/fix-udpxy
...
udpxy: fix error 'enable verbose' command flag in init script
2020-10-21 15:23:37 -07:00
Rosen Penev
c25a00d8b0
Merge pull request #13736 from ejurgensen/mxml_update_32
...
mxml: update to 3.2
2020-10-21 15:22:57 -07:00
Rosen Penev
f64c1d6a91
Merge pull request #13183 from mrjoel/mrjoel/ddns-default-bindnetwork
...
ddns-scripts: use ip_source as bind_network default
2020-10-21 15:21:42 -07:00
Espen Jürgensen
179dcf8724
mxml: update to 3.2
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-10-21 22:27:24 +02:00
Joel Johnson
5b362932a7
ddns-scripts: use ip_source as bind_network default
...
Fixes : #13182 on https://github.com/openwrt/packages
Signed-off-by: Joel Johnson <mrjoel@lixil.net>
2020-10-21 08:43:18 -06:00
Florian Eckert
9485b9401d
Merge pull request #13169 from aaronjg/mwan3-owner-procd
...
mwan3: mwan3track via default routing table and use procd from mwan3track & mwan3rtmon
2020-10-21 16:33:19 +02:00
Meano
568e381cd2
udpxy: fix error 'enable verbose' command flag in init script
...
Signed-off-by: Meano <meano@foxmail.com>
2020-10-21 15:39:53 +08:00
Rosen Penev
270a85e9a8
Merge pull request #13733 from val-kulkov/libfreetype
...
libfreetype: update to 2.10.4
2020-10-20 23:47:21 -07:00
Val Kulkov
651d172dc3
libfreetype: update to 2.10.4
...
Update to the latest upstream version, fixing CVE-2020-15999 among
other things.
Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2020-10-21 01:54:58 -04:00
Pavel Demkovich
2f5f520971
znc: Add support for many configurable listeners
...
Function add_listener called from /etc/init.d/znc, but not implemented
Signed-off-by: Pavel Demkovich <finn@finnix.servebeer.com>
2020-10-20 21:06:05 +03:00
Vladimir Ulrich
4315b0e4f2
zoneinfo: Updated to the latest release
...
Also updated compability options to build in supported by musl format
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2020-10-20 17:27:41 +03:00
Hannu Nyman
123ec5534f
Merge pull request #13731 from lnslbrty/update/libndpi
...
libndpi: Update to 3.4
2020-10-20 17:20:11 +03:00
Toni Uhlig
5c53fe2ad3
libndpi: Update to 3.4
...
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-10-20 15:57:43 +02:00
Karel Kočí
ba8748f957
bigclown-mqtt2influxdb: bump to version 1.4.0
...
Signed-off-by: Karel Kočí <cynerd@email.cz>
2020-10-20 14:05:23 +02:00