feed/packages.git
5 days agoddns-scripts: Adjust descriptions in Makefile for apk
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>
5 days agotunneldigger-broker: fix APK version
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>
5 days agolibgcrypt: use pkgconfig metadata in InstallDev
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>
5 days agoicu: bump to 76.1
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>
5 days agocroc: update to 10.1.0
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>
5 days agoprometheus-node-exporter-lua: Fix typos
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>
5 days agonode: Preparing to update ICU to 76
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>
5 days agolua-eco: update to 3.6.1
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>
6 days agoknot: update to verion 3.4.2
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>
6 days agomstflint: update to 4.30.0
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>
6 days agoCI: multi-arch-test-build: move to shared workflow
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>
7 days agoariang: Bump to version 1.3.7 25201/head
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>
7 days agonginx: update geoip2 module
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>
7 days agopython3: Bump version 3.11 to 3.11.9
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>
7 days agoglib2: fix pkg-config path for glib_compile_schemas
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>
7 days agofwupd: bump to 2.0.1 and make libdrm support configurable
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>
7 days agosoftethervpn: add APK compatibility
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>
7 days agosoftethervpn: fix compilation with GCC14
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>
7 days agoumurmur: add pending patch fixing support for MbedTLS 3.x
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>
8 days agotreewide: remove maintainer
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>
8 days agoddns-scripts: add colon char in DNS_CHARSET
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>
9 days agodocker-compose: Update to version 2.30.2
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>
10 days agoowut: update to 2024.10.27
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>
10 days agoalist: Update to 3.39.1
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>
10 days agonetatalk: Remove apfstats feature to solve dependency issues
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>
10 days agonginx-util: drop dummy-package extra dependency
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>
11 days agonginx: improve libexslt optional patch 25192/head
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>
11 days agonginx: add patch fixing libxslt library detection
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>
11 days agonginx-util: drop nginx-util dummy packages
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>
11 days agonginx: drop extra dependency <2 for nginx-util
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>
11 days agonginx: drop nginx dummy packages
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>
11 days agonginx: mute warning on init.d script enable
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>
11 days agoowut: fix order of uci-defaults
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>
11 days agokadnode: Update to version 2.4.0
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>
11 days agoatop: add missing nls.mk include
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>
11 days agonetatalk: Enable AppleTalk feature
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>
11 days agonetatalk: Clean up Makefile
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>
11 days agonetatalk: Update to 4.0.4
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>
11 days agotgt: enable support for thin_provisioning
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>
11 days agolibdeflate: update to 1.22
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>
12 days agogeth: remove
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>
12 days agoluajit2: update to v2.1-20240815
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>
12 days agopservice: modify date for apk compatibility
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>
13 days agov2ray-geodata: Update to latest version
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>
13 days agov2raya: Update to 2.2.6.2
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>
13 days agocloudflared: Update to 2024.10.1
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>
13 days agov2ray-core: Update to 5.20.1
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>
13 days agoadblock-fast: update to 1.1.2-10
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>
2 weeks agoapfree-wifidog: Update to 7.10.2082
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>
2 weeks agoapfree-wifidog: improve structure and readability
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>
2 weeks agopbr: update to 1.1.7-47
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>
2 weeks agoopenconnect: introduced script parameter
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>
2 weeks agolibseccomp: update to 2.5.5
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>
2 weeks agobcm27xx-eeprom: update to latest version
Á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>
2 weeks agoattendedsysupgrade-common: give the uci-defaults script a run level
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>
2 weeks agoapparmor: update to 3.0.13
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>
2 weeks agonsutils: update to latest master
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>
2 weeks agoluasoap: update to latest release
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>
2 weeks agodocker-compose: Update to version 2.30.1
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>
2 weeks agodocker-compose: Update to version 2.30.0
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>
2 weeks agopptp: fix compilation with GCC14
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>
2 weeks agoddns-scripts: porkbun bugfix for subdomain on A/AAAA record
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>
2 weeks agoknxd: bump to new version 0.14.66
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>
2 weeks agolibuwifi: update to latest master
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>
2 weeks agomwan3: bump PKG_RELEASE
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>
2 weeks agokeepalived: bump to 2.3.1
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>
2 weeks agokeepalived: bump to 2.3.0
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>
2 weeks agoluajit2: switch to GIT source and adapt to APK friendly version
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>
2 weeks agomwan3: close flock fd when starting mwan3.user scripts
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>
2 weeks agopbr: update to 1.1.7-29
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>
2 weeks agoadblock-fast: bugfix: fix allowed domains for dnsmasq.servers
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>
2 weeks agolibmicrohttpd: Fix too long title
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>
2 weeks agoeza: update to 0.20.5
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>
2 weeks agocroc: update to 10.0.13
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>
2 weeks agotailscale: update to 1.76.3
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>
2 weeks agoschroot: add boost-1.85 compatibility patch
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>
2 weeks agoclamav: bump PKG_RELEASE
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>
2 weeks agoclamav: freshclam: Add documented options
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>
2 weeks agoclamav: freshclam: Remove UpdateLogFile option
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>
2 weeks agoclamav: milter: Add Debug option
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>
2 weeks agoclamav: Add syslogging options
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>
2 weeks agoclamav: Align with milter options and remove LogFile* options
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>
2 weeks agoclamav: milter: Remove deprecated AllowSupplementaryGroups option
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>
2 weeks agoclamav: Fix UCI error
Paul Donald [Tue, 8 Oct 2024 17:40:16 +0000 (19:40 +0200)]
clamav: Fix UCI error

Hyphens in named sections are a no-no

uci: Parse error (invalid character in name field) at line 1, byte 37

Changed '-' to '_' to fix error to allow UCI parsing.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2 weeks agolibmicrohttpd: Use external hashing functions
Evgeny Grin (Karlson2k) [Sun, 27 Oct 2024 16:23:40 +0000 (17:23 +0100)]
libmicrohttpd: Use external hashing functions

When compiled with GnuTLS external functions can be used to calculate
hashes. Enable them to reduce the library binary size (by disabling
internal code for hash calculations).
Note: libmicrohttpd 1.0.0 or later required

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
2 weeks agolibmicrohttpd: Fixed 'TITLE'
Evgeny Grin (Karlson2k) [Sun, 27 Oct 2024 16:17:28 +0000 (17:17 +0100)]
libmicrohttpd: Fixed 'TITLE'

Note dropped period at the end of the string to be nicely combined with
postfix of SSL version.

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
2 weeks agolibmicrohttpd: Drop unneeded libgcrypt dependency
Evgeny Grin (Karlson2k) [Sun, 27 Oct 2024 16:12:21 +0000 (17:12 +0100)]
libmicrohttpd: Drop unneeded libgcrypt dependency

libgcrypt was used by early GnuTLS 2.x versions. For GnuTLS versions
without ability to automatically initialise libgcrypt, MHD was able to
initialise libgcrypt. However, it is not required for a long time.

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
2 weeks agolibmicrohttpd: Enable 'poll()' usage
Evgeny Grin (Karlson2k) [Sun, 27 Oct 2024 16:03:10 +0000 (17:03 +0100)]
libmicrohttpd: Enable 'poll()' usage

If 'poll()' function is disabled, then in thread-per-connection mode
'select()' is used. This is much less efficient.
'epoll' is not used in thread-per-connection mode as it would require
additional epoll FD per every connection.

Signed-off-by: Evgeny Grin (Karlson2k) <k2k@narod.ru>
2 weeks agolibmicrohttpd update to 1.0.1
Jen Wolf [Sun, 27 Oct 2024 21:45:41 +0000 (14:45 -0700)]
libmicrohttpd update to 1.0.1

Signed-off-by: Jen Wolf <jenwolf@protonmail.com>
2 weeks agomicropython: bump to 1.23.0 release
Christian Marangi [Tue, 22 Oct 2024 13:27:36 +0000 (15:27 +0200)]
micropython: bump to 1.23.0 release

Bump micropython to 1.23.0. This is done to fix support for MbedTLS 3.0

Lots changed between 1.21 and 1.23 for the library side.

Mainly the barkeley-db library was moved to micropython own fork and the
cdef patch required lots of changes. (we have to manually include a copy
of cdef.h as it was dropped by them)
Also a new patch is required to mute some compilarion error that are
false-positive. (variable not initialized but that are ALWAYS
initialized)

Also refresh the extmod patch with new files included.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2 weeks agoadblock: update to 4.2.2-8
Dirk Brenken [Sun, 27 Oct 2024 14:24:16 +0000 (15:24 +0100)]
adblock: update to 4.2.2-8

* get rid of remaining opkg calls and static adblock versioning
* fixed bind autodetection

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 weeks agotravelmate: update to 2.1.3-2
Dirk Brenken [Sat, 26 Oct 2024 21:21:26 +0000 (23:21 +0200)]
travelmate: update to 2.1.3-2

* fixed gathering/printing of system information in travelmate status
* make use of a central command selector function

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 weeks agoadblock: update to 4.2.2-7
Dirk Brenken [Sat, 26 Oct 2024 19:54:31 +0000 (21:54 +0200)]
adblock: update to 4.2.2-7

* fixed gathering/printing of system information in adblock status
* added missing hagezi category (samsung tracker)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 weeks agobanIP: update to 1.0.0-9
Dirk Brenken [Sat, 26 Oct 2024 19:24:52 +0000 (21:24 +0200)]
banIP: update to 1.0.0-9

* fixed gathering/printing of system information in banIP status
* removed broken iblocklist.com feeds
* updated readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 weeks agomptcpd: add package
Daniel Golle [Fri, 25 Oct 2024 18:54:29 +0000 (19:54 +0100)]
mptcpd: add package

Package Multipath TCP daemon (mptcpd) and wrapper (mptcpize).

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 weeks agoell: add package
Daniel Golle [Fri, 25 Oct 2024 18:55:17 +0000 (19:55 +0100)]
ell: add package

Add package for Embedded Linux Library (ell) from kernel.org.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 weeks agoyggdrasil: bump to 0.5.9
Ivan Chashkin [Tue, 22 Oct 2024 21:53:18 +0000 (00:53 +0300)]
yggdrasil: bump to 0.5.9

Signed-off-by: Ivan Chashkin <mail@cupivan.ru>
2 weeks agogperftools: bump to version 2.16
John Audia [Wed, 23 Oct 2024 12:20:29 +0000 (08:20 -0400)]
gperftools:  bump to version 2.16

Changelog: https://github.com/gperftools/gperftools/releases/tag/gperftools-2.16

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

Signed-off-by: John Audia <therealgraysky@proton.me>
2 weeks agoruby: fix yjit for target and host build
Luiz Angelo Daros de Luca [Sun, 20 Oct 2024 03:28:42 +0000 (00:28 -0300)]
ruby: fix yjit for target and host build

Since ruby 3.3.0, yjit was converted into rust code. During build, ruby will try try to use the whatever rustc is available in $PATH, including the one provided by the OS. Variations in that rustc can generate something between a perfect funcional build with yjit enabled and a broken build like this (from github actions):

  2024-10-16T05:06:05.9863422Z linking static-library libruby-static.a
  2024-10-16T05:06:06.0625182Z LLVM ERROR: Invalid encoding
  2024-10-16T05:06:06.1531894Z make[4]: *** [Makefile:318: libruby-static.a] Aborted (core dumped)

Ruby 3.3.5 still only supports yjit for x86_64 and aarch64. Even for those targets, ruby build does not support cross-compiling.

This commit adds rust as a dependency for those supported archs, even when cross-compiling, to let it work when host and target arch matches.

We don't need yjit for host build and we can disable it.

Closes #25151, #25052

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2 weeks agoruby: update to 3.3.5
Luiz Angelo Daros de Luca [Sun, 20 Oct 2024 02:56:22 +0000 (23:56 -0300)]
ruby: update to 3.3.5

This release is a routine update that includes minor bug fixes.

Link: https://www.ruby-lang.org/en/news/2024/09/03/3-3-5-released/
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>