aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* perl: update to version 5.38.0Andy Syam2023-11-22
| | | | | | | | | | | | | | | removed some sources to download perl. I believe I only need one source to download perl at https://www.cpan.org/src/5.0. I see some Linux distributions use that source to download. change the position of PKG_MAINTAINER to make it neater and prettier perform a patch refresh removes some patches that have been applied in perl-5.38.0 as well as patches that are no longer used in perl-5.38.0 added one patch Perl/perl5@ba6e2c3 this fixes the issue regcomp*.c, regexec.c - fixup regex engine build under -Uusedl provided updates and synchronized libc.config base.config version.config to perl-5.38.0 removed deprecated arybase in perl-5.29.4 Signed-off-by: Andy Syam <privasisource@gmail.com>
* Merge pull request #22721 from jcassette/fix-22691Dirk Brenken2023-11-22
|\ | | | | unbound: fix `create_host_record_from_host` error when `dns` is not set
| * unbound: fix `create_host_record_from_host` error when `dns` is not setJulien Cassette2023-11-22
| | | | | | | | | | | | | | | | | | | | The function `create_host_record_from_host` fails if the `dns` option is not set in the host entry. This sets a default to the `dns` variable in order to fix this error. Fixes: #22691 Signed-off-by: Julien Cassette <julien.cassette@gmail.com>
* | sockread: cleanup code and allow argumentsMoritz Warning2023-11-22
| | | | | | | | | | | | | | * cleanup code style * allow arguments to be passed from the command line Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | rust: Update to 1.74.0Tianling Shen2023-11-22
| | | | | | | | | | | | | | - Bumped libc to 0.2.147 to align deps. - Refreshed patches. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | quassel-irssi: drop this packageJosef Schlehofer2023-11-22
| | | | | | | | | | | | | | | | | | Based on the discussion on GitHub [1], we found out that quassel irssi is not maintained anymore, thus it is dead and confirmed by developers [2]. There is no reason to keep this package anymore here in our repositories, because otherwise we will need to take care of it and thats not what is going to happen. [1] https://github.com/openwrt/packages/pull/22605 [2] https://github.com/phhusson/quassel-irssi/issues/36 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | quasselc: drop unmaintained projectJosef Schlehofer2023-11-22
| | | | | | | | | | | | | | | | | | | | This project [1] has the latest commit from 2017, it seems like we are maintaing this software here, but we don't have enough people to do so. Let's drop this package. [1] https://github.com/phhusson/QuasselC Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #22724 from brvphoenix/sing-boxTianling Shen2023-11-22
|\ \ | | | | | | sing-box: update to 1.6.6
| * | sing-box: update to 1.6.6Van Waholtz2023-11-22
| | | | | | | | | | | | | | | | | | Changes: https://github.com/SagerNet/sing-box/compare/v1.6.4...v1.6.6 Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | Merge pull request #22723 from mhei/fix-gensio-buildMichael Heimpold2023-11-22
|\ \ \ | |/ / |/| | gensio: add patches/fixes to workaround swig and python detection
| * | gensio: add patches/fixes to workaround swig and python detectionMichael Heimpold2023-11-22
| |/ | | | | | | | | | | | | | | | | | | | | | | | | The built-in swig/python detection does not works well when system-wide m4 macros are available with same name but different content. So make the configure stuff compatible, resp. workaround a little bit. It seems also necessary to pass the PYTHON_LIBS environment during the compile phase. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #22706 from mwarning/master_dhtd_022Tianling Shen2023-11-22
|\ \ | | | | | | dhtd: update to 0.2.4
| * | dhtd: update to 0.2.4Moritz Warning2023-11-21
| | | | | | | | | | | | | | | | | | * add option to execute a script for each result Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | Merge pull request #22709 from gladiac/haproxy-2.8.4Tianling Shen2023-11-22
|\ \ \ | |_|/ |/| | haproxy: update to v2.8.4
| * | haproxy: update to v2.8.4Christian Lachner2023-11-20
| | | | | | | | | | | | | | | | | | | | | - Update haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-2.8.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #22713 from zhaojh329/lua-ecoFlorian Eckert2023-11-21
|\ \ \ | | | | | | | | lua-eco: update to 3.1.0
| * | | lua-eco: update to 3.1.0Jianhui Zhao2023-11-20
| | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | Merge pull request #22625 from ecammit/python_requirements_for_homeassistantJeffery To2023-11-21
|\ \ \ \ | | | | | | | | | | Added python-fnv-hash-fast, python-lru-dict, and python-orjson
| * | | | python-orjson: Added for v3.9.10Timothy M. Ace2023-11-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
| * | | | python-lru-dict: Added for v1.3.0Timothy M. Ace2023-11-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
| * | | | python-fnv-hash-fast: Added for v0.5.0Timothy M. Ace2023-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
| * | | | python-fnvhash: Added for v0.1.0Timothy M. Ace2023-11-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
* | | | | acme-acmesh: Update to 3.0.7Kevin White2023-11-20
| |/ / / |/| | | | | | | | | | | Signed-off-by: Kevin White <kwhite@kevbo.org>
* | | | gl-puli-mcu: Add power monitoring for XE3000 (Puli AX) variantJean Thomas2023-11-20
| | | | | | | | | | | | | | | | Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
* | | | gl-puli-mcu: Fix compilation warningJean Thomas2023-11-20
| |/ / |/| | | | | | | | Signed-off-by: Jean Thomas <jean.thomas@wifirst.fr>
* | | openvpn: update to 2.6.8Ivan Pavlov2023-11-19
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a bugfix release containing security fixes. Security Fixes (included in 2.6.7): CVE-2023-46850 OpenVPN versions between 2.6.0 and 2.6.6 incorrectly use a send buffer after it has been free()d in some circumstances, causing some free()d memory to be sent to the peer. All configurations using TLS (e.g. not using --secret) are affected by this issue. CVE-2023-46849 OpenVPN versions between 2.6.0 and 2.6.6 incorrectly restore --fragment configuration in some circumstances, leading to a division by zero when --fragment is used. On platforms where division by zero is fatal, this will cause an OpenVPN crash. For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.8/Changes.rst Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | Merge pull request #22701 from mhei/gensio-fix-python-detectionHannu Nyman2023-11-19
|\ \ | | | | | | gensio: add patch to fix python detection
| * | gensio: add patch to fix python detectionMichael Heimpold2023-11-19
| | | | | | | | | | | | | | | | | | Upstream PR: https://github.com/cminyard/gensio/pull/69 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | dnsproxy: Update to 0.59.0Tianling Shen2023-11-19
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | gummiboot: release bumpOskari Rauta2023-11-19
| | | | | | | | | | | | | | | | | | | | | Changes: - fixes conflicts with EFI headers mentioned in issue #22433 Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | netbird: update to version 0.24.2Oskari Rauta2023-11-19
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://github.com/netbirdio/netbird/releases/tag/v0.24.2 Also fixes issue of not being able to build with musl (>1.2.4) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | libzip: update to 1.10.1Michael Heimpold2023-11-18
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | hcxtools: update to 6.3.2Rosen Penev2023-11-18
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | hcxdmptool: update to 6.3.2Rosen Penev2023-11-18
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | elektra: fix compilation with GCC13Rosen Penev2023-11-18
| | | | | | | | | | | | | | | | | | Upstream backport. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | snort3: fix compilation with gcc13Rosen Penev2023-11-18
|/ / | | | | | | | | | | Missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | liburing: Update to v2.5Christian Lachner2023-11-18
| | | | | | | | | | | | - Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | Merge pull request #22688 from mcha-forks/masterTianling Shen2023-11-18
|\ \ | | | | | | tailscale: Update to 1.54.0
| * | tailscale: Update to 1.54.0Zephyr Lykos2023-11-17
| | | | | | | | | | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | Merge pull request #22244 from tiagogaspar8/strongswan_replayFlorian Eckert2023-11-17
|\ \ \ | |/ / |/| | strongswan: swanctl: add support for replay window
| * | strongswan: swanctl: add support for replay windowTiago Gaspar2023-11-17
| | | | | | | | | | | | | | | | | | Add support for replay window configuration in UCI. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | avahi: remove compat libraryRosen Penev2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | It seems this is meant for distributions that lack mdnsresponder. It's heavier than it as dbus is required. Since this happens to conflict with mdnsresponder, just remove it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | shairplay: removeRosen Penev2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | This package is not only abandoned upstream, it has not worked with iOS versions since at least 2019: https://github.com/juhovh/shairplay/pull/80 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | upmpdcli: update to 1.8.4Rosen Penev2023-11-16
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libupnpp: update to 0.24.0Rosen Penev2023-11-16
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libnpupnp: update to 5.1.1Rosen Penev2023-11-16
| | | | | | | | | | | | | | | | | | Build with meson. Faster. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fuse3: update to 3.16.2Rosen Penev2023-11-16
| | | | | | | | | | | | | | | | | | Add PKG_BUILD_DEPENDS to fix potential problems. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | docker-compose: Update to version 2.23.1Javier Marcet2023-11-16
| | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | dhtd: update to 0.2.1Moritz Warning2023-11-16
| | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | pulseaudio: disable compiling against libwrap and (bluez5-)gstreamerJohnny Vogels2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | problem: libwrap.so.0, libgstapp-1.0.so.0 and libgstreamer-1.0.so.0 not found during compilation of pulseaudio when e.g. libwrap was built before pulseaudio Due to https://github.com/pulseaudio/pulseaudio/commit/156e16f941789c5d53cdb0c46be480c64e3149f1 for libwrap. Fixes: https://github.com/openwrt/packages/commit/aafc57c1ded5450419b9690056163acf3d19d51f (no sepearate issue generated) Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>