aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gensio: update to 2.7.6Michael Heimpold2023-10-29
| | | | | | | Also disable probably rarely used features to lower the library footprint. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* Merge pull request #22518 from mhei/php8-update-to-8.2.12Michael Heimpold2023-10-28
|\ | | | | php8: update to 8.2.12
| * php8: update to 8.2.12Michael Heimpold2023-10-27
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | travelmate: release 2.1.1-2Dirk Brenken2023-10-27
| | | | | | | | | | | | | | * more small fixes & enhancements * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #22485 from osedl/modemmanager-fix-race-conditionFlorian Eckert2023-10-27
|\ \ | |/ |/| Modemmanager fix race condition
| * modemmanager: check status of report-kernel-eventOliver Sedlbauer2023-10-25
| | | | | | | | | | | | | | | | | | | | | | At mm_report_modem_wait a wait status is set. When attempting to report an event (via hotplug or during startup) and the DBus is not yet available, the status in the sysfs cache is set to 'processed' incorrectly, even if mmcli fails. This is fixed by aborting the operation and logging an error when the kernel report fails. Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
| * modemmanager: remove sysfscache after dbus readyOliver Sedlbauer2023-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The mm_report_events_from_cache method is called during the startup and informs the ModemManager of kernel events. Additionally, hotplug scripts inform the ModemManager of kernel events. Processed events are stored in the sysfs cache. It is possible for a hotplug script to write to the sysfs cache while the mm_report_events_from_cache method is still waiting for the ModemManager to be available on the bus during startup. This could lead to a misbehavior where modems are not recognized. To ensure a clean state on startup, the sysfs cache is cleared after the ModemManager is available, ensuring reliable processing of kernel events. Signed-off-by: Oliver Sedlbauer <osedlbauer@tdt.de>
* | Merge pull request #22511 from stangri/master-https-dns-proxyStan Grishin2023-10-26
|\ \ | | | | | | https-dns-proxy: bugfix: crashes on logging from upstream
| * | https-dns-proxy: bugfix: crashes on logging from upstreamStan Grishin2023-10-26
|/ / | | | | | | | | | | | | | | | | * update to 2023-10-25 upstream version which fixes the crashes on logging on ath79 * remove no longer needed 030-src-logging.c-fix-crash.patch * update 010-cmakelists-remove-cflags.patch to work with a new version * update 020-src-options.c-add-version.patch to work with a new version Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22444 from stangri/master-ngtcp2Stan Grishin2023-10-26
|\ \ | | | | | | ngtcp2: add new package
| * | ngtcp2: add new packageStan Grishin2023-10-23
| | | | | | | | | | | | | | | | | | | | | * add new package to allow building of curl with HTTP/3 support * switch to using cmake Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #22447 from stangri/master-curlStan Grishin2023-10-26
|\ \ \ | | | | | | | | curl: prepare for HTTP/3 support
| * | | curl: prepare for HTTP/3 supportStan Grishin2023-10-18
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | * these changes along with 2 PRs below and using non-standard openssl library allow for building curl with HTTP/3 support * https://github.com/openwrt/packages/pull/22443 * https://github.com/openwrt/packages/pull/22444 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | Merge pull request #22443 from stangri/master-nghttp3Stan Grishin2023-10-26
|\ \ \ | | | | | | | | nghttp3: add new package
| * | | nghttp3: add new packageStan Grishin2023-10-23
| |/ / | | | | | | | | | | | | | | | | | | * add new package to allow building of curl with HTTP/3 support * switch to using cmake Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | snowflake: update to 2.7.0Nick Hainke2023-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/tags/v2.7.0 Proxy churn is removed and because of that also distinctcounter: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/commit/6393af6bab0f7c3c95b11352d5c582d2000062fa Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | dnsproxy: Update to 0.56.2Tianling Shen2023-10-25
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | rclone: Update to 1.64.2Tianling Shen2023-10-25
| |/ |/| | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | nerdctl: update to 1.6.2Luca Barbato2023-10-25
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | travelmate: release 2.1.1Dirk Brenken2023-10-24
| | | | | | | | | | | | | | | | | | | | * various vpn/wireguard improvements & fixes * improved compatibility with new netifd * added open STA improvements by @brianjmurrell * closes #22227 #22288 #22357 Signed-off-by: Dirk Brenken dev@brenken.org Signed-off-by: Dirk Brenken <dev@brenken.org>
* | transmission: update to 4.0.4Andrew Sim2023-10-24
| | | | | | | | | | | | | | Update Transamission to 4.0.4 stable release Changelog: https://github.com/transmission/transmission/releases/tag/4.0.4 Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | exim: update to version 4.96.2Daniel Golle2023-10-24
| | | | | | | | | | | | | | | | Fixes vulnerabilities: - Improper Neutralization of Special Elements (CVE-2023-42117) - dnsdb Out-Of-Bounds Read (CVE-2023-42119) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #22492 from douglarek/masterJosef Schlehofer2023-10-24
|\ \ | | | | | | sing-box: update to v1.5.4
| * | sing-box: update to v1.5.4Leo Douglas2023-10-24
| | | | | | | | | | | | | | | | | | changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.5.4 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | Merge pull request #22489 from stangri/master-https-dns-proxyStan Grishin2023-10-23
|\ \ \ | |/ / |/| | https-dns-proxy: bugfix: prevent crashes on IPv6 systems
| * | https-dns-proxy: bugfix: prevent crashes on IPv6 systemsStan Grishin2023-10-24
|/ / | | | | | | | | | | | | | | * update service triggers so that procd_add_raw_trigger is only executed on boot and not on other service actions * remove outdated iface hotplug script Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | gst1-plugins-ugly: update to 1.22.6Koen Vandeputte2023-10-23
| | | | | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | gst1-plugins-good: update to 1.22.6Koen Vandeputte2023-10-23
| | | | | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | gst1-plugins-base: update to 1.22.6Koen Vandeputte2023-10-23
| | | | | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | gst1-plugins-bad: update to 1.22.6Koen Vandeputte2023-10-23
| | | | | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | gst1-libav: update to 1.22.6Koen Vandeputte2023-10-23
| | | | | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | gstreamer1: update to 1.22.6Koen Vandeputte2023-10-23
| | | | | | | | Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | procs: update to v0.14.3Facundo Acevedo2023-10-23
| | | | | | | | Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
* | Merge pull request #18668 from wigyori/perl-riscvPhilip Prindeville2023-10-23
|\ \ | | | | | | perl: add support for riscv64
| * | perl: add support for riscv64Zoltan HERPAI2023-10-22
|/ / | | | | | | | | | | Required by sifiveu and upcoming riscv targets. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* | Merge pull request #22460 from TDT-AG/pr/20231020-acpi-unixPhilip Prindeville2023-10-22
|\ \ | | | | | | acpica-unix: add host build
| * | acpica-unix: add host buildFlorian Eckert2023-10-20
| | | | | | | | | | | | | | | | | | | | | In order to build additional acpi tables during the build process, this package needs to be build for the host. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | stress-ng: backport immintrin.h header detection for GCC 13Alexandru Ardelean2023-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport patch from: https://github.com/ColinIanKing/stress-ng/commit/cd84c46ce780242879e8aaa7d698b9cd87996dbd With GCC 12 there is no issue. With GCC 13, there is a compilation issue on x86_64. Fixes https://github.com/openwrt/packages/issues/22373 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | tor: fix daemon reloadingValdikSS ValdikSS2023-10-22
| | | | | | | | | | | | | | | | | | procd requires init script name, not the path to executable Signed-off-by: ValdikSS ValdikSS <iam@valdikss.org.ru>
* | | nginx: add option to compile STREAM REAL IP moduleChristian Marangi2023-10-22
| | | | | | | | | | | | | | | | | | | | | Add option to compile STREAM REAL IP module. Closes: #22310 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | micropython-lib: move to PCRE2Christian Marangi2023-10-22
| | | | | | | | | | | | | | | | | | Add pending patch converting the package to PCRE2. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | ooniprobe: remove unused packageJosef Schlehofer2023-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is not maintained anymore in the OpenWrt packages feed and since we updated Go to 1.21 version, it is not compiled either. Let's hope that with removing this package from our feed, someone will step it and become a maintainer to take care of this package. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | shadowsocks-libev: convert to PCRE2Christian Marangi2023-10-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert package to PCRE2 by porting a pending patch from a closed PR. The PR is old but the code never changed and is simple enough to check the changes. The patch apply directly with no changes (aside from commenting out the travis CI file) The PR was never merged as PCRE2 at times was too new and they were trying to find a better regex lib. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | Merge pull request #22464 from stangri/master-adblock-fastStan Grishin2023-10-21
|\ \ \ | |/ / |/| | adblock-fast: bugfix: allow command
| * | adblock-fast: bugfix: allow commandStan Grishin2023-10-21
|/ / | | | | | | | | | | | | | | * fix sed to properly purge allowed domains from block-lists * ensure resolver is restarted on allow command * reduce pause default/max in attempt to make it work with luci Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22342 from blocktrron/quectel-timesync-20231008David Bauer2023-10-20
|\ \ | | | | | | quectel-timesync: add package
| * | quectel-timesync: add packageDavid Bauer2023-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This tool allows for acquiring the current time from the cellular network for configuring the local clock. Compared to NTP, this has the advantage of nut using up mobile traffic. It takes advantage of the AT+QLTS command found on Quectel modems. This functionality depends on support of the mobile network. Compile-tested: ath79-nand Run-tested: ath79-nand (GL.iNET GL-XE300) Signed-off-by: David Bauer <mail@david-bauer.net>
* | | pillow: bump to version 10.1.0Alexandru Ardelean2023-10-20
| | | | | | | | | | | | | | | | | | Add test.sh also. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | rclone: Update to 1.64.1Tianling Shen2023-10-20
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | nerdctl: New packageLuca Barbato2023-10-20
| | | | | | | | | | | | | | | | | | | | | contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ... Signed-off-by: Luca Barbato <lu_zero@gentoo.org>