Commit Graph

32287 Commits

Author SHA1 Message Date
Christian Lachner a31d46e0c8 haproxy: update to v3.0.1
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-3.0.git;a=shortlog

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2024-06-16 02:43:51 +08:00
Jonas Jelonek 85a24847ed croc: update to 10.0.8
release notes:
10.0.6: https://github.com/schollz/croc/releases/tag/v10.0.6
10.0.7: https://github.com/schollz/croc/releases/tag/v10.0.7
10.0.8: https://github.com/schollz/croc/releases/tag/v10.0.8

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-06-16 02:43:37 +08:00
Jonas Jelonek 0dd4811588 eza: update to 0.18.18
release notes:
0.18.16: https://github.com/eza-community/eza/releases/tag/v0.18.16
0.18.17: https://github.com/eza-community/eza/releases/tag/v0.18.17
0.18.18: https://github.com/eza-community/eza/releases/tag/v0.18.18

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2024-06-16 02:43:21 +08:00
Jianhui Zhao 1425899f7e lua-eco: update to 3.5.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2024-06-16 02:35:26 +08:00
Antoine C cd8f67298c prometheus-node-exporter-lua: remove duplicated nat samples
Merge duplicate src/dest samples by suming their value (bytes count)

Fixes #24166

Signed-off-by: Antoine C <hi@acolombier.dev>
[bump version number]
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
2024-06-15 12:14:59 -04:00
Dengfeng Liu a1b1bd87bf apfree-wifidog: update to 7.06.2008
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2024-06-14 08:28:05 -07:00
Dengfeng Liu a34f47e7bb apfree-wifidog: support rule group and websocket&dns proxy flag
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2024-06-14 08:28:05 -07:00
Ryan Keane 7d180e74bf btrfs-progs: update to 6.9
GCC14 is now supported in this release.
Release notes: https://github.com/kdave/btrfs-progs/releases/tag/v6.9

Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2024-06-14 08:26:32 -07:00
Florian Eckert dd423c5936
Merge pull request #24370 from osedlbauer/pr/20240611-modemmanager-force-connection
modemmanager: improve reconnect handling
2024-06-12 08:31:52 +02:00
Michael Heimpold f5e5fe7ad2
Merge pull request #24367 from mhei/php8-update-to-8.3.8-with-libgd-fixup
php8: workaround libgd capability detection (refs #23846)
2024-06-12 07:35:51 +02:00
Rui Salvaterra 17558024a5 tor: update to 0.4.8.12 stable
Minor release, see the changelog [1] for what's new.

[1] https://gitlab.torproject.org/tpo/core/tor/-/blob/tor-0.4.8.12/ChangeLog

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
2024-06-11 16:08:18 +02:00
Oliver Sedlbauer 7eb763b962 modemmanager: remove status message from errors
The message 'MM_CONNECT_IN_PROGRESS' is a status message, not an error
message. To avoid confusion, the message has been removed.

Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
2024-06-11 16:00:20 +02:00
Oliver Sedlbauer 06a6258035 modemmanager: add option to force connection
This commit improves the automatic reconnect logic. If the modem cannot
establish a connection, for example due to poor reception, the
proto_block_restart prevents the interface from trying to reconnect.
To enforce the connection, this commit adds a new option that allows the
system to attempt to establish a connection indefinitely.

Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
2024-06-11 15:59:45 +02:00
Milinda Brantini 6f141bec63 adguardhome: Update to 0.107.51
View the release notes for more information:
https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.51

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-11 17:45:04 +08:00
Rosen Penev dbfb023f9f collectd: fix compilation with GCC14
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:48:10 -07:00
Rosen Penev a1d7dea6fc softethervpn5: update to 5.02.5184
Fixes compilation with GCC14.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:47:37 -07:00
Rosen Penev 9acf60320c lzmq: fix compilation with GCC14
Missing header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:47:21 -07:00
Rosen Penev 5b46c0fb58 fio: update to 3.37
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 13:46:59 -07:00
Rosen Penev 2b01007dd4 ifstat: fix compilation with GCC14
Need explicit int.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-10 00:01:26 -07:00
Nick Hainke de110a6e37 snowflake: update to 2.9.2
ChangeLog:
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/main/ChangeLog

Signed-off-by: Nick Hainke <vincent@systemli.org>
2024-06-10 07:32:40 +02:00
Michael Heimpold ab7d5716d0
Merge pull request #24339 from mhei/php8-update-to-8.3.8
php8: update to 8.3.8
2024-06-10 06:51:59 +02:00
John Audia 381d424ffb libdaq3: update to 3.0.15
Update to latest version.

Changelog: https://github.com/snort3/libdaq/releases/tag/v3.0.15

   ,,_     -*> Snort++ <*-
  o"  )~   Version 3.1.84.0
   ''''    By Martin Roesch & The Snort Team
           http://snort.org/contact#team
           Copyright (C) 2014-2024 Cisco and/or its affiliates. All rights reserved.
           Copyright (C) 1998-2013 Sourcefire, Inc., et al.
           Using DAQ version 3.0.15
           Using LuaJIT version 2.1.0-beta3
           Using OpenSSL 3.0.13 30 Jan 2024
           Using libpcap version 1.10.4 (with TPACKET_V3)
           Using PCRE version 10.42 2022-12-11
           Using ZLIB version 1.3.1
           Using Hyperscan version 5.4.2 2024-05-26
           Using LZMA version 5.4.6

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
2024-06-09 18:48:20 -07:00
Aleksey Vasilenko 1923a5f213 gnuplot: update to 6.0.1
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-09 18:47:54 -07:00
Aleksey Vasilenko 285d1148b4 logrotate: update to 3.22.0
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-09 18:47:47 -07:00
Milinda Brantini 128c0f03ef sing-box: update to 1.9.3
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-09 18:47:37 -07:00
Milinda Brantini b4ffdb4c42 golang: Update to 1.22.4
go1.22.4 (released 2024-06-04) includes
security fixes to the archive/zip and net/netip packages,
as well as bug fixes to the compiler,
the go command, the linker,
the runtime, and the os package.

Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-10 04:45:29 +08:00
Aleksey Vasilenko a93fe21b07 nvme-cli: update to 2.9.1
- Add patch to compile on musl

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-10 04:44:42 +08:00
Aleksey Vasilenko 733575f5d1 libnvme: update to 1.9
- Don't set default Meson option

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-10 04:44:42 +08:00
Alexandru Ardelean 41486a7df7
Merge pull request #24314 from commodo/python-updates1
django,python-{requests,evdev,lxml}: bump versions
2024-06-09 12:50:19 +03:00
Aleksey Vasilenko fa7b780cbf erlang: fix mis-detection of transparent hugepages
Latest Erlang update incorrectly detects THP as always enabled,
which leads to segmentation fault on systems without transparent hugepages.
Here we manually override configure flag by checking actual option of target kernel.

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-08 19:45:19 -07:00
Rosen Penev ea8e6fbf33 perl: fix compilation with GCC14
Need the header for fegetround.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-08 17:47:24 -07:00
Milinda Brantini b82a70dd19 sing-box: update to 1.9.2
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-08 17:41:56 -07:00
Aleksey Vasilenko 9da221c6f7 git: update to 2.45.2
- Replace one patch with configure vars override
- Refresh other patches

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-08 17:38:06 -07:00
Rosen Penev 6101b30834 libtirpc: update to 1.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-08 17:31:52 -07:00
Rosen Penev 97d5d2555c zsh: fix compilation with GCC14
Upstream backport and local patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-08 17:31:38 -07:00
Alexandru Ardelean b29ba07308 stress-ng: bump to version 0.17.08
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-06-08 17:10:45 -07:00
Bernhard Voelker 2a7494ad10 utils/findutils: update to 4.10.0
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_HASH): Update.

Signed-off-by: Bernhard Voelker <mail@bernhard-voelker.de>
2024-06-08 17:10:29 -07:00
Rosen Penev 37ade7efab iperf3: fix usage with big endian
Upstream submissions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-06-08 17:09:01 -07:00
Milinda Brantini 909ec005b6 sing-box: update to 1.9.1
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-06-08 17:05:35 -07:00
Dirk Brenken cc709768b5
banip: release 1.0
* made sure, that the domain lookup always add the found IPs to the underlying allow-/blocklist-Set
* major readme update

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-06-08 10:34:09 +02:00
Michael Heimpold 1b7f11d96d php8: workaround libgd capability detection (refs #23846)
This is an alternative approach to #24209. Instead of switching
to bundled/internal libgd, workaround the capability detection
by giving the information to the build system directly.

PHP's original approach does not work when cross-compiling,
but since it is known which features are enabled in OpenWrt's
build, we can directly enable these features here, too.

This is not that future prove, but should do the job for the
moment until a proper solution was discussed with upstream.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-06-08 07:33:18 +02:00
Michael Heimpold 1dd9f4bfc8 php8: update to 8.3.8
This fixes:
    - CVE-2024-4577
    - CVE-2024-5458
    - CVE-2024-5585

Changelog: https://www.php.net/ChangeLog-8.php#8.3.8

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-06-08 06:17:24 +02:00
Aleksey Vasilenko 2b54357f16 nghttp2: update 1.62.1
- Switch source back to .xz according to CONTRIBUTING.md

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-06-06 15:40:32 -07:00
Robert Marko 60f4a43660 devel: gcc: update to 13.3
Update GCC13 to 13.3, like in the root repo.

It fixes buildbot error:
make[3]: *** [Makefile:257: /builder/shared-workdir/build/sdk/dl/gcc-13.3.0.tar.xz] Error 255

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-06-06 22:57:19 +02:00
W. Michael Petullo b560ea218e python-networkx: update to 3.3
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2024-06-07 03:23:18 +08:00
Peter van Dijk 2c5069975c pdns-recursor: update to 5.0.6
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-06-07 03:22:13 +08:00
krant 49fc257b45 curl: update to 8.8.0
- Switch source to .xz according to CONTRIBUTING.md
- Switch project URL to  HTTPS
- Drop upstreamed patch
- Refresh remaining patch
- Adopt the package

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-07 03:20:01 +08:00
krant b2065541b3 ngtcp2: update to 1.5.0
- Switch source to .xz according to CONTRIBUTING.md
- Adopt the package

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-07 03:20:01 +08:00
krant b6692211bb nghttp3: update to 1.3.0
- Switch source to .xz according to CONTRIBUTING.md
- Adopt the package

Signed-off-by: krant <aleksey.vasilenko@gmail.com>
2024-06-07 03:20:01 +08:00
Georgi Valkov 4ef2b7e0fc frr: fix compilation with GCC14
Fixes:
zebra/zebra_netns_notify.c: In function 'zebra_ns_ready_read':
zebra/zebra_netns_notify.c:265:40: error: implicit declaration of function 'basename' [-Wimplicit-function-declaration]
  265 |         if (strmatch(VRF_DEFAULT_NAME, basename(netnspath))) {
      |                                        ^~~~~~~~

Fixed by including libgen.h, then since basename may modify its
parameter, allocate a copy on the stack, using strdupa, and pass the
temporary string to basename.

According to the man page for basename:
With glibc, one gets the POSIX version of basename() when
<libgen.h> is included, and the GNU version otherwise.

The POSIX version of basename may modify the contents of path,
so we should to pass a copy when calling this function.

[1] https://man7.org/linux/man-pages/man3/basename.3.html

Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
2024-06-05 16:33:49 +02:00