feed/packages.git
18 months agolibshout: fix compilation with GCC14
Rosen Penev [Wed, 22 May 2024 01:57:43 +0000 (18:57 -0700)]
libshout: fix compilation with GCC14

Missing headers.

Signed-off-by: Rosen Penev <[email protected]>
18 months agoffmpeg: update to 5.1.4
Rosen Penev [Wed, 22 May 2024 02:46:10 +0000 (19:46 -0700)]
ffmpeg: update to 5.1.4

Remove upstreamed patch.

Signed-off-by: Rosen Penev <[email protected]>
18 months agoMerge pull request #24208 from BKPepe/msmtp
Josef Schlehofer [Sun, 26 May 2024 10:41:17 +0000 (12:41 +0200)]
Merge pull request #24208 from BKPepe/msmtp

msmtp: update to version 1.8.26

18 months agoklish: fix compilation with GCC14
Rosen Penev [Sun, 19 May 2024 02:22:19 +0000 (19:22 -0700)]
klish: fix compilation with GCC14

Proper types are now needed.

Signed-off-by: Rosen Penev <[email protected]>
18 months agoacme-common: fallback to deprecated use_staging if the staging option is not set
Sergey Ponomarev [Sun, 26 May 2024 04:33:30 +0000 (07:33 +0300)]
acme-common: fallback to deprecated use_staging if the staging option is not set

The use_staging option was deprecated in 9d2d8787cafdfb49339766a00ced422fa75cb883.
But it still has a bigger priority than the staging option.
This happens because config_get_bool returns 0 when the use_staging option wasn't set.
So the next check for the staging var emptiness is always false.

As the simplest fix, use the config_get staging that returns a plain string when the option is not set and if it's empty then fallback to the use_staging.

Once the use_staging option is removed we should get back to the config_get_bool staging.

Also use config_get_bool debug.

Signed-off-by: Sergey Ponomarev <[email protected]>
18 months agotreewide: use config_get_bool instead of config_get enabled
Sergey Ponomarev [Sat, 11 May 2024 07:30:21 +0000 (10:30 +0300)]
treewide: use config_get_bool instead of config_get enabled

The config_get_bool function parses not just the 1 but on/yes, true/false or enabled/disabled.

Signed-off-by: Sergey Ponomarev <[email protected]>
18 months agoiperf3: update to 3.17.1
John Audia [Sat, 25 May 2024 11:51:49 +0000 (07:51 -0400)]
iperf3: update to 3.17.1

Changelogs since last release:
https://github.com/esnet/iperf/releases/tag/3.17
https://github.com/esnet/iperf/releases/tag/3.17.1

Signed-off-by: John Audia <[email protected]>
18 months agonextdns: Update to version 1.43.5
Olivier Poitrey [Fri, 24 May 2024 11:36:01 +0000 (11:36 +0000)]
nextdns: Update to version 1.43.5

Signed-off-by: Olivier Poitrey <[email protected]>
18 months agocloudflared: Update to 2024.5.0
Tianling Shen [Fri, 24 May 2024 14:13:42 +0000 (22:13 +0800)]
cloudflared: Update to 2024.5.0

Signed-off-by: Tianling Shen <[email protected]>
18 months agov2ray-geodata: Update to latest version
Tianling Shen [Fri, 24 May 2024 14:06:45 +0000 (22:06 +0800)]
v2ray-geodata: Update to latest version

Signed-off-by: Tianling Shen <[email protected]>
18 months agoxray-core: update to 1.8.13
Tianling Shen [Fri, 24 May 2024 14:06:09 +0000 (22:06 +0800)]
xray-core: update to 1.8.13

Signed-off-by: Tianling Shen <[email protected]>
18 months agoyq: Update to 4.44.1
Tianling Shen [Fri, 24 May 2024 14:05:55 +0000 (22:05 +0800)]
yq: Update to 4.44.1

Signed-off-by: Tianling Shen <[email protected]>
18 months agotreewide: fix incorrect hashes
Robert Marko [Thu, 23 May 2024 20:15:35 +0000 (22:15 +0200)]
treewide: fix incorrect hashes

It seems that PR #24113 introduced incorrect hashes for multiple packages.

So, lets fix all of them at once.

Signed-off-by: Robert Marko <[email protected]>
18 months agoRevert "github: Improve Pull Request template"
Josef Schlehofer [Thu, 23 May 2024 22:57:26 +0000 (00:57 +0200)]
Revert "github: Improve Pull Request template"

This commit was accidently pushed to wrong remote and
it should be properly reviewed.

This reverts commit 6859b0a6f29bc06dd5726658efa91e866b7de1a9.

18 months agogithub: Improve Pull Request template
Josef Schlehofer [Thu, 23 May 2024 22:39:30 +0000 (00:39 +0200)]
github: Improve Pull Request template

Signed-off-by: Josef Schlehofer <[email protected]>
18 months agoMerge pull request #24057 from BKPepe/gitignore
Josef Schlehofer [Thu, 23 May 2024 22:13:12 +0000 (00:13 +0200)]
Merge pull request #24057 from BKPepe/gitignore

Introduce .gitignore

18 months agonghttp3: drop maintainership
Stan Grishin [Fri, 3 May 2024 00:00:02 +0000 (00:00 +0000)]
nghttp3: drop maintainership

* switch back to using tar.gz archives, switch to xz was
  probably unnecessary and the previous problem building
  from the tagged release gz was probably cache-related
* drop maintainership

Signed-off-by: Stan Grishin <[email protected]>
18 months agonebula: drop maintainership
Stan Grishin [Fri, 3 May 2024 00:09:51 +0000 (00:09 +0000)]
nebula: drop maintainership

Signed-off-by: Stan Grishin <[email protected]>
18 months agomsmtp: add test.sh
Josef Schlehofer [Thu, 23 May 2024 22:05:20 +0000 (00:05 +0200)]
msmtp: add test.sh

This file ensures that msmtp is run tested inside GitHub Actions
to help to ensure that this application is compiled and run
tested for OpenWrt master.

Signed-off-by: Josef Schlehofer <[email protected]>
18 months agomsmtp: update to version 1.8.26
Josef Schlehofer [Thu, 23 May 2024 21:53:10 +0000 (23:53 +0200)]
msmtp: update to version 1.8.26

Release notes:
https://marlam.de/msmtp/news/msmtp-1-8-26/

Signed-off-by: Josef Schlehofer <[email protected]>
18 months agoopenldap: fix compilation with GCC14
Rosen Penev [Fri, 17 May 2024 04:24:53 +0000 (21:24 -0700)]
openldap: fix compilation with GCC14

Wrong pointer type.

Signed-off-by: Rosen Penev <[email protected]>
18 months agocyrus-sasl: fix compilation with GCC14
Rosen Penev [Fri, 17 May 2024 04:14:33 +0000 (21:14 -0700)]
cyrus-sasl: fix compilation with GCC14

Missing time.h header.

Signed-off-by: Rosen Penev <[email protected]>
18 months agotailscale: Update to 1.66.4
Zephyr Lykos [Tue, 21 May 2024 01:49:25 +0000 (09:49 +0800)]
tailscale: Update to 1.66.4

https://github.com/tailscale/tailscale/releases/v1.66.4
Signed-off-by: Zephyr Lykos <[email protected]>
18 months agosslh: update to v1.23.1
Sergey Ponomarev [Sun, 19 May 2024 12:06:16 +0000 (15:06 +0300)]
sslh: update to v1.23.1

The sslh Makefile's default target "all" now also tries to compile a new version sslh-ev.
To disable its compilation the Build/Compile is overridden and to call directly "make sslh-select" or "make sslh-fork" depending on CONFIG_SSLH_SELECT.

Some changes from 001-configfile-fix.patch were applied to the upstream and we can remove them.
The only left is a notice "sslh command line arguments override the config".

Signed-off-by: Sergey Ponomarev <[email protected]>
18 months agodnsdist: update to 1.9.4
Peter van Dijk [Mon, 13 May 2024 11:50:23 +0000 (13:50 +0200)]
dnsdist: update to 1.9.4

fixes CVE-2024-25581

Signed-off-by: Peter van Dijk <[email protected]>
18 months agolibedit: update to version 20240517-3.1
Jan Hák [Tue, 21 May 2024 07:50:13 +0000 (09:50 +0200)]
libedit: update to version 20240517-3.1

Signed-off-by: Jan Hák <[email protected]>
18 months agopdns-recursor: update to 5.0.5
Peter van Dijk [Tue, 14 May 2024 11:29:29 +0000 (13:29 +0200)]
pdns-recursor: update to 5.0.5

Signed-off-by: Peter van Dijk <[email protected]>
18 months agosing-box: update to 1.8.14
brvphoenix [Mon, 25 Mar 2024 12:40:46 +0000 (20:40 +0800)]
sing-box: update to 1.8.14

Signed-off-by: brvphoenix <[email protected]>
18 months agospeedtest-go: update to 1.7.7
TeleostNaCl Dai [Tue, 21 May 2024 06:55:25 +0000 (14:55 +0800)]
speedtest-go: update to 1.7.7

Update speedtest-go version to 1.7.7

Signed-off-by: TeleostNaCl Dai <[email protected]>
18 months agoliburing: Update to v2.6
Christian Lachner [Sun, 19 May 2024 08:58:10 +0000 (10:58 +0200)]
liburing: Update to v2.6

- Updated download URL and hash

Signed-off-by: Christian Lachner <[email protected]>
18 months agoMerge pull request #24188 from gladiac/haproxy-2.8.9
Tianling Shen [Mon, 20 May 2024 03:57:56 +0000 (11:57 +0800)]
Merge pull request #24188 from gladiac/haproxy-2.8.9

haproxy: update to v2.8.9

18 months agohaproxy: update to v2.8.9
Christian Lachner [Sun, 19 May 2024 08:35:41 +0000 (10:35 +0200)]
haproxy: update to v2.8.9

- 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 <[email protected]>
18 months agobanip: release 0.9.6-1
Dirk Brenken [Sat, 18 May 2024 06:29:34 +0000 (08:29 +0200)]
banip: release 0.9.6-1

* refine IPv4 parsing, skip rough feed entries like loopback addresses
* better error logging during banIP nftables initialization and Set loading
* cosmetics

Signed-off-by: Dirk Brenken <[email protected]>
18 months agotailscale: Update to 1.66.3
Zephyr Lykos [Fri, 17 May 2024 17:23:52 +0000 (01:23 +0800)]
tailscale: Update to 1.66.3

<https://github.com/tailscale/tailscale/releases/v1.66.3>

Signed-off-by: Zephyr Lykos <[email protected]>
18 months agounixodbc: fix compilation with GCC14
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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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.

18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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

18 months 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 <[email protected]>
18 months agorust: add patch to fix remote filesystem issue
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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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

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

18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months agoddns-scripts: fix duplication of processes when reloading
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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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

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

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

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

18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months agoadblock-fast: update to 1.1.2-1
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 <[email protected]>
18 months agopianod: fix mbedtls 3.6 compilation
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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
Signed-off-by: Glenn Strauss <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>
18 months 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 <[email protected]>