feed/packages.git
2 years agopython-uci: update to version 0.9.0 19253/head
Josef Schlehofer [Thu, 25 Aug 2022 14:45:53 +0000 (16:45 +0200)]
python-uci: update to version 0.9.0

- Release notes:
https://gitlab.nic.cz/turris/pyuci/-/tags/v0.9.0
- Update copyright while at it.

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 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

2 years agolcdproc: don't enable LPT support on non-x86 architectures 19083/head
Philip Prindeville [Mon, 1 Aug 2022 19:20:53 +0000 (13:20 -0600)]
lcdproc: don't enable LPT support on non-x86 architectures

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2 years agopython-paho-mqtt: add missing dependency 19104/head
Jan Hoffmann [Wed, 3 Aug 2022 15:00:08 +0000 (17:00 +0200)]
python-paho-mqtt: add missing dependency

The uuid module has been split out into a separate package with the
update to Python 3.10.

Signed-off-by: Jan Hoffmann <jan@3e8.eu>
2 years agozabbix: add fping dependency 19097/head
Florian Eckert [Wed, 3 Aug 2022 07:36:05 +0000 (09:36 +0200)]
zabbix: add fping dependency

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>
2 years agosexpect: updated to 2.3.11
Clark Wang [Tue, 2 Aug 2022 12:46:01 +0000 (20:46 +0800)]
sexpect: updated to 2.3.11

Signed-off-by: Clark Wang <dearvoid@gmail.com>
2 years agopython-jsonschema: Update to 4.9.0
Javier Marcet [Mon, 1 Aug 2022 17:02:01 +0000 (19:02 +0200)]
python-jsonschema: Update to 4.9.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agodocker-compose: Update to version 2.9.0
Javier Marcet [Mon, 1 Aug 2022 17:02:16 +0000 (19:02 +0200)]
docker-compose: Update to version 2.9.0

Signed-off-by: Javier Marcet <javier@marcet.info>
2 years agounbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699 19085/head
Pascal Ernster [Tue, 2 Aug 2022 02:26:38 +0000 (04:26 +0200)]
unbound: update to 1.16.2, fix CVE-2022-30698, CVE-2022-30699

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>
2 years agonano: update to 6.4
Hannu Nyman [Tue, 2 Aug 2022 12:32:10 +0000 (15:32 +0300)]
nano: update to 6.4

Update nano editor to version 6.4.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 years agocoremark: bump to 2022-07-27
Aleksander Jan Bajkowski [Fri, 29 Jul 2022 22:13:51 +0000 (00:13 +0200)]
coremark: bump to 2022-07-27

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2 years agowatchcat: fix broken ping invocation for no-address-family configuration 19084/head
Michal Kowalski [Tue, 2 Aug 2022 00:29:07 +0000 (20:29 -0400)]
watchcat: fix broken ping invocation for no-address-family configuration

Fix for issue #19010

Signed-off-by: John Kohl <jtk.git@bostonpog.org>
Signed-off-by: Michal Kowalski <18610805+kofec@users.noreply.github.com>
2 years agognutls: Avoid building unused gnutls dependency 19021/head
Boris Krasnovskiy [Fri, 22 Jul 2022 18:25:17 +0000 (14:25 -0400)]
gnutls: Avoid building unused gnutls dependency

Avoid building unused gnutls dependency

Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
2 years agogensio: Avoid building unused python and libstdcpp dependecies
Boris Krasnovskiy [Fri, 22 Jul 2022 18:23:54 +0000 (14:23 -0400)]
gensio: Avoid building unused python and libstdcpp dependecies

Avoid building unused python and libstdcpp dependecies

Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>
2 years agochrony: Avoid building unused gnutls and ca dependencies
Boris Krasnovskiy [Fri, 22 Jul 2022 18:23:05 +0000 (14:23 -0400)]
chrony: Avoid building unused gnutls and ca dependencies

Avoid building unused gnutls and ca dependencies

Signed-off-by: Boris Krasnovskiy <borkra@gmail.com>