aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
| * | adblock-fast: bugfix: ensure downloaded block-lists end with newlineStan Grishin2023-11-13
|/ / | | | | | | | | | | | | * ensure downloaded block-lists end with newline * turn free/total RAM checks into functions calls Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | Merge pull request #22644 from mhei/gensio-fix-build-disable-dnssdMichael Heimpold2023-11-13
|\ \ | | | | | | gensio: prevent accidental use of dns_sd
| * | gensio: prevent accidental use of dns_sdMichael Heimpold2023-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Buildbots spottet this error that when dns_sd library is available, then gensio's configure will pick it up. This is not desired since we already link to libavahi for the mdns stuff, so let's disable dnssd lookup explicitly. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | unbound: update to 1.19.0Eric Luehrsen2023-11-13
| | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | unbound: create extra host records from DHCP static leasesJulien Cassette2023-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "Extra DNS" option allows to create records from the DHCP "Hostnames" configuration entries. This allows to create such records from the DHCP "Static leases" configuration entries too. Fixes: #22593 Signed-off-by: Julien Cassette <julien.cassette@gmail.com>
* | | irqbalance: update to 1.9.3Hannu Nyman2023-11-12
| |/ |/| | | | | | | | | | | Update irqbalance to version 1.9.3. * remove upstreamed patch. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #22640 from mcha-forks/masterTianling Shen2023-11-12
|\ \ | | | | | | tailscale: Update to 1.52.1
| * | tailscale: Update to 1.52.1Zephyr Lykos2023-11-10
| | | | | | | | | | | | Signed-off-by: Zephyr Lykos <git@mochaa.ws>
* | | Merge pull request #22643 from douglarek/sbTianling Shen2023-11-12
|\ \ \ | |_|/ |/| | sing-box: update to v1.6.3
| * | sing-box: update to v1.6.3Leo Douglas2023-11-11
|/ / | | | | | | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.3 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | Merge pull request #22619 from stangri/master-adblock-fastStan Grishin2023-11-10
|\ \ | | | | | | adblock-fast: update to 1.0.1-1
| * | adblock-fast: update to 1.0.1-1Stan Grishin2023-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update Makefile copyright info * organize functions shared between the init script, uci-defaults and luci app in alphabetical order * update error, warning and status messaging * use single quotes instead double quotes for static text labels * better warning for missing recommended packages * rename dns function to resolver to better reflect its purpose * improve resolver cleanup code * move _resolver_config function inside resolver function to improve code readlibity * rename _process_file_url to process_file_url_wrapper to better reflect its purpose * add preflight check for available RAM vs total size of block lists * move _config_add_url_size function inside adb_sizes function to improve code readlibity * remove uci validation from status_service function to improve performance * source init script from uci-defaults to include shared functions Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | sstp-client: bump to 1.0.19Koen Vandeputte2023-11-10
| |/ |/| | | | | | | | | | | | | | | | | | | | | After 1.0.18, this project moved from SourceForge to gitlab Also, since 1.0.19, the configure script is not present by default anymore, so we need to add autoreconf to generate it Release notes: https://gitlab.com/sstp-project/sstp-client/-/releases Signed-off-by: Koen Vandeputte <koen.vandeputte@citymesh.com>
* | icu: bump to 74.1Hirokazu MORIKAWA2023-11-10
| | | | | | | | | | | | | | | | ICU 74 updates to Unicode 15.1, including new characters, emoji, security mechanisms, and corresponding APIs and implementations. It also updates to CLDR 44 (blog) locale data with new locales and various additions and corrections. ICU 74 and CLDR 44 are major releases, including a new version of Unicode and major locale data improvements. They subsume the changes for the ICU 73.2 and CLDR 43.1 maintenance releases. Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | Merge pull request #22634 from nmav/fix-22632Nikos Mavrogiannopoulos2023-11-10
|\ \ | | | | | | tang: set the right permissions to keys
| * | tang: set the right permissions to keysNikos Mavrogiannopoulos2023-11-10
| | | | | | | | | | | | | | | | | | Resolves: #22632 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
| * | tang: set the right maintainerNikos Mavrogiannopoulos2023-11-10
|/ / | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | croc: update to 9.6.6Jonas Jelonek2023-11-09
| | | | | | | | | | | | see changelog: https://github.com/schollz/croc/releases/tag/v9.6.6 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
* | lua-eco: update to 3.0.2Jianhui Zhao2023-11-10
| | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | libdaq3: update to 3.0.13John Audia2023-11-09
| | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | snort3: update to 3.1.74.0John Audia2023-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump ,,_ -*> Snort++ <*- o" )~ Version 3.1.74.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.13 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.12 24 Oct 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-11-08 Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>