Christian Marangi [Thu, 3 Oct 2024 15:10:24 +0000 (17:10 +0200)]
nginx: Add support for NJS module
Add support for NJS module. Various patch are required to make this
module correctly compile with the required library mainly related on
detecting config flags.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Thu, 3 Oct 2024 21:33:34 +0000 (23:33 +0200)]
nginx: add patch to make libexslt optional
Add patch to make libexslt library optional as nginx autoenable it if
detected.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Thu, 3 Oct 2024 15:06:32 +0000 (17:06 +0200)]
nginx: disable additional entry in feature test
Disable additional entry in feature test probably added in new version
of Nginx and never notice. Also declare "no" instead of empty value for
cc test.
While at it also refresh the patch.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Thu, 3 Oct 2024 21:30:47 +0000 (23:30 +0200)]
libxslt: install header for libxlt by default
Install header for libxlt by default to handle case when dependent
package depends on the library but doesn't select the configuration.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Martin Schiller [Thu, 17 Oct 2024 08:36:07 +0000 (10:36 +0200)]
rp-pppoe: update to 4.0
This fixes compatibility with ppp-2.5.0 and newer.
We also need to change the PKG_SOURCE_URL since the previous URL is no
longer working and automated downloads from the project homepage are
not desired due to bandwidth restrictions. Have a look at the project
homepage [1] for details.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
[1] https://dianne.skoll.ca/projects/rp-pppoe/
Florian Eckert [Thu, 10 Oct 2024 07:24:48 +0000 (09:24 +0200)]
modemmanger: bump PKG_RELEASE number
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 26 Sep 2024 09:02:49 +0000 (11:02 +0200)]
modemmanager: add pin check attempts
This new check in the proto modemanager prevents the SIM card from being
blocked and therefore PUK is not required. If the PIN is entered incorrectly
in the 'uci' configuration, it makes no sense to try this several times
until the PUK is required. Should it nevertheless happen that the PUK
is required, then this will logged.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 26 Sep 2024 08:19:54 +0000 (10:19 +0200)]
modemmanager: improvement of readability by reversing the query
No functional change. The change makes reading the source clearer.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 26 Sep 2024 08:16:13 +0000 (10:16 +0200)]
modemmanager: add missing interface argument to function modemmanager_check_state
The variable interface is used in the sub-function 'modemmanager_check_state'.
However, this is not an argument of the function and so the global value
is used. Addding the variable as an function call argument fixes this.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 26 Sep 2024 08:14:16 +0000 (10:14 +0200)]
modemmanager: move modemmanager_check_state failed and locked into sub functions
To make the source clearer, the program parts for the 'locked' and 'failed'
cases are outsourced to sub-functions.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Thu, 26 Sep 2024 07:57:53 +0000 (09:57 +0200)]
modemmanager: fix value call with modemmanager_get_field function
The correct values are prefixed with 'modem.generic'. This is missing
for the value 'state' and 'state-failed-reason.
While we're at it, let's move the readout of 'state-failed-reason' to the
failed case, because that's the only place it's needed.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 2 Oct 2024 14:39:12 +0000 (16:39 +0200)]
modemmanager: extend log message with count on boot
This makes debugging at system startup easier and shows how long we are
waiting for the ModemManager to start.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
R4SAS I2P [Mon, 14 Oct 2024 18:12:02 +0000 (18:12 +0000)]
i2pd: Update to 2.54.0
* Updating package to 2.54.0
* Changed Makefile to install binary to /usr/bin (as in upstream)
* Updated init.rc script with new path
Signed-off-by: R4SAS I2P <r4sas@i2pmail.org>
Jan Chren ~rindeal [Mon, 14 Oct 2024 05:55:25 +0000 (05:55 +0000)]
wifischedule: fix init.d START
Fixes: https://github.com/openwrt/packages/issues/25064
Signed-off-by: Jan Chren ~rindeal <dev.rindeal@gmail.com>
Chen Minqiang [Sun, 13 Oct 2024 05:18:06 +0000 (13:18 +0800)]
pptpd: update to 1.5.0
Update pptpd "poptop" to 1.5.0 to fix comptability with PPP 2.5.1.
Also refresh patches
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
Jan Hák [Tue, 15 Oct 2024 12:46:11 +0000 (14:46 +0200)]
knot: update to verion 3.4.1
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Miroslav Lichvar [Wed, 16 Oct 2024 18:35:27 +0000 (20:35 +0200)]
chrony: update to 4.6.1
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Koen Vandeputte [Wed, 2 Oct 2024 14:25:12 +0000 (16:25 +0200)]
gst1-plugins-bad: add support for srt
This enables SRT support within gstreamer.
Secure Reliable Transport is a popular streaming protocol which
can be used both as a sink or source.
It actively continuously negotiates between sender/receiver to avoid
packet loss at all costs.
It also supports stream encryption by simply
setting a password on both ends.
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Wed, 2 Oct 2024 14:22:17 +0000 (16:22 +0200)]
libs/srt: add new package v1.5.3
This adds the Secure Reliable Transport (SRT) package.
SRT is used as a popular transfer protocol for video & audio
and can be used within gstreamer as both a sink or source.
It also supports stream encryptino by simply
setting a password on both ends of the link.
More details can be found here:
https://www.haivision.com/products/srt-secure-reliable-transport/
It is being actively developed on github:
https://github.com/Haivision/srt
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Peter van Dijk [Thu, 3 Oct 2024 09:36:22 +0000 (11:36 +0200)]
pdns: update to 4.9.2
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Lehua Zhang [Fri, 11 Oct 2024 06:35:09 +0000 (14:35 +0800)]
ddns-scripts: add ddns-scripts for huaweicloud
Signed-off-by: Lehua Zhang <sxlehua@qq.com>
Robert Marko [Mon, 14 Oct 2024 18:28:20 +0000 (20:28 +0200)]
libmaxminddb: fixup lib and include dirs in pkg-config
libmaxminddb has switched to using CMAKE_INSTALL_PREFIX,
CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR for generating the
pkg-config in upstream commit [1] and thus broke pkg-config file
generation in openwrt.
It would generate:
prefix=/usr
exec_prefix=/usr
libdir=lib
includedir=include
Obviously libdir and includedirs are incorrect for OpenWrt and this
would then cause pdns compilation to fail if geoip backend was enabled
since it uses pkg-config to get the required flags and passing just
lib for LDFLAGS would cause libtool to error out since that path is not
valid.
So, lets use SED magic to replace libdir and includedir with the correct
paths, so now pkg-config looks like:
prefix=/usr
exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
[1] https://github.com/maxmind/libmaxminddb/commit/
8b4bf0dec99bc248c36e49e0837efb749e7d46f6
Fixes: 9f7357880f64 ("libmaxminddb: update to 1.11.0")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Lukas Voegl [Mon, 7 Oct 2024 12:11:08 +0000 (14:11 +0200)]
libgudev: remove package
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
Lukas Voegl [Mon, 7 Oct 2024 12:10:58 +0000 (14:10 +0200)]
fwupd: Update to 2.0.0
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
S. Brusch [Sat, 12 Oct 2024 11:22:01 +0000 (11:22 +0000)]
crowdsec-firewall-bouncer: updated nftables rules
Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma Gérald <gandalf@gk2.net>
Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.5
Description:
updated the initd script creating the nftables rules for the bouncer
to adapt and support the crowdsec-firewall-bouncer's (from 0.0.30)
new internal rule creation mechanism.
Wesley Gimenes [Sun, 13 Oct 2024 02:35:37 +0000 (23:35 -0300)]
netbird: update to 0.30.1
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Hauke Mehrtens [Sun, 13 Oct 2024 10:43:48 +0000 (12:43 +0200)]
fluent-bit: Deactivate sasl2, zlib and zstd
Deactivate the dependencies to libsals2, libzlib and libzstd.
This fixes the build of fluent-bit.
This fixes the following problem:
```
Package fluent-bit is missing dependencies for the following libraries:
libsasl2.so.3
libz.so.1
libzstd.so.1
```
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Hauke Mehrtens [Sun, 13 Oct 2024 11:04:46 +0000 (13:04 +0200)]
gst1-plugins-good: Remove gudev
Deactivate the dependencies to libgudev.
This fixes the build of gst1-plugins-good.
This fixes the following problem:
```
Package gst1-mod-video4linux2 is missing dependencies for the following libraries:
libgudev-1.0.so.0
```
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Othmar Truniger [Sun, 13 Oct 2024 17:02:07 +0000 (19:02 +0200)]
knxd: bump to version 0.14.65
Signed-off-by: Othmar Truniger <github@truniger.ch>
Vladimir Ermakov [Sat, 12 Oct 2024 10:38:10 +0000 (10:38 +0000)]
go2rtc: run service as regular user
Improve security a bit by dropping root privileges.
Also instruct procd to respawn.
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Eric Fahlgren [Fri, 11 Oct 2024 22:14:16 +0000 (15:14 -0700)]
owut: update to 2024.10.11
Bug fixes:
efahl/owut@
f3f5c10 owut: retain full result from download response
efahl/owut@
c43712f owut: use exception handlers for failed json parsing
Enhancements:
efahl/owut@
e17c906 owut: add poll-interval option
efahl/owut@
7119199 owut: better error message output
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Tianling Shen [Sat, 12 Oct 2024 10:28:14 +0000 (18:28 +0800)]
v2raya: Update to 2.2.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Peter van Dijk [Thu, 3 Oct 2024 12:22:47 +0000 (14:22 +0200)]
pdns-recursor: update to 5.1.2
fixes CVE-2024-25590
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Dirk Brenken [Fri, 11 Oct 2024 17:46:16 +0000 (19:46 +0200)]
banIP: update to 1.0.0-8
* supports comments (introduced with a #), for MAC addresses
in the allow and block list, e.g. 26:5e:a0:6a:9c:da # Test
* added hagezi threat ip feed
* added an adguard logterm to the readme
* removed the broken talos feed
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Thu, 10 Oct 2024 17:00:14 +0000 (19:00 +0200)]
adblock: update to 4.2.2-6
* fixed adblock status reporting
* optimized the mail template
* removed unanswered DNS requests from reporting
* various small fixes
Signed-off-by: Dirk Brenken <dev@brenken.org>
Vladimir Ermakov [Tue, 8 Oct 2024 13:44:46 +0000 (13:44 +0000)]
qemu: fix guest agent patch
I've used wrong type in qemu guest agent patch, found by: @curtdept
Fixes https://github.com/vooon/openwrt-packages/commit/
d9da6e792a25e8b34c271d4c3752c7185c77878d#r147673510
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Jen Wolf [Wed, 2 Oct 2024 20:01:03 +0000 (20:01 +0000)]
mtools: update to 4.0.45
mtools: update to 4.0.45
no change log
https://www.gnu.org/software/mtools/manual/mtools.html
Compile tested: Model ASUS RT-AC88U
Architecture ARMv7 Processor rev 0 (v7l)
BCM53xx / arm_cortex-a9.
Kernel Version 6.6.53
main branch
Run tested: Using GCC 14.2.0 and binutils 2.43.1
Signed-off-by: Jen Wolf <jenwolf@protonmail.com>
Milinda Brantini [Fri, 4 Oct 2024 05:18:10 +0000 (13:18 +0800)]
adguardhome: Update to 0.107.53
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Matthias Schiffer [Wed, 9 Oct 2024 16:09:58 +0000 (18:09 +0200)]
ecdsautils: update to 0.4.2
1b53b726f3dc ecdsautils 0.4.2
554e2585efd9 sha256: fix misaligned buffer read in ecdsa_sha256_update()
8c17b073647f sha256: remove burnStack function
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Maxim Storchak [Tue, 8 Oct 2024 09:17:30 +0000 (12:17 +0300)]
tmux: update to 3.5a
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Milinda Brantini [Mon, 7 Oct 2024 15:21:27 +0000 (23:21 +0800)]
sing-box: Update to 1.9.7
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Hirokazu MORIKAWA [Wed, 9 Oct 2024 00:43:19 +0000 (09:43 +0900)]
node: bump to v20.18.0
Notable Changes
Experimental Network Inspection Support in Node.js
Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext
New option for vm.createContext() to create a context with a freezable globalThis
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Tue, 8 Oct 2024 00:40:22 +0000 (17:40 -0700)]
libucontext: update to 1.3.2
Switch to local tarballs instead of codeload. No need to override
PKG_BUILD_DIR.
Remove PKG_BUILD_PARALLEL and PKG_INSTALL as they are not needed with
meson.
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 8 Oct 2024 00:09:04 +0000 (17:09 -0700)]
libpng: fix compilation with loongarch64
Explicitly disable unsupported hardware acceleration instead of trying
to match against targets.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Stan Grishin [Sun, 6 Oct 2024 22:59:17 +0000 (22:59 +0000)]
pbr: update to 1.1.7-21
* switch to dstnat chain from dstnat_lan chain for dns & tor policies (thanks @egc112)
* re-introduce procd_lan_interface for better LAN detection
* improve is_domain function
* introduce health-check for requried fw4 chains
* bugfix: avoid double counters for dns policies
* bugfix: remove faulty counters for tor policies
* rename interface_process to process_interface for better code readability
* overhaul pbr.user.aws script for a much better performance and more compact
(gzipped) storage of the ranges json locally (thanks @bigsmile74)
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Milinda Brantini [Thu, 3 Oct 2024 08:25:58 +0000 (16:25 +0800)]
xray-core: update to 24.9.30
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Vladimir Ermakov [Sun, 29 Sep 2024 15:49:14 +0000 (17:49 +0200)]
go2rtc: initial package
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Wesley Gimenes [Sun, 6 Oct 2024 10:06:43 +0000 (07:06 -0300)]
netbird: update to 0.30.0
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
William Solichin [Fri, 13 Sep 2024 15:40:05 +0000 (16:40 +0100)]
mwan3: add check_quality for httping
Example output of TRACK_OUTPUT (httping -c 1 -t 1 'http://www.google.co.uk'):
PING www.google.co.uk:80 (/):
connected to 142.250.200.35:80 (654 bytes), seq=0 time=136.58 ms
--- http://www.google.co.uk/ ping statistics ---
1 connects, 1 ok, 0.00% failed, time 1137 ms
round-trip min/avg/max = 136.6/136.6/136.6 ms
Signed-off-by: William Solichin <william.r.solichin@protonmail.com>
Fabrice Fontaine [Tue, 1 Oct 2024 17:23:10 +0000 (19:23 +0200)]
utils/xz: fix license
Remove GPL-2.0+ and GPL-3.0+ from PKG_LICENSE as GNU GPLv2+ and GPLv3+
are only used for the build system as stated in [1]:
The build system contains public domain files, and files that
are under GNU GPLv2+ or GNU GPLv3+. None of these files end up
in the binaries being built.
Moreover, add 0BSD which is used since version 5.6.0 [2]
[1]: https://github.com/tukaani-project/xz/commit/
02ddf09bc3079b3e17297729b9e43f14d407b8fc
[2]: https://github.com/tukaani-project/xz/commit/
689e0228baeb95232430e90d628379db89583d71
Fixes: b9e87eeb7deb8b3890415b835c9c69764893c023 (xz: import from old packages feed)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Hannu Nyman [Sun, 6 Oct 2024 16:33:19 +0000 (19:33 +0300)]
haveged: Update to 1.9.19
Update haveged to version 1.9.19.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Michael Heimpold [Mon, 30 Sep 2024 16:30:48 +0000 (18:30 +0200)]
php8: update to 8.3.12
This fixes:
- CVE-2024-8925
- CVE-2024-8926
- CVE-2024-8927
- CVE-2024-9026
Upstream changelog:
https://www.php.net/ChangeLog-8.php#8.3.12
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Wesley Gimenes [Thu, 3 Oct 2024 00:48:45 +0000 (21:48 -0300)]
netbird: update to 0.29.4
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Wesley Gimenes [Thu, 3 Oct 2024 00:47:11 +0000 (21:47 -0300)]
netbird: update to 0.29.3
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Wesley Gimenes [Tue, 17 Sep 2024 19:30:20 +0000 (16:30 -0300)]
netbird: update to 0.29.2
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Ray Wang [Sun, 6 Oct 2024 02:12:40 +0000 (10:12 +0800)]
hev-socks5-server: update to 2.6.8
Signed-off-by: Ray Wang <r@hev.cc>
Rosen Penev [Sat, 5 Oct 2024 19:21:57 +0000 (12:21 -0700)]
libxslt: update to 1.1.42
Fixes compilation with newer libxml2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Andrey Butirsky [Wed, 25 Sep 2024 18:34:48 +0000 (18:34 +0000)]
meta: VS Code: Git: Always Sign Off
Signed-off-by: Andrey Butirsky <butirsky@gmail.com>
Peter van Dijk [Fri, 4 Oct 2024 07:46:16 +0000 (09:46 +0200)]
dnsdist: update to 1.9.7
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Felix Fietkau [Sun, 22 Sep 2024 08:21:07 +0000 (10:21 +0200)]
jool: add hotplug script to disable fraglist GRO
The kernel module translation code cannot deal with it
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Felix Fietkau [Sun, 22 Sep 2024 08:20:20 +0000 (10:20 +0200)]
jool: add missing dependency
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Milinda Brantini [Wed, 2 Oct 2024 15:34:49 +0000 (23:34 +0800)]
golang: Update to 1.23.2
go1.23.2 (released 2024-10-01) includes fixes to the compiler, cgo,
the runtime, and the maps, os, os/exec, time, and unique packages.
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Wesley Gimenes [Fri, 13 Sep 2024 23:25:32 +0000 (20:25 -0300)]
CONTRIBUTING.md: remove incorrect info about `PKG_VERSION`
The documentation stated that `PKG_VERSION` is the OpenWrt version
and therefore includes the `PKG_RELEASE`, but this statement
was incorrect and has been removed to avoid confusion.
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Tianling Shen [Thu, 3 Oct 2024 08:55:47 +0000 (16:55 +0800)]
rclone: Update to 1.68.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Thu, 3 Oct 2024 08:55:20 +0000 (16:55 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Thu, 3 Oct 2024 08:55:14 +0000 (16:55 +0800)]
v2ray-core: Update to 5.19.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
John Audia [Wed, 2 Oct 2024 18:30:17 +0000 (14:30 -0400)]
stress-ng: bump to version 0.18.05
Changelog: https://github.com/ColinIanKing/stress-ng/releases/tag/V0.18.05
Signed-off-by: John Audia <therealgraysky@proton.me>
Maxim Storchak [Wed, 2 Oct 2024 17:47:16 +0000 (20:47 +0300)]
tmux: update to 3.5
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Maxim Storchak [Wed, 2 Oct 2024 17:49:46 +0000 (20:49 +0300)]
lsof: update to 4.99.3
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Vladimir Ermakov [Sun, 29 Sep 2024 14:11:44 +0000 (16:11 +0200)]
qemu: update to 9.1.0
- Update version
- Refresh patches
- Remove unsupported config options:
- `--enable-live-block-migration`
- `--disable-pvrdma`
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Zephyr Lykos [Tue, 1 Oct 2024 15:25:32 +0000 (23:25 +0800)]
tailscale: add Sandro Jäckel as a maintainer
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Zephyr Lykos [Tue, 1 Oct 2024 10:34:57 +0000 (18:34 +0800)]
tailscale: Update to 1.74.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Zephyr Lykos [Wed, 18 Sep 2024 06:24:22 +0000 (14:24 +0800)]
tailscale: Update to 1.74.0
https://github.com/tailscale/tailscale/releases/v1.74.0
This commit also updates package maintainer to me, since Jan Pavlinec
has been unresponsive for a year.
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Matt Merhar [Fri, 23 Aug 2024 19:21:41 +0000 (15:21 -0400)]
nut: specify pid path during build
nut was recently upgraded to 2.8.1 which includes a change in
configure.ac that uses /run for the pidfile if it exists during build.
Explicitly specify --with-pidpath to use the path that was used with
2.8.0 and prior.
The symptom here was that there'd be leftover processes when nut-monitor
was restarted.
Fixes: 82f36e0c781d ("nut: update to 2.8.1")
Fixes: https://github.com/openwrt/packages/issues/24106
Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
Milinda Brantini [Tue, 1 Oct 2024 10:12:50 +0000 (18:12 +0800)]
runc: Update to 1.1.14
This is the fourteenth patch release in the 1.1.z release branch of
runc. It includes a fix for a low severity security issue
(CVE-2024-45310) as well as some minor build-related fixes (including Go
1.23 support).
Fix CVE-2024-45310, a low-severity attack that allowed
maliciously configured containers to create empty files and directories on
the host.
Add support for Go 1.23.
Revert "allow overriding VERSION value in Makefile" and add EXTRA_VERSION.
rootfs: consolidate mountpoint creation logic.
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Milinda Brantini [Tue, 1 Oct 2024 09:24:56 +0000 (17:24 +0800)]
dockerd: Update to 27.3.1
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Milinda Brantini [Tue, 1 Oct 2024 09:24:00 +0000 (17:24 +0800)]
containerd: Update to 1.7.22
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Milinda Brantini [Tue, 1 Oct 2024 09:21:08 +0000 (17:21 +0800)]
docker: Update to 27.3.1
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:52:30 +0000 (17:52 +0200)]
gstreamer1: bump to 1.24.8
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:52:21 +0000 (17:52 +0200)]
gst1-plugins-ugly: bump to 1.24.8
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:52:04 +0000 (17:52 +0200)]
gst1-plugins-good: bump to 1.24.8
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:51:53 +0000 (17:51 +0200)]
gst1-plugins-base: bump to 1.24.8
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:51:41 +0000 (17:51 +0200)]
gst1-plugins-bad: bump to 1.24.8
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:51:27 +0000 (17:51 +0200)]
gst1-libav: bump to 1.24.8
Compile-tested
Runtime-tested
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Koen Vandeputte [Tue, 1 Oct 2024 15:49:46 +0000 (17:49 +0200)]
gst1-plugins-bad: switch to https source
The current http simply points to the new https.
Switch to it directly like it's already done for
the other gstreamer libs.
Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
Gagan Deep [Thu, 26 Sep 2024 21:40:02 +0000 (03:10 +0530)]
openwisp-config: update to 1.1.0
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
Gagan Deep [Thu, 26 Sep 2024 21:49:58 +0000 (03:19 +0530)]
openwisp-monitoring: update to 0.2.0
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
Zephyr Lykos [Wed, 18 Sep 2024 06:29:20 +0000 (14:29 +0800)]
tailscale: build with less features
Omit usually unused features:
- ipn.StateStore implementation using AWS SSM
- BIRD Internet Routing Daemon client
- tstun TAP device for bridging
- Kubernetes kubectl configuration utility
- Command line completion script generation
This shaves off about 500kb from the final executable.
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Milinda Brantini [Sun, 29 Sep 2024 16:01:34 +0000 (00:01 +0800)]
ctop: Drop unused variable
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Milinda Brantini [Sun, 29 Sep 2024 15:36:35 +0000 (23:36 +0800)]
golang: Optimized values to suit golang 1.23
Added GOARM64 and GORISCV64 in golang-build.sh.
Drop deprecated GOROOT_FINAL in GoCompiler/Default/Make.
Updated environment vars in golang-values.mk for GOARM64 and GORISCV64.
Refined host build in golang/Makefile for openbsd_riscv64.
Co-authored-by: Tianling Shen <cnsztl@immortalwrt.org>
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Milinda Brantini [Wed, 18 Sep 2024 15:48:26 +0000 (23:48 +0800)]
golang: Update to 1.23.1
Go 1.23.1 (released 2024-09-05) includes security fixes to
the encoding/gob, go/build/constraint, and go/parser
packages. It also addresses bug fixes in the compiler,
go command, runtime, and the database/sql, go/types,
os, runtime/trace, and unique packages.
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
Eric Fahlgren [Mon, 30 Sep 2024 02:46:58 +0000 (19:46 -0700)]
owut: update to 2024.09.28
Bug fixes:
efahl/owut@
20d5afb owut: translate mapped names from platform 'supported_devices'
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
hingbong lo [Thu, 26 Sep 2024 14:58:55 +0000 (14:58 +0000)]
rust: use `TARGET_LINKER` as linker
Signed-off-by: hingbong lo <hingbonglo@gmail.com>
Jonas Jelonek [Sat, 28 Sep 2024 22:26:22 +0000 (22:26 +0000)]
eza: update to 0.20.0
eza has been relicensed to European Union Public License 1.2 (EUPL-1.2)
with v0.20.0.
Release notes:
0.19.3: https://github.com/eza-community/eza/releases/tag/v0.19.3
0.19.4: https://github.com/eza-community/eza/releases/tag/v0.19.4
0.20.0: https://github.com/eza-community/eza/releases/tag/v0.20.0
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Tianling Shen [Sat, 28 Sep 2024 07:46:14 +0000 (15:46 +0800)]
btop: Update to 1.4.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Aleksey Vasilenko [Tue, 24 Sep 2024 12:28:17 +0000 (15:28 +0300)]
git: update to 2.46.2
- Refresh patches
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
S. Brusch [Thu, 26 Sep 2024 15:23:08 +0000 (15:23 +0000)]
crowdsec-firewall-bouncer: updated to new upstream release version 0.0.31
Signed-off-by: S. Brusch <ne20002@gmx.ch>
Maintainer: Kerma Gérald <gandalf@gk2.net>
Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.5
Description:
updated to new upstream release version 0.0.31
Stan Grishin [Thu, 26 Sep 2024 20:43:56 +0000 (20:43 +0000)]
pbr: update to 1.1.7-15
* implement system health check on start for required fw4 table/chains
* add error messages for failed health checks
* move resolver check & config from load_package_config to load_environment
* no longer filter only static rules for pbr_* tables
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Florian Eckert [Fri, 27 Sep 2024 13:19:05 +0000 (15:19 +0200)]
Revert "mwan3: use network_get_preferred_ipaddr6"
This reverts commit
fc3cc2fe5c33b36014178d3652785d00cae1c9eb.
As long as the related pullrequest [1] is not merged, this change must be
revert.
[1] https://github.com/openwrt/openwrt/pull/14333
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Aleksey Vasilenko [Thu, 19 Sep 2024 08:16:45 +0000 (11:16 +0300)]
squid: update to 6.11
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>