feed/packages.git
10 months agosimple-adblock: dnsmasq access bugfix & misc improvements 21628/head
Stan Grishin [Sun, 23 Jul 2023 05:06:40 +0000 (05:06 +0000)]
simple-adblock: dnsmasq access bugfix & misc improvements

* fix permission to dnsmasq files for ad-blocking
* add pause function to pause the ad-blocking temporarily
* introduce pause_timeout option to control default pause time
* update default config and config-update file
* use $param instead of $1 in adb_start()

Signed-off-by: Stan Grishin <stangri@melmac.ca>
10 months agorust: put host build dir to target build dir
Tianling Shen [Fri, 21 Jul 2023 19:11:26 +0000 (03:11 +0800)]
rust: put host build dir to target build dir

When user runs `make clean` command, everything in `$(STAGING_DIR)`
(where we installed rust) will be removed, but `$(BUILD_DIR_HOST)`
(where we compiled rust and stored build stage) is untouched.

So when user starts a new build after that, OpenWrt buildroot will
still consider `rust` is installed already, resulting the build error
"cargo: command not found".

Fix this by moving to target build dir as well.

Fixes: f489e019ac4a ("rust: compile host package per target")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agosnort3: update to 3.1.66.0
John Audia [Thu, 20 Jul 2023 09:16:10 +0000 (05:16 -0400)]
snort3: update to 3.1.66.0

Upstream bump

Build system: x86/64
Build-tested: x86/64
Run-tested: x86/64

Signed-off-by: John Audia <therealgraysky@proton.me>
10 months agorclone: Update to 1.63.1
Tianling Shen [Fri, 21 Jul 2023 19:01:19 +0000 (03:01 +0800)]
rclone: Update to 1.63.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agoMerge pull request #21585 from commodo/python-updates2
Alexandru Ardelean [Fri, 21 Jul 2023 07:53:02 +0000 (10:53 +0300)]
Merge pull request #21585 from commodo/python-updates2

django,numpy,lxml: bump versions

10 months agoMerge pull request #21604 from jefferyto/python3-netifaces-0.11.0
Josef Schlehofer [Fri, 21 Jul 2023 06:23:26 +0000 (08:23 +0200)]
Merge pull request #21604 from jefferyto/python3-netifaces-0.11.0

python3-netifaces: Update to 0.11.0, rename source package

10 months agoMerge pull request #21608 from jefferyto/python3-unidecode-1.3.6
Josef Schlehofer [Fri, 21 Jul 2023 06:22:59 +0000 (08:22 +0200)]
Merge pull request #21608 from jefferyto/python3-unidecode-1.3.6

python3-unidecode: Update to 1.3.6, rename source package

10 months agodocker-compose: Update to version 2.20.2
Javier Marcet [Wed, 19 Jul 2023 17:12:26 +0000 (19:12 +0200)]
docker-compose: Update to version 2.20.2

Signed-off-by: Javier Marcet <javier@marcet.info>
10 months agoeasyloggingpp: Add package
Volker Christian [Tue, 18 Jul 2023 13:28:49 +0000 (15:28 +0200)]
easyloggingpp: Add package
Maintainer: me@vchrist.at
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

Description:
Easylogging++ is single header efficient logging library for C++ applications. It is extremely powerful,
highly extendable and configurable to user's requirements.

Signed-off-by: Volker Christian <me@vchrist.at>
10 months agov4l2camera: add new package
Michel Promonet [Sun, 11 Jun 2023 21:48:14 +0000 (23:48 +0200)]
v4l2camera: add new package

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
Co-authored-by: Tianling Shen <cnsztl@gmail.com>
10 months agopython3-unidecode: Update to 1.3.6, rename source package 21608/head
Jeffery To [Wed, 19 Jul 2023 18:45:44 +0000 (02:45 +0800)]
python3-unidecode: Update to 1.3.6, rename source package

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

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agopython3-netifaces: Update to 0.11.0, rename source package 21604/head
Jeffery To [Wed, 19 Jul 2023 17:10:00 +0000 (01:10 +0800)]
python3-netifaces: Update to 0.11.0, rename source package

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

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
10 months agodnsproxy: Update to 0.52.0
Tianling Shen [Wed, 19 Jul 2023 07:46:15 +0000 (15:46 +0800)]
dnsproxy: Update to 0.52.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agocloudflared: Update to 2023.7.1
Tianling Shen [Wed, 19 Jul 2023 07:46:07 +0000 (15:46 +0800)]
cloudflared: Update to 2023.7.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
10 months agosnowflake: update to 2.6.0
Nick Hainke [Tue, 27 Jun 2023 07:58:08 +0000 (09:58 +0200)]
snowflake: update to 2.6.0

Tor projects tries to migrate away from git.torproject.org [0,1]. We
need to adjust PKG_SOURCE and GO_PKG name. Further, we need to backport
patches to fix compiling on riscv64, so add:
- 0001-Bump-minimum-required-version-of-go.patch
- 0002-Update-dependencies.patch

Changelog:
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/2fa8fd9188078eaa169f1edd16815deae4004c6c

[0] - https://gitlab.torproject.org/tpo/anti-censorship/team/-/issues/86
[1] - https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/82cc0f38f73c4ca4e12d22173562a092ebd4dea0

Signed-off-by: Nick Hainke <vincent@systemli.org>
10 months agocpusage: remove AUTORELEASE
Kuan-Yi Li [Tue, 18 Jul 2023 00:22:20 +0000 (08:22 +0800)]
cpusage: remove AUTORELEASE

Commit 0c10c224be81 only handles the case where AUTORELEASE is used in
PKG_RELEASE thus this package was left behind. Let's fix this up.

Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
10 months agotransmission: add ftruncate syscall to seccomp
Marius Dinu [Sun, 16 Jul 2023 13:43:25 +0000 (16:43 +0300)]
transmission: add ftruncate syscall to seccomp

Fixes many crashes.

Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
10 months agonvme-cli: Add new package
Luca Barbato [Tue, 11 Jul 2023 14:01:16 +0000 (14:01 +0000)]
nvme-cli: Add new package

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
10 months agoMerge pull request #21593 from jefferyto/ci-fix-pkg-source
Tianling Shen [Tue, 18 Jul 2023 11:12:05 +0000 (19:12 +0800)]
Merge pull request #21593 from jefferyto/ci-fix-pkg-source

CI: Fix finding test script

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 agoCI: Fix finding test script 21593/head
Jeffery To [Mon, 17 Jul 2023 09:02:30 +0000 (17:02 +0800)]
CI: Fix finding test script

Currently, the run-test code tries to find the package source directory
based on the directory name only. This fails for the Go compiler package
because there is more than one directory named "golang".

This uses the full path listed in the "Source:" line of the control file
to find the package source directory.

This also:

* Checks for the test script earlier, to avoid installing and removing
  ipk files when there is no test script to be run

* Makes PKG_VERSION parsing more lenient, as the package may not have a
  PKG_RELEASE, e.g. attendedsysupgrade-common

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
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 agonumpy: bump to version 1.25.1 21585/head
Alexandru Ardelean [Sat, 15 Jul 2023 20:59:08 +0000 (23:59 +0300)]
numpy: bump to version 1.25.1

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopython-django: bump to 4.2.3
Alexandru Ardelean [Sun, 16 Jul 2023 11:04:49 +0000 (14:04 +0300)]
python-django: bump to 4.2.3

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
10 months agopython-lxml: bump to 4.9.3
Alexandru Ardelean [Sun, 16 Jul 2023 11:02:35 +0000 (14:02 +0300)]
python-lxml: bump to 4.9.3

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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

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

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

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