Commit Graph

33050 Commits (db51a6426c58924acf6f741376383cb3ad0ba2d7)

Author SHA1 Message Date
Rosen Penev db51a6426c tayga: fix compilation with GCC14
Header is needed for musl.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-21 20:34:14 -08:00
Rosen Penev 824b2c09a0 httping: fix compilation with full NLS
-lintl is needed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-21 20:30:42 -08:00
Finn Landweber c6989438c3 python-setuptools-scm: update to 8.1.0
Signed-off-by: Finn Landweber <finn@landweber.xyz>
2024-11-21 20:29:03 -08:00
Gagan Deep a525be2763 openwisp-monitoring: update to 0.2.1
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
2024-11-21 22:38:45 +01:00
Rosen Penev 9c9f4dd088 iperf3: fix crashing with musl
Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-20 16:59:16 -08:00
Eric Fahlgren 440a6e7fdf 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>
2024-11-20 14:49:37 -08:00
Tianling Shen 6945c7bb65
yq: Update to 4.44.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-11-20 21:18:50 +08:00
Ryan Keane bf07d331b0 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: 
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>
2024-11-20 17:13:45 +08:00
Jon Henrik Bjørnstad 10fcc5d390 qbee-agent: bump version to 2024.45
Signed-off-by: Jon Henrik Bjørnstad <jonhenrik@qbee.io>
2024-11-20 00:17:08 +08:00
Ryan Keane c342279eb6 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>
2024-11-20 00:07:28 +08:00
Ray Wang 102ce164eb hev-socks5-tunnel: update to 2.7.5
Signed-off-by: Ray Wang <r@hev.cc>
2024-11-20 00:07:09 +08:00
Ray Wang a813c3a266 hev-socks5-tproxy: update to 2.5.8
Signed-off-by: Ray Wang <r@hev.cc>
2024-11-20 00:06:53 +08:00
Ray Wang 30db86cc9c hev-socks5-server: update to 2.6.9
Signed-off-by: Ray Wang <r@hev.cc>
2024-11-20 00:06:41 +08:00
Martin Pecka 88d1876f38 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>
2024-11-19 08:05:33 -08:00
Martin Pecka 6b824ee7d7 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>
2024-11-19 08:05:33 -08:00
Martin Pecka 4b9453b9a4 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>
2024-11-19 08:05:33 -08:00
Hannu Nyman a2cae1facd kafs-client: Make version apk compatible
Adjust version to compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-18 20:43:28 +02:00
Ryan Keane 9fc92eab22 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>
2024-11-18 15:10:58 +08:00
Glenn Strauss 8ec794998f micropython-lib: update to 1.24.0
* update micropython-lib to hash for 1.24.0

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2024-11-17 21:40:15 -08:00
Glenn Strauss 4c751e454c 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>
2024-11-17 21:40:15 -08:00
Ted Hess 76d5db5856 sox: Remove wavpack (explicitly) from build
Remove myself as maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
2024-11-17 18:16:44 -05:00
Hannu Nyman 03f9a53cab netdiscover: Make version apk compatible
Adjust version to be compatible with apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 19:28:58 +02:00
Hannu Nyman abef31cacd lua-curl-v3: Make version apk compatible
Adjust version to apk's semantic rules.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 19:28:37 +02:00
Daniel Golle 46e1b60f5d mptcpd: update to version 0.13
Changes since v0.12:
 7fb6416 tests: fix segfault with no /etc/protocols ()
 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. ()
 a4e7b65 {etc,man}: improve check_route address notification flag documentation ()
 ffa276f Support ELL 0.68 l_netlink_message API. ()
 269f10a gh: daily validation of the ELL compatibility ()
 824ff8c Support listener events ()
 5d9f33a Some clean-ups ()
 05a08bf lib: switch to v4.0.1: only added items ()
 3702487 scripts: debug: also print system info ()
 5d8db15 ell: only include 'ell/ell.h' header ()
 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>
2024-11-17 17:13:01 +00:00
Daniel Golle 11b3b811b3 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>
2024-11-17 17:13:01 +00:00
Hannu Nyman b665256d62 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>
2024-11-17 16:00:09 +02:00
Hannu Nyman 252efdc342 owfs: Make version apk compatible
Adjust version to be compatible with apk's semanting versioning.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 15:59:51 +02:00
Hannu Nyman c8a46db23d lua-openssl: Make version apk compatible
Make version compatible with apk.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 08:47:30 +02:00
Hannu Nyman 69f5605e5a 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>
2024-11-17 08:47:06 +02:00
Hannu Nyman f95f1ba47a luv: Make version apk compatible
Make version apk compatible.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-17 08:46:26 +02:00
Hannu Nyman 454e232e5b 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>
2024-11-17 08:40:41 +02:00
Rosen Penev 2a139f844c gphoto2: fix compilation with GCC14
Upstream backports.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-16 10:06:02 -08:00
Peter van Dijk 35a6aab7b8 pdns-recursor: update to 5.1.3
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2024-11-16 10:05:18 -08:00
Dirk Brenken 4f00d8f0ee
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>
2024-11-16 12:45:40 +01:00
Rosen Penev 8a0f28c78c atop: fix compilation with full NLS
nls.mk is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-16 13:39:44 +02:00
Christian Marangi eb829eebc8 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>
2024-11-16 12:31:54 +02:00
Tianling Shen 9dc0ee812d perl: perlmod: make version apk compatible
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-11-16 11:42:47 +02:00
Hirokazu MORIKAWA ba445acd7c 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>
2024-11-16 17:35:47 +08:00
Tianling Shen 98b10bda70
dnsproxy: Update to 0.73.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-11-16 17:28:34 +08:00
Tianling Shen b9dc86034b 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>
2024-11-16 16:39:04 +08:00
Rosen Penev 8124f1891a 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>
2024-11-16 10:14:38 +02:00
Ted Hess 8b6d61294f ntfs-3g: APK version compliance.
Remove libfuse/int hint from name.
         Remove myself as maintainer

Signed-off-by: Ted Hess <thess@kitschensync.net>
2024-11-16 10:13:38 +02:00
Daniel Golle bea58eea06 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>
2024-11-16 02:21:10 +00:00
Daniel Golle a51ba5aaee bubblewrap: add package
Bubblewrap is a container tool for security sandboxes.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2024-11-16 02:20:57 +00:00
Daniel Golle cae9a5ee61 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>
2024-11-16 02:20:43 +00:00
Daniel Golle 2697c6e620 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>
2024-11-16 02:20:24 +00:00
Rosen Penev e5edda8a84 lpac: fix compilation with GCC14
Parameter is not void but void pointer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-15 17:27:06 -08:00
Rosen Penev a4723a98e9 libdbi-drivers: fix compilation with GCC14
Patch from Alpine Linux.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-15 17:04:57 -08:00
Robert Marko 3d6cfc732b tinc: support apk version semantics
See: 

Signed-off-by: Robert Marko <robimarko@gmail.com>
2024-11-15 14:14:44 +01:00
Rosen Penev 16fcf54e57 openocd: fix version for APK compatibility
Need to get rid of the v.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-11-15 13:07:56 +01:00