Stan Grishin [Sun, 10 Dec 2023 17:38:24 +0000 (17:38 +0000)]
curl: update to 8.5.0
* https://curl.se/changes.html#8_5_0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Jeffery To [Sat, 9 Dec 2023 10:51:30 +0000 (18:51 +0800)]
Merge pull request #22767 from efahl/issue-22760
syncthing: fix duplicate command line parameters on service
Hannu Nyman [Sat, 9 Dec 2023 10:13:27 +0000 (12:13 +0200)]
irqbalance: Fix log spam and correct meson version
Irqbalance 1.9.3 changed the handling of certain errors.
Specifically EINVAL, trying to set an invalid CPU core,
was changed to be a temporary error, causing log spam from
repeated balancing runs in some devices. See log and strace below.
Mark EINVAL as permanent.
Also correct the version in our own meson.build patch.
Log and strace:
Sat Dec 9 10:17:27 2023 daemon.warn irqbalance: Cannot change IRQ 48 affinity: Invalid argument
open("/proc/irq/48/smp_affinity", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 6
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb6ed9000
ioctl(6, TIOCGWINSZ, 0xbeb134e8) = -1 ENOTTY (Not a tty)
writev(6, [{iov_base="
00000001", iov_len=8}, {iov_base=NULL, iov_len=0}], 2) = -1 EINVAL (Invalid argument)
close(6) = 0
munmap(0xb6ed9000, 4096) = 0
clock_gettime64(CLOCK_REALTIME, {tv_sec=
1702109847, tv_nsec=
340549081}) = 0
sendto(5, "<28>Dec 9 08:17:27 irqbalance: "..., 80, 0, NULL, 0) = 80
writev(1, [{iov_base="Cannot change IRQ 48 affinity: I"..., iov_len=47}, {iov_base="\n", iov_len=1}], 2Cannot change IRQ 48 affinity: Invalid argument
) = 48
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Van Waholtz [Sat, 9 Dec 2023 06:05:01 +0000 (14:05 +0800)]
sing-box: update to 1.7.4
New features for v1.7.x:
1. Support excluding custom routes
2. `udp_disable_domain_unmapping` for inbound listen option
3. `HTTPUpgrade` transport
4. Migrate multiplex and UoT server to inbound and multiplexing support is no longer enabled by default and needs to be turned on explicitly in inbound options.
5. TCP Brutal support for multiplex
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Tianling Shen [Fri, 8 Dec 2023 16:57:41 +0000 (00:57 +0800)]
dnsproxy: Update to 0.60.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Zuev Aleksandr [Thu, 16 Nov 2023 16:00:35 +0000 (20:00 +0400)]
adguardhome: Update to 0.107.42
Signed-off-by: Zuev Aleksandr <A.Zuev@stdev.su>
Jeffery To [Mon, 4 Dec 2023 06:38:05 +0000 (14:38 +0800)]
python-jsonschema-specifications: Update to 2023.11.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
John Audia [Tue, 5 Dec 2023 10:51:45 +0000 (05:51 -0500)]
snort3: update to 3.1.76.0
Changelog: https://github.com/snort3/snort3/releases/tag/3.1.76.0
,,_ -*> Snort++ <*-
o" )~ Version 3.1.76.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-12-03
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Jiri Slachta [Fri, 8 Dec 2023 08:28:55 +0000 (09:28 +0100)]
Merge pull request #22838 from PolynomialDivision/libxslt-1-1-39
libxslt: update to 1.1.39
Stan Grishin [Fri, 8 Dec 2023 06:08:36 +0000 (23:08 -0700)]
Merge pull request #22839 from stangri/master-adblock-fast
adblock-fast: bugfixes: getsize/resolver
Stan Grishin [Fri, 8 Dec 2023 02:41:44 +0000 (02:41 +0000)]
adblock-fast: bugfixes: getsize/resolver
* do not use standalone grep-package dependent syntax to get the remote
file size
* various bugfixes to prevent attempts to change/commit if dnsmasq/smartdns
are not installed
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Philip Prindeville [Tue, 5 Dec 2023 18:09:21 +0000 (11:09 -0700)]
cligen: Address last minute review comments
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Nick Hainke [Thu, 7 Dec 2023 17:38:40 +0000 (18:38 +0100)]
libxslt: update to 1.1.39
Release Notes:
- https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38
- https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39
Fixes: #22836
Signed-off-by: Nick Hainke <vincent@systemli.org>
Jeffery To [Mon, 4 Dec 2023 06:31:52 +0000 (14:31 +0800)]
python-referencing: Update to 0.31.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 4 Dec 2023 06:28:23 +0000 (14:28 +0800)]
python-jsonschema: Update to 4.20.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 4 Dec 2023 06:21:20 +0000 (14:21 +0800)]
python-cryptography: Update to 41.0.7
41.0.6 included a fix for CVE-2023-49083 (loading certificates from a
PKCS#7 bundle could lead to a null-pointer-dereference and segfault).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 4 Dec 2023 06:17:36 +0000 (14:17 +0800)]
python-bcrypt: Update to 4.1.1
This also updates the test.sh script to use an assert.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 4 Dec 2023 06:11:58 +0000 (14:11 +0800)]
pipx: Update to 1.3.2, add new dependencies
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 4 Dec 2023 06:05:55 +0000 (14:05 +0800)]
python-platformdirs: Add new package
This also includes a test.sh script for the packages feed CI.
From the README:
When writing desktop application, finding the right location to store
user data and configuration varies per platform. Even for
single-platform apps, there may by plenty of nuances in figuring out the
right location.
This kind of thing is what the platformdirs package is for.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Tianling Shen [Thu, 7 Dec 2023 07:06:08 +0000 (15:06 +0800)]
Merge pull request #22826 from mwarning/master_026
dhtd: udpate to 0.2.6
Philip Prindeville [Wed, 6 Dec 2023 19:51:12 +0000 (12:51 -0700)]
Merge pull request #22362 from pprindeville/clixon-initial
clixon: Initial packaging
Moritz Warning [Wed, 6 Dec 2023 17:56:45 +0000 (18:56 +0100)]
dhtd: udpate to 0.2.6
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Stan Grishin [Wed, 6 Dec 2023 15:40:37 +0000 (08:40 -0700)]
Merge pull request #22824 from stangri/master-adblock-fast
adblock-fast: add smartdns ipset/nftset support
Stan Grishin [Wed, 6 Dec 2023 10:09:02 +0000 (10:09 +0000)]
adblock-fast: add smartdns ipset/nftset support
* bugfix: correct URL to config-update file
* bugfix: check if uci configs exist before chacking for changes
* add support for smartdns ipset-based blocking
* add support for smartfns nftset-based blocking
* disallow non-ascii symbols for smartdns blocking
* add check wherever fw4 restart is needed before calling
procd_set_config_changed firewall
* improve clean-up code in resolver()
* improve case code for different resolver settings
* modify load_validate_config to allow smartdns.ipset and smartdns.nftset
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Wed, 6 Dec 2023 10:07:56 +0000 (03:07 -0700)]
Merge pull request #22820 from stangri/master-adblock-fast
adblock-fast: add support for smartdns
Philip Prindeville [Tue, 10 Oct 2023 01:21:41 +0000 (19:21 -0600)]
clixon: Initial packaging
Clixon is a YANG-based configuration manager, with interactive CLI,
NETCONF and RESTCONF interfaces, an embedded database and transaction
mechanism.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Philip Prindeville [Tue, 5 Dec 2023 16:46:46 +0000 (09:46 -0700)]
Merge pull request #22359 from pprindeville/cligen-initial
cligen: Initial packaging
Philip Prindeville [Tue, 10 Oct 2023 00:37:34 +0000 (18:37 -0600)]
cligen: Initial packaging
CLIgen is a Command-Line Interface generator
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Tianling Shen [Tue, 5 Dec 2023 11:02:35 +0000 (19:02 +0800)]
yq: Update to 4.40.4
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Tue, 5 Dec 2023 11:02:27 +0000 (19:02 +0800)]
rclone: Update to 1.65.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Tue, 5 Dec 2023 11:01:25 +0000 (19:01 +0800)]
v2raya: update to 2.2.4.3
Switched back to tar.gz archive to avoid potential permission issue.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Thibaut VARÈNE [Tue, 28 Nov 2023 15:47:36 +0000 (16:47 +0100)]
uspot: add package
uspot is an OpenWrt-native captive portal system.
It leverages existing OpenWrt tools such as uhttpd, dnsmasq, firewall4,
ucode, without needing any external kernel module.
It can achieve the maximum performance allowed by nftables (flow
offloading works).
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
Stan Grishin [Tue, 5 Dec 2023 08:15:04 +0000 (08:15 +0000)]
adblock-fast: add support for smartdns
* add support for smartdns
* switch from using `uci` commands to `uci_` functions
* rename `_resolver_config` to `_dnsmasq_instance_config`
* introduce `_smartdns_instance_config`
* improve resolvers restart code on changes
* update load_validate_config to allow for smartdns option
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Vladislav Grigoryev [Sat, 14 Oct 2023 10:20:29 +0000 (13:20 +0300)]
sstp-client: add support for custom port
Add support for connecting to a custom SSTP port.
Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
Philip Prindeville [Mon, 4 Dec 2023 21:05:20 +0000 (14:05 -0700)]
Merge pull request #22809 from pprindeville/strongswan-update-5.9.13
strongswan: Update to 5.9.13
Eric Fahlgren [Mon, 27 Nov 2023 14:47:33 +0000 (06:47 -0800)]
syncthing: fix duplicate command line parameters on service
- This patch fixes
9d17ba1 and #22760
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Florian Eckert [Mon, 4 Dec 2023 12:05:11 +0000 (13:05 +0100)]
Merge pull request #22631 from TDT-AG/pr/
20231109-modemmanager
modemmanager: add state check and set init_epsbearer
Florian Eckert [Wed, 8 Nov 2023 12:18:35 +0000 (13:18 +0100)]
modemmanager: add possibilty for setting initial EPS bearer
If no GSM but only 4G is available and a special APN must be used, it
is necessary to set an inital EPS bearer beforehand. If this is not set,
then modem cannot log in and register in the mobile network.
The new option 'init_epsbearer' could be set to the following options.
* none: No init EPS bearer is used and the old one is deleted (default)
* default: Use init EPS bearer with the following config options
'iptype', 'allowedauth', 'password', 'user' and 'apn' as for the
connection bearer.
* custom: Other parameters are used that do not match those of the
default connection bearer. These have an 'init_' prefix and are named
in the same way as the default connection bearer config options.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 8 Nov 2023 12:08:05 +0000 (13:08 +0100)]
modemmanager: check modem state before establishing a connection
With this change the following modem 'state' are checked before a
connection attempt setup.
* failed: Stop connection attempt because of sim-missing
* locked: Stop connection attempt if no pincode is set
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Jeffery To [Mon, 4 Dec 2023 06:35:27 +0000 (14:35 +0800)]
python-trove-classifiers: Update to 2023.11.29
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Philip Prindeville [Mon, 4 Dec 2023 05:33:04 +0000 (22:33 -0700)]
strongswan: Update to 5.9.13
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Eric Fahlgren [Mon, 27 Nov 2023 16:21:43 +0000 (08:21 -0800)]
snort3: complete rework
- Add many options to config file.
- Move rules and generated snort.lua to /tmp.
- Add script for downloading rules.
- Add preliminary reporting capabilites.
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Ariel Xiong [Sun, 17 Sep 2023 03:12:44 +0000 (11:12 +0800)]
AriaNg: bump 1.3.2 to 1.3.6
Fix the problem that cannot create new task after clearing checksum option
Other bug fix and user interface optimization
Support overriding aria2 global settings with empty content when create new download task (#712)
Other bug fix and user interface optimization
Update Traditional Chinese translation (#705, thx @ChiaYen-Kan)
Other bug fix and user interface optimization
Add check-integrity to task settings tab (#693, thx @raytrap)
Fix a spelling mistake (#696, thx @rusq)
fix due to the index.html (1.3.6) cite these 2 png files. To keep the page looks fine without 404, added these 2 png files.
Signed-off-by: Ariel Xiong <ArielHeleneto@outlook.com>
Andy Syam [Sat, 2 Dec 2023 14:52:26 +0000 (22:52 +0800)]
freeradius3: add modules
freeradius3-mod-yubikey
freeradius3-mod-wimax
freeradius3-mod-utf8
freeradius3-mod-unpack
freeradius3-mod-sql-map
freeradius3-mod-sometimes
freeradius3-mod-soh
freeradius3-mod-replicate
freeradius3-mod-rediswho
freeradius3-mod-redis
freeradius3-mod-pam
freeradius3-mod-linelog
freeradius3-mod-krb5
freeradius3-mod-ippool
freeradius3-mod-eap-fast
freeradius3-mod-dynamic-clients
freeradius3-mod-date
freeradius3-mod-counter
Signed-off-by: Andy Syam <privasisource@gmail.com>
Yegor Yefremov [Sat, 2 Dec 2023 10:28:49 +0000 (11:28 +0100)]
libs/libsocketcan: remove double line
The following line appeared twice:
include $(INCLUDE_DIR)/package.mk
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Yegor Yefremov [Fri, 24 Nov 2023 08:01:18 +0000 (09:01 +0100)]
CONTRIBUTING.md: fix typos
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Yegor Yefremov [Wed, 29 Nov 2023 08:13:18 +0000 (09:13 +0100)]
CI: allow PRs for CONTRIBUTING.md and README.md files
Also grep for CONTRIBUTING.md and README.md in the subject.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Christian Marangi [Sun, 5 Nov 2023 02:51:58 +0000 (03:51 +0100)]
snort: add experimental PCRE2 support patch
Add experimental PCRE2 support patch as PCRE is EOL and won't receive
any new updates anymore.
Since PCRE2 API changed, also snort plugins API changed and require some
tweka for any user downstream that compile custom plugins. The examples
are all updated and conversion patch contains additional info on the
changes required to the plugins.
Plugins needs to be compiled and require updates anyway so there isn't a
problem with user trying to load incompatible plugins.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Christian Marangi [Sun, 5 Nov 2023 02:50:43 +0000 (03:50 +0100)]
snort: bump to release 2.9.20
Update to relase 2.9.20 to make it easier to apply experimental PCRE2
support patch.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Jonas Jelonek [Fri, 1 Dec 2023 21:37:39 +0000 (22:37 +0100)]
iperf3: update to 3.16
notable changes:
- multithreading support
changelog: https://github.com/esnet/iperf/releases/tag/3.16
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Jonas Jelonek [Fri, 1 Dec 2023 21:41:35 +0000 (22:41 +0100)]
iperf3-mt: remove package
This package was intended to provide the experimental multithreading
support for iperf3. With the update to 3.16, multithreading is available
in mainline iperf3. Thus, remove this package.
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Stan Grishin [Fri, 1 Dec 2023 19:55:48 +0000 (12:55 -0700)]
Merge pull request #22772 from stangri/master-ngtcp2
ngtcp2: update to 1.1.0
Stan Grishin [Fri, 1 Dec 2023 19:55:37 +0000 (12:55 -0700)]
Merge pull request #22770 from stangri/master-nghttp3
nghttp3: update to 1.1.0
Yegor Yefremov [Wed, 22 Nov 2023 08:15:34 +0000 (09:15 +0100)]
libsocketcan: new package
Readd and update the libsocketcan package from OpenWrt 14.07:
https://git.archive.openwrt.org/?p=14.07/packages.git;a=blob;f=libs/libsocketcan/Makefile;hb=
a2d1927140548a805970f0859150556ea0b22a78
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
John Audia [Wed, 22 Nov 2023 11:18:01 +0000 (06:18 -0500)]
snort3: update to 3.1.75.0
Upstream bump
,,_ -*> Snort++ <*-
o" )~ Version 3.1.75.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-20
Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne
Signed-off-by: John Audia <therealgraysky@proton.me>
Felix Matouschek [Mon, 27 Nov 2023 10:12:03 +0000 (11:12 +0100)]
postfix: Fix enabling PCRE support
After the change from PCRE to PCRE2 when enabling POSTFIX_PCRE the
resulting postfix build no longer reports pcre as an available module.
(postfconf -m). This is caused by using the wrong syntax for the
HAS_PCRE build flag (HAS_PCRE2 vs HAS_PCRE=2). This fixes the build flag
to use the correct syntax.
Signed-off-by: Felix Matouschek <felix@matouschek.org>
Jeffery To [Tue, 28 Nov 2023 05:12:05 +0000 (13:12 +0800)]
CI: Fix CI_HELPER
Commit
18d3c529fa4ab8dafcf6c147cf3cb55792d8ca10 caused CI_HELPER to be
set to "''" (two single quotes), leading to an error when test.sh tries
to source $CI_HELPER.
CI_HELPER is not set anywhere else and not passed into the container
environment, so there is no need to test if it has a value.
This fixes the value of CI_HELPER.
Fixes: 18d3c529fa4a ("github-ci: error on any shell errors")
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Nils Koenig [Mon, 27 Nov 2023 20:49:17 +0000 (21:49 +0100)]
wifischedule: updated to 1.0.5-1
Fixed _get_wireless_interfaces, thanks to Trekky12
Check schedule during router startup
Fixes: https://github.com/newkit/wifischedule/pull/9
Maintainer: @newkit
Tested: TP-Link WDR3600 with OpenWRT 23.05
Signed-off-by: Nils Koenig <openwrt@newk.it>
Rosen Penev [Fri, 10 Jul 2020 00:45:17 +0000 (17:45 -0700)]
mosquitto: update to 2.0.18
Switch to CMake. Allows faster compilation.
Small Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Thu, 16 Nov 2023 19:18:18 +0000 (11:18 -0800)]
tesseract: update to 5.3.3
Fixes compilation with GCC13.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Yegor Yefremov [Thu, 30 Nov 2023 07:49:19 +0000 (08:49 +0100)]
libs/xmlrpc-c: restore support for xmlrpc-c-libxml2 package
Remove xmlrpc-c Package definition and let both xmlrpc-c-internal
and xmlrpc-c-libxml2 provide xmlrpc-c.
Also add a patch removing the unnecessary linking.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Yegor Yefremov [Wed, 29 Nov 2023 14:42:16 +0000 (15:42 +0100)]
libs/xmlrpc-c: fix xmlrpc-c-abyss and xmlrpc-c-server-abyss packages
When building abyss feature, the following error occurs:
xmlrpc_server_abyss.c:783:13: warning: format not a string literal and
no format arguments [-Wformat-security]
783 | xmlrpc_faultf(envP, error);
Add a patch fixing the format parameter.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Yegor Yefremov [Wed, 29 Nov 2023 14:05:22 +0000 (15:05 +0100)]
libs/xmlrpc-c: update to 1.54.06
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Andy Syam [Fri, 1 Dec 2023 11:01:52 +0000 (19:01 +0800)]
perl: update to version 5.38.2
removed one that no longer exists in perl-5.38.2
updated one patch
fixed missing builtin.pm
Signed-off-by: Andy Syam <privasisource@gmail.com>
Oskari Rauta [Thu, 30 Nov 2023 09:26:13 +0000 (11:26 +0200)]
netbird: update to version 0.24.3
Changelog: https://github.com/netbirdio/netbird/releases/tag/v0.24.3
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Thu, 30 Nov 2023 09:16:08 +0000 (11:16 +0200)]
aardvark-dns: update to version 1.9.0
Changelog:
- update trust-dns to hickory
- never report an error when the syslog init fails
- dependency updates
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Thu, 30 Nov 2023 09:08:23 +0000 (11:08 +0200)]
netavark: update to version 1.9.0
Changes:
- add firewalld-reload subcommand
- bridge: force static mac on bridge interface
- dependency updates
- numerous fixes to test suite
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Thu, 30 Nov 2023 08:48:04 +0000 (10:48 +0200)]
podman: update to version 4.8.0
Changelog: https://github.com/containers/podman/releases
I also updated containers.conf - it has gotten quite a many new
options. I added crun to depends, every other distribution
seems to ship it with podman, and after all it is a default
OCI Container Runtime for podman anyway and has a super low
footprint, so shouldn't be a problem for anyone running
containers, after all you need some storage for that anyway.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Oskari Rauta [Thu, 30 Nov 2023 06:36:49 +0000 (08:36 +0200)]
crun: update to version 1.12
Changelog: https://github.com/containers/crun/releases
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
Jo-Philipp Wich [Thu, 30 Nov 2023 15:25:36 +0000 (16:25 +0100)]
Merge pull request #22645 from yggdrasil-openwrt/yggdrasil-2023-11-11
yggdrasil: overhaul package with netifd support
Jeffery To [Fri, 24 Nov 2023 07:21:26 +0000 (15:21 +0800)]
fail2ban: Fix compatibility with Python 3.11
This backports 2 commits from upstream[1]; the other 3 are not strictly
necessary. One of the patches has been updated to remove a change to a
regex that does not exist in 0.11.2.
[1]: https://github.com/fail2ban/fail2ban/pull/3267
Fixes: https://github.com/openwrt/packages/issues/22736
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 28 Nov 2023 04:13:06 +0000 (12:13 +0800)]
python-wheel: Update to 0.42.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 28 Nov 2023 04:09:32 +0000 (12:09 +0800)]
python-setuptools: Update to 69.0.2
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 28 Nov 2023 04:05:24 +0000 (12:05 +0800)]
python-pyasn1: Update to 0.5.1
This also adds a test.sh script for the packages feed CI.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Tue, 28 Nov 2023 01:13:57 +0000 (09:13 +0800)]
python-idna: Update to 3.6
This also adds a test.sh script for the packages feed CI.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hirokazu MORIKAWA [Mon, 27 Nov 2023 23:04:13 +0000 (08:04 +0900)]
node: upgrade to v20.10.0
Notable Changes
* --experimental-default-type flag to flip module defaults
* Detect ESM syntax in ambiguous JavaScript
* New flush option in file system functions
* Experimental WebSocket client
* vm: fix V8 compilation cache support for vm.Script
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Jeffery To [Fri, 13 Oct 2023 18:34:23 +0000 (02:34 +0800)]
python-jsonschema: Update to 4.19.1, update list of dependencies
This also adds a test.sh script for the packages feed CI.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Fri, 13 Oct 2023 18:30:53 +0000 (02:30 +0800)]
python-jsonschema-specifications: Add new package
From the README:
JSON support files from the JSON Schema Specifications (metaschemas,
vocabularies, etc.), packaged for runtime access from Python as a
referencing-based Schema Registry.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Fri, 13 Oct 2023 18:27:02 +0000 (02:27 +0800)]
python-referencing: Add new package
From the README:
An implementation-agnostic implementation of JSON reference resolution.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Fri, 13 Oct 2023 18:14:10 +0000 (02:14 +0800)]
python-rpds-py: Add new package
From the README:
Python bindings to the Rust rpds crate for persistent data structures.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
David Woodhouse [Tue, 28 Nov 2023 23:07:26 +0000 (23:07 +0000)]
domoticz: update to 2023.2
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Oskari Rauta [Sun, 19 Nov 2023 03:19:23 +0000 (05:19 +0200)]
external-protocol: rename and update cni-protocol
cni-protocol can be used for both cni and netavark
and also for many other things, such as vpn's that
lack customized protocol supports for openwrt as a
general externally managed protocol, so it was due
to rename it.
I also added one extra option, search domain, which
is optional and updated scripts retrieving ip address
and routing information.
Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
William Fleurant [Tue, 28 Nov 2023 11:25:43 +0000 (12:25 +0100)]
yggdrasil: bump to 0.5.4
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Philip Prindeville [Mon, 27 Nov 2023 19:11:52 +0000 (12:11 -0700)]
Merge pull request #22762 from pprindeville/strongswan-update-5.9.12
strongswan: Update to 5.9.12
Stan Grishin [Mon, 27 Nov 2023 17:45:52 +0000 (17:45 +0000)]
ngtcp2: update to 1.1.0
* Changelog: https://github.com/ngtcp2/ngtcp2/releases/tag/v1.1.0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Mon, 27 Nov 2023 17:39:36 +0000 (17:39 +0000)]
nghttp3: update to 1.1.0
* Changelog: https://github.com/ngtcp2/nghttp3/releases/tag/v1.1.0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Dirk Brenken [Mon, 27 Nov 2023 16:55:02 +0000 (17:55 +0100)]
Merge pull request #22768 from Forceu/travelmate-hrewards
travelmate: Add h-reward hotel wifi autologin
Marc Ole Bulling [Mon, 27 Nov 2023 16:15:17 +0000 (17:15 +0100)]
travelmate: Added H-Rewards hotel login
Signed-off-by: Marc Ole Bulling <Marc-Ole@gmx.de>
Philip Prindeville [Mon, 27 Nov 2023 04:44:52 +0000 (21:44 -0700)]
strongswan: Update to 5.9.12
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
William Fleurant [Sun, 26 Nov 2023 19:41:51 +0000 (20:41 +0100)]
yggdrasil: bump to 0.5.3
Signed-off-by: William Fleurant <meshnet@protonmail.com>
Moritz Warning [Sun, 26 Nov 2023 01:05:26 +0000 (02:05 +0100)]
dhtd: update to 0.2.5
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Alexander Egorenkov [Sun, 29 Oct 2023 12:42:34 +0000 (13:42 +0100)]
yt-dlp: bump to version 2023.11.16
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
Alexander Egorenkov [Sat, 7 Oct 2023 11:50:00 +0000 (13:50 +0200)]
aria2: bump to version 1.37
Release notes:
- https://github.com/aria2/aria2/releases/tag/release-1.37.0
Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
Javier Marcet [Wed, 22 Nov 2023 18:23:05 +0000 (19:23 +0100)]
luajit2: update to v2.1-
20231117
Signed-off-by: Javier Marcet <javier@marcet.info>
Dirk Brenken [Sat, 25 Nov 2023 18:52:50 +0000 (19:52 +0100)]
mc: bump to release 4.8.30
* News: http://midnight-commander.org/wiki/NEWS-4.8.30
* refresh patches
* remove obsolete / adapt changed options
Signed-off-by: Dirk Brenken <dev@brenken.org>
Tianling Shen [Sun, 26 Nov 2023 06:25:50 +0000 (14:25 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sun, 26 Nov 2023 06:22:28 +0000 (14:22 +0800)]
xray-core: Update to 1.8.6
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sun, 26 Nov 2023 06:22:09 +0000 (14:22 +0800)]
v2ray-core: Update to 5.12.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sun, 26 Nov 2023 06:22:03 +0000 (14:22 +0800)]
yq: Update to 4.40.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sun, 26 Nov 2023 06:21:57 +0000 (14:21 +0800)]
dnsproxy: Update to 0.59.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>