Commit Graph

32011 Commits

Author SHA1 Message Date
Robert Marko 9cce31c309 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 <robimarko@gmail.com>
2024-05-24 13:50:11 +08:00
Josef Schlehofer 70c27beb09 Revert "github: Improve Pull Request template"
This commit was accidently pushed to wrong remote and
it should be properly reviewed.

This reverts commit 6859b0a6f2.
2024-05-24 00:57:26 +02:00
Josef Schlehofer 6859b0a6f2 github: Improve Pull Request template
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2024-05-24 00:50:58 +02:00
Josef Schlehofer 281aebcdb1
Merge pull request #24057 from BKPepe/gitignore
Introduce .gitignore
2024-05-24 00:13:12 +02:00
Stan Grishin a6b0d50ac0 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 <stangri@melmac.ca>
2024-05-24 00:12:13 +02:00
Stan Grishin 4a61eec169 nebula: drop maintainership
Signed-off-by: Stan Grishin <stangri@melmac.ca>
2024-05-24 00:12:01 +02:00
Rosen Penev 13841d15af openldap: fix compilation with GCC14
Wrong pointer type.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-21 17:59:57 -07:00
Rosen Penev 4189202d7e cyrus-sasl: fix compilation with GCC14
Missing time.h header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-05-21 17:59:42 -07:00
Zephyr Lykos fde6dcb95c tailscale: Update to 1.66.4
https://github.com/tailscale/tailscale/releases/v1.66.4
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2024-05-21 17:58:52 -07:00
Sergey Ponomarev 4f660ec902 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 <stokito@gmail.com>
2024-05-21 17:58:42 -07:00
Peter van Dijk a298bedc6e dnsdist: update to 1.9.4
fixes CVE-2024-25581

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-05-21 17:57:58 -07:00
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