Commit Graph

32610 Commits

Author SHA1 Message Date
Tianling Shen 52037eb625 cloudflared: reload service if wan inferface has (re)connected
Sometimes the wan connection needs time to be established (e.g. cold
boot after power loss) and the service may crash as the internet is
yet available. Add a trigger to reload the service once the wan
interface is up.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-09-02 13:19:16 +08:00
Rosen Penev c6f9c82a85 tvheadend: update to latest master
Removed PKG_VERSION for compatibility with apk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-09-01 10:41:44 -07:00
Christian Svensson 16bfadd8d1 uhubctl: update to 2.6.0
Signed-off-by: Christian Svensson <blue@cmd.nu>
2024-09-01 17:25:35 +03:00
Aleksey Vasilenko e61382c893 atop: update to 2.11.0
- Remove obsolete patch
- Add newly acquired glib2 dependency

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-09-01 17:23:25 +03:00
Aleksey Vasilenko 928ad5766e bash: update to 5.2.32
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-31 23:13:18 +08:00
David Yang a788688055 i2pd: Update to 2.53.1
Signed-off-by: David Yang <mmyangfl@gmail.com>
2024-08-31 22:07:56 +08:00
Tianling Shen a2d87d2658
v2ray-core: Update to 5.17.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-08-31 11:08:25 +08:00
Tianling Shen f2186d8565
yq: Update to 4.44.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-08-31 11:06:36 +08:00
Tianling Shen b9de33f106
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-08-31 11:06:28 +08:00
Wesley Gimenes 87b1901cda netbird: update to 0.28.9
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-08-31 11:03:53 +08:00
Wesley Gimenes 22e430ce78 netbird: add test
Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-08-31 11:03:53 +08:00
Aleksey Vasilenko e2e809044b c-ares: update to 1.33.1
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-31 00:14:31 +08:00
Aleksey Vasilenko fd5383e266 liburing: update to 2.7
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-31 00:13:03 +08:00
Aleksey Vasilenko fbcce64d0a clamav: update to 1.4.0
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-31 00:12:36 +08:00
Milinda Brantini 1c7bd8ba1d xray-core: update to 1.8.24
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-31 00:11:26 +08:00
Dengfeng Liu 632d4ea93d apfree-wifidog: update to 7.08.2035
https://github.com/liudf0716/apfree-wifidog/releases/tag/7.08.2035

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2024-08-29 19:29:56 +08:00
Dengfeng Liu d552c5733a apfree-wifidog: modify wifidogx.init
1. to address the isssue of incomplement firwall rules
2. added support for gateway settings

Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
2024-08-29 19:29:56 +08:00
David Bauer 1a986441d4 lpac: update maintainer E-Mail address
Signed-off-by: David Bauer <david.bauer@uniberg.com>
2024-08-28 23:59:45 +02:00
David Bauer e21bb35d6b lpac: add uqmi backend
This adds an additional OpenWrt specific backend to use lpac with the
uqmi tooling used by OpenWrt to manage QMI based modems.

This allows lpac to manage eUICC chips without the need for other,
potentially bigger, software using the installed modem.

Also set this backend as the new default, as users probably expect being
able to download profiles using their cellular modem.

Profile-Switching
-----------------
With some eUICC modem combinations you might require to powercycle the
UIM slot using uqmi after changing the active profile. To do this,
simply execute

$ uqmi -d /dev/cdc-wdm0 --uim-power-off --uim-slot=1
$ uqmi -d /dev/cdc-wdm0 --uim-power-on --uim-slot=1

Note
----
SM-DP+ might use encryption parameters which are incompatible with
mbedtls which cURL is by default compiled for.

This was observed when attempting to download a profile from
Vodafone DE.

If you encounter issues in that regard, try to install a version of
libcurl which is compiled with OpenSSL support.

Signed-off-by: David Bauer <david.bauer@uniberg.com>
2024-08-28 23:59:45 +02:00
David Bauer 688c4d3d54 lpac: update to v2.1.0
fd58ad7 Bump 2.1.0
319f55f chore(docs): add interactive preview mode option
da1cf1a update download cancel process
cee7190 workaround for es9p cancel session override error_detail
b11878f typo
e6b32e1 Merge branch 'main' of github.com:estkme/lpac
302984f preview && cancel session
56352c5 docs: Add parameters for 'notification process' (#144)
19df553 chore(driver): improve memory management in at driver (#140)
c86edd5 chore(driver): set pcsc and curl as default drivers. (#137)
3bde4a1  driver(APDU): add QMI backend (#131)
0011ea6 docs: add link to lpa-gtk ui for lpac (#125)
d508b28 refactor: bash scripts (#123)
f5956dd chore: move rlpa-server to independent repo (#122)

Signed-off-by: David Bauer <david.bauer@uniberg.com>
2024-08-28 23:59:45 +02:00
Jan Klos 4dd2a82c32 unbound: update to 1.21.0
Signed-off-by: Jan Klos <jan@klos.xyz>
2024-08-28 22:10:42 +02:00
Eneas U de Queiroz fe23f07b57 afalg_engine: bump to 1.2.1
This adapts the package to semantic versioning.
Added a simple Ci test script.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2024-08-27 15:32:23 -03:00
Aleksey Vasilenko 4c60a26c9f graphicsmagick: update to 1.3.44
Explicitly disable gs and libzip in configure
to prevent host dependencies leakage.

Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-27 21:25:18 +08:00
Aleksey Vasilenko 980fa4ec7e imagemagick: update to 7.1.1.37
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-27 16:14:12 +08:00
Aleksey Vasilenko fcaa448604 mc: update to 4.8.32
Signed-off-by: Aleksey Vasilenko <aleksey.vasilenko@gmail.com>
2024-08-27 16:13:42 +08:00
Wesley Gimenes aa85afa6ef netbird: add kmod-wireguard dependency
netbird supports the wireguard kernel module, but it can work without it in userspace,
losing some performance, but we know in advance that netbird will run as root,
therefore supporting the wireguard kernelspace with better performance.

Signed-off-by: Wesley Gimenes <wehagy@proton.me>
2024-08-27 16:13:12 +08:00
Til Kaiser 12ae025a88 mstflint: update to 4.29.0
This commit updates the mstflint package to the latest 4.29.0
release, including the new binaries mstfwctrl, mstlink, mstreg,
and libexpat as a new dependency.

Signed-off-by: Til Kaiser <mail@tk154.de>
2024-08-27 16:10:35 +08:00
Milinda Brantini 393dd98aef tailscale: Update to 1.72.1
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-27 16:06:13 +08:00
Hirokazu MORIKAWA 0d50f273b2 node: bump to v20.17.0
Notable Changes
	module: support require()ing synchronous ESM graphs
	path: add matchesGlob method
	stream: expose DuplexPair API

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2024-08-27 16:04:53 +08:00
Petr Štetiar 0b656baa40 Revert "qfirehose: new package"
This reverts commit df1cd5792a as the
current licensing terms prevents use in FOSS projects:

  Under no circumstances may customers modify, demonstrate, use, deliver
  or disclose any portion of the Software in source code form.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2024-08-26 08:57:54 -04:00
Alexandru Ardelean ddc619dc61 numpy: bump to version 2.1.0
Re-applied:
   003-without-vendored-meson.patch

Added:
   004-workaround-for-multiple-top-level-packages-discovered.patch

Suggestion found here:
   https://stackoverflow.com/questions/72294299/multiple-top-level-packages-discovered-in-a-flat-layout

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-08-26 15:43:02 +03:00
Alexandru Ardelean 031a4968b5 django: bump to 5.1
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-08-26 15:43:02 +03:00
Tianling Shen ecdf98767e dnsproxy: add hosts configurations
trim whitespaces while at it.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2024-08-25 14:45:40 +08:00
Rosen Penev c183be97d9 libuwsc: bump PKG_RELEASE for APK
PKG_RELEASE must be an integer.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-24 11:23:44 -07:00
Matt Merhar dc14c6a63b perl-try-tiny: update to 0.32
This doesn't include functional changes, but fixes tests with Perl >=
5.41.3.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2024-08-24 11:23:16 -07:00
Milinda Brantini a58474e838 dockerd: Update to 27.1.2
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-24 18:29:44 +08:00
Milinda Brantini e0258ed7ea docker: Update to 27.1.2
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-24 18:29:44 +08:00
Milinda Brantini e905c66399 cloudflared: Update to 2024.8.3
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-24 18:28:54 +08:00
Michael Heimpold 867d521d00 libgpiod: update to 2.1.3
Upstream bug fixes:
- fix C++ tests with recent kernels which introduced stricter reconfigure
  behavior
- fix a use-after-free bug in python bindings
- fix passing the event clock property to line requests in python bindings
- fix a memory leak in tools
- make sure the string buffers in line-info and chip-info are big enough to not
  truncate the strings they hold below the size accepted by the kernel

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2024-08-24 12:04:11 +02:00
Rosen Penev 4e2e967e49 libpqxx: update to 7.9.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-23 13:54:07 -07:00
Alexandru Ardelean 09173df497 openblas: bump to version 0.3.28
Also change URL to new page.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-08-23 15:43:27 +02:00
Alexandru Ardelean f008af9060 tcpreplay: add simple test.sh for all executables
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-08-23 16:04:00 +03:00
Alexandru Ardelean c986d6758f tcpreplay: bump to version 4.5.1
Dropped CVE patch.
It's included.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2024-08-23 16:04:00 +03:00
Rosen Penev e7badaa6cb db47: replace with db
There's no need to maintain an old version.

Removed all patches as they are all upstream.

Import new ones from Arch, Debian, and OpenEmbedded.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-22 20:41:15 -07:00
Rosen Penev 903cad3153 freeradius3: fix when host readline is present
autoreconf messes things up.

Fixed a typo regarding unixodbc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-22 20:33:16 -07:00
Othmar Truniger e08b47c8cb knxd: bump to version 0.14.63
Signed-off-by: Othmar Truniger <github@truniger.ch>
2024-08-22 17:51:54 -07:00
Milinda Brantini 0b43cbfd6a dnsproxy: Update to 0.73.1
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-22 23:01:07 +08:00
Ansel Horn 5f5e6cd179 ddns-scripts: add support for Porkbun
Extends DDNS support for the Porkbun v3 JSON API with a custom update
script and service configuration.

See: https://porkbun.com/api/json/v3/documentation

Depends on cURL (with SSL) for transport. Porkbun authentication API keys
and secret keys are passed through the ddns-scripts "username" and
"password" variables, respectively. As Porkbun DNS is currently backed by
Cloudflare, also support ddns-scripts "rec_id" variable for specific
record targeting.

Signed-off-by: Ansel Horn <dev@cahorn.net>
2024-08-22 16:02:59 +02:00
Karol Kolacinski 33ecb97bc3 ddns-scripts: Add IPv6 and https for OVH
ovh.com supports https and IPv6 since March 2024.
New API operates under domain dns.eu.ovhapis.com
Add IPv6 support, use https and updated domain for ovh.com.

Signed-off-by: Karol Kolacinski <kolacinskikarol@live.com>
2024-08-22 08:26:28 +02:00
Jonas Gorski 6d30ef57ea znc: update to 1.9.1
Update ZNC to latest release 1.9.1.

Changelog:

* https://wiki.znc.in/ChangeLog/1.9.1

Since we never provided modtcl, OpenWrt was never affected by
CVE-2024-39844.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
2024-08-21 20:42:10 +02:00