aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #22528 from mhei/php8-pecl-xdebug-update-to-3.2.2Alexandru Ardelean2023-10-30
|\ \ \ \ \ \ | | | | | | | | | | | | | | php8-pecl-xdebug: update to 3.2.2
| * | | | | | php8-pecl-xdebug: update to 3.2.2Michael Heimpold2023-10-28
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | restic-rest-server: update to 0.12.1Fabian Lipken2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | | | | | restic: update to 0.16.1Fabian Lipken2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | | | | | Revert "mdnsresponder: move libdns_sd into own directory"Stijn Tintel2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit breaks ohybridproxy in the routing feed. This reverts commit e0c85eb48556798af5ef6a2b2f7e1afdf9880163.
* | | | | | Revert "openthread-br: fix actually building"Stijn Tintel2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5958fd068fd0eb96a59c1758fd1906f472981ad5.
* | | | | | Merge pull request #22496 from mwarning/zt_typoTianling Shen2023-10-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | zerotier: fix typo
| * | | | | | zerotier: fix typoMoritz Warning2023-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | python-trove-classifiers: Update to 2023.10.18Jeffery To2023-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | snort3: update to 3.1.73.0John Audia2023-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne ,,_ -*> Snort++ <*- o" )~ Version 3.1.73.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2023 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.12 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.11 19 Sep 2023 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.3 Using Hyperscan version 5.4.2 2023-10-26 Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | | | | Pulseaudio: update to 16.1Johnny Vogels2023-10-28
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
* | | | | | 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>