aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* protobuf: Update to version 3.13.0Bruno Randolf2020-11-02
| | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* Merge pull request #13813 from ↵Rosen Penev2020-11-02
|\ | | | | | | | | aleksander0m/aleksander/longer-wait-for-init-events modemmanager: increase initial timeout for event reporting
| * 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 #13755 from r-salvaterra/torRosen Penev2020-11-01
|\ \ | | | | | | Tor: a couple of updates
| * | tor: disable man pages and html manual generationRui Salvaterra2020-10-28
| | | | | | | | | | | | | | | | | | We don't need this on an embedded system. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
| * | tor: add a basic variant, without relay/bridge supportRui Salvaterra2020-10-28
| | | | | | | | | | | | | | | | | | | | | 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>
| * | tor: improve readability of the packages help textRui Salvaterra2020-10-28
| | | | | | | | | | | | | | | | | | | | | Whitespace before and after the description makes the package information much more obvious. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
* | | Merge pull request #13678 from oldium/update-fwknopd-defaultsRosen Penev2020-11-01
|\ \ \ | | | | | | | | fwknop: Use sensible defaults.
| * | | fwknop: Use sensible defaults.Oldřich Jedlička2020-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change KEY/HMAC_KEY to __CHANGEME__, which is rejected by fwknopd during start-up. The value CHANGEME is used only by LuCI package luci-app-fwknopd - pull request for generating keys directly from LuCI has been created already. * Add sensible defaults for ENABLE_IPT_FORWARDING and ENABLE_NAT_DNS, which both are/were set by luci-app-fwknopd. Move the defaults here. Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
* | | | Merge pull request #13653 from FinnixB/znc-multiple-listenersRosen Penev2020-11-01
|\ \ \ \ | | | | | | | | | | znc: Add support for many configurable listeners for znc
| * | | | znc: Add support for many configurable listenersPavel Demkovich2020-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function add_listener called from /etc/init.d/znc, but not implemented Signed-off-by: Pavel Demkovich <finn@finnix.servebeer.com>
| * | | | znc: Add support for many configurable listeners for zncPavel Demkovich2020-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function add_listener called from /etc/init.d/znc, but not implemented Signed-off-by: Pavel Demkovich <finn@finnix.servebeer.com>
* | | | | Merge pull request #13816 from mlichvar/chrony-improvementsRosen Penev2020-11-01
|\ \ \ \ \ | | | | | | | | | | | | chrony: improve configuration and hotplug script
| * | | | | chrony: improve configurationMiroslav Lichvar2020-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend configuration of NTP sources in UCI: - Add nts option to enable NTS - Add disabled option to allow inactive sources Add nts section to UCI with: - rtccheck option to disable certificate time checks on systems that don't have an RTC to avoid the chicken-and-egg problem (it is less secure, but still should be better than no NTS at all) - systemcerts option to disable system certificates - trustedcerts option to specify path to trusted certificates Save NTS keys and cookies by default to avoid unnecessary NTS-KE sessions when restarted or switching back to an already used NTS source. Also, save the drift to stabilize the clock after chronyd restart. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
| * | | | | chrony: improve hotplug scriptMiroslav Lichvar2020-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use the chronyc onoffline command to update state of all sources per current routing configuration - Don't ignore the "ifupdate" action - Add NTP servers from DHCP for the interface that went up instead of the wan4+wan6 interfaces - Save the servers to files loaded by the sourcedir directive to not lose them when chronyd is restarted, and remove them when the interface goes down Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
| * | | | | chrony: rework loading of configurationMiroslav Lichvar2020-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of loading /etc/chrony/chrony.conf from the file generated from the chrony UCI configuration, use the confdir directive in the main config to load the generated file. This should make it obvious that chrony is configured in UCI and it can also be easily disabled. Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
* | | | | | Merge pull request #13780 from bobafetthotmail/patch-2Rosen Penev2020-11-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | gunicorn: move to webserver category in menuconfig
| * | | | | | gunicorn: move to webserver category in menuconfigAlberto Bursi2020-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #13826 from jmarcet/python-dotenv-updateRosen Penev2020-11-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-dotenv: update to v0.15.0
| * | | | | | | python-dotenv: update to v0.15.0Javier Marcet2020-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | Merge pull request #13825 from jmarcet/cached-property-updateRosen Penev2020-11-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-cached-property: update to v1.5.2
| * | | | | | | | python-cached-property: update to v1.5.2Javier Marcet2020-11-01
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | Merge pull request #13821 from jmarcet/ctop-updateRosen Penev2020-11-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ctop: update to v0.7.4
| * | | | | | | | ctop: update to v0.7.4Javier Marcet2020-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | | | Merge pull request #13824 from BKPepe/yt-dlJosef Schlehofer2020-11-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2020.11.1.1
| * | | | | | | | | youtube-dl: update to version 2020.11.1.1Josef Schlehofer2020-11-01
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | Merge pull request #13822 from mhei/php7-updateMichael Heimpold2020-11-01
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | php7: update to 7.4.12
| * | | | | | | | php7: update to 7.4.12Michael Heimpold2020-11-01
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #13740 from Cynerd/python-influxdb-5.3.0Josef Schlehofer2020-11-01
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Python influxdb 5.3.0
| * | | | | | | python-influxdb: bump to version 5.3.0Karel Kočí2020-11-01
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | | | | kea: fix compilation with libcxxRosen Penev2020-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost headers try to include experimental/string_view when std is less than c++17. This does not work ith libcxx where this header is not present. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | ksmbd: update to 3.2.5Martin Blumenstingl2020-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cifsd: release 3.2.5 version * cifsd: fix unassigned pointer access in smb_fileinfo_rename() * cifsd: remove unneeded ksmbd_fd_put() in find_next() * cifsd: always zero-initialize ksmbd_dir_info in smb1pdu * cifsd: make spnego depend on the "extended security" bit in flags2 * cifsd: add support for weird clients with off-by-one buffer size issues * cifsd: allow SMB_COM_ECHO without valid user session * cifsd: fix potential null pointer dereferencing error of tfm in alloc_shash_desc() * cifsd: fix potential overflow issue in ___server_conf_set() * cifsd: add xfstests cases in travis-CI Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
* | | | | | | bind: update to version 9.16.8Josef Schlehofer2020-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - DNS Flag Day 2020 (default EDNS buffer size changed from 4096 to 1232 bytes) -- Added patch, which should be part of the next release It fixes an issue while cross-compilation (I linked it in the commit message with issue link) Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | uw-imap: install c-client/linkage.c to stagingSebastian Kemper2020-10-31
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linkage.c can be included by other programs as described in docs/internal.txt (quote: "By using linkage.c instead of explicit mail_link() calls, you are guaranteed that you will have a consistant linkage among all software built on this system"). This commit adds linkage.c to staging. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | 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