feed/packages.git
2 months agobanIP: release 1.0.1-1
Dirk Brenken [Sun, 24 Nov 2024 14:44:20 +0000 (15:44 +0100)]
banIP: release 1.0.1-1

* optimized procd settings for better performance
* made the log monitor working again (even on master with apk migration issues)
* reworked the fetch autodetection function (still broken in master due to apk migration)

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agosyslog-ng: alternative for logread
Sergey Ponomarev [Sat, 2 Mar 2024 19:30:41 +0000 (21:30 +0200)]
syslog-ng: alternative for logread

When the syslog-ng installed it records all messages to /var/log/messages.
This makes the default OpenWrt's ubox /sbin/logread useless and return nothing.

The logread script was added to the syslog-ng as a shim.
It's based on `tail /var/log/messages` and repeats basic options that the ubox logread have.
The script is installed instead of the /sbin/logread and this is causes an error.

Instead install it to /usr/libexec/logread.sh and specify as an alternative /sbin/logread.

The ubox logread also needs to be made as alternative in /usr/libexec/logread-ubox.

So we need to give it a separate name.
The most simple and clear would be logread-shell or just logread.sh.

Suggested-by: Andreas Gnau <andreas.gnau@iopsys.eu>
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2 months agoadblock: release 4.2.3-1
Dirk Brenken [Sat, 23 Nov 2024 21:15:00 +0000 (22:15 +0100)]
adblock: release 4.2.3-1

* optimized procd settings for better performance
* reworked autodetection functions (still broken in master due to apk migration)
* made the tld function optional, set 'adb_tld' accordingly (enabled by default)
* reworked count function
* various code improvements

Signed-off-by: Dirk Brenken <dev@brenken.org>
2 months agoadblock-fast: bugfixes
Stan Grishin [Mon, 18 Nov 2024 21:10:48 +0000 (21:10 +0000)]
adblock-fast: bugfixes

* properly process dnsmasq instances' confdirs
* working str_replace()
* updated output()
* bugfixes and updates for error messages
* sanitize StevenBlack's hosts file

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2 months agoqcsuper: Make version apk compatible
Hannu Nyman [Sat, 23 Nov 2024 08:05:29 +0000 (10:05 +0200)]
qcsuper: Make version apk compatible

Adjust versioning to match apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 months agonode: upgrade to 22.11.0 LTS
Hirokazu MORIKAWA [Sat, 23 Nov 2024 05:51:28 +0000 (14:51 +0900)]
node: upgrade to 22.11.0 LTS

Upgrade Version 22.11.0 'Jod' (LTS)

Notable Changes

This release marks the transition of Node.js 22.x into Long Term Support (LTS) with the codename 'Jod'. The 22.x release line now moves into "Active LTS" and will remain so until October 2025. After that time, it will move into "Maintenance" until end of life in April 2027.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2 months agonetifyd: Make version apk compatible
Hannu Nyman [Sat, 23 Nov 2024 07:55:04 +0000 (09:55 +0200)]
netifyd: Make version apk compatible

Adjust versioning to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 months agooci-runtime-tools: Make version apk compatible
Hannu Nyman [Fri, 22 Nov 2024 19:40:25 +0000 (21:40 +0200)]
oci-runtime-tools: Make version apk compatible

Adjust version to be compatible with apk semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 months agogst1-libav: remove obsolete configuration options
Daniel Golle [Fri, 22 Nov 2024 17:56:57 +0000 (17:56 +0000)]
gst1-libav: remove obsolete configuration options

Since the build was switched to meson a couple of years ago gst1-libav
simply uses libffmpeg and the codec configuration previous passed via
CONFIGURE_ARGS is completely ignored. This is misleading as all those
options are still present in menuconfig but don't have any effect.
Remove all dead code from build recipe.

Fixes: de426d431 ("gst1-libav: update to 1.17.1")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2 months agodebootstrap: Make version apk compatible
Hannu Nyman [Fri, 22 Nov 2024 20:02:42 +0000 (22:02 +0200)]
debootstrap: Make version apk compatible

Adjust version to match apk semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 months agonetwork: Add SUBMENU variable for some packages
Ryan Keane [Sun, 17 Nov 2024 12:54:26 +0000 (04:54 -0800)]
network: Add SUBMENU variable for some packages

Add SUBMENU variable for some packages in Network category.
Add title for `dnscrypt-proxy` package.
Shorten TITLE variable for `xray-core` package.

Filesystem:
- cifs-utils

File Transfer:
- onionshare-cli

IP Addresses and Names:
- dnscrypt-proxy2
- family-dns
- https-dns-proxy
- mdns-repeater
- nextdns
- smartdns

Version Control Systems:
- git-lfs

Wireless:
- dawn

Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2 months agonbd: fix compilation with GCC14
Rosen Penev [Thu, 14 Nov 2024 22:44:37 +0000 (14:44 -0800)]
nbd: fix compilation with GCC14

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 months agohfsprogs: Make version apk compatible
Hannu Nyman [Fri, 22 Nov 2024 19:54:29 +0000 (21:54 +0200)]
hfsprogs: Make version apk compatible

Adjust version to match apk semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2 months agoncdu: update to 1.21
John Audia [Fri, 22 Nov 2024 15:59:59 +0000 (10:59 -0500)]
ncdu: update to 1.21

Release history:
* Perform tilde expansion on paths in the config file (from 2.7)
* Fix JSON import of escaped UTF-16 surrogate pairs (from 2.7)
* Fix displaying and exporting zero values when extended info is not available (from 2.6)
* Fix JSON export and import of the “other filesystem” flag (from 2.5)

Signed-off-by: John Audia <therealgraysky@proton.me>
2 months agospeedtest-go: update to 1.7.9
TeleostNaCl Dai [Fri, 22 Nov 2024 07:53:05 +0000 (15:53 +0800)]
speedtest-go: update to 1.7.9

Update speedtest-go version to 1.7.9

Signed-off-by: TeleostNaCl Dai <teleostnacl@gmail.com>
2 months agortty: update to 8.1.3
Jianhui Zhao [Fri, 22 Nov 2024 08:04:22 +0000 (16:04 +0800)]
rtty: update to 8.1.3

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2 months agoborgbackup: update to 1.4.0
Finn Landweber [Wed, 20 Nov 2024 08:55:12 +0000 (09:55 +0100)]
borgbackup: update to 1.4.0

Signed-off-by: Finn Landweber <finn@landweber.xyz>
2 months agotayga: fix compilation with GCC14
Rosen Penev [Tue, 12 Nov 2024 00:30:48 +0000 (16:30 -0800)]
tayga: fix compilation with GCC14

Header is needed for musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 months agohttping: fix compilation with full NLS
Rosen Penev [Thu, 14 Nov 2024 22:23:50 +0000 (14:23 -0800)]
httping: fix compilation with full NLS

-lintl is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 months agopython-setuptools-scm: update to 8.1.0
Finn Landweber [Wed, 20 Nov 2024 13:39:59 +0000 (14:39 +0100)]
python-setuptools-scm: update to 8.1.0

Signed-off-by: Finn Landweber <finn@landweber.xyz>
2 months agoopenwisp-monitoring: update to 0.2.1
Gagan Deep [Thu, 21 Nov 2024 18:40:07 +0000 (00:10 +0530)]
openwisp-monitoring: update to 0.2.1

Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
2 months agoiperf3: fix crashing with musl
Rosen Penev [Wed, 20 Nov 2024 23:21:43 +0000 (15:21 -0800)]
iperf3: fix crashing with musl

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2 months agoowut: update to 2024.11.20
Eric Fahlgren [Wed, 20 Nov 2024 18:22:37 +0000 (10:22 -0800)]
owut: update to 2024.11.20

Bug fixes:
    efahl/owut@d7affce owut: deal with package list filtering
    efahl/owut@38a3916 owut: fix what_provides function
Issues:
    efahl/owut@42cd86c owut: better EFI target handling
Enhancements:
    efahl/owut@cb51617 readme: better instructions

Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
2 months agoyq: Update to 4.44.5
Tianling Shen [Wed, 20 Nov 2024 13:18:50 +0000 (21:18 +0800)]
yq: Update to 4.44.5

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2 months agoalist: Bump to 3.39.2
Ryan Keane [Tue, 19 Nov 2024 15:50:30 +0000 (07:50 -0800)]
alist: Bump to 3.39.2

Change Github repository owner from `alist-org` to `AlistGo`.
web-dist 3.39.2:
- No significant changes.
Release notes in links below.

Close: #25405
Link: https://github.com/AlistGo/alist/releases/tag/v3.39.2
Link: https://github.com/AlistGo/alist-web/compare/3.39.0...3.39.2
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2 months agoqbee-agent: bump version to 2024.45
Jon Henrik Bjørnstad [Tue, 19 Nov 2024 14:36:34 +0000 (15:36 +0100)]
qbee-agent: bump version to 2024.45

Signed-off-by: Jon Henrik Bjørnstad <jonhenrik@qbee.io>
2 months agorclone: Bump to 1.68.2
Ryan Keane [Mon, 18 Nov 2024 13:56:10 +0000 (05:56 -0800)]
rclone: Bump to 1.68.2

Release notes in links below.

Link: https://rclone.org/changelog/#v1-68-2-2024-11-15
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2 months agohev-socks5-tunnel: update to 2.7.5
Ray Wang [Tue, 19 Nov 2024 14:12:37 +0000 (22:12 +0800)]
hev-socks5-tunnel: update to 2.7.5

Signed-off-by: Ray Wang <r@hev.cc>
2 months agohev-socks5-tproxy: update to 2.5.8
Ray Wang [Tue, 19 Nov 2024 14:08:59 +0000 (22:08 +0800)]
hev-socks5-tproxy: update to 2.5.8

Signed-off-by: Ray Wang <r@hev.cc>
2 months agohev-socks5-server: update to 2.6.9
Ray Wang [Tue, 19 Nov 2024 14:04:59 +0000 (22:04 +0800)]
hev-socks5-server: update to 2.6.9

Signed-off-by: Ray Wang <r@hev.cc>
2 months agostrongswan: Add support for EAP-MSCHAPv2 authentication
Martin Pecka [Mon, 8 Jan 2024 00:24:07 +0000 (01:24 +0100)]
strongswan: Add support for EAP-MSCHAPv2 authentication

Support for EAP-MSCHAPv2 authentication scheme is added.

Different from the previously supported schemes, this one is
usually asymmetric in the way that server auth method (pubkey) is
different from the client auth method (eap-mschapv2).
The code handles this asymmetry automatically.

A new UCI config section mschapv2_secrets is added where the user
can specify the EAP identities and their passwords that are
accepted by the server. AFAIK, there is no way to select which
EAP IDs should be accepted by which remote, except setting
`eap_id` to something different than `%any`. But `eap_id`
does not support template matching, so either only a single
identity or all can be configured for one remote. This is why
the EAP identities are not subsections of remotes, but are
a standalone section.

Signed-off-by: Martin Pecka <peci1@seznam.cz>
Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
2 months agostrongswan: Fix pools to be only generated once
Martin Pecka [Sun, 7 Jan 2024 22:23:57 +0000 (23:23 +0100)]
strongswan: Fix pools to be only generated once

Before this commit, if a user configures multiple remotes in UCI,
each remote generates one output section of pools.
This doesn't hurt because swanctl just merges all of them,
but it is apparently not needed to have N copies of the same.

This commit changes the behavior to only create one pools
section at the end of the generated swanctl config.

Signed-off-by: Martin Pecka <peci1@seznam.cz>
Signed-off-by: Martin Pecka <peckama2@fel.cvut.cz>
2 months agostrongswan: Add support for send_cert option
Martin Pecka [Sun, 7 Jan 2024 22:00:07 +0000 (23:00 +0100)]
strongswan: Add support for send_cert option

This option is required by some clients, e.g. iOS.

Signed-off-by: Martin Pecka <peci1@seznam.cz>
3 months agokafs-client: Make version apk compatible
Hannu Nyman [Mon, 18 Nov 2024 18:08:50 +0000 (20:08 +0200)]
kafs-client: Make version apk compatible

Adjust version to compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agov2ray-core: Bump to 5.22.0
Ryan Keane [Sun, 17 Nov 2024 14:10:30 +0000 (06:10 -0800)]
v2ray-core: Bump to 5.22.0

Shorten TITLE variable to fix missing title in ncurses menu.
Release notes and changes logs in the link below.

Link: https://github.com/v2fly/v2ray-core/releases/tag/v5.22.0
Link: https://github.com/v2fly/v2ray-core/compare/v5.21.0...v5.22.0
Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
3 months agomicropython-lib: update to 1.24.0
Glenn Strauss [Mon, 18 Nov 2024 04:56:46 +0000 (23:56 -0500)]
micropython-lib: update to 1.24.0

* update micropython-lib to hash for 1.24.0

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
3 months agomicropython-lib: update to 1.23.0 and fix compile on external mbedtls3
Glenn Strauss [Thu, 25 Jul 2024 06:44:12 +0000 (02:44 -0400)]
micropython-lib: update to 1.23.0 and fix compile on external mbedtls3

* update micropython-lib to hash for 1.23.0
* remove micropython-lib unix-uffi patches

Co-authored-by: Jeffery To <jeffery.to@gmail.com>
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
3 months agosox: Remove wavpack (explicitly) from build
Ted Hess [Sun, 17 Nov 2024 20:53:33 +0000 (15:53 -0500)]
sox: Remove wavpack (explicitly) from build
     Remove myself as maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
3 months agonetdiscover: Make version apk compatible
Hannu Nyman [Sun, 17 Nov 2024 17:01:23 +0000 (19:01 +0200)]
netdiscover: Make version apk compatible

Adjust version to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agolua-curl-v3: Make version apk compatible
Hannu Nyman [Sun, 17 Nov 2024 16:32:17 +0000 (18:32 +0200)]
lua-curl-v3: Make version apk compatible

Adjust version to apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agomptcpd: update to version 0.13
Daniel Golle [Sat, 16 Nov 2024 17:36:04 +0000 (17:36 +0000)]
mptcpd: update to version 0.13

Changes since v0.12:
 7fb6416 tests: fix segfault with no /etc/protocols (#286)
 0dddc42 README: Update branch references in badge URLs
 5eea3f4 github: Update branch names for actions
 b102523 scripts: get debug info for bug reports
 334bb9c Make listening socket creation optional. (#297)
 a4e7b65 {etc,man}: improve check_route address notification flag documentation (#301)
 ffa276f Support ELL 0.68 l_netlink_message API. (#303)
 269f10a gh: daily validation of the ELL compatibility (#308)
 824ff8c Support listener events (#304)
 5d9f33a Some clean-ups (#305)
 05a08bf lib: switch to v4.0.1: only added items (#306)
 3702487 scripts: debug: also print system info (#307)
 5d8db15 ell: only include 'ell/ell.h' header (#309)
 772afe9 AUTHORS: Update e-mail addresses.
 0c36dba mptcpd 0.13

Drop backported patches which are part of the release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 months agoell: update to version 0.70
Daniel Golle [Sat, 16 Nov 2024 17:33:18 +0000 (17:33 +0000)]
ell: update to version 0.70

 c8f4dbc util: Add l_memcpy
 e5007ce unit: Add l_memcpy test
 373b828 Release 0.70

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 months agosvox: Make version apk compatible
Hannu Nyman [Sun, 17 Nov 2024 10:49:31 +0000 (12:49 +0200)]
svox: Make version apk compatible

Adjust PKG_VERSION to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agoowfs: Make version apk compatible
Hannu Nyman [Sun, 17 Nov 2024 11:04:14 +0000 (13:04 +0200)]
owfs: Make version apk compatible

Adjust version to be compatible with apk's semanting versioning.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agolua-openssl: Make version apk compatible
Hannu Nyman [Sat, 16 Nov 2024 19:09:20 +0000 (21:09 +0200)]
lua-openssl: Make version apk compatible

Make version compatible with apk.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agopagekitec: Make version apk compatible
Hannu Nyman [Sat, 16 Nov 2024 19:16:20 +0000 (21:16 +0200)]
pagekitec: Make version apk compatible

Make PKG_VERSION compatible with apk by dropping the C char,
simplifying Makefile also otherwise. Also remove unnecessary
variables.

Refresh patches (just cosmetics for CI).

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agoluv: Make version apk compatible
Hannu Nyman [Sat, 16 Nov 2024 11:56:22 +0000 (13:56 +0200)]
luv: Make version apk compatible

Make version apk compatible.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agortklib: Make version apk compatible
Hannu Nyman [Sat, 16 Nov 2024 11:35:54 +0000 (13:35 +0200)]
rtklib: Make version apk compatible

Make version compatible with the apk package manager.
Add short explanation about rtklib purpose to the menu item.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
3 months agogphoto2: fix compilation with GCC14
Rosen Penev [Thu, 14 Nov 2024 22:41:19 +0000 (14:41 -0800)]
gphoto2: fix compilation with GCC14

Upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 months agopdns-recursor: update to 5.1.3
Peter van Dijk [Tue, 5 Nov 2024 13:25:21 +0000 (13:25 +0000)]
pdns-recursor: update to 5.1.3

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
3 months agobanIP: update to 1.0.0-10
Dirk Brenken [Sat, 16 Nov 2024 11:45:12 +0000 (12:45 +0100)]
banIP: update to 1.0.0-10

* minimal fix to support all download utilities in currently broken apk snapshots
  (see https://github.com/openwrt/openwrt/issues/16907 for details)

Signed-off-by: Dirk Brenken <dev@brenken.org>
3 months agoatop: fix compilation with full NLS
Rosen Penev [Wed, 30 Oct 2024 04:56:53 +0000 (21:56 -0700)]
atop: fix compilation with full NLS

nls.mk is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 months agoopenvpn-easy-rsa: Bump to 3.2.1 release
Christian Marangi [Tue, 12 Nov 2024 13:04:13 +0000 (14:04 +0100)]
openvpn-easy-rsa: Bump to 3.2.1 release

Bump openvpn-easy-rsa to 3.2.1 release. All patch automatically
refreshed.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
3 months agoperl: perlmod: make version apk compatible
Tianling Shen [Tue, 12 Nov 2024 04:47:15 +0000 (12:47 +0800)]
perl: perlmod: make version apk compatible

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agogit: use symbolic link
Hirokazu MORIKAWA [Wed, 13 Nov 2024 23:49:10 +0000 (08:49 +0900)]
git: use symbolic link

The following error occurs when CONFIG_USE_APK is set.

```
ln /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/lib/git-core/git /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/bin/git
ln /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/lib/git-core/git-shell /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/usr/bin/git-shell
touch /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git.installed
mkdir -p /mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp
SHELL= flock /mnt/gl-mt6000-main/openwrt/tmp/.root-copy.flock -c 'cp -fpR /mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/. /mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/'
cp: '/mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/./usr/bin/git' and '/mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/./usr/bin/git' are the same file
cp: '/mnt/gl-mt6000-main/openwrt/build_dir/target-aarch64_cortex-a53_musl/git-2.46.2/.pkgdir/git/./usr/bin/git-shell' and '/mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/./usr/bin/git-shell' are the same file
make[2]: *** [Makefile:167: /mnt/gl-mt6000-main/openwrt/staging_dir/target-aarch64_cortex-a53_musl/root-mediatek/stamp/.git_installed] Error 1
```
Use $(LN) instead of ln and use relative paths.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
3 months agodnsproxy: Update to 0.73.3
Tianling Shen [Sat, 16 Nov 2024 09:28:34 +0000 (17:28 +0800)]
dnsproxy: Update to 0.73.3

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agogolang: Update to 1.23.3
Tianling Shen [Wed, 13 Nov 2024 09:05:45 +0000 (17:05 +0800)]
golang: Update to 1.23.3

go1.23.3 (released 2024-11-06) includes fixes to the linker,
the runtime, and the net/http, os, and syscall packages.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
3 months agovala: update to 0.56.17
Rosen Penev [Thu, 14 Nov 2024 21:19:39 +0000 (13:19 -0800)]
vala: update to 0.56.17

vala now sort of depends on gobject-introspection. In order to avoid
adding, override GI_GIRDIR to avoid depending on goject-introspection.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 months agontfs-3g: APK version compliance.
Ted Hess [Fri, 15 Nov 2024 22:51:57 +0000 (17:51 -0500)]
ntfs-3g: APK version compliance.
         Remove libfuse/int hint from name.
         Remove myself as maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
3 months agoxdg-dbus-proxy: add package
Daniel Golle [Thu, 14 Nov 2024 03:45:57 +0000 (03:45 +0000)]
xdg-dbus-proxy: add package

xdg-dbus-proxy is a filtering proxy for D-Bus connections. It is used to
allow partial access to D-Bus form sandboxed processes, eg. when using
bubblewrap.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 months agobubblewrap: add package
Daniel Golle [Thu, 14 Nov 2024 03:45:26 +0000 (03:45 +0000)]
bubblewrap: add package

Bubblewrap is a container tool for security sandboxes.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 months agolibmanette: add package
Daniel Golle [Thu, 14 Nov 2024 03:44:11 +0000 (03:44 +0000)]
libmanette: add package

libmanette offers painless access to game controllers, from any
programming language and with little dependencies.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 months agounifdef: add package
Daniel Golle [Thu, 14 Nov 2024 03:42:48 +0000 (03:42 +0000)]
unifdef: add package

The unifdef utility selectively processes conditional C preprocessor #if
and #ifdef directives. It is required to build WebKit ports.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
3 months agolpac: fix compilation with GCC14
Rosen Penev [Tue, 12 Nov 2024 00:12:15 +0000 (16:12 -0800)]
lpac: fix compilation with GCC14

Parameter is not void but void pointer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 months agolibdbi-drivers: fix compilation with GCC14
Rosen Penev [Tue, 12 Nov 2024 00:24:35 +0000 (16:24 -0800)]
libdbi-drivers: fix compilation with GCC14

Patch from Alpine Linux.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 months agotinc: support apk version semantics
Robert Marko [Fri, 15 Nov 2024 13:01:27 +0000 (14:01 +0100)]
tinc: support apk version semantics

See: #23706

Signed-off-by: Robert Marko <robimarko@gmail.com>
3 months agoopenocd: fix version for APK compatibility
Rosen Penev [Tue, 12 Nov 2024 01:01:54 +0000 (17:01 -0800)]
openocd: fix version for APK compatibility

Need to get rid of the v.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
3 months agomodemmanager: bump PKG_RELEASE
Florian Eckert [Fri, 8 Nov 2024 07:41:23 +0000 (08:41 +0100)]
modemmanager: bump PKG_RELEASE

Bump PKG_RELEASE by one.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: check during SIM unlocking whether initialization has been completed
Florian Eckert [Wed, 6 Nov 2024 13:28:57 +0000 (14:28 +0100)]
modemmanager: check during SIM unlocking whether initialization has been completed

After the SIM has been successfully unlocked, it is initialized. This can
take longer on some modems, so we must wait until the modem is ready to
execute the next commands.

Otherwise the modem cannot be enabled and aborts with the following
error message:

error: couldn't enable the modem: 'GDBus.Error:org.freedesktop.ModemManager1.Error.Core.WrongState: modem in initializing state'

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: reset to 'no' plmn if nothing is configured
Florian Eckert [Tue, 5 Nov 2024 07:55:40 +0000 (08:55 +0100)]
modemmanager: reset to 'no' plmn if nothing is configured

If a configured 'plmn' is deleted from the configuration between a connection
setup, it will continue to be used because the modem remembers it.

Therefore, the 'plmn' stored in the modem must be deleted when a new
connection is established if it is no longer in the configuration.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: swap plmn and technology set command in the proto
Florian Eckert [Tue, 5 Nov 2024 07:37:02 +0000 (08:37 +0100)]
modemmanager: swap plmn and technology set command in the proto

In the current implementation of the modemmanager 'proto', if a 'plmn' and a
'technology' is configured, the 'plmn' is set first and then second the
'technology' on a 'proto' setup.

However, this is problematic if a 'technology' has already been set in an
earlier run. It is possible, that this previously set 'technology' is not
available at the current location, as the modem remembers the setting.

To fix this, first set the technology and then the plmn.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: move plmn registration into own function
Florian Eckert [Fri, 18 Oct 2024 10:45:21 +0000 (12:45 +0200)]
modemmanager: move plmn registration into own function

To improve the code, the setting of the 'plmn' is moved to separate function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: rename function modemmanager_check_state to modemmanager_check_sim_state
Florian Eckert [Wed, 16 Oct 2024 12:23:58 +0000 (14:23 +0200)]
modemmanager: rename function modemmanager_check_state to modemmanager_check_sim_state

This is a preparation commit for a new function.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: move initial eps settings after modem enable
Florian Eckert [Wed, 16 Oct 2024 14:47:43 +0000 (16:47 +0200)]
modemmanager: move initial eps settings after modem enable

This settings are needed before any other mmcli command is executed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
3 months agomodemmanager: add log file if syslog is set to DEBUG
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>
3 months agoowut: update to 2024.11.14
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>
3 months agolibesmtp: fix compilation with GCC14
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>
3 months agohplip: update to 3.24.4
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>
3 months agodmapd: update to 0.0.96
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>
3 months agomdnsresponder: add missing header
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>
3 months agoavrdude: fix compilation with full NLS
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>
3 months agolibgudev: fix compilation with full NLS
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>
3 months agoknxd: bump to new version 0.14.67
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>
3 months agolcdgrilo: update to 0.0.13
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>
3 months agobtrfs-progs: add "btrfs device scan" before overlay/extroot
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>
3 months agoocserv: Use default value for log-level in conf
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>
3 months agohaproxy: update to v3.0.6
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>
3 months agocloudflared: Update to 2024.11.0
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>
3 months agov2ray-geodata: Update to latest version
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>
3 months agoxray-core: Update to 24.11.11
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>
3 months agontpd: Supports apk version semantics
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>
3 months agoruby: include JSON modules in host build
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>
3 months agogst1-plugins-bad: package play and player libraries
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>
3 months agogst1-plugins-base: build OpenGL library and plugin
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>
3 months agolibgudev: add package
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>
3 months agohwdata: package pnp.ids and add InstallDev section
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>
3 months agoipmitool: update to 1.8.19
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>
3 months agoluajit: fix built for apk naming requirements
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>
3 months agoprivoxy: adjust version for apk
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>
3 months agonginx: Support APK versioning
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>