Commit Graph

34535 Commits

Author SHA1 Message Date
Maxim Storchak
b0a6a9147b rsync: update dependencies for rrsync
- update dependencies from perl to python
- support dropbear

Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2025-08-30 20:59:41 +08:00
Ulrich Stark
6b27cc5170 lsof: fix compilation issue with "libtirpc"
adding --without-libtirpc to CONFIGURE_ARGS + version bump. Ref.: https://github.com/openwrt/packages/issues/27357

Signed-off-by: Ulrich Stark <pwned-pixel@posteo.de>
2025-08-30 10:35:18 +03:00
Nate Robinson
8705423201 lf: update to r37
https://github.com/gokcehan/lf/releases/tag/r37

Signed-off-by: Nate Robinson <nrobinson2000@me.com>
2025-08-29 18:03:19 -03:00
Wei-Ting Yang
e236bede74 django-restframework: assign PKG_CPE_ID
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:django-rest-framework:django_rest_framework

Signed-off-by: Wei-Ting Yang <williamatcg@gmail.com>
2025-08-29 11:56:26 +03:00
George Sapkin
e604458151 yt-dlp: bump to 2025.08.22
Changelog: https://github.com/yt-dlp/yt-dlp/releases/tag/2025.08.22
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-28 17:30:22 +03:00
Niklas Thorild
6f190b4cad telegraf: update to 1.35.4
- Update Telegraf to v1.35.4
- Adjust GO_PKG_LDFLAGS_X to reflect upstream changes in version metadata
- Add default configuration file (Telegraf no longer includes one)
- Drop deprecated tcp_listener and udp_listener plugins from telegraf-small
- Rework how plugins for small variant are specified to reflect upstream changes
- Add -static TARGET_LDFLAGS for MIPS target to avoid R_MIPS_26 relocation errors during build

Signed-off-by: Niklas Thorild <niklas@thorild.se>
2025-08-28 12:24:44 +03:00
Stan Grishin
9022d3f53f adblock-fast: update to 1.1.4-r12
README:
* update header

Init-script:
* set an earlier start to get triggers to work
* better str_contains
* improve readability of json() by getting rid of cascading case statements
* add new errors/status messages to get_text()
* prepare get_text() for localization by switching to inline printf
* adjust shellcheck disable comments where needed
* parse unbound config for DNS hijack ports
* test if the archived cache exists on boot and proceed to use it if it does
* add trigger waiting status so that luci app can display correct status
* do not run adb_config_update on boot, speeding up trigger setup

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2025-08-27 17:33:30 -07:00
Hannu Nyman
4ccf3be95b sing-box: Revert "sing-box: update to 1.12.3"
This reverts commit 002e0559a5.

sing-box 1.12.3 is apparently buggy and crashes.
Reference to #27346 and #27339
Let's revert the upgrade.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-08-27 22:28:47 +03:00
W. Michael Petullo
11c434adbb vips: update to 8.17.1
Upstream list of changes is available at
https://github.com/libvips/libvips/releases/tag/v8.17.1.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-08-27 22:20:39 +03:00
W. Michael Petullo
fc49303761 krb5: update to 1.22.1
Upstream list of changes is available at
https://web.mit.edu/kerberos/krb5-1.22/krb5-1.22.1.html.

Of note is that this release fixes CVE-2025-57736.

Also removes "-std=gnu11" from build.

Signed-off-by: W. Michael Petullo <mike@flyn.org>
2025-08-27 22:20:21 +03:00
George Sapkin
730cefb843 adguardhome: bump to 0.107.65
Changelog: https://github.com/AdguardTeam/AdGuardHome/releases/tag/v0.107.65
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-26 20:32:06 +03:00
Hannu Nyman
b207db0caa transmission-web-control: fix mirror hash
Fix hash.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-08-25 19:40:09 +03:00
John Audia
26edbcbb39 libtirpc: update to 1.3.7
Release notes: https://sourceforge.net/projects/libtirpc/files/libtirpc/1.3.7/Release-1-3-7.txt

Removed upstreamed patches.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc (Intel N150 based box)

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-08-25 19:30:08 +03:00
John Audia
763f984e4f lm-sensors: fix build with glibc
The lm-sensors build was failing on glibc-based targets with:
  ld: cannot find -liconv: No such file or directory

which occurred because the upstream Makefile unconditionally links
against -liconv, but glibc has iconv functionality built-in and does not
provide a separate libiconv library.

I submitted the new patch upstream to fix this:
https://github.com/hramrach/lm-sensors/pull/14

This change is backward compatible based on my testing building
lm-sensors for x86/64 with glibc and again with musl after having
applied the patch.

Build system: x86/64
Build-tested: x86/64-glibc and x86/64
Run-tested: x86/64-glibc (Intel N150 based box)

Signed-off-by: John Audia <therealgraysky@proton.me>
2025-08-25 17:29:59 +02:00
Sven Eckelmann
d3b2286128 poemgr: update to latest HEAD
f1f093852aba poemgr: drop prefix from json-c include
adfb382a996a poemgr: Fix missing/unused includes
27d53374601b Makefile: compile object files before linking
e07fdec5e1cf Makefile: use LDLIBS to link libraries
1e6659b786e8 Makefile: mark targets without any output
f7f147977891 Makefile: reference output file using variable
aa3ae603099a Makefile: Add missing license header

Signed-off-by: Sven Eckelmann <sven@narfation.org>
2025-08-25 17:29:31 +02:00
Tianling Shen
802e874d74 v2ray-geodata: Update to latest version
Update all geodata.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-25 15:35:57 +08:00
Tianling Shen
d5b31edb78 rclone: Update to 1.71.0
Removed upstreamed patch.

Release note: https://github.com/rclone/rclone/releases/tag/v1.71.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-25 15:33:08 +08:00
Tianling Shen
713b37dd20 openlist: Update to 4.1.1
Release note: https://github.com/OpenListTeam/OpenList/releases/tag/v4.1.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-25 15:32:48 +08:00
Tianling Shen
5d2c923976 v2raya: Update to 2.2.7
Release note: https://github.com/v2rayA/v2rayA/releases/tag/v2.2.7

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-25 15:31:33 +08:00
Aleksey Vasilenko
5da8338e9a ngtcp2: update to 1.15.0
this time is for real

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-25 07:19:52 +03:00
Othmar Truniger
47ed8ab5be linknx: prevent jsoncpp dependency
Signed-off-by: Othmar Truniger <github@truniger.ch>
2025-08-25 06:45:08 +03:00
Ryan Keane
f6ade70bca transmission-web-control: Update to 20240408
Update to commit f02a47aff2680de10c2269e22a3d0b37a318dbcd
Change TITLE variable to make it easier to understand.

Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
2025-08-24 22:06:04 +03:00
Sebastian Hamann
6b8981f010 nut: update to 2.8.4
See upstream changelog at
https://networkupstools.org/docs/release-notes.chunked/NUT_Release_Notes.html

New drivers:
* failover
* liebert-gxe
* microsol-apc
* nutdrv_hashx
* powervar_cx_ser
* nutdrv_siemens-sitop
* sms_ser
* bicker_ser
* ve-direct
* nhs_ser
* powervar_cx_usb

Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com>
2025-08-24 21:48:56 +03:00
Sebastian Hamann
f5371ab434 nut: switch to https:// download URL
Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com>
2025-08-24 21:48:56 +03:00
Sebastian Hamann
012cfe5985 nut: fix typo in nut_serial.hotplug (fix #21504)
Signed-off-by: Sebastian Hamann <code@ares-macrotechnology.com>
2025-08-24 21:48:56 +03:00
Aleksey Vasilenko
114f412408 ffmpeg: update to 6.1.3
- Remove 2 upstreamed patches

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 21:44:50 +03:00
Tianling Shen
bc2d10333b dufs: backport upstream fixes
Including one security fix.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2025-08-25 01:32:15 +08:00
Rosen Penev
d9fee08632 python3: fix host uuid and ncurses
pkgconfig doesn't work correct for these two packages. Just readd the
proper paths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-08-24 20:28:15 +03:00
Gregory Gullin
ebb0d87450 nnn: update to version 5.1
Release notes: https://github.com/jarun/nnn/compare/v4.9...v5.1

Signed-off-by: Gregory Gullin <garuwex@gmail.com>
2025-08-24 19:50:48 +03:00
Yu Fang
f6511d3908 gateway-go: update to 2.0.10
- support ipv6 transport for remote access

Signed-off-by: Yu Fang <newfarry@126.com>
2025-08-24 19:47:53 +03:00
Jonas Jelonek
57bc583f75 i2csfp: update to latest Git HEAD
This fixes build with GCC15.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2025-08-24 19:46:17 +03:00
Luiz Angelo Daros de Luca
f59476ad89 iodine: use procd, add extra options
Iodine now uses a procd init.d service and output is sent to the system
log.

Two new options have been added:

- debuglevel — increases the verbosity of debug output.

- check_client_ip — controls whether to accept or reject queries from
  different IP addresses for the same login. This should be disabled if
  the recursive DNS server might send queries from varying IPs. However,
  disabling this option also makes replay attacks significantly easier.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2025-08-24 19:44:51 +03:00
George Sapkin
d75075ce8e syncthing: improve relay argument parsing
Fixes: 47644ba46 ("syncthing: fix discovery and relay extra args")
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-24 19:43:57 +03:00
George Sapkin
6ccb3b6174 syncthing: improve discovery argument parsing
Fixes: 47644ba46 ("syncthing: fix discovery and relay extra args")
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-24 19:43:57 +03:00
Roc Lai
1d49010728 ariang: bump to 1.3.11
ariang: bump to 1.3.11

Change log is available at https://github.com/mayswind/AriaNg/releases/tag/1.3.11

Signed-off-by: Roc Lai <laipeng668@qq.com>
2025-08-24 19:42:53 +03:00
Aleksey Vasilenko
1878155445 libjpeg-turbo: update to 3.1.1
update to 3.1.1

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 19:40:46 +03:00
Aleksey Vasilenko
d9310f430c clamav: update to 1.4.3
update to 1.4.3

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 19:40:23 +03:00
Aleksey Vasilenko
9edb3c8686 https-dns-proxy: match updated curl config options
- match updated curl config options

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 22:27:19 +08:00
Aleksey Vasilenko
69768c592b nghttp2: update to 1.66.0
- Update package description

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 22:27:19 +08:00
Aleksey Vasilenko
21fa162736 nghttp3: update to 1.11.0
- Update package description
- Use CP instead of INSTALL_DATA to copy symlinks properly

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 22:27:19 +08:00
Aleksey Vasilenko
ea45f66f69 ngtcp2: update to 1.15.0
- Remove superficial libnghttp3 dependency
- Add libopenssl dependency
- Update package description
- Fix leaking lib and includes in libngtcp2_crypto_ossl.pc
- Use CP instead of INSTALL_DATA to copy symlinks properly

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 22:27:19 +08:00
Aleksey Vasilenko
ea66e463cf curl: update to 8.15.0
- Merge LIBCURL_NGTCP2 and LIBCURL_NGHTTP3 into single LIBCURL_HTTP3 config option
- Rename LIBCURL_NGHTTP2 to LIBCURL_HTTP2 config option
- Disable IPFS support which is enabled by default
- Refresh a patch

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 22:27:19 +08:00
George Sapkin
bfd3058770 golang: bump to 1.25.0
Fixes: CVE-2025-47907
Link: https://go.dev/doc/go1.25
Signed-off-by: George Sapkin <george@sapk.in>
2025-08-24 22:25:17 +08:00
Aleksey Vasilenko
18bbec9f2f libzip: update to 1.11.4
update to 1.11.4

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-24 15:37:51 +02:00
Rosen Penev
b1bb4533ef coova-chilli: update to 1.7
Swith to local tarballs for smaller size.

Some patches were merged upstream.

Switch to static instead of attribute constructor. Simpler.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2025-08-24 10:51:54 +03:00
Jan-Niklas Burfeind
e7a4667175 uradvd: provide warning upon disabled configuration
which grants clarity and better traceability.

Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
2025-08-24 03:19:22 +03:00
Jan-Niklas Burfeind
b2f14a5e8d uradvd: Update to 2025-08-16
Provide four new options:
--valid-lifetime
--preferred-lifetime
--max-router-adv-interval
--min-router-adv-interval

Signed-off-by: Jan-Niklas Burfeind <git@aiyionpri.me>
2025-08-24 03:19:22 +03:00
Aleksey Vasilenko
592d7f0b8f apr: update to 1.7.6
update to 1.7.6

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2025-08-23 23:59:38 +03:00
Carlos Miguel Ferreira
965dc7088e boost: Updates package to version 1.89.0
This commit updates boost to version 1.89.0

New libraries in this release:
* Bloom [2]: filters, from Joaquín M López Muñoz.

Other Notes:
* Boost.System is now a header-only library [3]

More info about Boost 1.89.0 can be found at the usual place [1].

[1]: https://www.boost.org/users/history/version_1_89_0.html
[2]: https://www.boost.org/libs/bloom/
[3]; 7a495bb46d

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2025-08-23 23:00:46 +03:00
Hannu Nyman
9b098179f3 libcbor: adjust for cmake 4.x
Cmake 4.x requires 'cmake_minimum_required' to be at least 3.5.
Use 3.30 as the value (current cmake in OpenWrt 24.10).

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2025-08-23 22:40:53 +03:00