Commit graph

30618 commits

Author SHA1 Message Date
Johnny Vogels
e957fb560c pulseaudio: disable compiling against libwrap and (bluez5-)gstreamer
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
156e16f941
for libwrap.

Fixes: aafc57c1de (no sepearate issue generated)

Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
2023-11-16 16:29:48 -08:00
Matt Merhar
2a5ad04756 pps-tools: use %lld in printf for 64-bit time_t
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>
2023-11-16 11:27:23 -08:00
Peter van Dijk
af1ad467ae pdns-recursor: update to 4.9.2 and fix conffile path
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
2023-11-16 11:27:03 -08:00
Florian Eckert
b76fee54d9
Merge pull request #22649 from mwarning/dhtd
dhtd: new package
2023-11-16 16:14:45 +01:00
Jeffery To
a7b38889b1
Merge pull request #22646 from dynasticorpheus/fx
fx: add new package
2023-11-16 16:22:47 +08:00
Fabian Lipken
c4c1b93f64 fx: add new package
Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
2023-11-16 08:52:41 +01:00
Moritz Warning
6dc262aa41 dhtd: new package
Co-authored-by: Tianling Shen <cnsztl@gmail.com>
Signed-off-by: Moritz Warning <moritzwarning@web.de>
2023-11-16 07:57:26 +01:00
Hannu Nyman
cee97bce36
Merge pull request #22663 from mhei/gensio-fix-build-disable-udev
gensio: disable cm108gpio gensio and prevent using libudev
2023-11-15 22:21:34 +02:00
Jeffery To
92aadf7e4a freeradius3: Fix build when pcre is present
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: 19ec30255f ("freeradius3: switch to pcre2")
Fixes: https://github.com/openwrt/packages/issues/22574

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-15 11:24:17 -08:00
Jeffery To
72b0da3d03 pipx: Add new package
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>
2023-11-16 02:30:21 +08:00
Jeffery To
5b3e4a4b3f python-userpath: Add new package
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>
2023-11-16 02:30:21 +08:00
Jeffery To
b354a7edbe python-argcomplete: Add new package
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>
2023-11-16 02:30:21 +08:00
S. Brusch
6ff496d113 crowdsec: new upstream release version 1.5.5
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
2023-11-16 02:28:01 +08:00
Jeffery To
a317ea2831 python-twisted: Update to 23.10.0, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:20:59 +08:00
Jeffery To
1e4e35b765 python-wheel: Update to 0.41.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:20:48 +08:00
Jeffery To
7c68e41ec8 python-poetry-core: Update to 1.8.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:20:39 +08:00
Facundo Acevedo
496a4f186a Dysk: Add new package
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>
2023-11-16 02:20:24 +08:00
Jeffery To
570bbc3885 python-trove-classifiers: Update to 2023.11.9
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:19:50 +08:00
Jeffery To
dbbb577956 python-mako: Update to 1.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:19:41 +08:00
Jeffery To
c9a9c20793 python-hatch-vcs: Update to 0.4.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-16 02:19:09 +08:00
Tianling Shen
018b8905c3
Merge pull request #22659 from douglarek/sb
sing-box: update to v1.6.4
2023-11-16 02:18:45 +08:00
Michael Heimpold
4e1947d929 gensio: disable cm108gpio gensio and prevent using libudev
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>
2023-11-14 21:02:55 +01:00
Tianling Shen
cb994bbf6c
Merge pull request #22650 from jefferyto/golang-1.21.4
golang: Update to 1.21.4
2023-11-14 14:47:23 +08:00
Leo Douglas
c1aae04231
sing-box: update to v1.6.4
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.4

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-11-14 11:02:04 +08:00
Stan Grishin
ef2542f4d1
Merge pull request #22655 from stangri/master-adblock-fast
adblock-fast: bugfix: ensure downloaded block-lists end with newline
2023-11-13 14:44:34 -07:00
Stan Grishin
3787b41355 adblock-fast: bugfix: ensure downloaded block-lists end with newline
* ensure downloaded block-lists end with newline
* turn free/total RAM checks into functions calls

Signed-off-by: Stan Grishin <stangri@melmac.ca>
2023-11-13 10:08:54 +00:00
Jeffery To
0ebc715981
golang: Update to 1.21.4
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>
2023-11-13 16:01:30 +08:00
Michael Heimpold
d91e43e221
Merge pull request #22644 from mhei/gensio-fix-build-disable-dnssd
gensio: prevent accidental use of dns_sd
2023-11-13 07:37:18 +01:00
Eric Luehrsen
183f166279 unbound: update to 1.19.0
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
2023-11-13 10:52:05 +08:00
Julien Cassette
b4a31f92de unbound: create extra host records from DHCP static leases
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>
2023-11-13 10:52:05 +08:00
Hannu Nyman
b8298a9b91 irqbalance: update to 1.9.3
Update irqbalance to version 1.9.3.
* remove upstreamed patch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-11-12 22:42:44 +02:00
Tianling Shen
30c94dbd58
Merge pull request #22640 from mcha-forks/master
tailscale: Update to 1.52.1
2023-11-12 13:12:09 +08:00
Tianling Shen
647cd8f96e
Merge pull request #22643 from douglarek/sb
sing-box: update to v1.6.3
2023-11-12 13:11:51 +08:00
Michael Heimpold
45f9302afe gensio: prevent accidental use of dns_sd
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>
2023-11-11 16:38:08 +01:00
Leo Douglas
7421b12e0f
sing-box: update to v1.6.3
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.3

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-11-11 21:15:23 +08:00
Stan Grishin
6b4a197c8c
Merge pull request #22619 from stangri/master-adblock-fast
adblock-fast: update to 1.0.1-1
2023-11-10 12:48:27 -07:00
Koen Vandeputte
e9f06083ce sstp-client: bump to 1.0.19
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>
2023-11-10 09:54:37 -08:00
Zephyr Lykos
7e9ed3b117
tailscale: Update to 1.52.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
2023-11-10 21:40:13 +08:00
Hirokazu MORIKAWA
80dc3ac8e2 icu: bump to 74.1
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>
2023-11-10 13:46:55 +01:00
Nikos Mavrogiannopoulos
f89f2f1bfd
Merge pull request #22634 from nmav/fix-22632
tang: set the right permissions to keys
2023-11-10 10:38:10 +01:00
Nikos Mavrogiannopoulos
7d77c4d401 tang: set the right permissions to keys
Resolves: #22632

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-11-10 10:11:19 +01:00
Nikos Mavrogiannopoulos
2b4332a3f3 tang: set the right maintainer
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2023-11-10 10:11:19 +01:00
Jonas Jelonek
eff358cdd3 croc: update to 9.6.6
see changelog: https://github.com/schollz/croc/releases/tag/v9.6.6

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2023-11-09 19:59:57 +01:00
Jianhui Zhao
257b6177a4 lua-eco: update to 3.0.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2023-11-10 00:38:55 +08:00
John Audia
4c05ae5f6c libdaq3: update to 3.0.13
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>
2023-11-09 09:25:06 +01:00
John Audia
9912428f69 snort3: update to 3.1.74.0
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>
2023-11-09 09:24:54 +01:00
Jakub Raczynski
cea45c75c0 iperf3: Fix dependecy conflict with iperf3-ssl
When selecting both iperf3 and iperf3 ssl, there is a problem that
both packages install same binary file.
This patch fixes this issue by adding conflict between those packages.

Signed-off-by: Jakub Raczynski <myszsoda@gmail.com>
2023-11-09 08:49:32 +01:00
Dirk Brenken
2411bcffaf
banip: update 0.9.2-2
* support backup/restore for remote allowlists
* report the used log variant in status message

Signed-off-by: Dirk Brenken <dev@brenken.org>
2023-11-08 15:59:24 +01:00
Hannu Nyman
60b4bb2a0f
Merge pull request #22623 from jow-/nano-ucode-syntax-highlighting
nano: add syntax highlighting for ucode scripts
2023-11-08 16:55:31 +02:00
Jo-Philipp Wich
d8a574f7f0 nano: add syntax highlighting for ucode scripts
Introduce local syntax highlighting support for ucode scripts, like
it is done already for uci configuration files.

Ref: https://github.com/jow-/ucode/issues/178
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2023-11-08 14:53:37 +01:00