aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #22596 from muink/dnsproxy-mainTianling Shen2023-11-05
|\ | | | | dnsproxy: add more options
| * dnsproxy: new featuresAnya Lin2023-11-05
| | | | | | | | | | | | | | | | | | | | 1. Add new options: --http3 Enable HTTP/3 support (H3 first) --timeout Timeout for outbound DNS queries to remote upstream servers in a human-readable form (default: 10s) 2. Allows listen on multiple interfaces and ports Signed-off-by: Anya Lin <hukk1996@gmail.com>
* | banip: release 0.9.2-1Dirk Brenken2023-11-05
| | | | | | | | | | | | | | | | * the log file monitor now supports standard log files used by other log daemons like syslog-ng Set 'ban_logreadfile' accordingly, by default it points to /var/log/messages * removed logd dependency, closes #21932 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #22475 from tarvip/eap-dynamicPhilip Prindeville2023-11-04
|\ \ | | | | | | strongswan: add eap-dynamic plugin
| * | strongswan: add eap-dynamic pluginTarvi Pillessaar2023-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin acts as a proxy that dynamically selects an EAP method that is supported/preferred by the client. If the original EAP method initiated by the plugin is rejected with an EAP-NAK message, it will select a different method that is supported/requested by the client. For example it is possible to configure eap-tls as preferred authentication method for your connection while still allow eap-mschapv2. Signed-off-by: Tarvi Pillessaar <tarvip@gmail.com>
* | | iperf3-mt: new packageJonas Jelonek2023-11-04
| |/ |/| | | | | | | | | | | | | This adds a multithreaded variant of iperf3 as a package. This variant is still experimental, developed in the mt branch of the iperf repository and expected to be merged when it is considered stable. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | Merge pull request #22539 from Ansuel/update-privoxyTianling Shen2023-11-04
|\ \ | | | | | | privoxy: update to release 3.0.34 + PCRE2
| * | privoxy: use PKG_NAME variable instead of hardcoding privoxyChristian Marangi2023-11-02
| | | | | | | | | | | | | | | | | | | | | Use PKG_NAME in PKG_SOURCE AND PKG_BUILD_DIR instead of hardcoding to privoxy to make the Makefile cleaner. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| * | privoxy: backport and move to PCRE2 libraryChristian Marangi2023-10-29
| | | | | | | | | | | | | | | | | | | | | Backport required patch for PCRE2 support and move to PCRE2 library as PCRE is now EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| * | privoxy: update to release 3.0.34Christian Marangi2023-10-29
| | | | | | | | | | | | | | | | | | Update to release 3.0.34 to permit easier backport of PCRE2 support. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | Merge pull request #22587 from jefferyto/psqlodbc-fix-buildTianling Shen2023-11-04
|\ \ \ | | | | | | | | psqlodbc: Fix build
| * | | psqlodbc: Fix buildJeffery To2023-11-03
|/ / / | | | | | | | | | | | | | | | | | | | | | This updates the path for odbc_config as it was moved from $(STAGING_DIR_HOST)/bin to $(STAGING_DIR)/host/bin (in commit 61de50de5f787b08e06de9425ec409c8fd1ffcbf). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-pyopenssl: Update to 23.3.0Jeffery To2023-11-02
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-charset-normalizer: Update to 3.3.2Jeffery To2023-11-02
| | | | | | | | | | | | | | | | | | This also updates the test.sh script to use an assert. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | micropython: Update to 1.21.0, refresh/redo patchesJeffery To2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed 050-py-stackctrl-fix-gcc-13.patch as it has been merged in the new version. This also: * Add STRIP= (empty value) to skip micropython's stripping step, letting the OpenWrt build system control stripping. * Add a workaround for "variable might be clobbered" warning leading to build error on riscv64 (https://github.com/micropython/micropython/issues/12838). * Change Build/InstallDev to install host tools into an unversioned directory, and update micropython-lib to use the unversioned path. There is no need to keep available multiple versions of the host tools. * Add a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | owntone: update to 28.8Espen Jürgensen2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dependency to libevent-pthread came in version 28.7. The changelog doesn't directly say it, but it is part of the "drop support for libevent < 2.1.4", ref. OwnTone PR #1574: "Support for libevent < 2.1.4 has been removed, and libevent pthreads is now a hard requirement." The configure option --without-libevent_pthreads also no longer exists. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | libndpi: backport patch for PCRE2 supportChristian Marangi2023-11-01
| | | | | | | | | | | | | | | | | | | | | Backport patch for PCRE2 support as PCRE is EOL and won't receive any support updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | libndpi: bump to release 4.8Christian Marangi2023-11-01
| | | | | | | | | | | | | | | | | | Bump to release 4.8 to make it easier to backport PCRE2 support patch. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | haproxy: move to PCRE2Christian Marangi2023-11-01
| | | | | | | | | | | | | | | | | | | | | Move to PCRE2 as PCRE is EOL and won't receive any more security update anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | crowdsec-firewall-bouncer: add ujailS. Brusch2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added ujail for crowdsec-firewall-bouncer * set nice to reduce priority for process Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Run tested: mediatek/filogic, BPI-R3, Openwrt 23.05.0
* | | newt: Update to 0.52.24, add test.sh script for packages feed CIJeffery To2023-11-02
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | micropython-mpremote: Update to 1.21.0, rename package, move into utilsJeffery To2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the package to mpremote and moves it into utils, as this is a command-line utility and not a Python/MicroPython library. This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | wavemon: bump to 9.5.0Koen Vandeputte2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version is broken, as it refuses to work properly with the current nl80211 state. Bumping this fixes full wavemon support Changelog: 9.5.0: https://github.com/uoaerg/wavemon/releases/tag/v0.9.5 Changelog 9.4.0: https://github.com/uoaerg/wavemon/releases/tag/v0.9.4 Note that since 0.9.4, wavemon has a dependency on libnl-cli Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | | python-setuptools-rust: Update to 1.8.1, remove patchJeffery To2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | 0001-Allow-profile-to-be-set-by-SETUPTOOLS_RUST_CARGO_PROFILE-env-variable.patch has been merged in this version. This also updates the list of dependencies for the package. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-cryptography: Update to 41.0.5Jeffery To2023-11-02
| | | | | | | | | | | | | | | | | | | | | This also adds a CPE ID for the package and updates the test.sh script to use an assert. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-constantly: Update to 23.10.4, add new build dependencyJeffery To2023-11-02
| | | | | | | | | | | | | | | | | | This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-versioneer: Add new host-only packageJeffery To2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: This is a tool for managing a recorded version number in setuptools-based python projects. The goal is to remove the tedious and error-prone "update the embedded version string" step from your release process. Making a new release should be as easy as recording a new tag in your version-control system, and maybe making new tarballs. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | node: upgrade to v20.9.0Hirokazu MORIKAWA2023-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | node.js version 20.x is now active LTS. mipsel (pistachio) is no longer supported. Due to build difficulties, libuv shared libraries are not used. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #22561 from jefferyto/pyodbc-5.0.1Tianling Shen2023-11-02
|\ \ \ | | | | | | | | pyodbc: Update to 5.0.1, rename source package, fix segmentation fault
| * | | pyodbc: Update to 5.0.1, rename source packageJeffery To2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-pyodbc to match other Python packages. This also updates the unixodbc dependency to libodbc, updates the package title and description, and adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | pyodbc: Fix segmentation faultJeffery To2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.0.36 included a change to decimal parsing[1] that requires the decimal module. Trying to load the pyodbc module without python3-decimal installed would lead to a segmentation fault. This adds python3-decimal as a dependency. This also adds python3-uuid as a dependency as the module can accept and return uuid objects[2]. [1]: https://github.com/mkleehammer/pyodbc/commit/6b107a2bcaf7379e5ba182007b6ecae1bc2fc931 [2]: https://github.com/mkleehammer/pyodbc/commit/2ad7a9ced7c9c33232c173668c0830a484cc92f3 Fixes: f02f3ee8c768 ("pyodbc: Update to 4.0.39") Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | speedtestcpp: update to 1.20.3Oskari Rauta2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: - fixes a bug where science notations (exponentials) are displayed during tests during high speed bursts Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | Merge pull request #19233 from jempatel/improve_libreswan-uciFlorian Eckert2023-10-31
|\ \ \ \ | | | | | | | | | | libreswan: uci configuration support
| * | | | libreswan: uci configuration supportJaymin Patel2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add libreswan UCI configuration and hotplug support Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* | | | | Merge pull request #22549 from TDT-AG/pr/20231030-zabbixFlorian Eckert2023-10-31
|\ \ \ \ \ | | | | | | | | | | | | zabbix: update to version 6.4.7
| * | | | | zabbix: update to version 6.4.7Florian Eckert2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to current stable version 6.4.7. See release notes: https://www.zabbix.com/rn/rn6.4.7 So that the new version builds cleanly. The 'libevent2-pthreads' must be added as dependency. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | lighttpd: update to lighttpd 1.4.73 release hashGlenn Strauss2023-10-31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to lighttpd 1.4.73 release hash * update maintainer Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | Merge pull request #22534 from Ansuel/update-zabbixEtienne Champetier2023-10-31
|\ \ \ \ \ | | | | | | | | | | | | zabbix: move to PCRE2 library
| * | | | | zabbix: move to PCRE2 libraryChristian Marangi2023-10-29
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to PCRE2 library as PCRE is not EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | | Merge pull request #22548 from TDT-AG/pr/20231030-keepalivedFlorian Eckert2023-10-31
|\ \ \ \ \ | | | | | | | | | | | | keepalived: add script call feature and missing option
| * | | | | keepalived: add missing no_accept optionFlorian Eckert2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds the missing option 'no_accept'. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | keepalived: add startup and shutdown script handlingFlorian Eckert2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The keepalived does support script call handling on start and stop. All scripts located under '/etc/hotplug.d/keepalived' gets now called with the env ACTION set to startup or shutdown. The script that want to get called on this keepalived events could evalutate this env to run on startup or shutdown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | sing-box: update to v1.6.0Leo Douglas2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.0 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | | | | efibootmgr: Add armsr target supportAnton Antonov2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
* | | | | | efivar: Add armsr target supportAnton Antonov2023-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport up-stream patch: https://github.com/rhboot/efivar/commit/ca48d3964d26f5e3b38d73655f19b1836b16bd2d Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
* | | | | | dmidecode: Add armsr target supportAnton Antonov2023-10-31
| |_|_|/ / |/| | | | | | | | | | | | | | Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
* | | | | freeradius3: switch to pcre2Martin Strobel2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use libpcre2 as dependency for freeradius3-common because PCRE is EOL with no further updates Compile & run tested on mediatek mt76 ubnt-ui6-lr-v1 with musl Signed-off-by: Martin Strobel <arctus@crza.de>
* | | | | python3: Fix building C extensions with setuptoolsJeffery To2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setuptools provides a local copy of distutils and when building a C extension, this distutils will add the target LIBDIR (/usr/lib) to the list of library paths. If the build system has a libpython3.11.so in /usr/lib, then the linker will try to link to this shared library and fail. This adapts 008-distutils-use-python-sysroot.patch for host setuptools to add the correct library directory. Fixes: https://github.com/openwrt/packages/issues/22330 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | tvheadend: drop support for PCREChristian Marangi2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop support for PCRE as it's now EOL and won't receive any security updates anymore. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
* | | | | fdm: update to 2.2 release and switch to PCRE2Christian Marangi2023-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to release 2.2 and switch to PCRE2. New release switched from PCRE to PCRE2 and is now required. Drop patch merged upstream and backport 2 additional patch that fix a user-after-free and a PCRE2 bug. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>