feed/packages.git
10 months agoisc-dhcp: use network_get_device in client scripts 21666/head
Philip Prindeville [Tue, 25 Jul 2023 21:48:14 +0000 (15:48 -0600)]
isc-dhcp: use network_get_device in client scripts

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
10 months agorust: Update to 1.71.0
Tianling Shen [Sat, 15 Jul 2023 17:18:58 +0000 (01:18 +0800)]
rust: Update to 1.71.0

Refreshed patches.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agorust: compile host package per target
Orne Brocaar [Sat, 15 Jul 2023 17:16:44 +0000 (01:16 +0800)]
rust: compile host package per target

While the compiled binaries are intended to run on the host system, the
rust/host package does include the target matching the configured
OpenWrt target.

If using (for example) ./scripts/env to switch between different
OpenWrt configurations, this will cause issues if the different
configuration is for a different target. In such case there will be a
mismatch between the available Rust target and OpenWrt target and the
following error will be printed:

> error[E0463]: can't find crate for `core`
> note: the `XXX` target may not be installed

This fix will add the RUSTC_TARGET_ARCH as HOST_BUILD_DIR and CARGO_HOME
suffix, such that rust/host will be compiled in case an OpenWrt
configuration change causes the RUSTC_TARGET_ARCH to change.

Fixes: #21530
Signed-off-by: Orne Brocaar <info@brocaar.com>
[Applied Jeffery To's suggestion for build and install path]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agopython-pip: Update to 23.2
Jeffery To [Mon, 17 Jul 2023 05:50:00 +0000 (13:50 +0800)]
python-pip: Update to 23.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agojq: remove _GNU_SOURCE from Makefile and instead backport patch
W. Michael Petullo [Mon, 17 Jul 2023 13:42:20 +0000 (08:42 -0500)]
jq: remove _GNU_SOURCE from Makefile and instead backport patch

Commit 4bb18b04 added _GNU_SOURCE to jq's Makefile to fix a segfault.
This has since been fixed upstream, so this commit backports the upstream
patch instead. This keeps things closer to upstream, and it will prevent
the Makefile from containing a redundant fix once upstream releases the
next version.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
10 months agoMerge pull request #21590 from jefferyto/golang-1.20.6
Tianling Shen [Mon, 17 Jul 2023 13:14:40 +0000 (21:14 +0800)]
Merge pull request #21590 from jefferyto/golang-1.20.6

golang: Update to 1.20.6

10 months agogolang: Update to 1.20.6 21590/head
Jeffery To [Mon, 17 Jul 2023 07:13:00 +0000 (15:13 +0800)]
golang: Update to 1.20.6

Includes fix for CVE-2023-29406 (net/http: insufficient sanitization of
Host header).

This also updates the copyright information for various Go packaging
files.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agopython-babel: Update to 2.12.1, add host build
Jeffery To [Sun, 16 Jul 2023 08:29:41 +0000 (16:29 +0800)]
python-babel: Update to 2.12.1, add host build

Also updated dependencies for the new version.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agoMerge pull request #21566 from jefferyto/python-mako-reimport
Alexandru Ardelean [Sun, 16 Jul 2023 18:06:07 +0000 (21:06 +0300)]
Merge pull request #21566 from jefferyto/python-mako-reimport

python-mako: Re-import host-only package from abandoned packages repo

10 months agoMerge pull request #21576 from commodo/libwebp
Alexandru Ardelean [Sun, 16 Jul 2023 18:03:42 +0000 (21:03 +0300)]
Merge pull request #21576 from commodo/libwebp

libwebp: bump to version 1.3.1

10 months agoMerge pull request #21577 from commodo/tcpreplay
Alexandru Ardelean [Sun, 16 Jul 2023 18:03:33 +0000 (21:03 +0300)]
Merge pull request #21577 from commodo/tcpreplay

tcpreplay: bump to version 4.4.4

10 months agoMerge pull request #21575 from commodo/sudo
Alexandru Ardelean [Sun, 16 Jul 2023 10:59:03 +0000 (13:59 +0300)]
Merge pull request #21575 from commodo/sudo

sudo: bump to verison 1.9.14p1

10 months agoMerge pull request #21568 from commodo/python-updates1
Alexandru Ardelean [Sun, 16 Jul 2023 10:58:54 +0000 (13:58 +0300)]
Merge pull request #21568 from commodo/python-updates1

pillow, pymysql, requests: bump versions

10 months agobanip: release 0.9.0-1
Dirk Brenken [Sun, 16 Jul 2023 05:32:24 +0000 (07:32 +0200)]
banip: release 0.9.0-1

* supports allowing / blocking of certain VLAN forwards in segregated network environments,
   set 'ban_vlanallow', ''ban_vlanblock' accordingly
* simplified the code/JSON to generate/parse the banIP status
* enclose nft related devices in quotation marks , e.g. to handle devices which starts with a number '10g-1'
* made the new vlan options available to LuCI (separate commit)

Signed-off-by: Dirk Brenken <dev@brenken.org>
10 months agotcpreplay: bump to version 4.4.4 21577/head
Alexandru Ardelean [Sat, 15 Jul 2023 21:43:01 +0000 (00:43 +0300)]
tcpreplay: bump to version 4.4.4

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agolibwebp: bump to version 1.3.1 21576/head
Alexandru Ardelean [Sat, 15 Jul 2023 21:20:55 +0000 (00:20 +0300)]
libwebp: bump to version 1.3.1

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agosudo: bump to verison 1.9.14p1 21575/head
Alexandru Ardelean [Sat, 15 Jul 2023 21:02:40 +0000 (00:02 +0300)]
sudo: bump to verison 1.9.14p1

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
11 months agopillow: bump to version 10.0.0 21568/head
Alexandru Ardelean [Wed, 5 Jul 2023 08:06:54 +0000 (11:06 +0300)]
pillow: bump to version 10.0.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
11 months agopymysql: bump to version 1.1.0
Alexandru Ardelean [Wed, 5 Jul 2023 08:07:57 +0000 (11:07 +0300)]
pymysql: bump to version 1.1.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
11 months agopython-requests: bump to version 2.31.0
Alexandru Ardelean [Wed, 5 Jul 2023 08:05:58 +0000 (11:05 +0300)]
python-requests: bump to version 2.31.0

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
11 months agopython-mako: Re-import host-only package from abandoned packages repo 21566/head
Jeffery To [Fri, 14 Jul 2023 09:52:50 +0000 (17:52 +0800)]
python-mako: Re-import host-only package from abandoned packages repo

Mako was removed in 60ce07b9a1d5c7a53297f177f10af68f3304be9e; at the
time we were using host pip to install host Python packages and so
having this package was not necessary.

With the move away from host pip and toward proper host packages, it
would be better to have a Mako host-only package here to support the
mesa package in the video feed.

This re-imports the package from the abandoned packages feed, updates
the makefile with current Python package conventions, and updates the
package to the latest version.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agoyq: Update to 4.34.2
Tianling Shen [Fri, 14 Jul 2023 06:13:46 +0000 (14:13 +0800)]
yq: Update to 4.34.2

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
11 months agocloudflared: Update to 2023.7.0
Tianling Shen [Fri, 14 Jul 2023 06:13:35 +0000 (14:13 +0800)]
cloudflared: Update to 2023.7.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
11 months agoinih: Update to r57
Tianling Shen [Fri, 14 Jul 2023 06:13:28 +0000 (14:13 +0800)]
inih: Update to r57

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
11 months agoshairport-sync: fix init script
Liangbin Lian [Tue, 11 Jul 2023 07:59:54 +0000 (15:59 +0800)]
shairport-sync: fix init script

'name' may contains '%h' or '%v', printf will fail on that

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
11 months agoooniprobe: Update to 3.18.0
Jeffery To [Thu, 13 Jul 2023 08:49:48 +0000 (16:49 +0800)]
ooniprobe: Update to 3.18.0

This version includes support for Go 1.20 (specifically 1.20.5).

This also:

* Adds a workaround for musl 1.2.4 compatibility in mattn/go-sqlite3[1]

* Sets GO_PKG_BUILD_PKG to build the main binary (ooniprobe) only

* Updates the package license; the project was relicensed in 3.13.0[2]

[1]: https://github.com/mattn/go-sqlite3/issues/1164
[2]: https://github.com/ooni/probe-cli/pull/446

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-trove-classifiers: Update to 2023.7.6
Jeffery To [Thu, 13 Jul 2023 08:46:12 +0000 (16:46 +0800)]
python-trove-classifiers: Update to 2023.7.6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agoclick: Update to 8.1.4, rename source package
Jeffery To [Thu, 13 Jul 2023 08:31:57 +0000 (16:31 +0800)]
click: Update to 8.1.4, rename source package

This renames the source package to python-click to match other Python
packages.

This also updates the package dependencies, licence file, package title
and description.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-editables: Update to 0.4
Jeffery To [Thu, 13 Jul 2023 08:42:52 +0000 (16:42 +0800)]
python-editables: Update to 0.4

The build backend was changed from setuptools to flit-core.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agodocker-compose: Update to version 2.20.0
Javier Marcet [Thu, 13 Jul 2023 17:16:36 +0000 (19:16 +0200)]
docker-compose: Update to version 2.20.0

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agopython-cython: Update to 0.29.36
Jeffery To [Thu, 13 Jul 2023 08:37:05 +0000 (16:37 +0800)]
python-cython: Update to 0.29.36

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agoMerge pull request #21550 from mhei/php8-update-to-8.2.8
Michael Heimpold [Thu, 13 Jul 2023 16:14:41 +0000 (18:14 +0200)]
Merge pull request #21550 from mhei/php8-update-to-8.2.8

php8: update to 8.2.8

11 months agoadguardhome: bump to 0.107.33
Dobroslaw Kijowski [Tue, 11 Jul 2023 20:49:45 +0000 (22:49 +0200)]
adguardhome: bump to 0.107.33

* Full changelog available at:
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.30
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.31
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.32
  * https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.33

Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
11 months agophp8: update to 8.2.8 21550/head
Michael Heimpold [Wed, 12 Jul 2023 20:29:03 +0000 (22:29 +0200)]
php8: update to 8.2.8

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
11 months agoMerge pull request #21545 from nmav/tmp-ocserv1.2.0
Nikos Mavrogiannopoulos [Tue, 11 Jul 2023 17:51:20 +0000 (19:51 +0200)]
Merge pull request #21545 from nmav/tmp-ocserv1.2.0

ocserv: updated to 1.2.0

11 months agoocserv: updated to 1.2.0 21545/head
Nikos Mavrogiannopoulos [Tue, 11 Jul 2023 15:36:05 +0000 (17:36 +0200)]
ocserv: updated to 1.2.0

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
11 months agosedutil: fix compilation with GCC13
Rosen Penev [Sun, 2 Jul 2023 00:38:34 +0000 (17:38 -0700)]
sedutil: fix compilation with GCC13

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 months agolibtins: fix compilation with GCC13
Rosen Penev [Sat, 1 Jul 2023 18:31:23 +0000 (11:31 -0700)]
libtins: fix compilation with GCC13

Patch taken from upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 months agonginx-util: fix compilation with GCC13
Rosen Penev [Sat, 1 Jul 2023 23:44:54 +0000 (16:44 -0700)]
nginx-util: fix compilation with GCC13

Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 months agotreewide: make all GNOME URLs consistent
Rosen Penev [Sun, 2 Jul 2023 00:55:13 +0000 (17:55 -0700)]
treewide: make all GNOME URLs consistent

Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 months agolua-rs232: fix compilation with GCC13
Rosen Penev [Sat, 1 Jul 2023 18:30:42 +0000 (11:30 -0700)]
lua-rs232: fix compilation with GCC13

Patch taken from upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 months agolibaio: opt out of lto usage
Javier Marcet [Sun, 9 Jul 2023 14:43:45 +0000 (16:43 +0200)]
libaio: opt out of lto usage

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agoNlohmannjson: Update to version 3.11.2
Volker Christian [Sat, 8 Jul 2023 08:02:58 +0000 (10:02 +0200)]
Nlohmannjson: Update to version 3.11.2

Compile tested: OpenWRT-23.05-rc2, arm_cortex-a7_neon-vfpv4, mips_24kc
Run tested: arm_cortex-a7_neon-vfpv4 (Linksys MR8300), mips_24kc (tplink_archer-a7), OpenWrt 23.05-rc2)

* Update package nlohmannjson to version 3.11.2.
* Version 3.11.2 is source compatible with 3.10.2 so no package should fail to compile
* From version 3.11.2 on forward template declarations are collected in the file
  json_fwd.hpp. The json.hpp still contains all template definitions.
  Because in most compilation units of a software package only the file json_fwd.hpp
  needs to be included, the compilation process is accelerated a lot.

Signed-off-by: Volker Christian <me@vchrist.at>
11 months agostress-ng: bump to version 0.15.10
Alexandru Ardelean [Fri, 26 May 2023 11:21:19 +0000 (14:21 +0300)]
stress-ng: bump to version 0.15.10

Merged patches into a single one.
Disabling libmpfr (which got added recently).
To avoid potentially new build failures.

And disabling test-compiler check.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
11 months agotailscale: update to 1.44.0
Zephyr Lykos [Tue, 4 Jul 2023 13:38:10 +0000 (21:38 +0800)]
tailscale: update to 1.44.0

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
11 months agosnort3: update to 3.1.65.0
John Audia [Tue, 4 Jul 2023 12:25:43 +0000 (08:25 -0400)]
snort3: update to 3.1.65.0

Upstream bump

Build system: x86_64
Build-tested: x86_64/AMD 5800U
Run-tested: x86_64/AMD 5800U

Signed-off-by: John Audia <therealgraysky@proton.me>
11 months agoluaposix: update to 36.2.1
Maxim Storchak [Sun, 9 Jul 2023 13:06:55 +0000 (16:06 +0300)]
luaposix: update to 36.2.1

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
11 months agoiperf3: update to 3.14
John Audia [Mon, 10 Jul 2023 10:17:44 +0000 (06:17 -0400)]
iperf3: update to 3.14

Release Notes:
https://github.com/esnet/iperf/blob/master/RELNOTES.md

Signed-off-by: John Audia <therealgraysky@proton.me>
11 months agolibre2: update to 2023-02-01
Rosen Penev [Sat, 1 Jul 2023 18:06:04 +0000 (11:06 -0700)]
libre2: update to 2023-02-01

Fixes compilation with GCC13

Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 months agoFile: Fix segfault
Volker Christian [Sat, 8 Jul 2023 14:04:27 +0000 (16:04 +0200)]
File: Fix segfault

Executables depending on binary package libmagic segfault in case
package file is not installed. Libmagic needs file
/usr/share/misc/magic to not segfault. Thus, install
/usr/share/misc/magic along with libmagic and not with file.

Signed-off-by: Volker Christian <me@vchrist.at>
11 months agoFile: Update to version 5.44
Volker Christian [Sat, 8 Jul 2023 14:01:12 +0000 (16:01 +0200)]
File: Update to version 5.44

Signed-off-by: Volker Christian <me@vchrist.at>
11 months agobtop: opt out of lto usage
Javier Marcet [Sun, 9 Jul 2023 13:26:52 +0000 (15:26 +0200)]
btop: opt out of lto usage

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agodfu-programmer: update to 1.1.0
Stefan Hellermann [Sat, 8 Jul 2023 21:25:38 +0000 (23:25 +0200)]
dfu-programmer: update to 1.1.0

Changes:
 * Add `--erase-first` option

Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
11 months agobanip: update 0.8.9-4
Dirk Brenken [Sun, 9 Jul 2023 05:01:17 +0000 (07:01 +0200)]
banip: update 0.8.9-4

* made the etag id parsing more bulletproof (to catch unverified etags as well)

Signed-off-by: Dirk Brenken <dev@brenken.org>
11 months agobanip: update 0.8.9-3
Dirk Brenken [Sat, 8 Jul 2023 17:51:52 +0000 (19:51 +0200)]
banip: update 0.8.9-3

* prevent superflous etag function calls during start action (on start backups will be used anyway)
* changed the ipthreat feed download URL (load a compressed file variant to save bandwidth)

Signed-off-by: Dirk Brenken <dev@brenken.org>
11 months agopdns: update to 4.8.1
Peter van Dijk [Fri, 7 Jul 2023 18:32:22 +0000 (20:32 +0200)]
pdns: update to 4.8.1

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
11 months agofrp: update to 0.51.0
Van Waholtz [Wed, 5 Jul 2023 14:06:24 +0000 (22:06 +0800)]
frp: update to 0.51.0

XTCP is incompatible with previous versions since 0.49.0.

Changelog:
https://github.com/fatedier/frp/releases/tag/v0.49.0
https://github.com/fatedier/frp/releases/tag/v0.50.0
https://github.com/fatedier/frp/releases/tag/v0.51.0

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
11 months agobanip: update 0.8.9-2
Dirk Brenken [Fri, 7 Jul 2023 18:03:08 +0000 (20:03 +0200)]
banip: update 0.8.9-2

* fix a corner case backup issue with empty feed downloads

Signed-off-by: Dirk Brenken <dev@brenken.org>
11 months agobanip: release 0.8.9-1
Dirk Brenken [Fri, 7 Jul 2023 16:28:21 +0000 (18:28 +0200)]
banip: release 0.8.9-1

* added HTTP ETag or entity tag support to download only ressources that have been updated on the server side,
  to save bandwith and speed up banIP reloads
* added 4 new feeds: binarydefense, bruteforceblock, etcompromised, ipblackhole (see readme)
* updated the readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
11 months agopdns-recursor: update to 4.9.0
Peter van Dijk [Mon, 3 Jul 2023 08:11:46 +0000 (10:11 +0200)]
pdns-recursor: update to 4.9.0

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
11 months agoMerge pull request #21496 from Ansuel/add-mtools
Josef Schlehofer [Fri, 7 Jul 2023 12:05:48 +0000 (14:05 +0200)]
Merge pull request #21496 from Ansuel/add-mtools

net-mtools: Add new package to debug multicast setups

11 months agonyx: fix python 3.11 compatibility
Javier Marcet [Sat, 1 Jul 2023 18:32:53 +0000 (20:32 +0200)]
nyx: fix python 3.11 compatibility

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agonet-mtools: Add new package to debug multicast setups 21496/head
Christian Marangi [Tue, 4 Jul 2023 04:52:52 +0000 (06:52 +0200)]
net-mtools: Add new package to debug multicast setups

Add new package to debug multicast setups. This is required to use
kselftests script for network testing.

net-mtools is used instead of mtools as it does conflicts with another
package that is also called mtools.

Some additional patch from Vladimir Oltean are added to make the tool
works on kernel selftests scripts.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 months agonginx: don't install all module for FULL variant 21502/head
Christian Marangi [Wed, 5 Jul 2023 00:32:56 +0000 (02:32 +0200)]
nginx: don't install all module for FULL variant

We currently have a more or less circular dependency with nginx ssl and
full variant.

FULL variant depends on every nginx module. Every nginx module depends
on nginx-ssl.

Since nginx-full depends on an nginx module, nginx-ssl is installed as
module depends on it and then the installation fails as nginx-full
conflicts with nginx-ssl.

nginx-full in it's meaning is nginx built with every config selected and
it should not have module as dependency. In fact an user should always
install them separetly as while other things, local modification to the
nginx config file are required to include the just installed module.

To fix this circular dependency problem, drop the dependency of every
nginx module for FULL variant.

Fixes: #21300
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 months agonginx: add quic modue
Tiago Gaspar [Sun, 2 Jul 2023 17:14:10 +0000 (18:14 +0100)]
nginx: add quic modue

This commit  adds support for http/3. This is an experimental version
and isn't fully supported because nginx is being built with the regular
OpenSSL and the regular one doesn't support quic.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
11 months agonginx: update to 1.25.1
Tiago Gaspar [Sun, 2 Jul 2023 17:11:28 +0000 (18:11 +0100)]
nginx: update to 1.25.1

Update nginx to 1.25.1.

    *) Feature: the "http2" directive, which enables HTTP/2 on a per-server
       basis; the "http2" parameter of the "listen" directive is now
       deprecated.

    *) Change: HTTP/2 server push support has been removed.

    *) Change: the deprecated "ssl" directive is not supported anymore.

    *) Bugfix: in HTTP/3 when using OpenSSL.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
[ improve commit title and add nginx changelog ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 months agonginx: add support for MaxMind GeoIP2 databases
Javier Marcet [Fri, 30 Jun 2023 14:21:19 +0000 (16:21 +0200)]
nginx: add support for MaxMind GeoIP2 databases

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agoliburing: Update to v2.4
Christian Lachner [Sat, 24 Jun 2023 07:17:06 +0000 (09:17 +0200)]
liburing: Update to v2.4

- Updated download URL and hash
- Switched to downloading bz2 archives to save bandwidth

Signed-off-by: Christian Lachner <gladiac@gmail.com>
11 months agopython-docker: Update to 6.1.3
Javier Marcet [Sat, 1 Jul 2023 18:55:30 +0000 (20:55 +0200)]
python-docker: Update to 6.1.3

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agopython-docker: Update to 6.1.2
Javier Marcet [Sun, 21 May 2023 13:08:03 +0000 (15:08 +0200)]
python-docker: Update to 6.1.2

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agohaproxy: update to v2.8.1
Christian Lachner [Tue, 4 Jul 2023 06:09:39 +0000 (08:09 +0200)]
haproxy: update to v2.8.1

- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
11 months agorclone: Update to 1.63.0 21497/head
Tianling Shen [Tue, 4 Jul 2023 08:04:54 +0000 (16:04 +0800)]
rclone: Update to 1.63.0

While at it fixed a typo error of license files variable.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
11 months agopython-typing-extensions: Update to 4.7.1
Jeffery To [Mon, 3 Jul 2023 06:41:18 +0000 (14:41 +0800)]
python-typing-extensions: Update to 4.7.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-dotenv: update to v1.0.0
Javier Marcet [Sat, 1 Jul 2023 18:51:17 +0000 (20:51 +0200)]
python-dotenv: update to v1.0.0

- 1.0.0:

  - What's Changed:
    - Handle situations where the cwd does not exist.
    - Add python-decouple as a related project
    - Drop support for python 3.7, add python 3.12-dev

- 0.21.1:

  - Added:
    - Use Python 3.11 non-beta in CI
    - Modernize variables code
    - Modernize main.py and parser.py code
    - Improve conciseness of cli.py and init.py
    - Improve error message for get and list commands when env file
    can't be opened
    - Updated Licence to align with BSD OSI template

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agodnsproxy: Update to 0.51.0
Tianling Shen [Mon, 3 Jul 2023 14:05:28 +0000 (22:05 +0800)]
dnsproxy: Update to 0.51.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
11 months agoMerge pull request #21483 from pprindeville/acpica-unix-update-20230628
Philip Prindeville [Mon, 3 Jul 2023 03:27:08 +0000 (21:27 -0600)]
Merge pull request #21483 from pprindeville/acpica-unix-update-20230628

acpica-unix: Update to 20230628

11 months agoacpica-unix: Update to 20230628 21483/head
Philip Prindeville [Mon, 3 Jul 2023 02:54:15 +0000 (20:54 -0600)]
acpica-unix: Update to 20230628

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
11 months agodocker-compose: Update to version 2.19.1
Javier Marcet [Fri, 30 Jun 2023 03:18:51 +0000 (05:18 +0200)]
docker-compose: Update to version 2.19.1

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agopython-websocket-client: update to 1.6.1
Javier Marcet [Sat, 1 Jul 2023 18:43:28 +0000 (20:43 +0200)]
python-websocket-client: update to 1.6.1

- 1.6.1
  - Fix Dispatcher keyboard interrupt. Should solve reconnect loop
  with rel

- 1.6.0
  - Fix teardown issue when ping thread is not properly ended
  - Fix double ping wait time on first ping
  - Minor typehints improvements

- 1.5.3
  - Add logic to avoid error in the case where content-length header
  does not exist, bug introduced in 1.5.2
  - Fix wsdump.py script typing, bug introduced in 1.5.2

- 1.5.2
  - Add typehints
  - Fix pytype errors
  - Fix args passed to logging function
  - Standardize PEP 3101 formatting
  - Add more verbose exception for unsuccessful handshake

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agopython-stem: update to v1.8.2
Javier Marcet [Sat, 1 Jul 2023 18:20:05 +0000 (20:20 +0200)]
python-stem: update to v1.8.2

Signed-off-by: Javier Marcet <javier@marcet.info>
11 months agolibwebsockets: Fix -Werror=enum-int-mismatch in lws_tls_server_abort_connection()
Oskari Rauta [Sun, 28 May 2023 06:33:08 +0000 (09:33 +0300)]
libwebsockets: Fix -Werror=enum-int-mismatch in lws_tls_server_abort_connection()

with gcc 13 libwebsockets fails with -Werror=enum-int-mismatch with both
SSL variants. These 2 patches work out that issue. Problem is mentioned
as a issue in openwrt/packages#20949 and instead of overriding issue
with appropriate CFLAGS, this approach was suggested for me as it's
been made as a PR (for openssl) at warmcat/libwebsockets#2824

Second patch for mbedtls, was made by me using same approach
as was used of openssl.

Eventually these propably will be merged into libwebsockets mainstream.

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
11 months agogrilo-plugins: update to 0.3.16
W. Michael Petullo [Fri, 30 Jun 2023 18:22:07 +0000 (13:22 -0500)]
grilo-plugins: update to 0.3.16

This drops the opensubtitles plugin, because it is not yet compatible
with libsoup3.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
11 months agogrilo: update to 0.3.16
W. Michael Petullo [Fri, 30 Jun 2023 18:21:51 +0000 (13:21 -0500)]
grilo: update to 0.3.16

Signed-off-by: W. Michael Petullo <mike@flyn.org>
11 months agopython-hatchling: Update to 1.18.0
Jeffery To [Mon, 26 Jun 2023 05:00:05 +0000 (13:00 +0800)]
python-hatchling: Update to 1.18.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-pluggy: Update to 1.2.0
Jeffery To [Mon, 26 Jun 2023 05:38:11 +0000 (13:38 +0800)]
python-pluggy: Update to 1.2.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agosing-box: update to 1.3.0
Van Waholtz [Sat, 1 Jul 2023 09:24:49 +0000 (17:24 +0800)]
sing-box: update to 1.3.0

Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
11 months agonetbird: update to 0.21.7
Salem Huang [Sun, 25 Jun 2023 16:43:29 +0000 (00:43 +0800)]
netbird: update to 0.21.7

1. Release notes:
   https://github.com/netbirdio/netbird/releases/tag/v0.21.2
   https://github.com/netbirdio/netbird/releases/tag/v0.21.3
   https://github.com/netbirdio/netbird/releases/tag/v0.21.4
   https://github.com/netbirdio/netbird/releases/tag/v0.21.5
   https://github.com/netbirdio/netbird/releases/tag/v0.21.6
   https://github.com/netbirdio/netbird/releases/tag/v0.21.7
2. Update GO_PKG_LDFLAGS, because of https://github.com/netbirdio/netbird/commit/292ee260ad564d1e65199b1cb3430b0cd7ba9646
3. Define the configuration file.

Signed-off-by: Salem Huang <solohoh@hotmail.com>
11 months agopython-markupsafe: Update to 2.1.3, add host build
Jeffery To [Wed, 28 Jun 2023 17:54:50 +0000 (01:54 +0800)]
python-markupsafe: Update to 2.1.3, add host build

The host build will be used for mako (to be added later).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-service-identity: Update to 23.1.0
Jeffery To [Mon, 26 Jun 2023 05:59:56 +0000 (13:59 +0800)]
python-service-identity: Update to 23.1.0

This adds new build dependencies as the package switched to
pyproject.toml-based builds.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-libmodbus: Update to 0.6.2
Jeffery To [Wed, 28 Jun 2023 17:22:03 +0000 (01:22 +0800)]
python-libmodbus: Update to 0.6.2

This also adds a source package (python3-libmodbus-src).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agoinadyn: update to 2.11.0
Robert Högberg [Wed, 28 Jun 2023 17:23:39 +0000 (19:23 +0200)]
inadyn: update to 2.11.0

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
11 months agostrongswan: Update to 5.9.11
Philip Prindeville [Tue, 27 Jun 2023 21:56:03 +0000 (15:56 -0600)]
strongswan: Update to 5.9.11

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
11 months agovala: add self as maintainer of unmaintained package
W. Michael Petullo [Wed, 28 Jun 2023 13:09:55 +0000 (08:09 -0500)]
vala: add self as maintainer of unmaintained package

Signed-off-by: W. Michael Petullo <mike@flyn.org>
11 months agovala: patch to circumvent apparent pkgconf bug
W. Michael Petullo [Sun, 25 Jun 2023 20:36:28 +0000 (15:36 -0500)]
vala: patch to circumvent apparent pkgconf bug

There is an apparent bug in pkgconf 1.9 that broke building the OpenWrt
Vala package. This adds a patch to circumvent the bug. For the related
discussion, see:

https://github.com/openwrt/packages/issues/21359

The pkgconf bug appears similar to the one discussed here:

https://github.com/pkgconf/pkgconf/issues/268

Signed-off-by: W. Michael Petullo <mike@flyn.org>
11 months agoadblock: update to 4.1.5-8
Dirk Brenken [Fri, 30 Jun 2023 05:28:16 +0000 (07:28 +0200)]
adblock: update to 4.1.5-8

* adapt adguard_tracking source changes

Signed-off-by: Dirk Brenken <dev@brenken.org>
11 months agominidlna: update to 1.3.3
Robert Högberg [Sun, 11 Jun 2023 21:55:23 +0000 (23:55 +0200)]
minidlna: update to 1.3.3

Fixes CVE-2023-33476:
  ReadyMedia (MiniDLNA) versions from 1.1.15 up to 1.3.2 is vulnerable
  to Buffer Overflow. The vulnerability is caused by incorrect
  validation logic when handling HTTP requests using chunked transport
  encoding. This results in other code later using attacker-controlled
  chunk values that exceed the length of the allocated buffer,
  resulting in out-of-bounds read/write.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
11 months agopython-gnupg: Update to 0.5.0
Jeffery To [Wed, 28 Jun 2023 16:22:11 +0000 (00:22 +0800)]
python-gnupg: Update to 0.5.0

This also removes the dependency on gnupg as there are two packages for
gpg, gnupg and gnupg2; this library should work with either one.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agopython-werkzeug: Update to 2.3.6
Jeffery To [Wed, 28 Jun 2023 18:41:39 +0000 (02:41 +0800)]
python-werkzeug: Update to 2.3.6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 months agocoova-chilli: fix kernel >= 5.17 compile
John Thomson [Fri, 21 Oct 2022 03:49:42 +0000 (13:49 +1000)]
coova-chilli: fix kernel >= 5.17 compile

Signed-off-by: John Thomson <git@johnthomson.fastmail.com.au>
11 months agosnort3: update to 3.1.64.0
John Audia [Tue, 27 Jun 2023 12:22:04 +0000 (08:22 -0400)]
snort3: update to 3.1.64.0

Upstream bump

Signed-off-by: John Audia <therealgraysky@proton.me>