Commit Graph

32143 Commits

Author SHA1 Message Date
Rosen Penev
4a07db85e8 nsutils: fix compilation with GCC14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:10 -07:00
Rosen Penev
e2a3f6e340 nvme-cli: fix compilation with GCC14
Wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:44:55 -07:00
Rosen Penev
5bce0b09e6 Revert "net-snmp: fix compilation with GCC 14"
This reverts commit 7d39868294.
2024-05-16 23:44:08 -07:00
Aditya Nugraha
7d39868294 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>
2024-05-16 23:33:27 -07:00
Rosen Penev
4866908604 setserial: fix compilation with GCC14
Need to add explicit int.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:33:11 -07:00
John Audia
7345b73c30 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>
2024-05-16 15:35:55 -07:00
Florian Eckert
4fac186de9 Merge pull request #24146 from TDT-AG/pr/20240513-rust
rust: fix remote filesystem issue
2024-05-16 15:13:48 +02:00
Rosen Penev
fbef15e44c remserial: fix compilation with GCC14
Missing function declaration.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 04:31:11 -07:00
Florian Eckert
6b6c74dca8 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>
2024-05-16 13:20:37 +02:00
Rosen Penev
f20b896c95 udptunnel: fix compilation with GCC14
Missing int in main.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 23:01:49 -07:00
Rosen Penev
6787f2420f 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>
2024-05-15 19:43:06 -07:00
Rosen Penev
06ae2a9318 nfdump: update to 1.7.4
Add patch fixing compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 19:35:33 -07:00
Seo Suchan
1e1f368659 shareport-sync: add support to mbedtls3
updated various function calling as new version needed

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
2024-05-15 17:40:29 -07:00
Rosen Penev
f9dfeaad4a 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>
2024-05-15 17:40:05 -07:00
Rosen Penev
d5f9a76aa4 libroxml: fix compilation with GCC14
Need casts for integer conversion

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 17:39:54 -07:00
Rosen Penev
206752dd9c libcgroup: update to 2.0.3
Upstream moved to GitHub.

Backport non GNU strerror_r patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 14:36:27 -07:00
Rosen Penev
3fc2a136e8 libndp: update to 1.8
Added GCC 14 patch as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 14:34:27 -07:00
Seo Suchan
feb64a0502 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>
2024-05-15 14:32:07 -07:00
Seo Suchan
37f15d1051 Libwebsockets: update version to 4.3.3
Signed-off-by: Seo Suchan <tjtncks@gmail.com>
2024-05-15 14:32:07 -07:00
Rosen Penev
459a8a79fe uwsgi: fix compilation with GCC14
Wrong pointer type is used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-15 14:29:07 -07:00
jiangslee
0adf0e8069 netbird: update to 0.27.7
Signed-off-by: jiangslee <jiangsili@qq.com>
2024-05-15 14:28:46 -07:00
David Bauer
dc1e0d91a5 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>
2024-05-15 16:03:28 +02:00
Florian Eckert
1d80f59b6e Merge pull request #23946 from McGiverGim/fix_ddns_reload
ddns-scripts: fix duplication of processes when reloading
2024-05-15 14:44:16 +02:00
Florian Eckert
aeaa41ff65 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
2024-05-15 08:11:36 +02:00
Rosen Penev
39dad4ff47 attr: fix compilation with GCC 14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:40:22 -07:00
Rosen Penev
6a007dcabb 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>
2024-05-14 16:39:55 -07:00
Rosen Penev
4aed8a05a5 dcwapd: fix compilation with GCC 14
Old bug in rapidjson.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:46 -07:00
Rosen Penev
cfb9e1cede bluez: fix compilation with GCC14
Remove _GNU_SOURCE to avoid redefinition warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:18 -07:00
Rosen Penev
539858ad75 eoip: fix compilation with gcc14
Wrong pointer and missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:10 -07:00
Rosen Penev
289bc496ff screen: fix compilation with GCC 14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:39:02 -07:00
Rosen Penev
c3e2dcc128 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>
2024-05-14 16:38:44 -07:00
Rosen Penev
41a5880f01 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>
2024-05-14 16:38:21 -07:00
Rosen Penev
686e1d0941 kmod: update to 32
Add patch to fix compilation with GCC 14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:38:05 -07:00
Rosen Penev
aa5e046054 apinger: fix compilation with GCC 14
Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:37:10 -07:00
Rosen Penev
b0ddfc85da bwm-ng: fix compilation with GCC 14
Header is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:36:58 -07:00
Rosen Penev
b8e26bba39 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>
2024-05-14 16:36:46 -07:00
Rosen Penev
710a6fb79b rrdtool1: fix compilation with GCC14
gnu standard is needed. Easier to remove the CFLAG.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 16:36:28 -07:00
Miguel Angel Mulero Martinez
525182892b 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>
2024-05-14 21:18:58 +02:00
Rosen Penev
e44aae02d0 vala: fix compilation with GCC14
Needs a cast now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 10:56:51 -07:00
Ted Hess
f805121318 pianod: Update to latest upstream version (174.11)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2024-05-14 05:02:30 -07:00
Hirokazu MORIKAWA
fe8b0e85af node: bump to v20.13.1
Update to v20.13.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2024-05-14 05:01:33 -07:00
Rosen Penev
7875dc041e dump1090: fix compilation with GCC14
Upstream backport.

Switch to local tarballs. Smaller.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-14 04:37:33 -07:00
Tianling Shen
5ba2fed358 dnslookup: Update to 1.10.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-05-14 17:01:05 +08:00
Stan Grishin
aa278f835a Merge pull request #24138 from stangri/master-adblock-fast
adblock-fast: update to 1.1.2-1
2024-05-13 16:03:27 -07:00
Nikos Mavrogiannopoulos
4a4090ff89 Merge pull request #24109 from nmav/tmp-openconnect-cam-fix
openconnect: introduced URI parameter
2024-05-13 16:06:30 +02:00
Ted Hess
06bf0a1f62 Merge pull request #24126 from neheb/o
pianod: fix mbedtls 3.6 compilation
2024-05-13 07:33:37 -04:00
Stan Grishin
0f18a04590 Merge pull request #23982 from stangri/master-unbound
unbound: pull in adblock-fast generated adb_list
2024-05-13 01:57:52 -07:00
Jianhui Zhao
2227a4c180 lua-eco: update to 3.5.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2024-05-13 16:00:34 +08:00
Rosen Penev
6c7d4991ea aggregate: fix compilation with GCC 14
Implicit int is now an error.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-13 00:02:15 -07:00
Rosen Penev
77130df23d bottlerocket: fix compilation with GCC 14
implicit int errors now.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-12 23:00:13 -07:00