aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* v2raya: Update to 1.5.9.1698.1Tianling Shen2022-08-23
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* vim: variants conflict with each otherKarel Kočí2022-08-23
| | | | | | | | | | | | | | | | This adds conflicts between the variants, because they provide the same files, and it should not be possible to install them side by side. Otherwise, it might happen that half files would be from one variant and the other half from the other. Also, adds provides as if you request to install ``vim`` and ``vim-full``, then the request could be satisfied even they collide, because ``vim-full`` provides ``vim`` package. Signed-off-by: Karel Kočí <cynerd@email.cz> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> [add commit message]
* libgd: add conflicts to each otherJosef Schlehofer2022-08-23
| | | | | | | | | The full variant should conflict with the default variant. This prevents that libgd and libgd-full could be installed side by side, and also, the full variant should provide the libgd. Otherwise, if you install libgd-full, you can not install vnstat. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* pdns-recursor: update to 4.7.2Peter van Dijk2022-08-23
| | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* boost: restores patch for libboost_context for mips64Carlos Miguel Ferreira2022-08-23
| | | | | | | This commit restores the patch for libboost_context for mips64 given that the upstream update added in 1.80.0 does not fully fixes the issue. Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* Merge pull request #19212 from stangri/master-simple-adblockStan Grishin2022-08-24
|\ | | | | simple-adblock: update to 1.9.0-1
| * simple-adblock: update to 1.9.0-1Stan Grishin2022-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update maintainer's email address * Style Make and init file to OpenWrt standard * Rename dnsmasq and unbound-related variables to better reflect their use * New 'allow' CLI parameter to quickly unblock domain(s) * Switch to uci wrappers * Beautify the output of the 'check' CLI parameter * Better handling of output files directory creation error * Support for (upcoming) dnsmasq nftsets Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | perl-ack: Update to 3.6.0Tianling Shen2022-08-23
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | stress-ng: add libjpeg depAlexandru Ardelean2022-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://github.com/openwrt/packages/issues/19210 If libjpeg isn't selected by another package, all is fine. But if it is selected, the stress-ng build will see it and try to build the jpeg stressor. This would usually fail sometime and link-time. In any case, it's better to just pick-up libjpeg as a dependency of stress-ng. If people want to stress their system with this tool, they can probably expect libjpeg as well. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | Merge pull request #19217 from stintel/openocd-bcm27xxAlexandru Ardelean2022-08-23
|\ \ | | | | | | openocd: enable bcm2835gpio on bcm27xx
| * | openocd: enable bcm2835gpio on bcm27xxStijn Tintel2022-08-21
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #19215 from turris-cz/lspciutils-patchAlexandru Ardelean2022-08-23
|\ \ \ | | | | | | | | pciutils: backport patch to fix compilation with older binutils
| * | | pciutils: backport patch to fix compilation with older binutilsJosef Schlehofer2022-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While building pciutils 3.8.0 for OpenWrt 21.02 includes target mvebu/cortex-a9, mvebu/cortex-a53 and powerpc/8540, it fails because of this error: -I<turris1x/ws/build/staging_dir/toolchain-powerpc_8548_gcc-8.4.0_musl/include> -c -o filter.o filter.c {standard input}: Assembler messages: {standard input}:6: Error: multiple versions [`pci_filter_init@@LIBPCI_3.8'|`pci_filter_init@LIBPCI_3.3'] for symbol `pci_filter_init_v38' {standard input}:8: Error: multiple versions [`pci_filter_parse_slot@@LIBPCI_3.8'|`pci_filter_parse_slot@LIBPCI_3.3'] for symbol `pci_filter_parse_slot_v38' {standard input}:10: Error: multiple versions [`pci_filter_parse_id@@LIBPCI_3.8'|`pci_filter_parse_id@LIBPCI_3.3'] for symbol `pci_filter_parse_id_v38' {standard input}:12: Error: multiple versions [`pci_filter_match@@LIBPCI_3.8'|`pci_filter_match@LIBPCI_3.3'] for symbol `pci_filter_match_v38' make[4]: *** [<builtin>: filter.o] Error 1 make[4]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/lib'> make[3]: *** [Makefile:70: lib/libpci.so.3.8.0] Error 2 make[3]: Leaving directory '<turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0'> make[2]: *** [Makefile:88: <turris1x/ws/build/build_dir/target-powerpc_8548_musl/pciutils-3.8.0/.built]> Error 2 make[2]: Leaving directory '<turris1x/ws/build/feeds/packages/utils/pciutils'> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | i2pd: update to version 2.43.0Daniel Bermond2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer : @yangfl (David Yang) Build system : Arch Linux x86_64 Build tested : r7800 OpenWrt git master (commit a434795809) Run tested : r7800 OpenWrt git master (commit a434795809) Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | node: bump to v16.17.0Hirokazu MORIKAWA2022-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable Changes: Experimental command-line argument parser API Experimental ESM Loader Hooks API Experimental test runner Improved interoperability of the Web Crypto API Dependency updates: Updated Corepack to 0.12.1 Updated ICU to 71.1 Updated npm to 8.15.0 Updated Undici to 5.8.0 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | liburcu: update to version 0.13.2Jan Hák2022-08-22
| | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | 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>