Commit Graph

32592 Commits

Author SHA1 Message Date
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
Oliver Kraitschy e0bb219f38 openwisp-monitoring: add missing PKG_VERSION for APK
The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string
was used.

Signed-off-by: Oliver Kraitschy <ok@dev.tdt.de>
2024-08-21 07:26:24 +02:00
Oliver Kraitschy a111cf3129 openwisp-config: add missing PKG_VERSION for APK
The 'PKG_VERSION' string was missing and only 'PKG_SOURCE_VERSION' string
was used.

Signed-off-by: Oliver Kraitschy <ok@dev.tdt.de>
2024-08-21 07:25:50 +02:00
Dirk Brenken 4803143a91
adblock: update to 4.2.2-3
* bugfix: users reported unexpected side effects with  the newly introduced rpc-sys ubus service, reverted that part
*bugfix: made "tcpdump" optional

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-08-20 23:05:59 +02:00
Dirk Brenken 9428ef4320
adblock: update to 4.2.2-2
* removal of a superfluous opkg code block (missed in the last commit)
* cosmetics

Signed-off-by: Dirk Brenken <dev@brenken.org>
2024-08-20 16:02:26 +02:00
Milinda Brantini 5f46bdd57f dnsproxy: Update to 0.73.0
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-20 19:02:12 +08:00
Milinda Brantini b788651e27 sing-box: update to 1.9.4
Signed-off-by: Milinda Brantini <C_A_T_T_E_R_Y@outlook.com>
2024-08-20 17:57:03 +08:00
Florian Eckert a890892242 basicstation: fix compilation for new mbedtls version 3.x
The basicstation build fails since the change to the new major version
3.x of mbedtls, because of API changes in the new mbedtls version.

To fix the compilation for new mbedtls version, the waiting pullrequest
is backported as a patch.

Thanks to 'Glenn Strauss' to create this PR:
https://github.com/lorabasics/basicstation/pull/198

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-08-19 12:15:06 -07:00
Rosen Penev 9a7f683863 libmspack: update to 0.11alpha
Reworked PKG_VERSION for apk compatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-19 10:11:04 -07:00
Florian Eckert fd26ec1b67 bonding: fix apk version
Fix apk version schema by changing the 'PKG_VERSION'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-08-19 15:22:59 +02:00
Florian Eckert 1dad424c4a bluez-tools: fix apk version
Fix apk version schema by removing 'PKG_VERSION'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-08-19 15:22:59 +02:00
Andreas Gnau 04f7caf1c2 ntfs-3g: Bump to 2022.10.3
This fixes CVE-2022-40284.

Security release 2022.10.3 (Oct 31, 2022)

 * Rejected zero-sized runs
 * Avoided merging runlists with no runs

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
2024-08-19 05:07:46 -07:00
Rosen Penev 88f0a724f0 pingcheck: update to latest master
Removed PKG_VERSION for apk compatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-19 05:04:45 -07:00
Florian Eckert 9d26c089bb liboping: add pkgconfig to dev install target
The packages 'liboping' does also provide da 'pkgconfig' file. So that other
programs that link against this library and use pkgconfig can find it more
easily, the provided pkconfig file must also be copied into the staging dir.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-08-19 05:02:05 -07:00
Rosen Penev c4ed78f0f3 libradiotap: update to latest master
Use PKG_SOURCE_DATE for compatibility with apk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-19 03:16:07 +02:00
Rosen Penev badefd3a12 v4l2loopback: update to 0.13.2
Use PKG_VERSION for apk compat Need to remove the v.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-18 14:39:48 -07:00
Rosen Penev 395e00bb1c libnet: move to new upstream
SourceForge is 10 years old.

Allows removal of various old hacks.

Updated InstallDev with new stuff.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-18 10:55:39 -07:00
Rosen Penev 780e4dab5c libre2: use local tarballs
Helps to add compatibility with apk.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-18 10:54:47 -07:00
Rosen Penev 1586bdad5e sslh: update to 2.1.2
Fix apk compatibility.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2024-08-18 10:54:29 -07:00