aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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 #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>
* | pps-tools: use %lld in printf for 64-bit time_tMatt Merhar2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | musl 1.2.0 switched to use 64-bit time_t everywhere, including 32-bit architectures, causing garbage values to be printed from ppswatch and ppstest. Use the correct format string for the affected printf statements and explicitly cast to long long to avoid potential compatibility issues with 32-bit glibc. Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
* | pdns-recursor: update to 4.9.2 and fix conffile pathPeter van Dijk2023-11-16
|/ | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* Merge pull request #22649 from mwarning/dhtdFlorian Eckert2023-11-16
|\ | | | | dhtd: new package
| * dhtd: new packageMoritz Warning2023-11-16
| | | | | | | | | | Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | Merge pull request #22646 from dynasticorpheus/fxJeffery To2023-11-16
|\ \ | | | | | | fx: add new package
| * | fx: add new packageFabian Lipken2023-11-16
| |/ | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | Merge pull request #22663 from mhei/gensio-fix-build-disable-udevHannu Nyman2023-11-15
|\ \ | | | | | | gensio: disable cm108gpio gensio and prevent using libudev
| * | gensio: disable cm108gpio gensio and prevent using libudevMichael Heimpold2023-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | libudev seems to be required only for cm108gpio gensio which is a relatively special one. Let's disable it and also the libudev lookup, so that there is no need to link/use libudev. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | freeradius3: Fix build when pcre is presentJeffery To2023-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If pcre is built before freeradius, then freeradius' configure will detect pcre and freeradius will be built with pcre functionality enabled. This causes a "missing dependencies" error at the end of package build. This passes --without-pcre to configure to disable this autodetection. This also removes the dependency on libpcre2 as freeradius v3 does not have support for pcre2. Fixes: 19ec30255f13 ("freeradius3: switch to pcre2") Fixes: https://github.com/openwrt/packages/issues/22574 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | pipx: Add new packageJeffery To2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt. It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-userpath: Add new packageJeffery To2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patches have been submitted upstream in https://github.com/ofek/userpath/pull/52 and https://github.com/ofek/userpath/pull/53. From the README: This is a tool for modifying a user's PATH. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-argcomplete: Add new packageJeffery To2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Argcomplete provides easy, extensible command line tab completion of arguments for your Python application. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | crowdsec: new upstream release version 1.5.5S. Brusch2023-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update crowdsec to latest upstream release version 1.5.5 Signed-off-by: S. Brusch <ne20002@gmx.ch> Maintainer: Kerma Gérald <gandalf@gk2.net> Package tested. not able to test run due to limited space (package is big) Description: update to latest version of upstream
* | | python-twisted: Update to 23.10.0, refresh patchesJeffery To2023-11-16
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-wheel: Update to 0.41.3Jeffery To2023-11-16
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-poetry-core: Update to 1.8.1Jeffery To2023-11-16
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Dysk: Add new packageFacundo Acevedo2023-11-16
| | | | | | | | | | | | | | | | | | Dysk is a command-line tool designed for efficient file and directory management in Unix-like environments Signed-off-by: Facundo Acevedo <facevedo@disroot.org>
* | | python-trove-classifiers: Update to 2023.11.9Jeffery To2023-11-16
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-mako: Update to 1.3.0Jeffery To2023-11-16
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | python-hatch-vcs: Update to 0.4.0Jeffery To2023-11-16
| | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #22659 from douglarek/sbTianling Shen2023-11-16
|\ \ \ | |/ / |/| | sing-box: update to v1.6.4
| * | sing-box: update to v1.6.4Leo Douglas2023-11-14
| | | | | | | | | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.4 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | Merge pull request #22650 from jefferyto/golang-1.21.4Tianling Shen2023-11-14
|\ \ \ | |/ / |/| | golang: Update to 1.21.4
| * | golang: Update to 1.21.4Jeffery To2023-11-13
| | | | | | | | | | | | | | | | | | | | | Includes fixes for CVE-2023-45283 and CVE-2023-45284 (path/filepath: insecure parsing of Windows paths). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #22655 from stangri/master-adblock-fastStan Grishin2023-11-13
|\ \ \ | |/ / |/| | adblock-fast: bugfix: ensure downloaded block-lists end with newline