Rosen Penev [Mon, 11 Nov 2024 01:14:55 +0000 (17:14 -0800)]
lftp: fix expat under GCC14
For some weird reason, it tries to use OS directories. Override.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Mathew McBride [Thu, 7 Mar 2024 03:06:35 +0000 (14:06 +1100)]
net-tools: package full netstat implementation
The full implementation of netstat can be useful,
for example, showing inodes of sockets or displaying
protocol families not supported by the busybox
version.
Signed-off-by: Mathew McBride <matt@traverse.com.au>
Rosen Penev [Thu, 31 Oct 2024 20:59:53 +0000 (13:59 -0700)]
fluent-bit: update to 3.1.9
Add patch from Alpine to fix compilation with GCC14.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Gagan Deep [Tue, 29 Oct 2024 15:51:55 +0000 (21:21 +0530)]
openwisp-monitoring: allow not depending on rpcd-mod-iwinfo
Add option to exclude rpcd-mod-iwinfo from dependency.
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
Gagan Deep [Tue, 22 Oct 2024 16:58:46 +0000 (22:28 +0530)]
openwisp-monitoring: fix Makefile for 0.2.0 update
Commit
5e69da4ccb760da66f00f91e6cb2248ddcdabe5d upgraded openwisp-monitoring
to version 0.2.0 but missed necessary Makefile adjustments, causing the
package to break in OpenWrt feeds.
This patch updates the Makefile to ensure proper functionality of
openwisp-monitoring with the 0.2.0 release.
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
Gagan Deep [Tue, 22 Oct 2024 11:25:23 +0000 (16:55 +0530)]
openwisp-config: fix Makefile for 1.1.0
Update configuration in Makefile to fix #25168.
Add "/etc/openwisp/" to conf files.
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
Javier Marcet [Sun, 10 Nov 2024 15:29:31 +0000 (16:29 +0100)]
luajit2: update to v2.1-
20241104
Signed-off-by: Javier Marcet <javier@marcet.info>
Tom Stöveken [Sun, 10 Nov 2024 20:56:47 +0000 (21:56 +0100)]
restic-rest-server: update to 0.13.0
Maintainer: Tom Stöveken <tom@naaa.de>
Compile tested: SDK for OpenWrt 23.05.5
Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 23.05.5
Description:
Updated to version 0.13.0
Signed-off-by: Tom Stöveken <tom@naaa.de>
Tom Stöveken [Sun, 10 Nov 2024 16:32:43 +0000 (17:32 +0100)]
restic: update to 0.17.3
Maintainer: Tom Stöveken <tom@naaa.de>
Compile tested: SDK for OpenWrt 23.05.5
Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 23.05.5
Description:
Updated to version 0.17.3
Signed-off-by: Tom Stöveken <tom@naaa.de>
Jan Klos [Sun, 10 Nov 2024 19:24:52 +0000 (21:24 +0200)]
unbound: update to 1.22.0
Signed-off-by: Jan Klos <jan@klos.xyz>
[Solve PKG_RELEASE conflict]
Rosen Penev [Wed, 30 Oct 2024 04:43:22 +0000 (21:43 -0700)]
atlas-probe: fix compilation with GCC14
Missing header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 7 Nov 2024 23:14:10 +0000 (15:14 -0800)]
python3: update to 3.11.10
Just a security bugfix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 1 Nov 2024 00:13:17 +0000 (17:13 -0700)]
gatling: fix compilation with GCC14
Headers are missing.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Ted Hess [Sat, 2 Nov 2024 15:31:05 +0000 (11:31 -0400)]
Unbound: fix file lock race in odhcpd.sh
Signed-off-by: Ted Hess <thess@kitschensync.net>
Hannu Nyman [Sun, 10 Nov 2024 16:09:52 +0000 (18:09 +0200)]
squeezelite: Adjust versioning for apk
Adjust versioning to be compatible with apk.
As we fetch source via git commit hash, simply change - to .
in version string.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Sun, 10 Nov 2024 12:00:12 +0000 (14:00 +0200)]
pigeonhole: Make version apk compatible
Make the version compatible with apk.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Rosen Penev [Thu, 7 Nov 2024 22:48:30 +0000 (14:48 -0800)]
portaudio: update to 19.7.0
Upstream moved. Also switch to local tarballs for smaller size.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Hannu Nyman [Sun, 10 Nov 2024 08:29:00 +0000 (10:29 +0200)]
ddns-scripts: Adjust descriptions in Makefile for apk
Having both double quotes and parentheses in package
description may lead into troublewith apk, if parentheses
are located so that they get passed "outside" the quoted
parameter, and get interpreted as a token for shell.
Example:
ash: -c: line 1: syntax error near unexpected token `('
bash: -c: line 1: `/OpenWrt/e8450/staging_dir/host/bin/fakeroot
/OpenWrt/e8450/staging_dir/host/bin/apk mkpkg --info "name:ddns
-scripts-pdns" --info "version:2.8.2-r51" --info "description:D
ynamic DNS Client scripts extension for "PowerDNS" via API. It
requires: "option param_opt(Optional Parameter)" to be a valid
Avoid that by using single quotes in the detailed descriptions.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Rosen Penev [Sun, 10 Nov 2024 00:01:22 +0000 (16:01 -0800)]
tunneldigger-broker: fix APK version
Need to use PKG_VERSION.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Daniel Golle [Sat, 9 Nov 2024 00:39:07 +0000 (00:39 +0000)]
libgcrypt: use pkgconfig metadata in InstallDev
Install pkgconfig metadata to allow detection of libgcrypt during
build of other packages which rely on pkgconfig.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hirokazu MORIKAWA [Sat, 9 Nov 2024 22:57:05 +0000 (07:57 +0900)]
icu: bump to 76.1
ICU 76 updates to Unicode 16 (blog), including new characters and scripts, emoji, collation & IDNA changes, and corresponding APIs and implementations. It also updates to CLDR 46 (beta blog) locale data with new locales, significant updates to existing locales, and various additions and corrections. For example, the CLDR and Unicode default sort orders are now very nearly the same.
ICU 76 and CLDR 46 are major releases, including a new version of Unicode and major locale data improvements.
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Jonas Jelonek [Sat, 9 Nov 2024 23:19:05 +0000 (23:19 +0000)]
croc: update to 10.1.0
Changelog:
https://github.com/schollz/croc/releases/tag/v10.1.0
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Jack Baldry [Tue, 24 Sep 2024 14:18:13 +0000 (15:18 +0100)]
prometheus-node-exporter-lua: Fix typos
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Hirokazu MORIKAWA [Fri, 8 Nov 2024 00:42:52 +0000 (09:42 +0900)]
node: Preparing to update ICU to 76
fix building with system icu 76
ICU 76 decided to reduce overlinking[^1] thus `icu-i18n` will no longer
add `icu-uc` when linking to shared libraries. This results in undefined
symbols/references when trying to build with system ICU 76.
[^1]: unicode-org/icu@
199bc82
ref: https://github.com/nodejs/node/pull/55563
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Jianhui Zhao [Sat, 9 Nov 2024 10:28:01 +0000 (18:28 +0800)]
lua-eco: update to 3.6.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Jan Hák [Tue, 5 Nov 2024 12:05:12 +0000 (13:05 +0100)]
knot: update to verion 3.4.2
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Til Kaiser [Fri, 8 Nov 2024 11:40:02 +0000 (12:40 +0100)]
mstflint: update to 4.30.0
This commit updates the mstflint package to the latest
4.30.0 release. It also drops the zlib dependency because
libsqlite3 and libxml2 already depend on it.
Signed-off-by: Til Kaiser <mail@tk154.de>
Christian Marangi [Fri, 8 Nov 2024 18:36:52 +0000 (19:36 +0100)]
CI: multi-arch-test-build: move to shared workflow
Move multi-arch-test-build to shared workflow.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Roc Lai [Fri, 25 Oct 2024 08:37:07 +0000 (16:37 +0800)]
ariang: Bump to version 1.3.7
Bump ariang version to 1.3.7.
Signed-off-by: Roc Lai <laipeng668@qq.com>
[ improve commit description and title ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Rosen Penev [Mon, 28 Oct 2024 05:35:52 +0000 (22:35 -0700)]
nginx: update geoip2 module
Fixes compilation with GCC14.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Sean Khan [Fri, 28 Jun 2024 02:06:30 +0000 (22:06 -0400)]
python3: Bump version 3.11 to 3.11.9
Also bumps setuptools to version 24.0
Run tested: aarch64, Dynalink DL-WRX36, Master Branch
Maintainer: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Sean Khan <datapronix@protonmail.com>
Daniel Golle [Tue, 5 Nov 2024 03:15:26 +0000 (03:15 +0000)]
glib2: fix pkg-config path for glib_compile_schemas
Some applications using Glib2 require using glib_compile_schemas during
build and deduct the path of that executable via pkg-config.
This currently fails as the path is not fixed in gio.pc.
Fix that by adding glib_compile_schemas to the sed expression taking
care of applying prefix_hostpkg.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Christian Marangi [Thu, 7 Nov 2024 14:24:13 +0000 (15:24 +0100)]
fwupd: bump to 2.0.1 and make libdrm support configurable
Bump fwupd to 2.0.1 and make libdrm support configurable.
Set libdrm support disabled by default.
This is needed to fix a problem with buildbot where libdrm dependency is
silently included as buildbot compile every package and library is found
in the system.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Rosen Penev [Mon, 28 Oct 2024 05:06:37 +0000 (22:06 -0700)]
softethervpn: add APK compatibility
Removed - from PKG_VERSION.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 28 Oct 2024 00:03:22 +0000 (17:03 -0700)]
softethervpn: fix compilation with GCC14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Christian Marangi [Thu, 7 Nov 2024 13:33:52 +0000 (14:33 +0100)]
umurmur: add pending patch fixing support for MbedTLS 3.x
Add pending patch fixing support for MbedTLS 3.x.
Small variation to the provided PR from [0] to remove the dropped
mbedtls/certs.h header.
[0] https://github.com/umurmur/umurmur/pull/190
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Sebastian Kemper [Wed, 6 Nov 2024 18:10:38 +0000 (19:10 +0100)]
treewide: remove maintainer
As requested on openwrt-devel in October 2024 [1], remove maintainer,
including any copyright lines.
[1] https://lists.openwrt.org/pipermail/openwrt-devel/2024-October/043323.html
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Xiaolong Zhang [Sun, 29 Sep 2024 19:46:29 +0000 (03:46 +0800)]
ddns-scripts: add colon char in DNS_CHARSET
The IPv6 address is separated by ':' instead of '.', so we need to add
':' in DNS_CHARSET.
See: 'https://github.com/openwrt/packages/issues/25051'
Fixes: #25051
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* bump PKG_RELEASE
* update commit message
Signed-off-by: Xiaolong Zhang <xliilQwQ@outlook.com>
Javier Marcet [Tue, 5 Nov 2024 22:07:42 +0000 (23:07 +0100)]
docker-compose: Update to version 2.30.2
Release notes:
https://github.com/docker/compose/releases/tag/v2.30.2
Signed-off-by: Javier Marcet <javier@marcet.info>
Eric Fahlgren [Mon, 4 Nov 2024 03:43:44 +0000 (19:43 -0800)]
owut: update to 2024.10.27
Bug fix:
efahl/owut@
8c7e42f owut: force top-level when adding a package
Enhancement:
efahl/owut@
e26df83 argparse: add an exclusive store mechanism
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Tianling Shen [Tue, 5 Nov 2024 08:05:28 +0000 (16:05 +0800)]
alist: Update to 3.39.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Antonio Pastor [Mon, 4 Nov 2024 22:18:56 +0000 (17:18 -0500)]
netatalk: Remove apfstats feature to solve dependency issues
afpstats requires several libraries that would increase significantly final install size.
Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
Christian Marangi [Mon, 4 Nov 2024 18:09:42 +0000 (19:09 +0100)]
nginx-util: drop dummy-package extra dependency
In dropping the dummy-package, also the extra dependency for
nginx-ssl-util needed to be dropped.
Fixes: #25250
Fixes: b75050d59e40 ("nginx-util: drop nginx-util dummy packages")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Sun, 3 Nov 2024 15:59:00 +0000 (16:59 +0100)]
nginx: improve libexslt optional patch
Improve libexslt optional patch to silent confusing output.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Sun, 3 Nov 2024 15:37:34 +0000 (16:37 +0100)]
nginx: add patch fixing libxslt library detection
Nginx hardcode the libxml2 include path to /usr/include/libxml2. This
works in a local build as pretty much everyone have the libxml2 library
installed but doesn't on buildbot container as the library doesn't
exist.
This effectively makes the host library leak intro library detection but
doesn't actually link to it as linking is still done with the correct
library in staging dir.
To fix this add a patch to define custom libxml2 include directory
instead of hardcoding it to host library.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Wed, 23 Oct 2024 16:47:06 +0000 (18:47 +0200)]
nginx-util: drop nginx-util dummy packages
Enough transition period has passed for nginx-util dummy package. Finally
drop it for good and drop the extra dependency.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Wed, 23 Oct 2024 16:42:47 +0000 (18:42 +0200)]
nginx: drop extra dependency <2 for nginx-util
Drop extra dependency <2 for nginx-util. The reason is not clear and
cause problems with APK package creation.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Wed, 23 Oct 2024 16:41:48 +0000 (18:41 +0200)]
nginx: drop nginx dummy packages
Enough transition period has passed for nginx dummy package. Finally
drop it for good and add Provides for nginx default.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Wed, 23 Oct 2024 16:38:41 +0000 (18:38 +0200)]
nginx: mute warning on init.d script enable
Mute warning on procd init.d script enable as nginx_util is tried to be
called from /usr/bin host system. Limit it to be called only if
nginx-util is present.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Eric Fahlgren [Thu, 31 Oct 2024 01:55:33 +0000 (18:55 -0700)]
owut: fix order of uci-defaults
Move uci-defaults file to run level 51, so it is executed immediately
after the attendedsysupgrade-common package's uci-defaults script.
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Moritz Warning [Fri, 1 Nov 2024 19:09:27 +0000 (20:09 +0100)]
kadnode: Update to version 2.4.0
* add support for mbedtls 3.0.0
* fix newline in init script
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Robert Marko [Sun, 3 Nov 2024 21:43:32 +0000 (22:43 +0100)]
atop: add missing nls.mk include
If nls.mk is not included and BUILD_NLS is set compilation will fail with:
aarch64-openwrt-linux-musl-gcc atop.o version.o various.o deviate.o procdbase.o acctproc.o photoproc.o photosyst.o cgroups.o rawlog.o ifprop.o parseable.o showgeneric.o drawbar.o showlinux.o showsys.o showprocs.o atopsar.o netatopif.o netatopbpfif.o gpucom.o json.o utsnames.o -o atop -lncursesw -lz -lm -lrt -Lstaging_dir/toolchain-aarch64_cortex-a53_gcc-13.3.0_musl/usr/lib -Lstaging_dir/toolchain-aarch64_cortex-a53_gcc-13.3.0_musl/lib -fuse-ld=bfd -znow -zrelro -Lstaging_dir/target-aarch64_cortex-a53_musl/usr/lib -lglib-2.0 -lintl
staging_dir/toolchain-aarch64_cortex-a53_gcc-13.3.0_musl/lib/gcc/aarch64-openwrt-linux-musl/13.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld.bfd: cannot find -lintl: No such file or directory
collect2: error: ld returned 1 exit status
So make sure to include nls.mk.
Fixes: #25231
Signed-off-by: Robert Marko <robimarko@gmail.com>
Antonio Pastor [Sun, 3 Nov 2024 18:41:21 +0000 (13:41 -0500)]
netatalk: Enable AppleTalk feature
Starting v4.0.0, netatalk brings back AppleTalk features lost in v3.
Updated description.
Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
Antonio Pastor [Sun, 3 Nov 2024 18:40:02 +0000 (13:40 -0500)]
netatalk: Clean up Makefile
Updated title.
Updated description.
Reordered to match most common layout
Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
Antonio Pastor [Fri, 25 Oct 2024 04:03:33 +0000 (00:03 -0400)]
netatalk: Update to 4.0.4
Maintainer: Antonio Pastor / @APCCV
Compile tested: ipq806x (23.05.3, snapshot)
Run tested: ipq806x - C2600: start server, connect from MacOS, read/write files to home share, create/update TimeMachine backups
Description:
No changes to package other than using latest available upstream code base. Starting Netatalk 4.x build uses meson instead of autotools.
Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
Maxim Storchak [Mon, 7 Oct 2024 16:10:58 +0000 (19:10 +0300)]
tgt: enable support for thin_provisioning
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Gábor Deé [Tue, 29 Oct 2024 10:39:19 +0000 (11:39 +0100)]
libdeflate: update to 1.22
Release note:
https://github.com/ebiggers/libdeflate/blob/master/NEWS.md#version-122
Signed-off-by: Gábor Deé <dee.gabor@gmail.com>
Rosen Penev [Sun, 27 Oct 2024 21:52:43 +0000 (14:52 -0700)]
geth: remove
I don't think anyone uses this package, which currently does not build.
In addition, the cryptocurrency hype died off a long time ago.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Javier Marcet [Tue, 20 Aug 2024 16:52:08 +0000 (18:52 +0200)]
luajit2: update to v2.1-
20240815
Signed-off-by: Javier Marcet <javier@marcet.info>
Rosen Penev [Fri, 23 Aug 2024 20:52:24 +0000 (13:52 -0700)]
pservice: modify date for apk compatibility
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tianling Shen [Sat, 2 Nov 2024 11:19:10 +0000 (19:19 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sat, 2 Nov 2024 11:17:33 +0000 (19:17 +0800)]
v2raya: Update to 2.2.6.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sat, 2 Nov 2024 11:17:22 +0000 (19:17 +0800)]
cloudflared: Update to 2024.10.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sat, 2 Nov 2024 11:16:47 +0000 (19:16 +0800)]
v2ray-core: Update to 5.20.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Stan Grishin [Thu, 31 Oct 2024 01:57:37 +0000 (01:57 +0000)]
adblock-fast: update to 1.1.2-10
* bump compat version to accommodate new strings
* improve the output() function (thanks @bigsmile74)
* implement support for user-configurable per-instance dnsmasq confdirs
for dnsmasq.conf|dnsmasq.ipset|dnsmasq.nftset options
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Dengfeng Liu [Sat, 26 Oct 2024 12:53:03 +0000 (20:53 +0800)]
apfree-wifidog: Update to 7.10.2082
Update Makefile to include dependencies: conntrack and libmosquitto.
Conntrack: Added to resolve a bug in Apfree-Wifidog that caused long-lived user connections to persist after logout.
Libmosquitto: Integrated as a preparatory measure for future support of the MQTT protocol; implementation is still in progress.
For detailed information, please refer to the release notes:
https://github.com/liudf0716/apfree-wifidog/releases/tag/7.10.2082.
Additionally, a new /etc/wifidogx directory has been created to store the local authentication portal page for users uploading their own portal pages.
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Dengfeng Liu [Sat, 26 Oct 2024 12:47:06 +0000 (20:47 +0800)]
apfree-wifidog: improve structure and readability
- Refactored wifidogx.init to improve code structure and readability.
- Added local authentication support, allowing authentication without a server.
Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
Stan Grishin [Thu, 31 Oct 2024 01:45:57 +0000 (01:45 +0000)]
pbr: update to 1.1.7-47
* bump compat version to accommodate new strings
* update dnsmasq-related code to better support separate confdirs
for separate instances
* remove procd_lan_interface as it didn't reflect that it's a list of devices
* introduce procd_lan_device list
* improve the output() function (thanks @bigsmile74)
* remove duplicate uci_get_device
* improve ipv6 detection and interface setup
* improve dhcp force detection for interfaces name differently from lan
* fix array/element parameters for some json operations
* remove unneeded null redirects for `try` calls
* remove (iptables-only) capitalized chain names form validation
* working pbr-netifd flavor
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Yury Potapov [Tue, 15 Oct 2024 15:14:51 +0000 (18:14 +0300)]
openconnect: introduced script parameter
This allows specifying a custom vpnc-compatible config script.
Signed-off-by: Yury Potapov <me@immensus.net>
Rosen Penev [Tue, 8 Oct 2024 01:13:17 +0000 (18:13 -0700)]
libseccomp: update to 2.5.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Álvaro Fernández Rojas [Wed, 30 Oct 2024 22:43:51 +0000 (23:43 +0100)]
bcm27xx-eeprom: update to latest version
This update contains multiple improvements for BCM2711 and BCM2712.
Switch from default (critical) to stable firmwares.
Full changelog: https://github.com/raspberrypi/rpi-eeprom/compare/v2024.06.05-2712...v2024.09.23-2712
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Eric Fahlgren [Thu, 31 Oct 2024 00:42:19 +0000 (17:42 -0700)]
attendedsysupgrade-common: give the uci-defaults script a run level
Move the init script to '50-attendedsysupgrade', so it is run in the
middle of the init sequence, rather than after all the explicitly
ordered ones. This allows later scripts, specifically the 99-level
ones, to modify the contents of the attendedsysupgrade configuration.
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Rosen Penev [Wed, 30 Oct 2024 01:26:53 +0000 (18:26 -0700)]
apparmor: update to 3.0.13
Use PKG_SOURCE_PROTO for smaller tarballs.
Removed upstreamed patches
Backport basename patch for musl compatibility.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 23 Aug 2024 20:51:36 +0000 (13:51 -0700)]
nsutils: update to latest master
Remove fancy versioning. Adds compatibility with apk.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Fri, 23 Aug 2024 03:44:23 +0000 (20:44 -0700)]
luasoap: update to latest release
Adds compatibility with apk.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Javier Marcet [Wed, 30 Oct 2024 11:26:36 +0000 (12:26 +0100)]
docker-compose: Update to version 2.30.1
Release notes:
https://github.com/docker/compose/releases/tag/v2.30.1
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Wed, 30 Oct 2024 10:33:56 +0000 (11:33 +0100)]
docker-compose: Update to version 2.30.0
Release notes:
https://github.com/docker/compose/releases/tag/v2.30.0
Signed-off-by: Javier Marcet <javier@marcet.info>
Rosen Penev [Wed, 30 Oct 2024 01:16:54 +0000 (18:16 -0700)]
pptp: fix compilation with GCC14
Needed forward declaration for missing function.
Removed some no longer needed musl fixes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Dillon Dixon [Sun, 27 Oct 2024 22:22:56 +0000 (15:22 -0700)]
ddns-scripts: porkbun bugfix for subdomain on A/AAAA record
If the "name" parameter is not provided, then updates to a subdomain
A/AAAA record result in the subdomain being removed from the record.
This change always provides the "name" parameter to correct that behavior.
Signed-off-by: Dillon Dixon <github@dillon.io>
Othmar Truniger [Tue, 29 Oct 2024 18:56:45 +0000 (19:56 +0100)]
knxd: bump to new version 0.14.66
Signed-off-by: Othmar Truniger <github@truniger.ch>
Rosen Penev [Sun, 18 Aug 2024 04:35:49 +0000 (21:35 -0700)]
libuwifi: update to latest master
Fix version to be apk compatible.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Florian Eckert [Tue, 29 Oct 2024 09:45:00 +0000 (10:45 +0100)]
mwan3: bump PKG_RELEASE
Forgot to bump the 'PGK_RELEASE' in the last change in 'mwan3'.
Fixes: 619629ce8599 ("mwan3: close flock fd when starting mwan3.user scripts")
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Stijn Tintel [Mon, 28 Oct 2024 17:19:57 +0000 (19:19 +0200)]
keepalived: bump to 2.3.1
Release notes:
https://www.keepalived.org/release-notes/Release-2.3.1.html
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Stijn Tintel [Mon, 28 Oct 2024 17:18:07 +0000 (19:18 +0200)]
keepalived: bump to 2.3.0
Release notes:
https://www.keepalived.org/release-notes/Release-2.3.0.html
Drop upstreamed patch 0001-vrrp-remove-logging-on-status-output.patch.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Christian Marangi [Wed, 23 Oct 2024 16:55:40 +0000 (18:55 +0200)]
luajit2: switch to GIT source and adapt to APK friendly version
Switch to GIT source and adapt to APK friendly version.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Florian Eckert [Mon, 29 Jul 2024 07:23:35 +0000 (09:23 +0200)]
mwan3: close flock fd when starting mwan3.user scripts
Fixes deadlock with multiple init script calls
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Stan Grishin [Thu, 24 Oct 2024 20:12:35 +0000 (20:12 +0000)]
pbr: update to 1.1.7-29
Changes from @stangri
* remove unneeded `\n` escapes
* cosmetic improvements to make code more consistent
* remove duplicate uci_get_device()
* add more output on start/stop
* remove wan up detection on boot/start
* address Tor policies errors
* prevent interface_routing() failures for downed interfaces
Changes from @bigsmile74:
* improve is_integer()
* improve is_domain()
* improve filter_options()
* imrove is_ipv4() so that is_ipv4_netmask() can be retired
* improve is_phys_dev so that is_phys_dev_quick() can be retired
* add the dhcp.lan.force=0 warning
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Fri, 25 Oct 2024 17:11:51 +0000 (17:11 +0000)]
adblock-fast: bugfix: fix allowed domains for dnsmasq.servers
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Evgeny Grin (Karlson2k) [Mon, 28 Oct 2024 10:53:38 +0000 (11:53 +0100)]
libmicrohttpd: Fix too long title
Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Jonas Jelonek [Mon, 28 Oct 2024 08:21:05 +0000 (08:21 +0000)]
eza: update to 0.20.5
Release notes:
0.20.1: https://github.com/eza-community/eza/releases/tag/v0.20.1
0.20.2: https://github.com/eza-community/eza/releases/tag/v0.20.2
0.20.3: https://github.com/eza-community/eza/releases/tag/v0.20.3
0.20.4: https://github.com/eza-community/eza/releases/tag/v0.20.4
0.20.5: https://github.com/eza-community/eza/releases/tag/v0.20.5
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Jonas Jelonek [Mon, 28 Oct 2024 09:17:48 +0000 (09:17 +0000)]
croc: update to 10.0.13
Changelog:
https://github.com/schollz/croc/releases/tag/v10.0.13
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Sandro Jäckel [Fri, 18 Oct 2024 02:28:32 +0000 (04:28 +0200)]
tailscale: update to 1.76.3
Changelog: https://tailscale.com/changelog#2024-10-21
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Javier Marcet [Mon, 24 Jun 2024 15:32:10 +0000 (17:32 +0200)]
schroot: add boost-1.85 compatibility patch
Signed-off-by: Javier Marcet <javier@marcet.info>
Paul Donald [Wed, 9 Oct 2024 20:41:11 +0000 (22:41 +0200)]
clamav: bump PKG_RELEASE
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Paul Donald [Tue, 8 Oct 2024 20:18:33 +0000 (22:18 +0200)]
clamav: freshclam: Add documented options
Enable syslogging
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Paul Donald [Tue, 8 Oct 2024 20:11:57 +0000 (22:11 +0200)]
clamav: freshclam: Remove UpdateLogFile option
( to instead use syslog options )
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Paul Donald [Tue, 8 Oct 2024 20:59:56 +0000 (22:59 +0200)]
clamav: milter: Add Debug option
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Paul Donald [Tue, 8 Oct 2024 20:59:18 +0000 (22:59 +0200)]
clamav: Add syslogging options
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Paul Donald [Tue, 8 Oct 2024 19:14:26 +0000 (21:14 +0200)]
clamav: Align with milter options and remove LogFile* options
( to instead use syslog options )
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Paul Donald [Tue, 8 Oct 2024 17:52:13 +0000 (19:52 +0200)]
clamav: milter: Remove deprecated AllowSupplementaryGroups option
clamav-milter 1.3.0 and onward log:
WARNING: Ignoring deprecated option AllowSupplementaryGroups at /tmp/clamav/clamav-milter.conf:5
Signed-off-by: Paul Donald <newtwen+github@gmail.com>