feed/packages.git
13 hours agounixodbc: fix compilation with GCC14 master
Rosen Penev [Fri, 17 May 2024 03:58:39 +0000 (20:58 -0700)]
unixodbc: fix compilation with GCC14

Wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 hours agoquota: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 01:42:47 +0000 (18:42 -0700)]
quota: fix compilation with GCC14

Header is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 hours agotac_plus: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 02:30:23 +0000 (19:30 -0700)]
tac_plus: fix compilation with GCC14

Missing declaration and wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 hours agonsutils: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 01:00:18 +0000 (18:00 -0700)]
nsutils: fix compilation with GCC14

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 hours agonvme-cli: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 01:32:28 +0000 (18:32 -0700)]
nvme-cli: fix compilation with GCC14

Wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
13 hours agoRevert "net-snmp: fix compilation with GCC 14"
Rosen Penev [Fri, 17 May 2024 06:44:08 +0000 (23:44 -0700)]
Revert "net-snmp: fix compilation with GCC 14"

This reverts commit 7d398682941d79be1e3c2f83f6a57f163ef43a50.

13 hours agonet-snmp: fix compilation with GCC 14
Aditya Nugraha [Tue, 14 May 2024 00:43:33 +0000 (07:43 +0700)]
net-snmp: fix compilation with GCC 14

Refresh 900-musl-compat.patch, add missing headers & fixes incompatible pointer type is now an error.

Signed-off-by: Aditya Nugraha <vortexilation@gmail.com>
13 hours agosetserial: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 01:51:21 +0000 (18:51 -0700)]
setserial: fix compilation with GCC14

Need to add explicit int.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
21 hours agosnort3: build against gperftools for more than x86
John Audia [Tue, 30 Apr 2024 20:32:18 +0000 (16:32 -0400)]
snort3: build against gperftools for more than x86

Other targets should be able to build against gperftools and
realize speed and efficiency gains.

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

Signed-off-by: John Audia <therealgraysky@proton.me>
31 hours agoMerge pull request #24146 from TDT-AG/pr/20240513-rust
Florian Eckert [Thu, 16 May 2024 13:13:48 +0000 (15:13 +0200)]
Merge pull request #24146 from TDT-AG/pr/20240513-rust

rust: fix remote filesystem issue

32 hours agoremserial: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 01:46:28 +0000 (18:46 -0700)]
remserial: fix compilation with GCC14

Missing function declaration.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
33 hours agorust: add patch to fix remote filesystem issue 24146/head
Florian Eckert [Mon, 13 May 2024 10:37:18 +0000 (12:37 +0200)]
rust: add patch to fix remote filesystem issue

If the download directory is on another filesystem (NFS), then the
current implementation of bootstrapping rust fails. Because the 'syscall'
(rename) does not work on crossing filesystem boundary.

This chnage was already merged upstream to the github main rust repository.
rust-lang/rust#124975

The patch has been rebased so that it can be applied correctly.
No functional change.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
38 hours agoudptunnel: fix compilation with GCC14
Rosen Penev [Thu, 16 May 2024 02:38:59 +0000 (19:38 -0700)]
udptunnel: fix compilation with GCC14

Missing int in main.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
41 hours agolibpfring: update to 8.6.1
Rosen Penev [Thu, 16 May 2024 00:52:21 +0000 (17:52 -0700)]
libpfring: update to 8.6.1

Remove upstreamed patch, backport one, and switch one from downstream to
upstream patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
41 hours agonfdump: update to 1.7.4
Rosen Penev [Thu, 16 May 2024 01:31:57 +0000 (18:31 -0700)]
nfdump: update to 1.7.4

Add patch fixing compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
43 hours agoshareport-sync: add support to mbedtls3
Seo Suchan [Sun, 12 May 2024 18:32:46 +0000 (03:32 +0900)]
shareport-sync: add support to mbedtls3

updated various function calling as new version needed

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
43 hours agolibcli: fix compilation with GCC14
Rosen Penev [Wed, 15 May 2024 00:15:39 +0000 (17:15 -0700)]
libcli: fix compilation with GCC14

GCC 14 does not like 1 as the second parameter to calloc.

Clean up definition to avoid using PKG_SOURCE_DATE and to just use
PKG_VERSION.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
43 hours agolibroxml: fix compilation with GCC14
Rosen Penev [Wed, 15 May 2024 04:16:43 +0000 (21:16 -0700)]
libroxml: fix compilation with GCC14

Need casts for integer conversion

Signed-off-by: Rosen Penev <rosenp@gmail.com>
46 hours agolibcgroup: update to 2.0.3
Rosen Penev [Wed, 15 May 2024 00:08:44 +0000 (17:08 -0700)]
libcgroup: update to 2.0.3

Upstream moved to GitHub.

Backport non GNU strerror_r patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
46 hours agolibndp: update to 1.8
Rosen Penev [Wed, 15 May 2024 00:33:47 +0000 (17:33 -0700)]
libndp: update to 1.8

Added GCC 14 patch as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
46 hours agoLibwebsockets: temp fix for mbedtls 3.6+
Seo Suchan [Sat, 11 May 2024 08:20:17 +0000 (17:20 +0900)]
Libwebsockets: temp fix for mbedtls 3.6+
3.6 removed mbedtls_x509_get_cert into private header, redefined it in resonable place to temperatly fix it, and make it not depend on mbedtls_version_C. everything is upstreamed so won't need when upstrea release 4.3.4

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
46 hours agoLibwebsockets: update version to 4.3.3
Seo Suchan [Fri, 3 May 2024 07:57:32 +0000 (16:57 +0900)]
Libwebsockets: update version to 4.3.3

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
46 hours agouwsgi: fix compilation with GCC14
Rosen Penev [Wed, 15 May 2024 04:06:36 +0000 (21:06 -0700)]
uwsgi: fix compilation with GCC14

Wrong pointer type is used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
46 hours agonetbird: update to 0.27.7
jiangslee [Wed, 15 May 2024 13:48:06 +0000 (21:48 +0800)]
netbird: update to 0.27.7

Signed-off-by: jiangslee <jiangsili@qq.com>
2 days agolpac: add package
David Bauer [Thu, 14 Mar 2024 22:26:46 +0000 (23:26 +0100)]
lpac: add package

lpac is a eUICC eSIM LPA manager written in C. It allows to
manage eSIM profiles on eUICC SIM cards or modules using multiple
backends.

Signed-off-by: David Bauer <mail@david-bauer.net>
2 days agoMerge pull request #23946 from McGiverGim/fix_ddns_reload
Florian Eckert [Wed, 15 May 2024 12:44:16 +0000 (14:44 +0200)]
Merge pull request #23946 from McGiverGim/fix_ddns_reload

ddns-scripts: fix duplication of processes when reloading

2 days agoMerge pull request #24113 from TDT-AG/pr/20240510-fix-mirror-hash
Florian Eckert [Wed, 15 May 2024 06:11:36 +0000 (08:11 +0200)]
Merge pull request #24113 from TDT-AG/pr/20240510-fix-mirror-hash

treewide: fix mirror hash for faad2, libmbim, libqmi, zlog, atlas-probe and  modemmanager

2 days agoattr: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:43:11 +0000 (20:43 -0700)]
attr: fix compilation with GCC 14

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agoxinetd: fix compilation with gcc 14
Rosen Penev [Mon, 13 May 2024 03:18:37 +0000 (20:18 -0700)]
xinetd: fix compilation with gcc 14

Missing headers. Fix some warnings related to time_t while at it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agodcwapd: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 22:58:13 +0000 (15:58 -0700)]
dcwapd: fix compilation with GCC 14

Old bug in rapidjson.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agobluez: fix compilation with GCC14
Rosen Penev [Mon, 13 May 2024 22:46:53 +0000 (15:46 -0700)]
bluez: fix compilation with GCC14

Remove _GNU_SOURCE to avoid redefinition warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agoeoip: fix compilation with gcc14
Rosen Penev [Mon, 13 May 2024 22:44:04 +0000 (15:44 -0700)]
eoip: fix compilation with gcc14

Wrong pointer and missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agoscreen: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:44:01 +0000 (20:44 -0700)]
screen: fix compilation with GCC 14

Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agoschroot: fix compilation with GCC14
Rosen Penev [Mon, 13 May 2024 22:59:55 +0000 (15:59 -0700)]
schroot: fix compilation with GCC14

GCC now does not allow assigning an std::locale to an std::string. No
idea why it worked originally.

Also fixed compilation with full NLS.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agostlink: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:27:37 +0000 (20:27 -0700)]
stlink: fix compilation with GCC 14

Switch to local git tarballs. Smaller.

Upstream backport and a local patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agokmod: update to 32
Rosen Penev [Mon, 13 May 2024 02:54:33 +0000 (19:54 -0700)]
kmod: update to 32

Add patch to fix compilation with GCC 14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agoapinger: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:38:57 +0000 (20:38 -0700)]
apinger: fix compilation with GCC 14

Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agobwm-ng: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:39:52 +0000 (20:39 -0700)]
bwm-ng: fix compilation with GCC 14

Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agocanutils: update to 2023.03
Rosen Penev [Sun, 12 May 2024 22:24:39 +0000 (15:24 -0700)]
canutils: update to 2023.03

Fixes compilation with GCC 14.

Removed can-calc-bit-timing. No longer present.

Backport time_t patch to prevent crashing under 32-bit systems.

Switched to local git tarballs. Smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 days agorrdtool1: fix compilation with GCC14
Rosen Penev [Mon, 13 May 2024 03:21:01 +0000 (20:21 -0700)]
rrdtool1: fix compilation with GCC14

gnu standard is needed. Easier to remove the CFLAG.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 days agoddns-scripts: fix duplication of processes when reloading 23946/head
Miguel Angel Mulero Martinez [Tue, 16 Apr 2024 13:53:29 +0000 (15:53 +0200)]
ddns-scripts: fix duplication of processes when reloading

When a "service ddns reload" is issued, the ddns processes are being
duplicated.
It seems the culprit is the -1 in the 'killall' command, and removing it
fixes the issue.
The -1 means to use SIGHUP, instead of the default SIGTERM.
In this case, the idea is to kill all other processes, so SIGTERM is
appropriate. In case the processes hang, SIGKILL may be another option.

Signed-off-by: Miguel Angel Mulero Martinez <migmul@gmail.com>
3 days agovala: fix compilation with GCC14
Rosen Penev [Tue, 14 May 2024 00:17:08 +0000 (17:17 -0700)]
vala: fix compilation with GCC14

Needs a cast now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 days agopianod: Update to latest upstream version (174.11)
Ted Hess [Mon, 13 May 2024 21:56:03 +0000 (17:56 -0400)]
pianod: Update to latest upstream version (174.11)

Signed-off-by: Ted Hess <thess@kitschensync.net>
3 days agonode: bump to v20.13.1
Hirokazu MORIKAWA [Tue, 14 May 2024 09:08:46 +0000 (18:08 +0900)]
node: bump to v20.13.1

Update to v20.13.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
3 days agodump1090: fix compilation with GCC14
Rosen Penev [Mon, 13 May 2024 22:15:52 +0000 (15:15 -0700)]
dump1090: fix compilation with GCC14

Upstream backport.

Switch to local tarballs. Smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 days agodnslookup: Update to 1.10.1
Tianling Shen [Tue, 14 May 2024 09:01:05 +0000 (17:01 +0800)]
dnslookup: Update to 1.10.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 days agoMerge pull request #24138 from stangri/master-adblock-fast
Stan Grishin [Mon, 13 May 2024 23:03:27 +0000 (16:03 -0700)]
Merge pull request #24138 from stangri/master-adblock-fast

adblock-fast: update to 1.1.2-1

4 days agoMerge pull request #24109 from nmav/tmp-openconnect-cam-fix
Nikos Mavrogiannopoulos [Mon, 13 May 2024 14:06:30 +0000 (16:06 +0200)]
Merge pull request #24109 from nmav/tmp-openconnect-cam-fix

openconnect: introduced URI parameter

4 days agoMerge pull request #24126 from neheb/o
Ted Hess [Mon, 13 May 2024 11:33:37 +0000 (07:33 -0400)]
Merge pull request #24126 from neheb/o

pianod: fix mbedtls 3.6 compilation

4 days agoMerge pull request #23982 from stangri/master-unbound
Stan Grishin [Mon, 13 May 2024 08:57:52 +0000 (01:57 -0700)]
Merge pull request #23982 from stangri/master-unbound

unbound: pull in adblock-fast generated adb_list

4 days agolua-eco: update to 3.5.1
Jianhui Zhao [Mon, 13 May 2024 03:04:49 +0000 (11:04 +0800)]
lua-eco: update to 3.5.1

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
4 days agoaggregate: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:37:13 +0000 (20:37 -0700)]
aggregate: fix compilation with GCC 14

Implicit int is now an error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 days agobottlerocket: fix compilation with GCC 14
Rosen Penev [Mon, 13 May 2024 03:34:36 +0000 (20:34 -0700)]
bottlerocket: fix compilation with GCC 14

implicit int errors now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 days agoadblock-fast: update to 1.1.2-1 24138/head
Stan Grishin [Mon, 13 May 2024 04:30:55 +0000 (04:30 +0000)]
adblock-fast: update to 1.1.2-1

* move extra_command and EXTRA_HELP to the top of the init file
* add packageCompat variable for compatibility check with WebUI
* add OutputFilter variables for supported resolvers
* simplify adb_check with the use of OutputFilter variables
* add show_blocklist command to display currently blocked domains

Signed-off-by: Stan Grishin <stangri@melmac.ca>
4 days agopianod: fix mbedtls 3.6 compilation 24126/head
Rosen Penev [Wed, 8 May 2024 21:28:56 +0000 (14:28 -0700)]
pianod: fix mbedtls 3.6 compilation

Just a header is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
4 days agomstflint: add InstallDev target
Til Kaiser [Thu, 2 May 2024 16:49:57 +0000 (18:49 +0200)]
mstflint: add InstallDev target

This commit adds a missing InstallDev target, which
includes header and library files to use the mtcr library.

Signed-off-by: Til Kaiser <mail@tk154.de>
4 days agomstflint: make Python dependency optional
Til Kaiser [Thu, 2 May 2024 16:45:20 +0000 (18:45 +0200)]
mstflint: make Python dependency optional

This commit adds a configuration symbol for the package
to make Python an optional dependency. If unselected,
Python packages won't be selected, and the Python-dependent
tools msftwreset, mstfwtrace, mstprivhost, mstresourcedump,
and mstresourceparse won't be included in the mstflint package.

Signed-off-by: Til Kaiser <mail@tk154.de>
4 days agomstflint: update to 4.28.0
Til Kaiser [Thu, 2 May 2024 16:40:17 +0000 (18:40 +0200)]
mstflint: update to 4.28.0

Update mstflint to version 4.28.0.
Additionally, switch to the tagged release of the GitHub page.

Signed-off-by: Til Kaiser <mail@tk154.de>
4 days agolighttpd: fix missing dependency for OpenSSL crypto library
Glenn Strauss [Sun, 12 May 2024 07:11:32 +0000 (03:11 -0400)]
lighttpd: fix missing dependency for OpenSSL crypto library

This change will provide the necessary dependency resolution, fixing:

  Package lighttpd is missing dependencies for the following libraries:
  libcrypto.so.3

Fixes: #23794
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
4 days agolighttpd: add option to use OpenSSL crypto library
Petr Štetiar [Wed, 24 Apr 2024 19:28:40 +0000 (19:28 +0000)]
lighttpd: add option to use OpenSSL crypto library

Currently, it is not feasible to configure lighttpd to use OpenSSL as
its internal crypto library. Instead, one must rely on alternative
crypto libraries such as Nettle or mbedTLS. This setup is not ideal in
scenarios where a single crypto library is preferred. To address this
issue, lets propose introducing OpenSSL as an additional configuration
option.  Similarly, propose GnuTLS as additional configuration option.

Closes: #24004
Co-developed-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
4 days agotailscale: Update to 1.66.1
Zephyr Lykos [Thu, 9 May 2024 13:07:32 +0000 (21:07 +0800)]
tailscale: Update to 1.66.1

https://github.com/tailscale/tailscale/releases/v1.66.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
5 days agoznc: update to 1.9.0
Jonas Gorski [Sun, 12 May 2024 12:42:22 +0000 (14:42 +0200)]
znc: update to 1.9.0

Update ZNC to 1.9.0 with the following changes:

* drop all patches:
  * 101-Reduce_rebuild_time.patch was only applicable for the old
    autoconf build, which was dropped in 1.9 and we didn't use anymore
    anyway
  * 104-disable-empty-modules-check.patch not needed anymore since ZNC
    now requires the new corecaps module on startup
  * 120-openssl-deprecated.patch was applied upstream
* disable libargon2 support explicitly to avoid non-deterministic builds
  if it gets added
* package new module corecaps with znc base, as this is a required
  module
* reorder CMAKE_OPTIONS alphabetically

No new modules were introduced or removed besides the new corecaps
module.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
5 days agotransmission: fix compile with MbedTLS 3.X
Seo Suchan [Sat, 11 May 2024 19:20:50 +0000 (04:20 +0900)]
transmission: fix compile with MbedTLS 3.X

Backport pending patch, which was submitted to upstream via GitHub
to use renamed function to compile it against MbedTLS 3.x.

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
6 days agopcre: drop package
Josef Schlehofer [Sun, 28 Apr 2024 20:32:47 +0000 (22:32 +0200)]
pcre: drop package

This package is no longer actively maintained as it reached
End-of-Life. [1] All new projects should use PCRE2.

OpenWrt wants to be minimalistic and we migrated many packages
from PCRE to PCRE2 huge thanks belong to @Ansuel (Christian Marangi),
who worked with several open-source projects to migrate it to PCRE2 [2].
This means that on routers, we don't need to have installed two libraries
(pcre and pcre2) side by side.

[1] https://www.pcre.org/
[2] https://github.com/openwrt/packages/issues/22006

Fixes: https://github.com/openwrt/packages/issues/22006
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 days agopython-jsonschema: Update to 4.22.0
Javier Marcet [Thu, 9 May 2024 17:20:45 +0000 (19:20 +0200)]
python-jsonschema: Update to 4.22.0

Release notes:
https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst#v4220

Signed-off-by: Javier Marcet <javier@marcet.info>
6 days agospeedtest-go: update to 1.7.5
TeleostNaCl Dai [Sat, 11 May 2024 04:20:31 +0000 (12:20 +0800)]
speedtest-go: update to 1.7.5

Update speedtest-go version to 1.7.5

Signed-off-by: TeleostNaCl Dai <teleostnacl@gmail.com>
7 days agoeza: update to 0.18.15
Jonas Jelonek [Wed, 8 May 2024 09:19:07 +0000 (11:19 +0200)]
eza: update to 0.18.15

Release notes:
0.18.13: https://github.com/eza-community/eza/releases/tag/v0.18.13
0.18.14: https://github.com/eza-community/eza/releases/tag/v0.18.14
0.18.15: https://github.com/eza-community/eza/releases/tag/v0.18.15

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
7 days agomodemmanager: fix PKG_MIRROR_HASH 24113/head
Florian Eckert [Fri, 10 May 2024 12:02:46 +0000 (14:02 +0200)]
modemmanager: fix PKG_MIRROR_HASH

Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: 22f8fd5c5b2e ("modemmanager: add missing PKG_VERSION for APK")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 days agoatlas-probe: fix PKG_MIRROR_HASH
Florian Eckert [Fri, 10 May 2024 12:02:32 +0000 (14:02 +0200)]
atlas-probe: fix PKG_MIRROR_HASH

Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: 072140981093 ("atlas-probe: fix version for APK")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 days agozlog: fix PKG_MIRROR_HASH
Florian Eckert [Fri, 10 May 2024 12:02:17 +0000 (14:02 +0200)]
zlog: fix PKG_MIRROR_HASH

Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: 5d273f0f5f01 ("zlog: fix version for APK")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 days agolibqmi: fix PKG_MIRROR_HASH
Florian Eckert [Fri, 10 May 2024 12:02:05 +0000 (14:02 +0200)]
libqmi: fix PKG_MIRROR_HASH

Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: cb9fcdab8a30 ("libqmi: add missing PKG_VERSION for APK ")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 days agolibmbim: fix PKG_MIRROR_HASH
Florian Eckert [Fri, 10 May 2024 12:01:55 +0000 (14:01 +0200)]
libmbim: fix PKG_MIRROR_HASH

Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: 6efdaecf5b0b ("libmbim: add missing PKG_VERSION for APK")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 days agofaad2: fix PKG_MIRROR_HASH
Florian Eckert [Fri, 10 May 2024 11:40:06 +0000 (13:40 +0200)]
faad2: fix PKG_MIRROR_HASH

Due to the change in the version description, the package must be
downloaded again. In addition, the standard compression method has changed
to zst. The checksum must therefore be recalculated.

Fixes: 0c13c5e3c8de ("faad2: fix version for APK")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
7 days agobcm27xx-eeprom: update to v2024.04.20-2712
Álvaro Fernández Rojas [Thu, 9 May 2024 23:09:00 +0000 (01:09 +0200)]
bcm27xx-eeprom: update to v2024.04.20-2712

This update contains multiple BCM2712 improvements and also some minor
improvements for BCM2711.
From now on, only the latest version from default will be copied. There are too
many versions right now and the package can't be installed without expanding
the rootfs if all versions are copied.

Full changelog:
https://github.com/raspberrypi/rpi-eeprom/compare/v.2024.01.05-2712...v2024.04.20-2712

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 days agoMerge pull request #24104 from nxhack/icu_75_1
Michael Heimpold [Fri, 10 May 2024 08:30:19 +0000 (10:30 +0200)]
Merge pull request #24104 from nxhack/icu_75_1

icu: bump to 75.1

7 days agoopenconnect: introduced URI parameter 24109/head
Nikos Mavrogiannopoulos [Thu, 9 May 2024 19:18:44 +0000 (21:18 +0200)]
openconnect: introduced URI parameter

This allows specifying a camouflage string in ocserv.

Fixes: #23364
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
8 days agoMerge pull request #24108 from nmav/tmp-openconnect-fixes
Nikos Mavrogiannopoulos [Thu, 9 May 2024 19:52:59 +0000 (21:52 +0200)]
Merge pull request #24108 from nmav/tmp-openconnect-fixes

openconnect: backport fix for anyconnect compatibility

8 days agoMerge pull request #24103 from nxhack/php8-intl-icu75
Michael Heimpold [Thu, 9 May 2024 19:23:29 +0000 (21:23 +0200)]
Merge pull request #24103 from nxhack/php8-intl-icu75

php8: Support for icu 75

8 days agoopenconnect: backport fix for anyconnect compatibility 24108/head
Nikos Mavrogiannopoulos [Thu, 9 May 2024 19:00:31 +0000 (21:00 +0200)]
openconnect: backport fix for anyconnect compatibility

Fixes: #21135
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
8 days agonginx: drop deprecated luci.module in module.d
Christian Marangi [Thu, 9 May 2024 17:29:36 +0000 (19:29 +0200)]
nginx: drop deprecated luci.module in module.d

Since we moved to automatic loading of dynamic modules, we need to drop
the previous include luci.module or we end up with nginx failing to
start for old configurations.

Fixes: caffa410ed70 ("nginx: autoload dynamic modules")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
8 days agonginx-util: fix SEGFAULT from regex_search
Christian Marangi [Thu, 9 May 2024 17:17:38 +0000 (19:17 +0200)]
nginx-util: fix SEGFAULT from regex_search

In converting nginx-util to PCRE2, it was wrongly dropped saving the
results of the regex match causing segmentation fault when used.

Add the missing code to correctly store the vector of the results from
the regex.

Fixes: b738e42c4de8 ("nginx-util: move to pcre2")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
8 days agogolang: Enable loongarch64 for Go compiler and packages
Tianling Shen [Sat, 4 May 2024 08:14:59 +0000 (16:14 +0800)]
golang: Enable loongarch64 for Go compiler and packages

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
8 days agov2ray-core: update to 5.16.1
Tianling Shen [Thu, 9 May 2024 08:15:08 +0000 (16:15 +0800)]
v2ray-core: update to 5.16.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
8 days agoicu: bump to 75.1 24104/head
Hirokazu MORIKAWA [Thu, 9 May 2024 03:19:56 +0000 (12:19 +0900)]
icu: bump to 75.1

Unicode® ICU 75 updates to CLDR 45 (beta blog) locale data with new locales and various additions and corrections. C++ code now requires C++17 and is being made more robust.
The CLDR MessageFormat 2.0 specification is now in technology preview, together with a corresponding update of the ICU4J (Java) tech preview and a new ICU4C (C++) tech preview.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
8 days agophp8: Support for icu 75 24103/head
Hirokazu MORIKAWA [Thu, 9 May 2024 02:43:21 +0000 (11:43 +0900)]
php8: Support for icu 75

Preparing to update icu4c to 75.
Created a patch for build errors in php-intl.
```
In file included from /mnt/node/openwrt/staging_dir/target-aarch64_generic_musl/usr/include/unicode/unistr.h:39,
                 from ext/intl/intl_convertcpp.h:22,
                 from ext/intl/intl_convertcpp.cpp:17:
/mnt/node/openwrt/staging_dir/target-aarch64_generic_musl/usr/include/unicode/stringpiece.h:133:29: error: 'enable_if_t' in namespace 'std' does not name a template type
  133 |             typename = std::enable_if_t<
      |                             ^~~~~~~~~~~
/mnt/node/openwrt/staging_dir/target-aarch64_generic_musl/usr/include/unicode/stringpiece.h:133:24: note: 'std::enable_if_t' is only available from C++14 onwards
  133 |             typename = std::enable_if_t<
      |                        ^~~
/mnt/node/openwrt/staging_dir/target-aarch64_generic_musl/usr/include/unicode/stringpiece.h:133:40: error: expected '>' before '<' token
  133 |             typename = std::enable_if_t<
      |                                        ^
```
The FreeBSD ports patch was used as a reference.
https://github.com/freebsd/freebsd-ports/commit/e680bd98d34a86302db434c5be23d0cf9d23df23

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
8 days agov4l2rtspserver: update to v0.3.10
Michel Promonet [Mon, 6 May 2024 16:21:21 +0000 (18:21 +0200)]
v4l2rtspserver: update to v0.3.10

Signed-off-by: Michel Promonet <michel.promonet@free.fr>
9 days agokeepalived: add patch to remove log message on json output
Florian Eckert [Tue, 16 Apr 2024 07:11:11 +0000 (09:11 +0200)]
keepalived: add patch to remove log message on json output

The 'luci-app-keepalived' uses the status json output to parse this
information for the status page. The problem is that when the LuCI
status page is open in the browser, the query is logged every 3 second into
the syslog. This is not needed and can therefore be removed.

This patch was already merged upstream:
https://github.com/acassen/keepalived/commit/6cce75f4eb65551a61d2e4ba775637b288c1d592

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 days agonet-tools: Revert "net-tools: add netstat utiltiy"
Florian Eckert [Wed, 8 May 2024 06:18:05 +0000 (08:18 +0200)]
net-tools: Revert "net-tools: add netstat utiltiy"

This reverts commit d932a867e9445a54e49ecbff4e07bb2d1d0197be as this
changes has not been reviewed and must be reverted.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
9 days agozerotier: update to 1.14.0
Moritz Warning [Mon, 6 May 2024 20:50:36 +0000 (22:50 +0200)]
zerotier: update to 1.14.0

Includes refreshed patches.

Signed-off-by: Moritz Warning <moritzwarning@web.de>
10 days agoMerge pull request #24088 from TDT-AG/pr/20240506-net-tools
Florian Eckert [Tue, 7 May 2024 11:55:36 +0000 (13:55 +0200)]
Merge pull request #24088 from TDT-AG/pr/20240506-net-tools

net-tools: add netstat utiltiy

10 days agoMerge pull request #24089 from TDT-AG/pr/20240506-stunnel
Florian Eckert [Tue, 7 May 2024 11:14:49 +0000 (13:14 +0200)]
Merge pull request #24089 from TDT-AG/pr/20240506-stunnel

stunnel: update to version 5.72

10 days agostrongswan: Add missing declarations in swanctl
Philip Prindeville [Mon, 6 May 2024 20:14:55 +0000 (14:14 -0600)]
strongswan: Add missing declarations in swanctl

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
10 days agonginx: QUIC: Fix SSL 3.0 deprecated function 24005/head
Sean Khan [Wed, 24 Apr 2024 22:02:02 +0000 (18:02 -0400)]
nginx: QUIC: Fix SSL 3.0 deprecated function

`EVP_CIPHER_CTX_cipher()` function was deprecated in OpenSSL 3.0.
As per OpenSSL's recommendation (https://www.openssl.org/docs/manmaster/man3/EVP_CIPHER_CTX_get0_cipher.html)
switch to using `EVP_CIPHER_CTX_get0_cipher()` instead.

With this change and recent commit to nginx-util #23935. We should now
be able to build nginx + modules with fully compliant calls to OpenSSL
3.0+ with legacy features disabled.

Signed-off-by: Sean Khan <datapronix@protonmail.com>
Link: https://github.com/openwrt/packages/pull/24005
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 days agoMerge pull request #24092 from nmav/tmp-fix-ocserv-ipcalc
Nikos Mavrogiannopoulos [Mon, 6 May 2024 20:21:25 +0000 (22:21 +0200)]
Merge pull request #24092 from nmav/tmp-fix-ocserv-ipcalc

ocserv: set ipcalc explicitly

11 days agoocserv: set ipcalc explicitly 24092/head
Nikos Mavrogiannopoulos [Mon, 6 May 2024 19:51:39 +0000 (21:51 +0200)]
ocserv: set ipcalc explicitly

This is a mandatory tool for the test suite, but we do not run it.
Fixes compilation.

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
11 days agoopenssh-keygen: Make ssh-keygen as an alternative to dropbearkey 22861/head
Sergey Ponomarev [Sun, 3 Dec 2023 16:14:42 +0000 (18:14 +0200)]
openssh-keygen: Make ssh-keygen as an alternative to dropbearkey

The DropBear's dropbearkey tool is compatible with OpenSSH
ssh-keygen.
It was set by default as the /usr/bin/ssh-keygen program since
the PR https://github.com/openwrt/openwrt/pull/14174
Now if a user need for a full ssh-keygen the openssh-keygen package
should substitute it gracefully as an alternative.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Link: https://github.com/openwrt/packages/pull/22861
[ wrap to 80 columns ]
Link: https://github.com/openwrt/packages/pull/22861
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 days agostunnel: update to version 5.72 24089/head
Florian Eckert [Tue, 13 Feb 2024 11:30:54 +0000 (12:30 +0100)]
stunnel: update to version 5.72

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
11 days agonet-tools: add netstat utiltiy 24088/head
Florian Eckert [Tue, 16 Apr 2024 07:09:31 +0000 (09:09 +0200)]
net-tools: add netstat utiltiy

Some user may want or need the full fuctionality of the netstat tool.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
11 days agoatlas-probe: fix version for APK
Florian Eckert [Mon, 6 May 2024 09:17:18 +0000 (11:17 +0200)]
atlas-probe: fix version for APK

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
11 days agofaad2: fix version for APK
Florian Eckert [Mon, 6 May 2024 09:16:17 +0000 (11:16 +0200)]
faad2: fix version for APK

Signed-off-by: Florian Eckert <fe@dev.tdt.de>