aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | zabbix: add fping dependencyFlorian Eckert2022-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If fping is not installed on the system the following message is show if hosts should be monitored via icmp. Log-Message: "At least one of '/usr/sbin/fping', '/usr/sbin/fping6' must exist. Both are missing in the system." To fix this also, add a dependency to 'fping' for 'zabbix-server' and 'zabbix-proxy' for installation to allow icmp hosts monitoring. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | gerbera: removeRosen Penev2022-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was meant to be a less buggy replacement to minidlna. Unfortunately, the opposite seems to have happened over time. In addition, it currently doesn't build. I don't see many people actually using this. Probably better to just remove. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | mpd: update to 0.23.9Rosen Penev2022-08-19
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with newer ffmpeg. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #19192 from turris-cz/cython-pip-requirementsAlexandru Ardelean2022-08-19
|\ \ \ \ | | | | | | | | | | host-pip-requirements: update Cython to version 0.29.28
| * | | | host-pip-requirements: update Cython to version 0.29.28Josef Schlehofer2022-08-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | miniflux: update to 2.0.38Michal Vasilek2022-08-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | yt-dlp: update to 2022.8.14Michal Vasilek2022-08-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | boost: bump to version 1.80.0Carlos Miguel Ferreira2022-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.80.0 There are no new libraries in this version The following patches were removed due to upstream update: * 010-mips1.patch [1] * 910-json-array-erase-relocate.patch [2] More info about Boost 1.80.0 can be found at the usual place [3]. [1]: https://github.com/boostorg/config/pull/390 [2]: https://github.com/boostorg/json/pull/695 [3]: https://www.boost.org/users/history/version_1_80_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | usteer: update to latest HEADDavid Bauer2022-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d2b17c ubus: optimize connected_clients output format 8b10a4b policy: don't alter stats when remaining idle 3cc0f45 policy: count kick total aadc562 policy: make steering ability evaluation uniform 17c558d ubus: include SSID in node dump fc158e0 policy: only trigger roam-sm after client becomes roamable 837f144 usteer: add connected-since 9e6002d policy: improve readability Build-tested: ath79-generic / ramips-mt76x8 Run-tested: ath79-generic / UniFi AC Lite Signed-off-by: David Bauer <mail@david-bauer.net>
* | | | | telegraf: Update to version 1.23.4Jonathan Pagel2022-08-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | Merge pull request #19113 from bheesham/quick-typoFlorian Eckert2022-08-18
|\ \ \ \ \ | | | | | | | | | | | | Fix typo in ddns-scripts: s/ganid/gandi/
| * | | | | ddns-scripts: Fix typo s/ganid/gandi/Bheesham Persaud2022-08-17
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Bheesham Persaud <me@bheesham.com>
* | | | | usteer: bump to git HEADStijn Tintel2022-08-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 041e884 local_node: query client MBO support from hostapd Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | telegraf: Add influxdb2 output plugin to package version smallJonathan Pagel2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* | | | | python3-simplejson: drop packageAlexandru Ardelean2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Was only used by Bigclown. The project (Bigclown) has accepted the switch from simplejson to it's built-in json lib, and we can now drop this lib. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | bigclown-gateway: use Python's json libAlexandru Ardelean2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: https://github.com/hardwario/bch-gateway/pull/17 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | bigclown-control-tool: use Python's json libAlexandru Ardelean2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: https://github.com/hardwario/bch-control-tool/pull/5 This is a backport version 0.2.0 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | bluld: Do not include kernel headers into user space applicationHauke Mehrtens2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the extra include for kernel headers from this user space application. These extra includes are causing compile errors when compiling with glibc. User space applications should not need such headers. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | | sslh: install sslh-selectToni Uhlig2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | | mqttled: update to 0.1.2Tom Grime2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tom Grime <tom.grime@gmail.com>
* | | | | zoneinfo: updated to the latest releaseVladimir Ulrich2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | frp: update to 0.44.0Van Waholtz2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/fatedier/frp/release Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | iperf: Updated to 2.1.8Alberto Martinez-Alvarez2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabling fast sampling to support four digit (e.g., 1.0000) precision in reports' timestamps. Useful for sub-millisecond sampling. Changelog: https://sourceforge.net/p/iperf2/code/ci/2-1-8/tree/README Signed-off-by: Alberto Martinez-Alvarez <amteza@gmail.com> Maintainer: @nbd168 Compile tested: ath79, ramips, bcm27xx
* | | | | gg: Update to 0.2.8Tianling Shen2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | rclone: Update to 1.59.1Tianling Shen2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | haproxy: Update HAProxy to v2.6.2Christian Lachner2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | lighttpd: update to lighttpd 1.4.66 release hashGlenn Strauss2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.66 release hash Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | cloudflared: Update to 2022.8.0Tianling Shen2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | libpqxx: fix makefile typoIgor Bezzubchenko2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | | | | libpqxx: update to version 7.7.4Igor Bezzubchenko2022-08-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
* | | | | ariang: update to 1.2.4Van Waholtz2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/mayswind/AriaNg/releases Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
* | | | | opendoas: fix build with PAMMichal Vasilek2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When PAM is available, the build system will detect and use it, but the package dependency was missing. Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | Revert "strongswan: add strongswan-mod-socket"Stijn Tintel2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original PR for this change is #16373, where it's cleary stated it doesn't work. This should have never been merged. It causes the following recursive dependency: tmp/.config-package.in:122354:error: recursive dependency detected! tmp/.config-package.in:122354: symbol PACKAGE_strongswan-default depends on PACKAGE_strongswan-mod-socket-default tmp/.config-package.in:123534: symbol PACKAGE_strongswan-mod-socket-default is selected by PACKAGE_strongswan-default This reverts commit 603f70e96b4dc1b9e442a38cb692de519c1cd54a. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | Merge pull request #19048 from guijan/update-stress_ngAlexandru Ardelean2022-08-16
|\ \ \ \ \ | | | | | | | | | | | | stress-ng: update to 0.14.03
| * | | | | stress-ng: update to 0.14.03Guilherme Janczak2022-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com> Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | acme: use the hotplug systemGlen Huang2022-08-16
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <heyhgl@gmail.com>
* | | | | | Merge pull request #16367 from pprindeville/strongswan-mod-socket-depPhilip Prindeville2022-08-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | strongswan: Add dependency to virtual package strongswan-mod-socket
| * | | | | | strongswan: add strongswan-mod-socketStijn Tintel2022-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This a virtual package that is satisfied by either strongswan-mod-socket-default or strongswan-mod-socket-dynamic, and is required by the charon daemon. When neither of these packages is installed, charon will not function. Closes #16261, #16263 and #16367. Signed-off-by: Noel Kuntze <noel.kuntze@thermi.consulting> Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | | | | knot: update to 3.1.9Jan Hák2022-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | rsync: bump to 3.2.5John Audia2022-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the new OW release approaching, it might be better to get an officially tagged upstream release in as PR#19087 just contained a fix for CVE-2022-29154 which itself introduced a few bugs. Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | uvol: fix autopart handling double/float numberDaniel Golle2022-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consider only integer part of free space in megabytes when deciding the boundaries of the to be created partition. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | opendoas: add packageMichal Vasilek2022-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | | | | tree: update upstream sourceJohn Audia2022-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Makefile to use github mirror of new source url since current one is going to retire. "Notice this site is likely going to be shutdown after over 28 years. I will likely be moving all my code-bases to https://gitlab.com/OldManProgrammer"[1] 1. http://mama.indstate.edu/users/ice/tree Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | rclone: fix init script on CIDR format ipaddrLiangbin Lian2022-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | | | | | | rsync: fix CVE-2022-29154John Audia2022-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rsync package is vulnerable to CVE-2022-29154[1], which is not yet in a non-preview release. This commit applies the upstream commit to fix it and several subsequent commits needed to fix bugs the initial fix introduced[2]. 1. https://rsync.samba.org/ftp/rsync/NEWS#SECURITY_FIXES-3.2.5 2. https://bugs.archlinux.org/task/75558 Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | Merge pull request #19156 from turris-cz/websocketsJosef Schlehofer2022-08-13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | python-websockets: update to version 10.3
| * | | | | | python-websockets: update to version 10.3Josef Schlehofer2022-08-12
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update copyright Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | / libwebp: bump to version 1.2.4Alexandru Ardelean2022-08-12
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #19085 from hardfalcon/unbound-1.16.2Josef Schlehofer2022-08-12
|\ \ \ \ \ | | | | | | | | | | | | unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699
| * | | | | unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699Pascal Ernster2022-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @EricLuehrsen Compile tested: x86/64 Run tested: x86/64 Description: Update to 1.16.2, fix CVE-2022-30698 and CVE-2022-30699. Signed-off-by: Pascal Ernster <git@hardfalcon.net>