aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-zipp: update to version 3.4.0Jan Pavlinec2020-10-29
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* python-psutil: update to version 5.7.3Jan Pavlinec2020-10-29
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* Merge pull request #13693 from BKPepe/tornadoJosef Schlehofer2020-10-29
|\ | | | | Add Python package - Tornado
| * python-tornado: add packageJosef Schlehofer2020-10-29
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Add option for days until renewalJannis Pinter2020-10-29
| | | | Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
* setools: fix compilation with python 3.9Rosen Penev2020-10-28
| | | | | | | | Don't warn on deprecated declarations. Rename warning patch. It's specific to foritfy-headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* at: bump to version 3.2.1Phil Eichinger2020-10-28
| | | | | | | Change upstream to official repository at https://salsa.debian.org/debian/at Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* Merge pull request #13795 from philenotfound/lame_cpe_idTed Hess2020-10-28
|\ | | | | sound/lame: add PKG_CPE_ID
| * sound/lame: add PKG_CPE_IDPhil Eichinger2020-10-28
|/ | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* telldus-core: replace iconv with standard C++Rosen Penev2020-10-28
| | | | | | Avoids iconv dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* ifstat: import fixes from Debian packageMatthieu Baerts2020-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* nss: update to 3.58Lucian Cristian2020-10-27
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* coreutils: Add alternatives support for runconHuangbin Zhan2020-10-27
| | | | | | Avoid conflict with package busybox-selinux Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* knot: disable libnghttp2 autodetectionDaniel Salzman2020-10-27
| | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* zoneinfo: Updated to the latest releaseVladimir Ulrich2020-10-27
| | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* Merge pull request #13752 from TDT-AG/pr/20201023-xinetdFlorian Eckert2020-10-27
|\ | | | | xinetd: some changes
| * xinetd: update config sample to latest requirementsHelge Mader2020-10-23
| | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
| * xinetd: include additional (runtime) directory in configuration fileHelge Mader2020-10-23
| | | | | | | | | | | | | | 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>
| * xinetd: save configurations in /etc/xinetd.d on sysupgradeHelge Mader2020-10-23
| | | | | | | | | | | | | | 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>
| * xinetd: update PKG_RELEASE to 9Helge Mader2020-10-23
| | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | dumb-init: add packageToni Uhlig2020-10-26
| | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | softethervpn: update to 4.34-9745Rosen Penev2020-10-26
| | | | | | | | | | | | | | Several patch changes regarding to OpenSSL as this version does not compile under LibreSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | transmission: remove variants and use libcurl's TLS libraryRosen Penev2020-10-26
| | | | | | | | | | | | | | 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>
* | Merge pull request #13768 from bmork/conserverRosen Penev2020-10-26
|\ \ | | | | | | conserver: update to version 8.2.6
| * | conserver: update to version 8.2.6Bjørn Mork2020-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | Merge pull request #13783 from zhanhb/coreutils-chconRosen Penev2020-10-26
|\ \ \ | | | | | | | | coreutils: Add alternatives support for chcon
| * | | coreutils: Add alternatives support for chconHuangbin Zhan2020-10-27
|/ / / | | | | | | | | | | | | | | | Avoid conflict with package busybox-selinux Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | nextdns: Update to version 1.8.8Olivier Poitrey2020-10-26
| | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | knot: update to version 3.0.1Jan Hak2020-10-26
| | | | | | | | | | | | | | | | | | definition of PSELECT_COMPAT could be removed many years ago, is no longer needed Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | Merge pull request #13730 from brvphoenix/boostRosen Penev2020-10-25
|\ \ \ | | | | | | | | boost: fix boost-regex compiling failure on targets of uClibc
| * | | boost: fix boost-regex compiling failure on targets of uClibcVan Waholtz2020-10-24
| | | | | | | | | | | | | | | | Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | openconnect: allow specify --protocol from configMengyang Li2020-10-25
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | libreswan: update to 4.1Lucian Cristian2020-10-25
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | nspr: update to 4.29Lucian Cristian2020-10-25
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | nss: update to 3.57Lucian Cristian2020-10-25
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #13761 from rg4github/banip_loggingDirk Brenken2020-10-25
|\ \ \ | | | | | | | | banip: Added packet logging feature. Resolved shellcheck warnings.
| * | | banip: Added packet logging feature. Resolved shellcheck warnings.Richard Gering2020-10-24
|/ / / | | | | | | | | | Signed-off-by: Richard Gering <rg4github@dutchies.us>
* | | Merge pull request #13739 from TDT-AG/pr/20201022-ddns-scriptsFlorian Eckert2020-10-23
|\ \ \ | |_|/ |/| | ddns-scripts: update sitelutions url
| * | ddns-scripts: update sitelutions urlFlorian Eckert2020-10-22
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #13749 from BKPepe/cisoRosen Penev2020-10-23
|\ \ \ | | | | | | | | python-ciso8601: fix missing src package
| * | | python-ciso8601: fix missing src packageJosef Schlehofer2020-10-22
| |/ / | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #13691 from BKPepe/babelRosen Penev2020-10-22
|\ \ \ | | | | | | | | python-babel: add new package
| * | | python-babel: add new packageJosef Schlehofer2020-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #13742 from Cynerd/python-contextlib2-0.6.0Rosen Penev2020-10-22
|\ \ \ \ | | | | | | | | | | python-contextlib2: bump to version 0.6.0.post1
| * | | | python-contextlib2: bump to version 0.6.0.post1Karel Kočí2020-10-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | | Merge pull request #13741 from Cynerd/python-appdirs-1.4.4Rosen Penev2020-10-22
|\ \ \ \ \ | | | | | | | | | | | | python-appdirs: update to version 1.4.4
| * | | | | python-appdirs: update to version 1.4.4Karel Kočí2020-10-20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just maintenance release with minor tweaks. Project officially reports itself as stable now. Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | | Merge pull request #13743 from Cynerd/python-intelhex-fix-3.9Rosen Penev2020-10-22
|\ \ \ \ \ | | | | | | | | | | | | python-intelhex: add patch to fix Python 3.9 compatibility
| * | | | | python-intelhex: add patch to fix Python 3.9 compatibilityKarel Kočí2020-10-20
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | This fixes this library on Python 3.9. Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | | Merge pull request #13744 from Cynerd/python-jsonpath-ng-1.5.2Rosen Penev2020-10-22
|\ \ \ \ \ | | | | | | | | | | | | python-jsonpath-ng: bump to version 1.5.2