feed/packages.git
2 years agoMerge pull request #19212 from stangri/master-simple-adblock
Stan Grishin [Wed, 24 Aug 2022 00:03:38 +0000 (03:03 +0300)]
Merge pull request #19212 from stangri/master-simple-adblock

simple-adblock: update to 1.9.0-1

2 years agoperl-ack: Update to 3.6.0
Tianling Shen [Sun, 21 Aug 2022 19:15:47 +0000 (03:15 +0800)]
perl-ack: Update to 3.6.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agostress-ng: add libjpeg dep
Alexandru Ardelean [Mon, 22 Aug 2022 13:34:49 +0000 (16:34 +0300)]
stress-ng: add libjpeg dep

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>
2 years agoMerge pull request #19217 from stintel/openocd-bcm27xx
Alexandru Ardelean [Tue, 23 Aug 2022 06:48:06 +0000 (09:48 +0300)]
Merge pull request #19217 from stintel/openocd-bcm27xx

openocd: enable bcm2835gpio on bcm27xx

2 years agoMerge pull request #19215 from turris-cz/lspciutils-patch
Alexandru Ardelean [Tue, 23 Aug 2022 06:46:17 +0000 (09:46 +0300)]
Merge pull request #19215 from turris-cz/lspciutils-patch

pciutils: backport patch to fix compilation with older binutils

2 years agoi2pd: update to version 2.43.0
Daniel Bermond [Mon, 22 Aug 2022 16:59:08 +0000 (13:59 -0300)]
i2pd: update to version 2.43.0

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>
2 years agonode: bump to v16.17.0
Hirokazu MORIKAWA [Tue, 23 Aug 2022 02:44:16 +0000 (11:44 +0900)]
node: bump to v16.17.0

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>
2 years agoliburcu: update to version 0.13.2
Jan Hák [Mon, 22 Aug 2022 08:51:40 +0000 (10:51 +0200)]
liburcu: update to version 0.13.2

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 years agoknot: update to version 3.2.0
Jan Hák [Mon, 22 Aug 2022 08:56:18 +0000 (10:56 +0200)]
knot: update to version 3.2.0

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 years agoacme: fix acme path
Glen Huang [Sun, 21 Aug 2022 23:41:14 +0000 (07:41 +0800)]
acme: fix acme path

Signed-off-by: Glen Huang <heyhgl@gmail.com>
2 years agodnscrypt-proxy2: update to version 2.1.2
Fabian Lipken [Tue, 16 Aug 2022 07:34:23 +0000 (09:34 +0200)]
dnscrypt-proxy2: update to version 2.1.2

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2 years agoopenocd: enable bcm2835gpio on bcm27xx 19217/head
Stijn Tintel [Sat, 20 Aug 2022 22:12:53 +0000 (01:12 +0300)]
openocd: enable bcm2835gpio on bcm27xx

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agopciutils: backport patch to fix compilation with older binutils 19215/head
Josef Schlehofer [Sun, 21 Aug 2022 08:44:33 +0000 (10:44 +0200)]
pciutils: backport patch to fix compilation with older binutils

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>
2 years agocoova-chilli: Fix compile problem with _init()
Hauke Mehrtens [Mon, 15 Aug 2022 14:00:31 +0000 (16:00 +0200)]
coova-chilli: Fix compile problem with _init()

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>
2 years agopciutils: update to 3.8.0
Lucian Cristian [Wed, 1 Jun 2022 14:55:00 +0000 (14:55 +0000)]
pciutils: update to 3.8.0

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2 years agoMerge pull request #19214 from dibdot/travelmate
Dirk Brenken [Sat, 20 Aug 2022 19:47:35 +0000 (21:47 +0200)]
Merge pull request #19214 from dibdot/travelmate

travelmate: update 2.1.0

2 years agotravelmate: update 2.1.0 19214/head
Dirk Brenken [Sat, 20 Aug 2022 15:51:01 +0000 (17:51 +0200)]
travelmate: update 2.1.0

* 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>
2 years agoMerge pull request #19097 from TDT-AG/pr/20220803-zabbix
Etienne Champetier [Sat, 20 Aug 2022 14:35:20 +0000 (10:35 -0400)]
Merge pull request #19097 from TDT-AG/pr/20220803-zabbix

zabbix: add fping dependency

2 years agogerbera: remove
Rosen Penev [Thu, 4 Aug 2022 23:47:05 +0000 (16:47 -0700)]
gerbera: remove

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>
2 years agompd: update to 0.23.9
Rosen Penev [Fri, 19 Aug 2022 01:39:37 +0000 (18:39 -0700)]
mpd: update to 0.23.9

Fixes compilation with newer ffmpeg.

Remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agosimple-adblock: update to 1.9.0-1 19212/head
Stan Grishin [Fri, 19 Aug 2022 21:38:16 +0000 (21:38 +0000)]
simple-adblock: update to 1.9.0-1

* 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>
2 years agoMerge pull request #19192 from turris-cz/cython-pip-requirements
Alexandru Ardelean [Fri, 19 Aug 2022 17:45:10 +0000 (20:45 +0300)]
Merge pull request #19192 from turris-cz/cython-pip-requirements

host-pip-requirements: update Cython to version 0.29.28

2 years agominiflux: update to 2.0.38
Michal Vasilek [Wed, 17 Aug 2022 09:25:22 +0000 (11:25 +0200)]
miniflux: update to 2.0.38

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoyt-dlp: update to 2022.8.14
Michal Vasilek [Wed, 17 Aug 2022 09:25:02 +0000 (11:25 +0200)]
yt-dlp: update to 2022.8.14

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agoboost: bump to version 1.80.0
Carlos Miguel Ferreira [Thu, 18 Aug 2022 01:40:33 +0000 (02:40 +0100)]
boost: bump to version 1.80.0

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>
2 years agousteer: update to latest HEAD
David Bauer [Thu, 18 Aug 2022 13:41:51 +0000 (15:41 +0200)]
usteer: update to latest HEAD

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>
2 years agotelegraf: Update to version 1.23.4
Jonathan Pagel [Thu, 18 Aug 2022 05:14:35 +0000 (07:14 +0200)]
telegraf: Update to version 1.23.4

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agoMerge pull request #19113 from bheesham/quick-typo
Florian Eckert [Thu, 18 Aug 2022 12:17:11 +0000 (14:17 +0200)]
Merge pull request #19113 from bheesham/quick-typo

Fix typo in ddns-scripts: s/ganid/gandi/

2 years agoddns-scripts: Fix typo s/ganid/gandi/ 19113/head
Bheesham Persaud [Sat, 13 Aug 2022 17:23:28 +0000 (13:23 -0400)]
ddns-scripts: Fix typo s/ganid/gandi/

Signed-off-by: Bheesham Persaud <me@bheesham.com>
2 years agohost-pip-requirements: update Cython to version 0.29.28 19192/head
Josef Schlehofer [Wed, 17 Aug 2022 14:07:16 +0000 (16:07 +0200)]
host-pip-requirements: update Cython to version 0.29.28

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agousteer: bump to git HEAD 19079/head
Stijn Tintel [Tue, 16 Aug 2022 08:36:11 +0000 (11:36 +0300)]
usteer: bump to git HEAD

  041e884 local_node: query client MBO support from hostapd

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agotelegraf: Add influxdb2 output plugin to package version small
Jonathan Pagel [Tue, 9 Aug 2022 05:27:45 +0000 (07:27 +0200)]
telegraf: Add influxdb2 output plugin to package version small

Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
2 years agopython3-simplejson: drop package
Alexandru Ardelean [Tue, 16 Aug 2022 09:39:52 +0000 (12:39 +0300)]
python3-simplejson: drop package

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>
2 years agobigclown-gateway: use Python's json lib
Alexandru Ardelean [Tue, 16 Aug 2022 09:38:58 +0000 (12:38 +0300)]
bigclown-gateway: use Python's json lib

From:
  https://github.com/hardwario/bch-gateway/pull/17

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agobigclown-control-tool: use Python's json lib
Alexandru Ardelean [Tue, 16 Aug 2022 09:36:57 +0000 (12:36 +0300)]
bigclown-control-tool: use Python's json lib

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>
2 years agobluld: Do not include kernel headers into user space application
Hauke Mehrtens [Mon, 15 Aug 2022 14:56:14 +0000 (16:56 +0200)]
bluld: Do not include kernel headers into user space application

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>
2 years agosslh: install sslh-select
Toni Uhlig [Tue, 16 Aug 2022 19:29:57 +0000 (21:29 +0200)]
sslh: install sslh-select

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2 years agomqttled: update to 0.1.2
Tom Grime [Fri, 12 Aug 2022 12:47:32 +0000 (13:47 +0100)]
mqttled: update to 0.1.2

Signed-off-by: Tom Grime <tom.grime@gmail.com>
2 years agozoneinfo: updated to the latest release
Vladimir Ulrich [Sun, 14 Aug 2022 23:00:53 +0000 (02:00 +0300)]
zoneinfo: updated to the latest release

Signed-off-by: Vladimir Ulrich <admin@evl.su>
2 years agofrp: update to 0.44.0
Van Waholtz [Sun, 14 Aug 2022 02:28:43 +0000 (10:28 +0800)]
frp: update to 0.44.0

Changelog: https://github.com/fatedier/frp/release

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2 years agoiperf: Updated to 2.1.8
Alberto Martinez-Alvarez [Mon, 15 Aug 2022 00:53:14 +0000 (10:53 +1000)]
iperf: Updated to 2.1.8

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

2 years agogg: Update to 0.2.8
Tianling Shen [Mon, 15 Aug 2022 10:52:36 +0000 (18:52 +0800)]
gg: Update to 0.2.8

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agorclone: Update to 1.59.1
Tianling Shen [Wed, 10 Aug 2022 09:03:25 +0000 (17:03 +0800)]
rclone: Update to 1.59.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agohaproxy: Update HAProxy to v2.6.2
Christian Lachner [Sat, 13 Aug 2022 16:54:46 +0000 (18:54 +0200)]
haproxy: Update HAProxy to v2.6.2

- Update haproxy download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2 years agolighttpd: update to lighttpd 1.4.66 release hash
Glenn Strauss [Mon, 8 Aug 2022 06:04:22 +0000 (02:04 -0400)]
lighttpd: update to lighttpd 1.4.66 release hash

* update to lighttpd 1.4.66 release hash

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2 years agocloudflared: Update to 2022.8.0
Tianling Shen [Mon, 15 Aug 2022 10:57:26 +0000 (18:57 +0800)]
cloudflared: Update to 2022.8.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agolibpqxx: fix makefile typo
Igor Bezzubchenko [Mon, 15 Aug 2022 17:18:32 +0000 (21:18 +0400)]
libpqxx: fix makefile typo

Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2 years agolibpqxx: update to version 7.7.4
Igor Bezzubchenko [Mon, 15 Aug 2022 11:00:48 +0000 (15:00 +0400)]
libpqxx: update to version 7.7.4

Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2 years agoariang: update to 1.2.4
Van Waholtz [Sun, 14 Aug 2022 02:24:50 +0000 (10:24 +0800)]
ariang: update to 1.2.4

Changelog: https://github.com/mayswind/AriaNg/releases

Signed-off-by: Van Waholtz <vanwaholtz@gmail.com>
2 years agoopendoas: fix build with PAM
Michal Vasilek [Tue, 16 Aug 2022 13:02:49 +0000 (15:02 +0200)]
opendoas: fix build with PAM

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>
2 years agoRevert "strongswan: add strongswan-mod-socket"
Stijn Tintel [Tue, 16 Aug 2022 12:22:30 +0000 (15:22 +0300)]
Revert "strongswan: add strongswan-mod-socket"

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>
2 years agoMerge pull request #19048 from guijan/update-stress_ng
Alexandru Ardelean [Tue, 16 Aug 2022 06:22:04 +0000 (09:22 +0300)]
Merge pull request #19048 from guijan/update-stress_ng

stress-ng: update to 0.14.03

2 years agoacme: use the hotplug system
Glen Huang [Sat, 29 Jan 2022 12:54:35 +0000 (20:54 +0800)]
acme: use the hotplug system

Signed-off-by: Glen Huang <heyhgl@gmail.com>
2 years agoMerge pull request #16367 from pprindeville/strongswan-mod-socket-dep
Philip Prindeville [Mon, 15 Aug 2022 19:32:00 +0000 (13:32 -0600)]
Merge pull request #16367 from pprindeville/strongswan-mod-socket-dep

strongswan: Add dependency to virtual package strongswan-mod-socket

2 years agoknot: update to 3.1.9
Jan Hák [Mon, 15 Aug 2022 12:50:23 +0000 (14:50 +0200)]
knot: update to 3.1.9

Signed-off-by: Jan Hák <jan.hak@nic.cz>
2 years agorsync: bump to 3.2.5
John Audia [Sat, 13 Aug 2022 11:18:48 +0000 (07:18 -0400)]
rsync: bump to 3.2.5

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>
2 years agouvol: fix autopart handling double/float number
Daniel Golle [Sun, 14 Aug 2022 18:51:37 +0000 (20:51 +0200)]
uvol: fix autopart handling double/float number

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>
2 years agoopendoas: add package
Michal Vasilek [Mon, 14 Feb 2022 10:36:12 +0000 (11:36 +0100)]
opendoas: add package

Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
2 years agotree: update upstream source
John Audia [Sun, 7 Aug 2022 09:27:52 +0000 (05:27 -0400)]
tree: update upstream source

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>
2 years agorclone: fix init script on CIDR format ipaddr
Liangbin Lian [Fri, 5 Aug 2022 08:20:32 +0000 (16:20 +0800)]
rclone: fix init script on CIDR format ipaddr

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
2 years agorsync: fix CVE-2022-29154
John Audia [Tue, 2 Aug 2022 06:39:29 +0000 (02:39 -0400)]
rsync: fix CVE-2022-29154

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>
2 years agoMerge pull request #19156 from turris-cz/websockets
Josef Schlehofer [Sat, 13 Aug 2022 05:56:28 +0000 (07:56 +0200)]
Merge pull request #19156 from turris-cz/websockets

python-websockets: update to version 10.3

2 years agopython-websockets: update to version 10.3 19156/head
Josef Schlehofer [Fri, 12 Aug 2022 19:35:25 +0000 (21:35 +0200)]
python-websockets: update to version 10.3

- Update copyright

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2 years agolibwebp: bump to version 1.2.4
Alexandru Ardelean [Fri, 12 Aug 2022 12:50:51 +0000 (15:50 +0300)]
libwebp: bump to version 1.2.4

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agostress-ng: update to 0.14.03 19048/head
Guilherme Janczak [Mon, 25 Jul 2022 07:30:34 +0000 (07:30 +0000)]
stress-ng: update to 0.14.03

Signed-off-by: Guilherme Janczak <guilherme.janczak@yandex.com>
Co-authored-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #19085 from hardfalcon/unbound-1.16.2
Josef Schlehofer [Fri, 12 Aug 2022 04:09:34 +0000 (06:09 +0200)]
Merge pull request #19085 from hardfalcon/unbound-1.16.2

unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699

2 years agoksmbd-tools: add package with hotplug.d script for auto sharing
Rafał Miłecki [Wed, 10 Aug 2022 12:23:44 +0000 (14:23 +0200)]
ksmbd-tools: add package with hotplug.d script for auto sharing

One of common use cases for SMB3 server in routers is sharing hotplugged
drives. Users make many attempts setting that up which often are not
optimal.

This script handles it in the cleanest way by using:
1. hotplug.d mount subsystem
2. runtime config in the /var/run/config/

It provides a working basic solution that can be later adjusted by
modifying provided hotplug script.

A pretty much idential solution was part of the samba36 package. It was
added in the OpenWrt commit ef1efa756e0d0 ("samba36: add package with
hotplug.d script for auto sharing") as an answer for feature required by
the Rosinson company.

Cc: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2 years agoksmbd-tools: append config from /var/run/config/ for runtime shares
Rafał Miłecki [Wed, 10 Aug 2022 12:23:40 +0000 (14:23 +0200)]
ksmbd-tools: append config from /var/run/config/ for runtime shares

Dynamically created shares shouldn't be stored in the /etc/config/
because of:
1. Flash wearing
2. Risk of inconsistent state on reboots

With this change all automation/hotplug.d scripts can store runtime in
the /var/run/config/samba. It's useful e.g. for USB drives that user
wants to be automatically shared.

Also: automated scripts should never call "uci [foo] commit" as that
could flush incomplete config. This problem also gets solved.

Identical feature was added to samba36 in the OpenWrt commit
5a59e2c059866 ("samba36: append config from /var/run/config/ for runtime
shares") but wasn't ported to ksmbd until now.

Cc: Jo-Philipp Wich <jo@mein.io>
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
2 years agoMerge pull request #19146 from pprindeville/strongswan-include-mgf1
Philip Prindeville [Thu, 11 Aug 2022 03:45:59 +0000 (21:45 -0600)]
Merge pull request #19146 from pprindeville/strongswan-include-mgf1

strongswan: bundle mgf1 with everything

2 years agoshadowsocks-libev: ss-rules: nft rule cleanup on reload
Yousong Zhou [Mon, 8 Aug 2022 12:12:19 +0000 (20:12 +0800)]
shadowsocks-libev: ss-rules: nft rule cleanup on reload

Remove nft rules file generated by ss-rules if ss-rules was or should be
turned off for by configuration.  Use "fw4 restart" instead of "fw4
reload" to force the runtime rule reloading

Ref: https://github.com/openwrt/packages/pull/17937#issuecomment-1207357037
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agoshadowsocks-libev: ss-rules: setup policy rules for udp/ip6
Yousong Zhou [Wed, 10 Aug 2022 11:04:41 +0000 (19:04 +0800)]
shadowsocks-libev: ss-rules: setup policy rules for udp/ip6

Supersedes: https://github.com/openwrt/packages/pull/18852
Fixes: https://github.com/openwrt/packages/issues/18850
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2 years agostrongswan: bundle mgf1 with everything 19146/head
Philip Prindeville [Thu, 11 Aug 2022 00:19:55 +0000 (18:19 -0600)]
strongswan: bundle mgf1 with everything

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agoMerge pull request #19145 from Thermi/strongswan-5.9.7-model-kdf-dependencies
Philip Prindeville [Thu, 11 Aug 2022 00:09:17 +0000 (18:09 -0600)]
Merge pull request #19145 from Thermi/strongswan-5.9.7-model-kdf-dependencies

strongswan: try to model kdf optional dependencies

2 years agostrongswan: try to model kdf optional dependencies 19145/head
Noel Kuntze [Wed, 10 Aug 2022 22:40:13 +0000 (00:40 +0200)]
strongswan: try to model kdf optional dependencies

Signed-off-by: Noel Kuntze <noel.kuntze@thermi.consulting>
2 years agocgi-io: update to latest Git HEAD
Jo-Philipp Wich [Wed, 10 Aug 2022 21:52:19 +0000 (23:52 +0200)]
cgi-io: update to latest Git HEAD

901b0f0 main: fix two one-byte overreads in header_value()

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2 years agoMerge pull request #19128 from pprindeville/strongswan-update-5.9.7
Philip Prindeville [Wed, 10 Aug 2022 20:21:16 +0000 (14:21 -0600)]
Merge pull request #19128 from pprindeville/strongswan-update-5.9.7

strongswan: Update to 5.9.7

2 years agoMerge pull request #19084 from jtkohl/watchcat-ping-bugfix
Florian Eckert [Wed, 10 Aug 2022 06:02:47 +0000 (08:02 +0200)]
Merge pull request #19084 from jtkohl/watchcat-ping-bugfix

watchcat: fix broken ping invocation for no-address-family configuration

2 years agoMerge pull request #19125 from hirnpfirsich/master
Etienne Champetier [Tue, 9 Aug 2022 01:19:49 +0000 (21:19 -0400)]
Merge pull request #19125 from hirnpfirsich/master

prometheus-node-exporter-lua: add realtek-poe exporter

2 years agostrongswan: Update to 5.9.7 19128/head
Philip Prindeville [Sun, 7 Aug 2022 21:06:16 +0000 (15:06 -0600)]
strongswan: Update to 5.9.7

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agoMerge pull request #19130 from mhei/php8-update-8.1.9
Michael Heimpold [Mon, 8 Aug 2022 13:28:18 +0000 (15:28 +0200)]
Merge pull request #19130 from mhei/php8-update-8.1.9

php8: update to 8.1.9

2 years agoprometheus-node-exporter-lua: add realtek-poe exporter 19125/head
Gregor Michels [Wed, 18 May 2022 21:59:46 +0000 (23:59 +0200)]
prometheus-node-exporter-lua: add realtek-poe exporter

exposes PoE metrics obtained from realtek-poe

 # HELP realtek_poe_switch_info information about the poe controller
 # TYPE realtek_poe_switch_info gauge
 realtek_poe_switch_info{mcu="ST Micro ST32F100 Microcontroller",firmware="v22.4"} 1

 # HELP realtek_poe_switch_budget_watts overall power budget
 # TYPE realtek_poe_switch_budget_watts gauge
 realtek_poe_switch_budget_watts 77

 # HELP realtek_poe_switch_consumption_watts overall power consumption
 # TYPE realtek_poe_switch_consumption_watts gauge
 realtek_poe_switch_consumption_watts 5

 # HELP realtek_poe_port_priority poe priority of port
 # TYPE realtek_poe_port_priority gauge
 realtek_poe_port_priority{device="lan1"} 1
 realtek_poe_port_priority{device="lan2"} 1
 [...]

 # HELP realtek_poe_port_consumption_watts per port power consumption
 # TYPE realtek_poe_port_consumption_watts gauge
 realtek_poe_port_consumption_watts{device="lan1"} 0
 realtek_poe_port_consumption_watts{device="lan2"} 0
 [...]

 # HELP realtek_poe_port_state per port poe state
 # TYPE realtek_poe_port_state gauge
 realtek_poe_port_state{device="lan1",state="Disabled"} 0
 realtek_poe_port_state{device="lan1",state="Searching"} 1
 [...]
 (states: Disabled, Searching, Delivering power, Fault, Other fault, Requesting power)

 # HELP realtek_poe_port_mode per port poe mode
 # TYPE realtek_poe_port_mode gauge
 realtek_poe_port_mode{device="lan1",mode="PoE"} 0
 realtek_poe_port_mode{device="lan1",mode="PoE+"} 1
 [...]
 (modes: PoE, Legacy, pre-PoE+, PoE+)

Signed-off-by: Gregor Michels <hirnpfirsich@brainpeach.de>
2 years agoMerge pull request #19114 from commodo/squashfs-tools-zstd
Alexandru Ardelean [Mon, 8 Aug 2022 08:36:40 +0000 (11:36 +0300)]
Merge pull request #19114 from commodo/squashfs-tools-zstd

squashfs-tools: enable zstd compression by default

2 years agophp8: update to 8.1.9 19130/head
Michael Heimpold [Sun, 7 Aug 2022 22:58:45 +0000 (00:58 +0200)]
php8: update to 8.1.9

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2 years agoMerge pull request #18628 from mcb30/openconnect-proxy
Nikos Mavrogiannopoulos [Sun, 7 Aug 2022 20:15:11 +0000 (22:15 +0200)]
Merge pull request #18628 from mcb30/openconnect-proxy

OpenConnect proxy support

2 years agoprometheus-node-exporter-lua: fix hostapd stations
Nick Hainke [Sat, 30 Apr 2022 05:58:07 +0000 (07:58 +0200)]
prometheus-node-exporter-lua: fix hostapd stations

We can only utilize statistics from interfaces having ubus interface.

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoMerge pull request #18834 from jpds/prometheus-selinux-collector
Etienne Champetier [Sun, 7 Aug 2022 16:13:58 +0000 (12:13 -0400)]
Merge pull request #18834 from jpds/prometheus-selinux-collector

prometheus-node-exporter-lua: Added selinux.lua.

2 years agoopenconnect: Allow reconnect timeout to be specified 18628/head
Michael Brown [Sat, 28 May 2022 22:21:10 +0000 (23:21 +0100)]
openconnect: Allow reconnect timeout to be specified

Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
2 years agoopenconnect: Support use of a proxy server
Michael Brown [Sat, 28 May 2022 21:57:23 +0000 (22:57 +0100)]
openconnect: Support use of a proxy server

Allow connection via a proxy server (required on some sites where
direct outbound HTTP(S) access is not permitted).

Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
2 years agoMerge pull request #19126 from PolynomialDivision/update-gnutls
Nikos Mavrogiannopoulos [Sun, 7 Aug 2022 14:53:18 +0000 (16:53 +0200)]
Merge pull request #19126 from PolynomialDivision/update-gnutls

gnutls: update to 3.7.7

2 years agognutls: update to 3.7.7 19126/head
Nick Hainke [Sun, 7 Aug 2022 07:18:17 +0000 (09:18 +0200)]
gnutls: update to 3.7.7

- libgnutls: Fixed double free during verification of pkcs7 signatures.
  Reported by Jaak Ristioja (#1383). [GNUTLS-SA-2022-07-07, CVSS: medium]
  [CVE-2022-2509]

- libgnutls: gnutls_hkdf_expand now only accepts LENGTH argument less than or
  equal to 255 times hash digest size, to comply with RFC 5869 2.3.

- libgnutls: Length limit for TLS PSK usernames has been increased
  from 128 to 65535 characters (#1323).

- libgnutls: AES-GCM encryption function now limits plaintext
  length to 2^39-256 bits, according to SP800-38D 5.2.1.1.

- libgnutls: New block cipher functions have been added to transparently
  handle padding.  gnutls_cipher_encrypt3 and gnutls_cipher_decrypt3 can be
  used in combination of GNUTLS_CIPHER_PADDING_PKCS7 flag to automatically
  add/remove padding if the length of the original plaintext is not a multiple
  of the block size.

- libgnutls: New function for manual FIPS self-testing.

API and ABI modifications:
- gnutls_fips140_run_self_tests: New function
- gnutls_cipher_encrypt3: New function
- gnutls_cipher_decrypt3: New function
- gnutls_cipher_padding_flags_t: New enum

Signed-off-by: Nick Hainke <vincent@systemli.org>
2 years agoyq: Update to 4.27.2
Tianling Shen [Sat, 6 Aug 2022 16:29:35 +0000 (00:29 +0800)]
yq: Update to 4.27.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 years agomxml: update to 3.3.1
Espen Jürgensen [Fri, 5 Aug 2022 10:46:11 +0000 (12:46 +0200)]
mxml: update to 3.3.1

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2 years agoluajit: patch: PPC/e500 SPE: use soft float instead of failing
Šimon Bořek [Sat, 16 Jul 2022 16:56:32 +0000 (18:56 +0200)]
luajit: patch: PPC/e500 SPE: use soft float instead of failing

makes LuaJit builds for mpc85xx targets with SPE ISA extension
enabled possible

Quoting inner commit message:

This allows building LuaJit for systems with Power ISA SPE
extension[^1] support by using soft float on LuaJit side.

While e500 CPU cores support SPE instruction set extension
allowing them to perform floating point arithmetic natively,
this isn't required. They can function with software floating
point to integer arithmetic translation as well,
just like FPU-less PowerPC CPUs without SPE support.

Therefore I see no need to prevent them from running LuaJit
explicitly.

[^1]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2 years agosquashfs-tools: enable zstd compression by default 19114/head
Alexandru Ardelean [Fri, 5 Aug 2022 06:48:26 +0000 (09:48 +0300)]
squashfs-tools: enable zstd compression by default

Requested via:
  https://github.com/openwrt/packages/issues/19111

PKG_RELEASE is set to AUTORELEASE, so no need to bump.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2 years agoMerge pull request #19104 from janh/python-paho-mqtt-depends-uuid 19767/head
Alexandru Ardelean [Fri, 5 Aug 2022 06:35:15 +0000 (09:35 +0300)]
Merge pull request #19104 from janh/python-paho-mqtt-depends-uuid

python-paho-mqtt: add missing dependency

2 years agokea: bump to 2.0.3
Stijn Tintel [Tue, 2 Aug 2022 22:44:36 +0000 (01:44 +0300)]
kea: bump to 2.0.3

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2 years agosqueezelite: update to 1.9.9-1403
Rosen Penev [Mon, 25 Jul 2022 00:41:33 +0000 (17:41 -0700)]
squeezelite: update to 1.9.9-1403

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 years agoMerge pull request #19083 from pprindeville/drop-parallel-support-non-x86
Philip Prindeville [Thu, 4 Aug 2022 19:01:42 +0000 (13:01 -0600)]
Merge pull request #19083 from pprindeville/drop-parallel-support-non-x86

lcdproc: don't enable LPT support on non-x86 architectures

2 years agoMerge pull request #18781 from paper42/fail2ban-py310
Josef Schlehofer [Thu, 4 Aug 2022 11:45:31 +0000 (13:45 +0200)]
Merge pull request #18781 from paper42/fail2ban-py310

fail2ban: fix patch for python 3.10

2 years agoMerge pull request #19021 from borkra/fix_dependencies
Eneas U de Queiroz [Thu, 4 Aug 2022 02:44:33 +0000 (23:44 -0300)]
Merge pull request #19021 from borkra/fix_dependencies

Avoid building unused package dependencies