Commit Graph

30568 Commits

Author SHA1 Message Date
Timothy M. Ace cbae8db987 python-lru-dict: Added for v1.3.0
Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
2023-11-20 09:58:32 -05:00
Timothy M. Ace f0f3882737 python-fnv-hash-fast: Added for v0.5.0
Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
2023-11-16 09:36:10 -05:00
Timothy M. Ace a26395dce3 python-fnvhash: Added for v0.1.0
Signed-off-by: Timothy M. Ace <openwrt@timothyace.com>
2023-11-16 09:35:15 -05: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
Tianling Shen 56e29ed7da
v2ray-core: Update to 5.11.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-11-06 12:01:34 +08:00
Michael Heimpold 6f581eb792
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.
2023-11-05 20:56:35 +01:00
Josef Schlehofer 2c87004346 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] d6bea8dcde

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2023-11-05 15:39:35 +00:00
Morgan Christiansson e718abc23f 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>
2023-11-05 10:41:23 +01:00
Michael Heimpold 756ba29568
Merge pull request #22545 from mhei/gensio-update-to-2.7.6
gensio: update to 2.7.6
2023-11-05 10:39:33 +01:00
Tianling Shen eee44855c9
Merge pull request #22596 from muink/dnsproxy-main
dnsproxy: add more options
2023-11-05 16:30:21 +08:00
Dirk Brenken c4e8140740
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>
2023-11-05 09:20:23 +01:00
Anya Lin 47b4ebc5cb
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>
2023-11-05 14:57:55 +08:00
Philip Prindeville 4cb6cd2d18
Merge pull request #22475 from tarvip/eap-dynamic
strongswan: add eap-dynamic plugin
2023-11-04 12:56:51 -06:00
Jonas Jelonek f369a2aaa9 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>
2023-11-04 19:11:30 +01:00
Tianling Shen a84d90ea34
Merge pull request #22539 from Ansuel/update-privoxy
privoxy: update to release 3.0.34 + PCRE2
2023-11-04 12:51:48 +08:00
Tianling Shen 5ce9451c77
Merge pull request #22587 from jefferyto/psqlodbc-fix-build
psqlodbc: Fix build
2023-11-04 12:49:33 +08:00
Jeffery To e863f89a47
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
61de50de5f).

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-03 10:05:22 +08:00
Jeffery To 55df86c7f6 python-pyopenssl: Update to 23.3.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-02 18:46:01 -07:00
Jeffery To ddd0f93637 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>
2023-11-02 18:45:45 -07:00
Christian Marangi 8474ab1a28
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>
2023-11-02 20:48:03 +01:00
Jeffery To db9202ccc5 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>
2023-11-01 15:57:40 -07:00
Espen Jürgensen dc52f47abb 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>
2023-11-01 15:56:10 -07:00
Christian Marangi baa0d51270 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>
2023-11-01 20:48:26 +01:00
Christian Marangi 97a7165e72 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>
2023-11-01 20:48:26 +01:00
Christian Marangi f25f4d395d 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>
2023-11-01 20:46:39 +01:00
S. Brusch a8df73ce72 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
2023-11-02 00:42:00 +08:00
Jeffery To 47c8bf1a09 newt: Update to 0.52.24, add test.sh script for packages feed CI
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-02 00:41:14 +08:00
Jeffery To 3085608448 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>
2023-11-02 00:38:21 +08:00
Koen Vandeputte d10b26525c 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>
2023-11-02 00:32:34 +08:00
Jeffery To 8b4316f2d5 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>
2023-11-02 00:27:39 +08:00
Jeffery To c4a223ed87 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>
2023-11-02 00:27:30 +08:00
Jeffery To 1fbe4b9a8b 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>
2023-11-02 00:27:11 +08:00
Jeffery To 8acd006b6e python-versioneer: Add new host-only package
From the README:

This is a tool for managing a recorded version number in
setuptools-based python projects. The goal is to remove the tedious and
error-prone "update the embedded version string" step from your release
process. Making a new release should be as easy as recording a new tag
in your version-control system, and maybe making new tarballs.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-02 00:27:11 +08:00
Hirokazu MORIKAWA 3e51eef14c node: upgrade to v20.9.0
node.js version 20.x is now active LTS.

mipsel (pistachio) is no longer supported.
Due to build difficulties, libuv shared libraries are not used.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2023-11-02 00:25:22 +08:00
Tianling Shen 2d864d2a6b
Merge pull request #22561 from jefferyto/pyodbc-5.0.1
pyodbc: Update to 5.0.1, rename source package, fix segmentation fault
2023-11-02 00:24:59 +08:00
Sandro Jäckel 94c7d3bfaa
udp-broadcast-relay-redux-openwrt: add multicast config option
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2023-11-01 17:13:46 +01:00
Oskari Rauta 58d8f92721 speedtestcpp: update to 1.20.3
changes:
 - fixes a bug where science notations (exponentials) are displayed during tests during high speed bursts

Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
2023-11-01 11:08:02 +08:00
Florian Eckert c7ed124443
Merge pull request #19233 from jempatel/improve_libreswan-uci
libreswan: uci configuration support
2023-10-31 14:39:50 +01:00
Florian Eckert fff05209a1
Merge pull request #22549 from TDT-AG/pr/20231030-zabbix
zabbix: update to version 6.4.7
2023-10-31 14:01:19 +01:00
Glenn Strauss f3e26bef52 lighttpd: update to lighttpd 1.4.73 release hash
* update to lighttpd 1.4.73 release hash
* update maintainer

Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2023-10-31 13:41:13 +01:00
Florian Eckert 4f9ced5cf9 zabbix: update to version 6.4.7
Switch to current stable version 6.4.7.
See release notes:
https://www.zabbix.com/rn/rn6.4.7

So that the new version builds cleanly. The 'libevent2-pthreads' must be
added as dependency.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2023-10-31 11:57:20 +01:00
Etienne Champetier 5af15e2cc2
Merge pull request #22534 from Ansuel/update-zabbix
zabbix: move to PCRE2 library
2023-10-31 06:15:24 -04:00
Florian Eckert 5ae30e302b
Merge pull request #22548 from TDT-AG/pr/20231030-keepalived
keepalived: add script call feature and missing option
2023-10-31 10:13:18 +01:00
Leo Douglas 84c431702e sing-box: update to v1.6.0
see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.6.0

Signed-off-by: Leo Douglas <douglarek@gmail.com>
2023-10-31 09:21:11 +01:00
Anton Antonov 3be58aa1d3 efibootmgr: Add armsr target support
Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
2023-10-31 13:48:59 +08:00
Anton Antonov c618100c82 efivar: Add armsr target support
Backport up-stream patch:
ca48d3964d

Signed-off-by: Anton Antonov <Anton.Antonov@arm.com>
2023-10-31 13:48:59 +08:00