aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | knot: update to version 3.2.0Jan Hák2022-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | acme: fix acme pathGlen Huang2022-08-22
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Glen Huang <heyhgl@gmail.com>
* | | | | | dnscrypt-proxy2: update to version 2.1.2Fabian Lipken2022-08-21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* / / / / coova-chilli: Fix compile problem with _init()Hauke Mehrtens2022-08-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The _init() function collides with a _init() function in crti.o. This results in the following error in OpenWrt: arc-openwrt-linux-gnu/bin/ld: libxt_coova.o: in function `_init': /lib/gcc/arc-openwrt-linux-gnu/11.3.0/crti.o:(.init+0x4): first defined here collect2: error: ld returned 1 exit status make[7]: *** [Makefile:22: libxt_coova.so] Error 1 Fix this by suing a constructor attribute instead. This function will still be called after the shared library was loaded. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | | pciutils: update to 3.8.0Lucian Cristian2022-08-20
| | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #19214 from dibdot/travelmateDirk Brenken2022-08-20
|\ \ \ \ | | | | | | | | | | travelmate: update 2.1.0
| * | | | travelmate: update 2.1.0Dirk Brenken2022-08-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vpn support can be disabled (enabled by default), fixes #19107 (see trm_vpn option) * vpn support can be limited to certain interfaces (see trm_vpnifacelist list option) * openvpn support works now per instance (same as wireguard today) * add an auto-login script for tplink-omada hotspots provided by Sebastian Muszynski <basti@linkt.de> * remove pipefail command, see #19043 for reference Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #19097 from TDT-AG/pr/20220803-zabbixEtienne Champetier2022-08-20
|\ \ \ \ | | | | | | | | | | zabbix: add fping dependency
| * | | | 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>