Commit Graph

21983 Commits

Author SHA1 Message Date
Rosen Penev 21f19a4cab setools: fix compilation with python 3.9
Don't warn on deprecated declarations.

Rename warning patch. It's specific to foritfy-headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-28 22:37:43 -07:00
Phil Eichinger 2e297d29c0 at: bump to version 3.2.1
Change upstream to official repository at
https://salsa.debian.org/debian/at

Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2020-10-28 17:49:48 -07:00
Rui Salvaterra 6007751c63 tor: disable man pages and html manual generation
We don't need this on an embedded system.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2020-10-28 22:34:01 +00:00
Rui Salvaterra 929a5a9f0c tor: add a basic variant, without relay/bridge support
If relay/bridge support isn't required, this variant is about 300 kiB smaller
than the full tor daemon.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2020-10-28 22:33:53 +00:00
Rui Salvaterra a519b90fd7 tor: improve readability of the packages help text
Whitespace before and after the description makes the package information much
more obvious.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2020-10-28 21:12:26 +00:00
Ted Hess 6a7ea2e42a
Merge pull request #13795 from philenotfound/lame_cpe_id
sound/lame: add PKG_CPE_ID
2020-10-28 09:42:32 -04:00
Phil Eichinger e8dd5038a9 sound/lame: add PKG_CPE_ID
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
2020-10-28 11:56:50 +01:00
Rosen Penev 805e00a78d telldus-core: replace iconv with standard C++
Avoids iconv dependency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-28 02:35:37 -07:00
Matthieu Baerts dfc8fdf5e5 ifstat: import fixes from Debian package
Extracted from:

  http://deb.debian.org/debian/pool/main/i/ifstat/ifstat_1.1-8.1.diff.gz

Note that I also created a new git repository with these fixes:

  https://github.com/matttbe/ifstat/

The original author of these modification is:

  Goswin von Brederlow <goswin-v-b@web.de>

ChangeLog:

  * snmp.c: fix 2 pointer targets differ in signedness warnings
  * Adding upport for 64bit /proc/net/dev counters.
  * Clean up compiler warnings.

More modifications are available in the patch from the Debian project
but mostly related to the "debian" dir, man page and debug mode. Here I
only took the modifications related to the .c and .h files.

The most important fix is related to the support for 64bit counters in
/proc/net/dev instead of displaying 0 after a while.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
2020-10-27 23:53:28 -07:00
Lucian Cristian eac8d38816 nss: update to 3.58
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-10-27 21:49:18 -07:00
Huangbin Zhan 76d24dab3c coreutils: Add alternatives support for runcon
Avoid conflict with package busybox-selinux

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-10-27 20:51:12 -07:00
Aaron Goodman f1bfda4c37 mwan3: do not wait to process ifup/ifdown events
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-10-27 23:18:18 -04:00
Aaron Goodman 8d4e202fa4 mwan3: fix mwan3 route handling
- support trailing route space from iproute2
- add routes even when iface is down
- fix source_routing argument check
- add quotes in logging to better detect issues with trailing spaces

Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-10-27 21:40:06 -04:00
Daniel Salzman 67e3c594de knot: disable libnghttp2 autodetection
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2020-10-27 18:04:00 +02:00
Vladimir Ulrich 4ca44601e8 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2020-10-27 13:27:15 +02:00
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