feed/packages.git
5 months agogensio: add patch to fix python detection 22701/head
Michael Heimpold [Sat, 18 Nov 2023 20:53:56 +0000 (21:53 +0100)]
gensio: add patch to fix python detection

Upstream PR: https://github.com/cminyard/gensio/pull/69

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
5 months agoliburing: Update to v2.5
Christian Lachner [Thu, 9 Nov 2023 05:31:29 +0000 (06:31 +0100)]
liburing: Update to v2.5

- Updated download URL and hash

Signed-off-by: Christian Lachner <gladiac@gmail.com>
5 months agoMerge pull request #22688 from mcha-forks/master
Tianling Shen [Fri, 17 Nov 2023 17:10:44 +0000 (01:10 +0800)]
Merge pull request #22688 from mcha-forks/master

tailscale: Update to 1.54.0

5 months agoMerge pull request #22244 from tiagogaspar8/strongswan_replay
Florian Eckert [Fri, 17 Nov 2023 10:16:23 +0000 (11:16 +0100)]
Merge pull request #22244 from tiagogaspar8/strongswan_replay

strongswan: swanctl: add support for replay window

5 months agostrongswan: swanctl: add support for replay window 22244/head
Tiago Gaspar [Fri, 17 Nov 2023 09:25:36 +0000 (09:25 +0000)]
strongswan: swanctl: add support for replay window

Add support for replay window configuration in UCI.

Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
5 months agotailscale: Update to 1.54.0 22688/head
Zephyr Lykos [Fri, 17 Nov 2023 06:15:08 +0000 (14:15 +0800)]
tailscale: Update to 1.54.0

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
5 months agoavahi: remove compat library
Rosen Penev [Mon, 6 Nov 2023 01:25:44 +0000 (17:25 -0800)]
avahi: remove compat library

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>
5 months agoshairplay: remove
Rosen Penev [Fri, 17 Nov 2023 01:56:26 +0000 (17:56 -0800)]
shairplay: remove

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>
5 months agoupmpdcli: update to 1.8.4
Rosen Penev [Thu, 16 Nov 2023 21:00:19 +0000 (13:00 -0800)]
upmpdcli: update to 1.8.4

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 months agolibupnpp: update to 0.24.0
Rosen Penev [Thu, 16 Nov 2023 19:49:27 +0000 (11:49 -0800)]
libupnpp: update to 0.24.0

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 months agolibnpupnp: update to 5.1.1
Rosen Penev [Thu, 16 Nov 2023 19:46:09 +0000 (11:46 -0800)]
libnpupnp: update to 5.1.1

Build with meson. Faster.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 months agofuse3: update to 3.16.2
Rosen Penev [Thu, 16 Nov 2023 21:00:38 +0000 (13:00 -0800)]
fuse3: update to 3.16.2

Add PKG_BUILD_DEPENDS to fix potential problems.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
5 months agodocker-compose: Update to version 2.23.1
Javier Marcet [Thu, 16 Nov 2023 17:49:18 +0000 (18:49 +0100)]
docker-compose: Update to version 2.23.1

Signed-off-by: Javier Marcet <javier@marcet.info>
5 months agodhtd: update to 0.2.1
Moritz Warning [Thu, 16 Nov 2023 20:07:28 +0000 (21:07 +0100)]
dhtd: update to 0.2.1

Signed-off-by: Moritz Warning <moritzwarning@web.de>
5 months agopulseaudio: disable compiling against libwrap and (bluez5-)gstreamer
Johnny Vogels [Sun, 29 Oct 2023 18:32:22 +0000 (19:32 +0100)]
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
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>
5 months agopps-tools: use %lld in printf for 64-bit time_t
Matt Merhar [Wed, 8 Nov 2023 18:19:00 +0000 (13:19 -0500)]
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>
5 months agopdns-recursor: update to 4.9.2 and fix conffile path
Peter van Dijk [Tue, 14 Nov 2023 12:37:44 +0000 (13:37 +0100)]
pdns-recursor: update to 4.9.2 and fix conffile path

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
5 months agoMerge pull request #22649 from mwarning/dhtd
Florian Eckert [Thu, 16 Nov 2023 15:14:45 +0000 (16:14 +0100)]
Merge pull request #22649 from mwarning/dhtd

dhtd: new package

5 months agoMerge pull request #22646 from dynasticorpheus/fx
Jeffery To [Thu, 16 Nov 2023 08:22:47 +0000 (16:22 +0800)]
Merge pull request #22646 from dynasticorpheus/fx

fx: add new package

5 months agofx: add new package 22646/head
Fabian Lipken [Sun, 12 Nov 2023 06:25:06 +0000 (07:25 +0100)]
fx: add new package

Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
5 months agodhtd: new package 22649/head
Moritz Warning [Sun, 12 Nov 2023 16:31:28 +0000 (17:31 +0100)]
dhtd: new package

Co-authored-by: Tianling Shen <cnsztl@gmail.com>
Signed-off-by: Moritz Warning <moritzwarning@web.de>
6 months agoMerge pull request #22663 from mhei/gensio-fix-build-disable-udev
Hannu Nyman [Wed, 15 Nov 2023 20:21:34 +0000 (22:21 +0200)]
Merge pull request #22663 from mhei/gensio-fix-build-disable-udev

gensio: disable cm108gpio gensio and prevent using libudev

6 months agofreeradius3: Fix build when pcre is present
Jeffery To [Wed, 15 Nov 2023 09:32:22 +0000 (17:32 +0800)]
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: 19ec30255f13 ("freeradius3: switch to pcre2")
Fixes: https://github.com/openwrt/packages/issues/22574
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agopipx: Add new package
Jeffery To [Fri, 10 Nov 2023 06:17:35 +0000 (14:17 +0800)]
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>
6 months agopython-userpath: Add new package
Jeffery To [Fri, 10 Nov 2023 06:14:48 +0000 (14:14 +0800)]
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>
6 months agopython-argcomplete: Add new package
Jeffery To [Fri, 10 Nov 2023 06:04:55 +0000 (14:04 +0800)]
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>
6 months agocrowdsec: new upstream release version 1.5.5
S. Brusch [Wed, 15 Nov 2023 12:12:17 +0000 (13:12 +0100)]
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

6 months agopython-twisted: Update to 23.10.0, refresh patches
Jeffery To [Tue, 7 Nov 2023 09:08:04 +0000 (17:08 +0800)]
python-twisted: Update to 23.10.0, refresh patches

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agopython-wheel: Update to 0.41.3
Jeffery To [Tue, 7 Nov 2023 09:05:56 +0000 (17:05 +0800)]
python-wheel: Update to 0.41.3

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agopython-poetry-core: Update to 1.8.1
Jeffery To [Tue, 7 Nov 2023 09:03:48 +0000 (17:03 +0800)]
python-poetry-core: Update to 1.8.1

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agoDysk: Add new package
Facundo Acevedo [Thu, 2 Nov 2023 19:21:55 +0000 (16:21 -0300)]
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>
6 months agopython-trove-classifiers: Update to 2023.11.9
Jeffery To [Mon, 13 Nov 2023 09:54:49 +0000 (17:54 +0800)]
python-trove-classifiers: Update to 2023.11.9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agopython-mako: Update to 1.3.0
Jeffery To [Mon, 13 Nov 2023 09:53:49 +0000 (17:53 +0800)]
python-mako: Update to 1.3.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agopython-hatch-vcs: Update to 0.4.0
Jeffery To [Mon, 13 Nov 2023 09:52:30 +0000 (17:52 +0800)]
python-hatch-vcs: Update to 0.4.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agoMerge pull request #22659 from douglarek/sb
Tianling Shen [Wed, 15 Nov 2023 18:18:45 +0000 (02:18 +0800)]
Merge pull request #22659 from douglarek/sb

sing-box: update to v1.6.4

6 months agogensio: disable cm108gpio gensio and prevent using libudev 22663/head
Michael Heimpold [Tue, 14 Nov 2023 20:02:55 +0000 (21:02 +0100)]
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>
6 months agoMerge pull request #22650 from jefferyto/golang-1.21.4
Tianling Shen [Tue, 14 Nov 2023 06:47:23 +0000 (14:47 +0800)]
Merge pull request #22650 from jefferyto/golang-1.21.4

golang: Update to 1.21.4

6 months agosing-box: update to v1.6.4 22647/head 22659/head
Leo Douglas [Tue, 14 Nov 2023 03:02:04 +0000 (11:02 +0800)]
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>
6 months agoMerge pull request #22655 from stangri/master-adblock-fast
Stan Grishin [Mon, 13 Nov 2023 21:44:34 +0000 (14:44 -0700)]
Merge pull request #22655 from stangri/master-adblock-fast

adblock-fast: bugfix: ensure downloaded block-lists end with newline

6 months agoadblock-fast: bugfix: ensure downloaded block-lists end with newline 22655/head
Stan Grishin [Mon, 13 Nov 2023 10:07:46 +0000 (10:07 +0000)]
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>
6 months agogolang: Update to 1.21.4 22650/head
Jeffery To [Mon, 13 Nov 2023 08:01:30 +0000 (16:01 +0800)]
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>
6 months agoMerge pull request #22644 from mhei/gensio-fix-build-disable-dnssd
Michael Heimpold [Mon, 13 Nov 2023 06:37:18 +0000 (07:37 +0100)]
Merge pull request #22644 from mhei/gensio-fix-build-disable-dnssd

gensio: prevent accidental use of dns_sd

6 months agounbound: update to 1.19.0
Eric Luehrsen [Fri, 10 Nov 2023 20:58:15 +0000 (15:58 -0500)]
unbound: update to 1.19.0

Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
6 months agounbound: create extra host records from DHCP static leases
Julien Cassette [Fri, 3 Nov 2023 17:42:48 +0000 (18:42 +0100)]
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>
6 months agoirqbalance: update to 1.9.3
Hannu Nyman [Sun, 12 Nov 2023 20:42:44 +0000 (22:42 +0200)]
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>
6 months agoMerge pull request #22640 from mcha-forks/master
Tianling Shen [Sun, 12 Nov 2023 05:12:09 +0000 (13:12 +0800)]
Merge pull request #22640 from mcha-forks/master

tailscale: Update to 1.52.1

6 months agoMerge pull request #22643 from douglarek/sb
Tianling Shen [Sun, 12 Nov 2023 05:11:51 +0000 (13:11 +0800)]
Merge pull request #22643 from douglarek/sb

sing-box: update to v1.6.3

6 months agogensio: prevent accidental use of dns_sd 22644/head
Michael Heimpold [Sat, 11 Nov 2023 15:38:03 +0000 (16:38 +0100)]
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>
6 months agosing-box: update to v1.6.3 22643/head
Leo Douglas [Sat, 11 Nov 2023 13:15:23 +0000 (21:15 +0800)]
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>
6 months agoMerge pull request #22619 from stangri/master-adblock-fast
Stan Grishin [Fri, 10 Nov 2023 19:48:27 +0000 (12:48 -0700)]
Merge pull request #22619 from stangri/master-adblock-fast

adblock-fast: update to 1.0.1-1

6 months agosstp-client: bump to 1.0.19
Koen Vandeputte [Fri, 10 Nov 2023 14:14:20 +0000 (15:14 +0100)]
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>
6 months agotailscale: Update to 1.52.1 22640/head
Zephyr Lykos [Fri, 10 Nov 2023 13:40:13 +0000 (21:40 +0800)]
tailscale: Update to 1.52.1

Signed-off-by: Zephyr Lykos <git@mochaa.ws>
6 months agoicu: bump to 74.1
Hirokazu MORIKAWA [Fri, 10 Nov 2023 07:24:46 +0000 (16:24 +0900)]
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>
6 months agoMerge pull request #22634 from nmav/fix-22632
Nikos Mavrogiannopoulos [Fri, 10 Nov 2023 09:38:10 +0000 (10:38 +0100)]
Merge pull request #22634 from nmav/fix-22632

tang: set the right permissions to keys

6 months agotang: set the right permissions to keys 22634/head
Nikos Mavrogiannopoulos [Thu, 9 Nov 2023 19:06:34 +0000 (20:06 +0100)]
tang: set the right permissions to keys

Resolves: #22632

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
6 months agotang: set the right maintainer
Nikos Mavrogiannopoulos [Thu, 9 Nov 2023 19:07:43 +0000 (20:07 +0100)]
tang: set the right maintainer

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
6 months agocroc: update to 9.6.6
Jonas Jelonek [Thu, 9 Nov 2023 15:19:54 +0000 (16:19 +0100)]
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>
6 months agolua-eco: update to 3.0.2
Jianhui Zhao [Thu, 9 Nov 2023 12:30:08 +0000 (20:30 +0800)]
lua-eco: update to 3.0.2

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
6 months agolibdaq3: update to 3.0.13
John Audia [Wed, 8 Nov 2023 21:09:27 +0000 (16:09 -0500)]
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>
6 months agosnort3: update to 3.1.74.0
John Audia [Wed, 8 Nov 2023 21:04:16 +0000 (16:04 -0500)]
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>
6 months agoiperf3: Fix dependecy conflict with iperf3-ssl
Jakub Raczynski [Wed, 18 Oct 2023 10:03:39 +0000 (10:03 +0000)]
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>
6 months agobanip: update 0.9.2-2
Dirk Brenken [Wed, 8 Nov 2023 14:59:08 +0000 (15:59 +0100)]
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>
6 months agoMerge pull request #22623 from jow-/nano-ucode-syntax-highlighting
Hannu Nyman [Wed, 8 Nov 2023 14:55:31 +0000 (16:55 +0200)]
Merge pull request #22623 from jow-/nano-ucode-syntax-highlighting

nano: add syntax highlighting for ucode scripts

6 months agonano: add syntax highlighting for ucode scripts 22623/head
Jo-Philipp Wich [Wed, 8 Nov 2023 13:53:37 +0000 (14:53 +0100)]
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>
6 months agoadblock-fast: update to 1.0.1-1 22619/head
Stan Grishin [Wed, 8 Nov 2023 09:53:06 +0000 (09:53 +0000)]
adblock-fast: update to 1.0.1-1

* 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>
6 months agoCI: Update sdk action, always upload artifacts
Jeffery To [Tue, 7 Nov 2023 09:40:15 +0000 (17:40 +0800)]
CI: Update sdk action, always upload artifacts

The updated version of gh-action-sdk will return compiled packages and
build logs for both build success and build errors.

This ensures these artifacts are always uploaded. This also sets the V
environment variable to enable verbose build output.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agoquassel-irssi: fix compilation error with new version of irssi
Christian Marangi [Sun, 5 Nov 2023 19:56:55 +0000 (20:56 +0100)]
quassel-irssi: fix compilation error with new version of irssi

Add patch fixing compilation error with new version of irssi where the
renamed some functions.

Fixes: #22384
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
6 months agov2raya: Update to 2.2.4.1
Tianling Shen [Mon, 6 Nov 2023 04:04:28 +0000 (12:04 +0800)]
v2raya: Update to 2.2.4.1

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
6 months agoMerge pull request #22577 from SuperSandro2000/udp-broadcast-relay-redux-multicast
Tianling Shen [Tue, 7 Nov 2023 01:58:53 +0000 (09:58 +0800)]
Merge pull request #22577 from SuperSandro2000/udp-broadcast-relay-redux-multicast

udp-broadcast-relay-redux-openwrt: add multicast config option

6 months agopptpd: use boolean options
Vladislav Grigoryev [Fri, 3 Nov 2023 08:36:10 +0000 (11:36 +0300)]
pptpd: use boolean options

Use boolean options and fix the relevant init error.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
6 months agomicropython-lib: Update to latest version, remove patch
Jeffery To [Tue, 31 Oct 2023 09:20:33 +0000 (17:20 +0800)]
micropython-lib: Update to latest version, remove patch

Remove 004-unix-ffi-re-convert-to-PCRE2.patch as it has been merged in
this version.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agotinc: fetch ed25519 public keys from uci
Vladislav Grigoryev [Fri, 3 Nov 2023 05:47:38 +0000 (08:47 +0300)]
tinc: fetch ed25519 public keys from uci

Fetch Ed25519 public keys from UCI host sections.
Update options and syntax to current version.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
6 months agov2ray-core: Update to 5.11.0
Tianling Shen [Mon, 6 Nov 2023 04:01:34 +0000 (12:01 +0800)]
v2ray-core: Update to 5.11.0

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
6 months agoMerge pull request #21409 from morganchristiansson/ser2net
Michael Heimpold [Sun, 5 Nov 2023 19:56:35 +0000 (20:56 +0100)]
Merge pull request #21409 from morganchristiansson/ser2net

This major update not only updates the ser2net daemon version,
but also migrates the UCI configuration handling to the newer
YAML configuration file format.

If you only configured ser2net using UCI, then there should
be no noticable difference and your configuration should
still work as before.

If you modified /etc/ser2net.conf before, or used custom adaptions
etc., then you must migrate to newer /etc/ser2net.yaml on your
own and/or double-check your installation - there is no automatic
migration logic during package upgrade path.

6 months agonmap: backport fix to be able to compile it with OpenSSL 1.1
Josef Schlehofer [Sun, 5 Nov 2023 12:58:43 +0000 (13:58 +0100)]
nmap: backport fix to be able to compile it with OpenSSL 1.1

The latest nmap version 7.9.3 currently fails to compile with OpenSSL 1.1 [1],
it required to backport upstream patch to fix the compilation. [2]

[1] https://github.com/nmap/nmap/issues/2516
[2] https://github.com/nmap/nmap/commit/d6bea8dcdee36a3902cece14097993350306f1b6

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
6 months agoser2net: update to 4.5.0 (closes #21409) 21409/head
Morgan Christiansson [Mon, 19 Jun 2023 17:34:48 +0000 (19:34 +0200)]
ser2net: update to 4.5.0 (closes #21409)

This major update not only updates the ser2net daemon version,
but also migrates the UCI configuration handling to the newer
YAML configuration file format.

If you only configured ser2net using UCI, then there should
be no noticable difference and your configuration should
still work as before.

If you modified /etc/ser2net.conf before, or used custom adaptions
etc., then you must migrate to newer /etc/ser2net.yaml on your
own and/or double-check your installation - there is no automatic
migration logic during package upgrade path.

Signed-off-by: Morgan Christiansson <git@mog.se>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
6 months agoMerge pull request #22545 from mhei/gensio-update-to-2.7.6
Michael Heimpold [Sun, 5 Nov 2023 09:39:33 +0000 (10:39 +0100)]
Merge pull request #22545 from mhei/gensio-update-to-2.7.6

gensio: update to 2.7.6

6 months agoMerge pull request #22596 from muink/dnsproxy-main
Tianling Shen [Sun, 5 Nov 2023 08:30:21 +0000 (16:30 +0800)]
Merge pull request #22596 from muink/dnsproxy-main

dnsproxy: add more options

6 months agobanip: release 0.9.2-1
Dirk Brenken [Sun, 5 Nov 2023 08:19:55 +0000 (09:19 +0100)]
banip: release 0.9.2-1

* 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>
6 months agodnsproxy: new features 22596/head
Anya Lin [Sat, 4 Nov 2023 04:19:06 +0000 (12:19 +0800)]
dnsproxy: new features

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>
6 months agoMerge pull request #22475 from tarvip/eap-dynamic
Philip Prindeville [Sat, 4 Nov 2023 18:56:51 +0000 (12:56 -0600)]
Merge pull request #22475 from tarvip/eap-dynamic

strongswan: add eap-dynamic plugin

6 months agoiperf3-mt: new package
Jonas Jelonek [Wed, 25 Oct 2023 11:39:29 +0000 (13:39 +0200)]
iperf3-mt: new package

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>
6 months agoMerge pull request #22539 from Ansuel/update-privoxy
Tianling Shen [Sat, 4 Nov 2023 04:51:48 +0000 (12:51 +0800)]
Merge pull request #22539 from Ansuel/update-privoxy

privoxy: update to release 3.0.34 + PCRE2

6 months agoMerge pull request #22587 from jefferyto/psqlodbc-fix-build
Tianling Shen [Sat, 4 Nov 2023 04:49:33 +0000 (12:49 +0800)]
Merge pull request #22587 from jefferyto/psqlodbc-fix-build

psqlodbc: Fix build

6 months agopsqlodbc: Fix build 22587/head
Jeffery To [Fri, 3 Nov 2023 02:05:22 +0000 (10:05 +0800)]
psqlodbc: Fix build

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>
6 months agopython-pyopenssl: Update to 23.3.0
Jeffery To [Tue, 31 Oct 2023 04:02:20 +0000 (12:02 +0800)]
python-pyopenssl: Update to 23.3.0

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agopython-charset-normalizer: Update to 3.3.2
Jeffery To [Mon, 30 Oct 2023 11:28:50 +0000 (19:28 +0800)]
python-charset-normalizer: Update to 3.3.2

This also updates the test.sh script to use an assert.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agoprivoxy: use PKG_NAME variable instead of hardcoding privoxy 22539/head
Christian Marangi [Thu, 2 Nov 2023 19:48:03 +0000 (20:48 +0100)]
privoxy: use PKG_NAME variable instead of hardcoding privoxy

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>
6 months agomicropython: Update to 1.21.0, refresh/redo patches
Jeffery To [Sun, 15 Oct 2023 14:16:44 +0000 (22:16 +0800)]
micropython: Update to 1.21.0, refresh/redo patches

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>
6 months agoowntone: update to 28.8
Espen Jürgensen [Fri, 27 Oct 2023 22:30:17 +0000 (00:30 +0200)]
owntone: update to 28.8

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>
6 months agolibndpi: backport patch for PCRE2 support
Christian Marangi [Wed, 1 Nov 2023 00:43:36 +0000 (01:43 +0100)]
libndpi: backport patch for PCRE2 support

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>
6 months agolibndpi: bump to release 4.8
Christian Marangi [Wed, 1 Nov 2023 00:42:59 +0000 (01:42 +0100)]
libndpi: bump to release 4.8

Bump to release 4.8 to make it easier to backport PCRE2 support patch.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
6 months agohaproxy: move to PCRE2
Christian Marangi [Sun, 29 Oct 2023 15:31:41 +0000 (16:31 +0100)]
haproxy: move to PCRE2

Move to PCRE2 as PCRE is EOL and won't receive any more security update
anymore.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
6 months agocrowdsec-firewall-bouncer: add ujail
S. Brusch [Sat, 21 Oct 2023 17:22:13 +0000 (19:22 +0200)]
crowdsec-firewall-bouncer: add ujail

* 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

6 months agonewt: Update to 0.52.24, add test.sh script for packages feed CI
Jeffery To [Tue, 31 Oct 2023 05:25:50 +0000 (13:25 +0800)]
newt: Update to 0.52.24, add test.sh script for packages feed CI

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 months agomicropython-mpremote: Update to 1.21.0, rename package, move into utils
Jeffery To [Sun, 15 Oct 2023 14:56:42 +0000 (22:56 +0800)]
micropython-mpremote: Update to 1.21.0, rename package, move into utils

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>
6 months agowavemon: bump to 9.5.0
Koen Vandeputte [Mon, 16 Oct 2023 09:59:33 +0000 (11:59 +0200)]
wavemon: bump to 9.5.0

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>
6 months agopython-setuptools-rust: Update to 1.8.1, remove patch
Jeffery To [Tue, 31 Oct 2023 04:04:02 +0000 (12:04 +0800)]
python-setuptools-rust: Update to 1.8.1, remove patch

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>
6 months agopython-cryptography: Update to 41.0.5
Jeffery To [Tue, 31 Oct 2023 03:53:33 +0000 (11:53 +0800)]
python-cryptography: Update to 41.0.5

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>
6 months agopython-constantly: Update to 23.10.4, add new build dependency
Jeffery To [Tue, 31 Oct 2023 03:43:33 +0000 (11:43 +0800)]
python-constantly: Update to 23.10.4, add new build dependency

This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>