Ryan Doyle [Mon, 20 Feb 2023 08:46:15 +0000 (19:46 +1100)]
prometheus-node-exporter-lua: Add optional mwan3 collector
Supports interface metrics exposed by mwan3. The performance is a
little slow compared to other collectors (~300ms) as the ubus call is
where most of the time is spent. Any future speedups are likely better
put into mwan3's rpcd binary.
Signed-off-by: Ryan Doyle <[email protected]>
[rename metrics,bump version]
Signed-off-by: Etienne Champetier <[email protected]>
Rob Hoelz [Fri, 2 Dec 2022 15:25:17 +0000 (09:25 -0600)]
prometheus-node-exporter-lua: Add "node_textfile_mtime_seconds" metric
…for textfile collector, to make it more consistent with the upstream
Prometheus node-exporter
Signed-off-by: Rob Hoelz <[email protected]>
[bump version]
Signed-off-by: Etienne Champetier <[email protected]>
Christian Lachner [Wed, 12 Jun 2024 06:04:40 +0000 (08:04 +0200)]
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 <[email protected]>
Jonas Jelonek [Thu, 13 Jun 2024 12:28:33 +0000 (14:28 +0200)]
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 <[email protected]>
Jonas Jelonek [Thu, 13 Jun 2024 11:41:01 +0000 (13:41 +0200)]
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 <[email protected]>
Jianhui Zhao [Wed, 12 Jun 2024 06:44:03 +0000 (14:44 +0800)]
lua-eco: update to 3.5.2
Signed-off-by: Jianhui Zhao <[email protected]>
Antoine C [Wed, 5 Jun 2024 18:34:33 +0000 (19:34 +0100)]
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 <[email protected]>
[bump version number]
Signed-off-by: Etienne Champetier <[email protected]>
Dengfeng Liu [Thu, 13 Jun 2024 07:59:50 +0000 (15:59 +0800)]
apfree-wifidog: update to 7.06.2008
Signed-off-by: Dengfeng Liu <[email protected]>
Dengfeng Liu [Thu, 13 Jun 2024 07:57:58 +0000 (15:57 +0800)]
apfree-wifidog: support rule group and websocket&dns proxy flag
Signed-off-by: Dengfeng Liu <[email protected]>
Ryan Keane [Tue, 11 Jun 2024 23:39:18 +0000 (19:39 -0400)]
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 <[email protected]>
Florian Eckert [Wed, 12 Jun 2024 06:31:52 +0000 (08:31 +0200)]
Merge pull request #24370 from osedlbauer/pr/
20240611-modemmanager-force-connection
modemmanager: improve reconnect handling
Michael Heimpold [Wed, 12 Jun 2024 05:35:51 +0000 (07:35 +0200)]
Merge pull request #24367 from mhei/php8-update-to-8.3.8-with-libgd-fixup
php8: workaround libgd capability detection (refs #23846)
Rui Salvaterra [Fri, 7 Jun 2024 11:47:17 +0000 (12:47 +0100)]
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 <[email protected]>
Oliver Sedlbauer [Tue, 11 Jun 2024 14:00:17 +0000 (16:00 +0200)]
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 <[email protected]>
Oliver Sedlbauer [Tue, 11 Jun 2024 13:48:51 +0000 (15:48 +0200)]
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 <[email protected]>
Milinda Brantini [Fri, 7 Jun 2024 07:22:22 +0000 (15:22 +0800)]
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 <[email protected]>
Rosen Penev [Mon, 10 Jun 2024 02:16:34 +0000 (19:16 -0700)]
collectd: fix compilation with GCC14
Upstream backport.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Sun, 9 Jun 2024 23:13:52 +0000 (16:13 -0700)]
softethervpn5: update to 5.02.5184
Fixes compilation with GCC14.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Mon, 10 Jun 2024 01:31:28 +0000 (18:31 -0700)]
lzmq: fix compilation with GCC14
Missing header.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Sun, 9 Jun 2024 03:16:36 +0000 (20:16 -0700)]
fio: update to 3.37
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Mon, 10 Jun 2024 01:25:28 +0000 (18:25 -0700)]
ifstat: fix compilation with GCC14
Need explicit int.
Signed-off-by: Rosen Penev <[email protected]>
Nick Hainke [Fri, 31 May 2024 06:20:51 +0000 (08:20 +0200)]
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 <[email protected]>
Michael Heimpold [Mon, 10 Jun 2024 04:51:59 +0000 (06:51 +0200)]
Merge pull request #24339 from mhei/php8-update-to-8.3.8
php8: update to 8.3.8
John Audia [Thu, 6 Jun 2024 18:36:25 +0000 (14:36 -0400)]
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 <[email protected]>
Aleksey Vasilenko [Sun, 9 Jun 2024 08:46:16 +0000 (11:46 +0300)]
gnuplot: update to 6.0.1
Signed-off-by: Aleksey Vasilenko <[email protected]>
Aleksey Vasilenko [Sun, 9 Jun 2024 08:50:45 +0000 (11:50 +0300)]
logrotate: update to 3.22.0
Signed-off-by: Aleksey Vasilenko <[email protected]>
Milinda Brantini [Sun, 9 Jun 2024 16:50:11 +0000 (00:50 +0800)]
sing-box: update to 1.9.3
Signed-off-by: Milinda Brantini <[email protected]>
Milinda Brantini [Sun, 9 Jun 2024 13:22:45 +0000 (21:22 +0800)]
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 <[email protected]>
Aleksey Vasilenko [Sun, 9 Jun 2024 09:12:33 +0000 (12:12 +0300)]
nvme-cli: update to 2.9.1
- Add patch to compile on musl
Signed-off-by: Aleksey Vasilenko <[email protected]>
Aleksey Vasilenko [Sun, 9 Jun 2024 09:10:25 +0000 (12:10 +0300)]
libnvme: update to 1.9
- Don't set default Meson option
Signed-off-by: Aleksey Vasilenko <[email protected]>
Alexandru Ardelean [Sun, 9 Jun 2024 09:50:19 +0000 (12:50 +0300)]
Merge pull request #24314 from commodo/python-updates1
django,python-{requests,evdev,lxml}: bump versions
Aleksey Vasilenko [Fri, 7 Jun 2024 07:48:51 +0000 (10:48 +0300)]
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 <[email protected]>
Rosen Penev [Sun, 9 Jun 2024 00:00:32 +0000 (17:00 -0700)]
perl: fix compilation with GCC14
Need the header for fegetround.
Signed-off-by: Rosen Penev <[email protected]>
Milinda Brantini [Sun, 9 Jun 2024 00:24:06 +0000 (08:24 +0800)]
sing-box: update to 1.9.2
Signed-off-by: Milinda Brantini <[email protected]>
Aleksey Vasilenko [Sun, 9 Jun 2024 00:16:52 +0000 (03:16 +0300)]
git: update to 2.45.2
- Replace one patch with configure vars override
- Refresh other patches
Signed-off-by: Aleksey Vasilenko <[email protected]>
Rosen Penev [Wed, 24 Apr 2024 22:37:47 +0000 (15:37 -0700)]
libtirpc: update to 1.3.4
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Sat, 8 Jun 2024 23:38:04 +0000 (16:38 -0700)]
zsh: fix compilation with GCC14
Upstream backport and local patch.
Signed-off-by: Rosen Penev <[email protected]>
Alexandru Ardelean [Mon, 3 Jun 2024 06:35:21 +0000 (09:35 +0300)]
stress-ng: bump to version 0.17.08
Signed-off-by: Alexandru Ardelean <[email protected]>
Bernhard Voelker [Sat, 1 Jun 2024 22:48:44 +0000 (00:48 +0200)]
utils/findutils: update to 4.10.0
* utils/findutils/Makefile (PKG_VERSION): Update to latest.
(PKG_HASH): Update.
Signed-off-by: Bernhard Voelker <[email protected]>
Rosen Penev [Sat, 8 Jun 2024 22:40:19 +0000 (15:40 -0700)]
iperf3: fix usage with big endian
Upstream submissions.
Signed-off-by: Rosen Penev <[email protected]>
Milinda Brantini [Sat, 8 Jun 2024 07:18:49 +0000 (15:18 +0800)]
sing-box: update to 1.9.1
Signed-off-by: Milinda Brantini <[email protected]>
Dirk Brenken [Sat, 8 Jun 2024 08:32:48 +0000 (10:32 +0200)]
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 <[email protected]>
Michael Heimpold [Tue, 28 May 2024 19:00:02 +0000 (21:00 +0200)]
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 <[email protected]>
Michael Heimpold [Sat, 8 Jun 2024 04:14:53 +0000 (06:14 +0200)]
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 <[email protected]>
Aleksey Vasilenko [Thu, 6 Jun 2024 20:50:19 +0000 (23:50 +0300)]
nghttp2: update 1.62.1
- Switch source back to .xz according to CONTRIBUTING.md
Signed-off-by: Aleksey Vasilenko <[email protected]>
Robert Marko [Thu, 6 Jun 2024 17:56:43 +0000 (19:56 +0200)]
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 <[email protected]>
W. Michael Petullo [Wed, 29 May 2024 00:15:43 +0000 (19:15 -0500)]
python-networkx: update to 3.3
Signed-off-by: W. Michael Petullo <[email protected]>
Peter van Dijk [Thu, 6 Jun 2024 08:38:42 +0000 (10:38 +0200)]
pdns-recursor: update to 5.0.6
Signed-off-by: Peter van Dijk <[email protected]>
krant [Sun, 2 Jun 2024 10:16:24 +0000 (13:16 +0300)]
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 <[email protected]>
krant [Sun, 2 Jun 2024 10:09:29 +0000 (13:09 +0300)]
ngtcp2: update to 1.5.0
- Switch source to .xz according to CONTRIBUTING.md
- Adopt the package
Signed-off-by: krant <[email protected]>
krant [Sun, 2 Jun 2024 10:07:49 +0000 (13:07 +0300)]
nghttp3: update to 1.3.0
- Switch source to .xz according to CONTRIBUTING.md
- Adopt the package
Signed-off-by: krant <[email protected]>
Georgi Valkov [Mon, 27 May 2024 14:30:54 +0000 (17:30 +0300)]
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 <[email protected]>
Josef Schlehofer [Tue, 4 Jun 2024 09:11:33 +0000 (11:11 +0200)]
Revert "ci: no longer require real name"
It was decided that we should require to use real name once again.
There was discussion about it on the mailing list [1], which
was based on the commit in different OpenWrt repo [2]
This reverts commit
7e6cd98ad481184b1a620a9862aa3713d1ab85cc.
[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-April/042711.html
[2] https://github.com/openwrt/actions-shared-workflows/commit/
12d9551f2d07ec34ac813da8612c8014fb393af6
Signed-off-by: Josef Schlehofer <[email protected]>
Milinda Brantini [Mon, 3 Jun 2024 16:36:36 +0000 (00:36 +0800)]
natmap: update to
20240603
Signed-off-by: Milinda Brantini <[email protected]>
René Treffer [Mon, 3 Jun 2024 20:16:11 +0000 (22:16 +0200)]
prometheus-node-exporter-lua: fix netclass duplicate TYPE lines
Fixes
a315c40b7232bbc83582685c98e41466d84d7a35
[initial fix]
Signed-off-by: René Treffer <[email protected]>
[fixup René version]
Signed-off-by: PichetGoulu <[email protected]>
[actual commit]
Signed-off-by: Etienne Champetier <[email protected]>
Florian Eckert [Wed, 5 Jun 2024 06:27:35 +0000 (08:27 +0200)]
Merge pull request #24037 from TDT-AG/pr/
20240429-keepalived
keepalived: remove not supported notify script handling
Rosen Penev [Mon, 27 May 2024 00:49:38 +0000 (17:49 -0700)]
mdnsreponder: update to 2200.100.94.0.2
The IETF fork is unmaintained. In addition, the versioning is incompatible with apk.
010-uclibc.patch is pointless as uclibc is no longer used by OpenWrt.
020-fix-core-dump-while-parsing-interface-list.patch was an upstream
backport. No longer needed.
Added tls=no to avoid mbedtls dependency.
mDNSIdentify is gone.
Added back patches from version 878.200.35. They required manual
refreshing. 120-reproducible-builds.patch is probably needed. Not sure
about 100-linux_fixes.patch.
Add OpenEmbedded patches. Some crash fixes. mdnsd is less noisy with
them.
Log stderr to the log. Otherwise there's no output.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Tue, 28 May 2024 21:32:31 +0000 (14:32 -0700)]
sane-backends: fix compilation with GCC14
Upstream backport.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Thu, 30 May 2024 23:02:42 +0000 (16:02 -0700)]
gdbm: update to 1.23
Just make the library instead of everthing.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Sun, 2 Jun 2024 22:41:59 +0000 (15:41 -0700)]
ostiary: fix compilation with GCC14
Wrong pointer type.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Mon, 3 Jun 2024 02:40:18 +0000 (19:40 -0700)]
libv4l: fix compilation without utils
Upstream backport.
Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev [Tue, 28 May 2024 22:56:49 +0000 (15:56 -0700)]
v4l2camera: update to 0.2.0
fix compilation when ALSA is found
Need to link against libasound.
Signed-off-by: Rosen Penev <[email protected]>
Russell Senior [Fri, 31 May 2024 13:13:16 +0000 (06:13 -0700)]
libgpiod: update to 2.1.2
Signed-off-by: Russell Senior <[email protected]>
Florian Eckert [Tue, 4 Jun 2024 12:07:27 +0000 (14:07 +0200)]
Merge pull request #24183 from TDT-AG/pr/
20240517-ddns
ddns-scripts: do not verify DNS server on start
Martin Schiller [Thu, 16 May 2024 12:24:33 +0000 (14:24 +0200)]
frr: add support for BGP MD5 authentication
You have to enable the CONFIG_TCP_MD5SIG kernel config option to be able
to use the BGP MD5 authentication.
Signed-off-by: Martin Schiller <[email protected]>
Hirokazu MORIKAWA [Mon, 3 Jun 2024 04:20:05 +0000 (13:20 +0900)]
node: bump to v20.14.0
Notable Changes
* src,permission: throw async errors on async APIs (Rafael Gonzaga)
* (SEMVER-MINOR) test_runner: support forced exit (Colin Ihrig)
Signed-off-by: Hirokazu MORIKAWA <[email protected]>
Ray Wang [Mon, 3 Jun 2024 05:32:43 +0000 (13:32 +0800)]
hev-socks5-server: update to 2.6.6
Signed-off-by: Ray Wang <[email protected]>
Sergey Ponomarev [Sat, 1 Jun 2024 11:23:04 +0000 (14:23 +0300)]
acme-common: export main_domain
To avoid confusion, first create the main_domain var and only then export it.
Signed-off-by: Sergey Ponomarev <[email protected]>
Sergey Ponomarev [Sat, 1 Jun 2024 11:07:37 +0000 (14:07 +0300)]
acme-common: migrate deprecated options
Add to uci-defaults script a migration from old deprecated options to new:
use_staging to staging
keylength to key_type
remove standalone
add missing validation_method
We still support the old options in the acme.init if old config was copied after installing of the newer version of the acme-common.
Signed-off-by: Sergey Ponomarev <[email protected]>
Alexandru Ardelean [Mon, 3 Jun 2024 06:42:38 +0000 (09:42 +0300)]
django: bump to version 5.0.6
Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean [Mon, 3 Jun 2024 06:41:21 +0000 (09:41 +0300)]
python-requests: bump to version 2.32.3
Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean [Mon, 3 Jun 2024 06:40:04 +0000 (09:40 +0300)]
python-lxml: bump to version 5.2.2
Signed-off-by: Alexandru Ardelean <[email protected]>
Alexandru Ardelean [Mon, 3 Jun 2024 06:37:54 +0000 (09:37 +0300)]
python-evdev: bump to version 1.7.1
Signed-off-by: Alexandru Ardelean <[email protected]>
krant [Sun, 2 Jun 2024 08:42:26 +0000 (11:42 +0300)]
at: update to 3.2.5
- Use upstream tarball
- Update project URL
- Drop obsolete patches
Signed-off-by: krant <[email protected]>
Rosen Penev [Tue, 28 May 2024 21:04:12 +0000 (14:04 -0700)]
ffmpeg: fix compilation with gcc14
Requires disabling a warning as there's an incompatibility between musl
ioctl and v4l2_ioctl.
Signed-off-by: Rosen Penev <[email protected]>
krant [Sun, 2 Jun 2024 08:00:02 +0000 (11:00 +0300)]
apache: update to 2.4.59
- Remove obsolete OpenSSL patch - upstream handles it by itself now
- Refresh another patch
- Remaining patches are unaffected
Signed-off-by: krant <[email protected]>
krant [Sun, 2 Jun 2024 10:29:18 +0000 (13:29 +0300)]
c-ares: update to 1.29.0
Signed-off-by: krant <[email protected]>
krant [Sun, 2 Jun 2024 12:32:50 +0000 (15:32 +0300)]
zstd: update to 1.5.6
- Adopt the package
Signed-off-by: krant <[email protected]>
krant [Sun, 2 Jun 2024 13:53:40 +0000 (16:53 +0300)]
fping: update to 5.2
Signed-off-by: krant <[email protected]>
W. Michael Petullo [Mon, 3 Jun 2024 00:32:52 +0000 (19:32 -0500)]
gst1-libav: update to 1.24.4
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Mon, 3 Jun 2024 00:32:34 +0000 (19:32 -0500)]
gst1-plugins-ugly: update to 1.24.4
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Mon, 3 Jun 2024 00:32:16 +0000 (19:32 -0500)]
gst1-plugins-bad: update to 1.24.4
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Mon, 3 Jun 2024 00:32:04 +0000 (19:32 -0500)]
gst1-plugins-good: update to 1.24.4
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Mon, 3 Jun 2024 00:31:47 +0000 (19:31 -0500)]
gst1-plugins-base: update to 1.24.4
Signed-off-by: W. Michael Petullo <[email protected]>
W. Michael Petullo [Mon, 3 Jun 2024 00:19:39 +0000 (19:19 -0500)]
gstreamer1: update to 1.24.4
Signed-off-by: W. Michael Petullo <[email protected]>
Balázs Urbán [Sun, 17 Mar 2024 18:59:20 +0000 (19:59 +0100)]
prometheus-node-exporter-lua-hostapd_stations: fix not reporting metrics
- fix incorrect interface name mapping in hostapd_stations exporter
Signed-off-by: Balázs Urbán <[email protected]>
Signed-off-by: Etienne Champetier <[email protected]>
Etienne Champetier [Sun, 2 Jun 2024 20:20:30 +0000 (22:20 +0200)]
prometheus-node-exporter-lua: add missing libubus-lua dependency
Fixes
a315c40b7232bbc83582685c98e41466d84d7a35
Signed-off-by: Etienne Champetier <[email protected]>
krant [Sun, 2 Jun 2024 07:40:17 +0000 (10:40 +0300)]
whois: update to 5.5.23
- Switch to local tarball
Signed-off-by: krant <[email protected]>
Rosen Penev [Sun, 2 Jun 2024 00:31:48 +0000 (17:31 -0700)]
wsdd2: fix compilation with GCC14 and 64-bit
struct msghdr under musl uses padding ints for 64-bit, which means we
can't direct initialize like this. Switch to initializing each member
explicitly.
Signed-off-by: Rosen Penev <[email protected]>
krant [Sat, 1 Jun 2024 23:05:38 +0000 (02:05 +0300)]
libarchive: update to 3.7.4
Signed-off-by: krant <[email protected]>
krant [Sat, 1 Jun 2024 22:47:20 +0000 (01:47 +0300)]
unrar: update to 7.0.9
Signed-off-by: krant <[email protected]>
krant [Sat, 1 Jun 2024 22:37:33 +0000 (01:37 +0300)]
lynx: update to 2.9.2
Signed-off-by: krant <[email protected]>
krant [Sat, 1 Jun 2024 22:31:20 +0000 (01:31 +0300)]
erlang: update to 27.0
Signed-off-by: krant <[email protected]>
krant [Sat, 1 Jun 2024 22:12:23 +0000 (01:12 +0300)]
imagemagick: update to 7.1.1.33
Signed-off-by: krant <[email protected]>
krant [Sat, 1 Jun 2024 23:27:39 +0000 (02:27 +0300)]
hwdata: update to 0.383
Signed-off-by: krant <[email protected]>
Rosen Penev [Thu, 30 May 2024 20:59:52 +0000 (13:59 -0700)]
libssh: fix bad pkgconfig paths
Avoid leaking host paths.
Signed-off-by: Rosen Penev <[email protected]>
krant [Sat, 1 Jun 2024 22:57:18 +0000 (01:57 +0300)]
libjpeg-turbo: update to 3.0.3
Signed-off-by: krant <[email protected]>
Dirk Brenken [Sat, 1 Jun 2024 14:06:59 +0000 (16:06 +0200)]
banip: update 0.9.6-3
* fixed concurrent, too high nft loads during feed processing (seen in LuCI frontend)
Signed-off-by: Dirk Brenken <[email protected]>
Louis Dupré Bertoni [Sat, 1 Jun 2024 07:30:59 +0000 (10:30 +0300)]
collectd: enable write_prometheus plugin
Signed-off-by: Louis Dupré Bertoni <[email protected]>
[PKG_RELEASE bump added]
Signed-off-by: Hannu Nyman <[email protected]>
Luca Barbato [Mon, 27 May 2024 10:36:22 +0000 (10:36 +0000)]
cargo-c: New host package
It is useful to build crates as C libraries.
Signed-off-by: Luca Barbato <[email protected]>