aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | pdns: update to 4.8.3 and update pdns.conf-distPeter van Dijk2023-10-20
| | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | docker-compose: Update to version 2.23.0Javier Marcet2023-10-19
| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | conntrack-tools: update to 1.4.8Nick Hainke2023-10-19
| | | | | | | | | | | | | | | | | | Release Notes: https://marc.info/?l=netfilter&m=169598613909790&w=2 Furthermore, switch to "tar.xz". Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #22438 from Ansuel/fix-net-snmpStijn Tintel2023-10-19
|\ \ | | | | | | net-snmp: backport patch fixing memory leak for PCRE2
| * | net-snmp: backport patch fixing memory leak for PCRE2Christian Marangi2023-10-18
|/ / | | | | | | | | | | | | Backport patch fixing memory leak for PCRE2 present upstream. Fixes: #22428 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | Merge pull request #22371 from IgorBai/patch-3Florian Eckert2023-10-18
|\ \ | | | | | | ddns-scripts: add new DDNS provider ipnodns.ru
| * | ddns-scripts: add new DDNS provider ipnodns.ruIgor Baidasov2023-10-18
| | | | | | | | | | | | Signed-off-by: Igor Baidasov <igorbay@bk.ru>
* | | Merge pull request #22427 from Linaro1985/update_mm_1.22.0Florian Eckert2023-10-18
|\ \ \ | | | | | | | | modemmanager: bump to 1.22.0
| * | | modemmanager: bump to 1.22.0Maxim Anisimov2023-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - switch to builtin plugins - import upstream patch for fixing support of ublox LARA-R6001 / LARA-R6001D modules (see: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/779) Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
| * | | libqmi: bump to 1.34.0Maxim Anisimov2023-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
| * | | libmbim: bump to 1.30.0Maxim Anisimov2023-10-17
| | | | | | | | | | | | | | | | Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
* | | | Merge pull request #22422 from stangri/master-https-dns-proxyStan Grishin2023-10-17
|\ \ \ \
| * | | | https-dns-proxy: bugfix: logging crashing instances on ath79Stan Grishin2023-10-17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * finally fixes https://github.com/openwrt/packages/issues/19366 * simplify service_triggers * improve output for dnsmasq restart * improve grep/sed dependencies * remove interface hotplug Signed-off-by: Stan Grishin <stangri@melmac.ca>
* / / / node: Friday October 13 2023 Security ReleasesHirokazu MORIKAWA2023-10-17
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a security release. Notable Changes The following CVEs are fixed in this release: * CVE-2023-44487: nghttp2 Security Release (High) (Depends on shared library provided by OpenWrt) * CVE-2023-45143: undici Security Release (High) * CVE-2023-38552: Integrity checks according to policies can be circumvented (Medium) * CVE-2023-39333: Code injection via WebAssembly export names (Low) More detailed information on each of the vulnerabilities can be found in October 2023 Security Releases blog post. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #21258 from blocktrron/add-cudy-bdinfoDavid Bauer2023-10-16
|\ \ \ | | | | | | | | cudy-bdinfo: add package
| * | | cudy-bdinfo: add packageDavid Bauer2023-10-08
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This program can be used to obtain information stored on the bdinfo parition found on routers from Shenzhen Cudy Technology. While this tool is not necessary for operation with OpenWrt, it can be helpful to decrypt information generated by the stock firmware as well as to obtain additional device-specific information. Signed-off-by: David Bauer <mail@david-bauer.net>