Florian Eckert [Tue, 16 Jul 2024 06:08:26 +0000 (08:08 +0200)]
modemmanager: add log file if syslog is set to DEBUG
If the ModemManager is started with debug, all outputs are written to the
system log. To simplify debugging, a logging file is now created under
'/var/log/mm.log' in this case. This simplifies error analysis.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Eric Fahlgren [Fri, 15 Nov 2024 00:41:41 +0000 (16:41 -0800)]
owut: update to 2024.11.14
Bug fixes:
efahl/owut@
3b5e7bb owut: remove factory image types from image candidates
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Rosen Penev [Thu, 14 Nov 2024 22:16:54 +0000 (14:16 -0800)]
libesmtp: fix compilation with GCC14
_GNU_SOURCE is needed for some functions.
Removed now pointless libpthread depedency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 14 Nov 2024 22:07:38 +0000 (14:07 -0800)]
hplip: update to 3.24.4
Added patch fixing compilation with GCC14.
Remove outdated patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 14 Nov 2024 23:49:22 +0000 (15:49 -0800)]
dmapd: update to 0.0.96
Fixes compilation with GCC14.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 14 Nov 2024 22:27:19 +0000 (14:27 -0800)]
mdnsresponder: add missing header
Fixes compilation with GCC14.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 30 Oct 2024 05:07:11 +0000 (22:07 -0700)]
avrdude: fix compilation with full NLS
nls.mk is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 14 Nov 2024 22:15:44 +0000 (14:15 -0800)]
libgudev: fix compilation with full NLS
nls.mk is needed.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Othmar Truniger [Thu, 14 Nov 2024 18:08:55 +0000 (19:08 +0100)]
knxd: bump to new version 0.14.67
Signed-off-by: Othmar Truniger <github@truniger.ch>
W. Michael Petullo [Thu, 14 Nov 2024 09:07:35 +0000 (03:07 -0600)]
lcdgrilo: update to 0.0.13
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Marius Dinu [Sun, 17 Apr 2022 10:23:51 +0000 (13:23 +0300)]
btrfs-progs: add "btrfs device scan" before overlay/extroot
If users choose to build OpenWrt with btrfs included
and want to use a btrfs RAID for overlay/extroot,
then devices need to be scanned *before* mounting overlay/extroot.
If not, btrfs won't find all RAID drives and fail to mount.
This commit:
- creates a duplicate (symlink) of the btrfs scan script so that it runs
both before and after overlay/extroot mount,
- changes the scan command to not depend on blkid (-d),
- outputs the scan results to kernel log to show what's being detected,
as the system logger is not yet running.
Signed-off-by: Marius Dinu <m95d+git@psihoexpert.ro>
Ryan Keane [Thu, 14 Nov 2024 10:12:06 +0000 (02:12 -0800)]
ocserv: Use default value for log-level in conf
This commit comments out the `log-level` line in the template
config file to use default value from upstream, default should be 2.
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
Christian Lachner [Mon, 11 Nov 2024 07:51:09 +0000 (08:51 +0100)]
haproxy: update to v3.0.6
- Update haproxy PKG_VERSION and PKG_HASH
- See changes: http://git.haproxy.org/?p=haproxy-3.0.git;a=shortlog
Signed-off-by: Christian Lachner <gladiac@gmail.com>
Tianling Shen [Thu, 14 Nov 2024 09:00:30 +0000 (17:00 +0800)]
cloudflared: Update to 2024.11.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Thu, 14 Nov 2024 08:59:55 +0000 (16:59 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Thu, 14 Nov 2024 08:59:29 +0000 (16:59 +0800)]
xray-core: Update to 24.11.11
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Hirokazu MORIKAWA [Wed, 13 Nov 2024 00:54:16 +0000 (09:54 +0900)]
ntpd: Supports apk version semantics
See: https://github.com/openwrt/packages/issues/23706
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Daniel Golle [Sat, 9 Nov 2024 23:21:50 +0000 (23:21 +0000)]
ruby: include JSON modules in host build
Ruby JSON modules are used to build WebKitGTK.
Include them in the host build.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 5 Nov 2024 03:20:57 +0000 (03:20 +0000)]
gst1-plugins-bad: package play and player libraries
Create packages for the libgstplay and libgstplayer.
Introduce InstallDev to allow using and detecting libraries which are
part of the 'bad' set by other packages.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 5 Nov 2024 03:30:01 +0000 (03:30 +0000)]
gst1-plugins-base: build OpenGL library and plugin
Requires packages video feed.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 9 Nov 2024 03:42:06 +0000 (03:42 +0000)]
libgudev: add package
Add GObject udev wrapper library used by gstreamer.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 9 Nov 2024 00:37:56 +0000 (00:37 +0000)]
hwdata: package pnp.ids and add InstallDev section
Make sure hwdata can be used by other packages during build by
adding InstallDev section which includes pkgconfig as well as
all types of IDs.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Rosen Penev [Mon, 11 Nov 2024 00:46:38 +0000 (16:46 -0800)]
ipmitool: update to 1.8.19
Remove all patches as they are upstreamed.
Switch upstream as it moved.
Need autoreconf now. Add PKG_INSTALL and PKG_BUILD_PARALLEL for
consistency between pachages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
John Audia [Wed, 13 Nov 2024 13:04:52 +0000 (08:04 -0500)]
luajit: fix built for apk naming requirements
Like wolfssl[1], adjust version for apk by removing the hyphen.
1. https://git.openwrt.org/?p=openwrt/openwrt.git;a=commitdiff;h=
be952e98bc1d768a0da5b84e59a6e7c04a1cdab8
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
xiao bo [Wed, 13 Nov 2024 04:39:32 +0000 (12:39 +0800)]
privoxy: adjust version for apk
Signed-off-by: xiao bo <peterwillcn@gmail.com>
Ryan Keane [Wed, 13 Nov 2024 12:31:44 +0000 (04:31 -0800)]
nginx: Support APK versioning
Modify EXTRA_DEPENDS in package section to meet APK packaging
requirements.
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
[ fix dependency also for nginx-full ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Robert Marko [Tue, 12 Nov 2024 17:09:17 +0000 (18:09 +0100)]
isc-dhcp: Use apk-compatible versioning
Adjust isc-dhcp versioning to be compatible with APK.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Daniel Golle [Tue, 12 Nov 2024 02:48:41 +0000 (03:48 +0100)]
libpng: add symlink to debug library
Add convenience symlink when building with CONFIG_DEBUG.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Vladimir Ermakov [Tue, 12 Nov 2024 14:46:26 +0000 (14:46 +0000)]
go2rtc: update to 1.9.7
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Moritz Warning [Tue, 12 Nov 2024 16:55:05 +0000 (17:55 +0100)]
dhtd: update to version 1.0.4
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Daniel Golle [Mon, 11 Nov 2024 19:36:35 +0000 (19:36 +0000)]
glib-networking: add package
Add GIO modules for TLS support as well as defining proxies via well-known
environment variables.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 7 Nov 2024 20:24:40 +0000 (20:24 +0000)]
wavpack: add wavpack library for audio compression
Add WavPack audio compression/decompression library.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 7 Nov 2024 20:21:31 +0000 (20:21 +0000)]
libxmp: package XMP sound module renderer
XMP is a library for handling playback of most sound module formats such
as MOD, XM, S3M, IT, ...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 7 Nov 2024 20:20:50 +0000 (20:20 +0000)]
fluidsynth: add package
Package Fluidsynth wavetable MIDI synth.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 12 Nov 2024 02:50:24 +0000 (03:50 +0100)]
libdrm: update to 2.4.123
Changes since 2.4.120:
ad750dc6 amdgpu: add marketing names from Adrenalin 23.11.1
64144740 amdgpu: add marketing names from PRO Edition for W7700
fb13af43 amdgpu: add marketing names from Windows Steam Deck OLED APU driver
dfb8111e amdgpu: add marketing names from amd-6.0
9d9498f4 amdgpu: add marketing name for Radeon RX 6550M
14094328 amdgpu: add marketing names from amd-6.0.1
7ab1cdac xf86drm: ignore symlinks in process_device()
1aa800d4 Revert "xf86drm: ignore symlinks in process_device()"
7c5c742d xf86drm: Don't consider node names longer than the maximum allowed
01f91aa7 meson: make build system happy by replacing deprecated feature
1b4e04ba tests/util: add tidss driver
c8f327ce amdgpu: Make amdgpu_device_deinitialize thread-safe
43768487 amdgpu: add amdgpu_va_manager
96fe43a0 amdgpu: expose amdgpu_va_manager publicly
6978f999 amdgpu: add amdgpu_va_range_alloc2
7275ef8e amdgpu: add amdgpu_device_initialize2
525e8044 symbols-check: Add _GLOBAL_OFFSET_TABLE_
c45ffb1e symbols-check: Add _fbss, _fdata, _ftext
c7c3c14b amdgpu: fix deinit logic
fbb83f74 meson: Replace usages of deprecated ExternalProgram.path()
764ed8b9 meson: Fix broken str.format usage
5a9cfb3c ci: build with meson --fatal-meson-warnings
f94a79a7 ci: use "meson setup" sub-command
1179edb4 include poll.h instead of sys/poll.h
362b5b0a xf86drm: document drmDevicesEqual()
4df91735 amdgpu: Make amdgpu_cs_signal_semaphore() thread-safe
058a04de tests/amdgpu: fix compile warning with the guard enum value
cee441f3 tests/amdgpu: fix compile error with gcc7.5
37265ab0 tests/amdgpu: fix compile error with gcc14
93d037cd amdgpu: sync amdgpu_drm.h
70c4f836 Bump version to 2.4.121
7f20912b Remove libm in libdrm dependencies
0cd18d0d OpenBSD: fix FTBS on misspelled and missing variables
90c1a35f fix FTBS on FreeBSD (or non-Linux in general)
b7338fc8 freedreno: fix FTBS on non-Linux platforms (unused header)
589f8e86 etnaviv: fix FTBS on undefined linux/* headers on non-Linux platforms.
d096affb ci: upgrade debian container to bookworm
a97bd7b4 ci: upgrade FreeBSD VM to 14.1
998d2a2e Sync headers with drm-next
ad78bb59 build: bump version to 2.4.122
b065dbc5 Fix FTBS on undefined clock_gettime() and asprintf()
5e1e7c4d amdgpu: add new marketing names
11cafdd8 amdgpu: add new marketing names
21ac1816 Convert to Android.bp
aefb5fa9 Delete all Makefile.sources files
aef24b66 readdir_r is deprecated.
c2b5759a Android.bp: Add include exports for android dir
6aa6411c Make libdrm recovery_available
dcb14fe0 Makes libdrm available on host
460f7907 Export include dirs with -isystem
f22956a4 Adds libdrm_headers
d9043a25 add crosvm to com.android.virt
4bd09d78 Enable GPU in crosvm
b0815faa libs: Tie DSO minor versions to libdrm version
88db6114 tests: Make modetest and proptest cc_binary in Android.bp
f3f56f41 Disable ioctl signed overload for Bionic libc
25dec5b9 build: bump version to 2.4.123
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 5 Nov 2024 03:18:16 +0000 (03:18 +0000)]
shared-mime-info: fix post-install behaviour
Move post-install script to /etc/uci-defaults so it always runs on the
target and doesn't require the host to provide 'update-mime-database'.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Robert Marko [Tue, 12 Nov 2024 16:29:47 +0000 (17:29 +0100)]
uspot: make EXTRA_DEPENDS APK compatible
APK versions use dots instead of dashes, so update EXTRA_DEPENDS to make it
APK compatible.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Nick Hainke [Tue, 12 Nov 2024 04:34:53 +0000 (05:34 +0100)]
snowflake: update to 2.10.1
ChangeLog:
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/v2.10.1/ChangeLog?ref_type=tags
Signed-off-by: Nick Hainke <vincent@systemli.org>
Vladimir Ermakov [Tue, 5 Nov 2024 13:29:27 +0000 (13:29 +0000)]
go2rtc: update to 1.9.6
Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
Wesley Gimenes [Mon, 4 Nov 2024 00:45:20 +0000 (21:45 -0300)]
netbird: update to 0.31.0
changelog: https://github.com/netbirdio/netbird/releases/tag/v0.31.0
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
Sandro Jäckel [Fri, 8 Nov 2024 16:57:49 +0000 (17:57 +0100)]
tailscale: update to 1.76.6
Rosen Penev [Mon, 11 Nov 2024 00:16:21 +0000 (16:16 -0800)]
inadyn: update to 2.12.0
Backport patch fixing compilation with GCC14.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
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>