Jan Hák
c66e9254ef
libedit: update to version 20240517-3.1
...
Signed-off-by: Jan Hák <jan.hak@nic.cz>
2024-05-21 17:57:49 -07:00
Peter van Dijk
4100ad82c2
pdns-recursor: update to 5.0.5
...
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-05-21 15:51:10 -07:00
brvphoenix
2b7369c323
sing-box: update to 1.8.14
...
Signed-off-by: brvphoenix <brvphoenix@gmail.com>
2024-05-21 17:40:39 +08:00
TeleostNaCl Dai
084a217512
speedtest-go: update to 1.7.7
...
Update speedtest-go version to 1.7.7
Signed-off-by: TeleostNaCl Dai <teleostnacl@gmail.com>
2024-05-21 17:40:30 +08:00
Christian Lachner
601d650688
liburing: Update to v2.6
...
- Updated download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
2024-05-20 11:58:14 +08:00
Tianling Shen
2545930606
Merge pull request #24188 from gladiac/haproxy-2.8.9
...
haproxy: update to v2.8.9
2024-05-20 11:57:56 +08:00
Christian Lachner
3c2ddc6f5d
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 <gladiac@gmail.com>
2024-05-19 10:38:32 +02:00
Dirk Brenken
ccca9c8325
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 <dev@brenken.org>
2024-05-18 08:30:04 +02:00
Zephyr Lykos
116bbca14c
tailscale: Update to 1.66.3
...
<https://github.com/tailscale/tailscale/releases/v1.66.3 >
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-05-17 14:07:03 -07:00
Rosen Penev
b914fd47ca
unixodbc: fix compilation with GCC14
...
Wrong pointer type.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:53 -07:00
Rosen Penev
8d57f843ba
quota: fix compilation with GCC14
...
Header is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:40 -07:00
Rosen Penev
498d5697de
tac_plus: fix compilation with GCC14
...
Missing declaration and wrong pointer type.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-16 23:45:24 -07:00
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