aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* modemmanager: increase initial timeout for event reportingAleksander Morgado2020-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the ModemManager daemon is started by the init script, we're explicitly calling mm_report_events_from_cache() so that all the hotplug events that happened before that moment are properly notified to the newly launched daemon. This initial reporting of events does a wait for the ModemManager process to be available in DBus, and if the daemon isn't registered in the bus in a given time, the process is considered failed: Sun Sep 6 16:20:02 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:02 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:03 2020 [2180]: <info> ModemManager (version 1.14.6) starting in system bus... Sun Sep 6 16:20:03 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:04 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:05 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:05 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:06 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:06 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:07 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:07 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:08 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:08 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:09 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:09 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:10 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:10 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:11 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:11 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:12 2020 ModemManager: hotplug: checking if ModemManager is available... Sun Sep 6 16:20:12 2020 ModemManager: hotplug: ModemManager not yet available Sun Sep 6 16:20:12 2020 ModemManager: hotplug: error: couldn't report initial kernel events: ModemManager not running Update the default wait time for this initial event notification from 10s to 60s, because there are cases where the daemon is slower to boot, e.g. during the first boot after a sysupgrade. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* Merge pull request #13692 from BKPepe/flask-packagesJosef Schlehofer2020-10-30
|\ | | | | Flask: Babel, SeaSurf, Session - add packages
| * python-flask-session: add packageJosef Schlehofer2020-10-29
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * python-flask-seasurf: add packageJosef Schlehofer2020-10-29
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * python-flask-babel: add new packageJosef Schlehofer2020-10-29
| | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #13806 from TDT-AG/pr/20201029-stunnelFlorian Eckert2020-10-30
|\ \ | | | | | | stunnel: update version to 5.57
| * | stunnel: update version to 5.57Florian Eckert2020-10-29
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | xl2tpd: bump to version 1.3.16Yousong Zhou2020-10-30
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | nginx: adapt to changed ubus socket pathDaniel Golle2020-10-29
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #13713 from ja-pa/python-msgpack-newJosef Schlehofer2020-10-29
|\ \ \ | |_|/ |/| | python-msgpack: add new package
| * | python-msgpack: add new packageJan Pavlinec2020-10-29
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | lighttpd: add config for logrotateJan Pavlinec2020-10-29
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | python3-maxminddb: update to version 2.0.3Jan Pavlinec2020-10-29
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | python-iniconfig: update to version 1.1.1Jan Pavlinec2020-10-29
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | 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.