Commit graph

30660 commits

Author SHA1 Message Date
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
Stan Grishin
11df396a18 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>
2023-11-08 09:57:32 +00:00
Jeffery To
aca4330c04 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>
2023-11-08 09:30:59 +01:00
Christian Marangi
ddb4136bce 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>
2023-11-08 00:41:12 +01:00
Tianling Shen
eabb6b8a74
v2raya: Update to 2.2.4.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-07 11:34:17 +08:00
Tianling Shen
b0f13eb363
Merge pull request #22577 from SuperSandro2000/udp-broadcast-relay-redux-multicast
udp-broadcast-relay-redux-openwrt: add multicast config option
2023-11-07 09:58:53 +08:00
Vladislav Grigoryev
706675cbce pptpd: use boolean options
Use boolean options and fix the relevant init error.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
2023-11-07 09:51:12 +08:00
Jeffery To
298fd20375 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>
2023-11-06 10:56:09 -08:00
Vladislav Grigoryev
10d923d8f4 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>
2023-11-06 10:55:42 -08:00