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, 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
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>
Stan Grishin [Sun, 26 Nov 2023 00:12:35 +0000 (17:12 -0700)]
Merge pull request #22746 from stangri/master-https-dns-proxy
https-dns-proxy: fix unintentional call of service_stopped in boot()
Stan Grishin [Sun, 26 Nov 2023 00:12:09 +0000 (17:12 -0700)]
Merge pull request #22753 from stangri/master-adblock-fast
adblock-fast: bugfix: call to missing function
Stan Grishin [Sat, 25 Nov 2023 20:53:27 +0000 (20:53 +0000)]
adblock-fast: bugfix: call to missing function
* fix call to is_number to is_integer
* improve boot()
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Tianling Shen [Sat, 25 Nov 2023 06:56:20 +0000 (14:56 +0800)]
upmpdcli: Update to 1.8.6
Removed upstreamed patch.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sat, 25 Nov 2023 07:23:18 +0000 (15:23 +0800)]
libupnpp: Update to 0.24.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Sat, 25 Nov 2023 07:20:54 +0000 (15:20 +0800)]
libnpupnp: Update to 5.1.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Dirk Brenken [Sat, 25 Nov 2023 15:33:52 +0000 (16:33 +0100)]
Merge pull request #22553 from maxberger/master
ddns-scripts: Fix Route53 provider
Max Berger [Mon, 30 Oct 2023 19:14:40 +0000 (20:14 +0100)]
ddns-scripts: Fix Route53 provider
This fixes the Invalid Resource Record: FATAL problem: ARRDATAIllegalIPv4Address error message described in https://forum.openwrt.org/t/route53v1-script-error/160068
Maintainer: @chris5560, @maxberger, @dibdot
Tested: Checked on local system
Signed-off-by: Max Berger <max@berger.name>
Dirk Brenken [Sat, 25 Nov 2023 07:57:43 +0000 (08:57 +0100)]
banip: update 0.9.2-4
* fix: accidently upload a faulty urlhaus feed regex in the former commit
Signed-off-by: Dirk Brenken <dev@brenken.org>
Dirk Brenken [Sat, 25 Nov 2023 07:22:42 +0000 (08:22 +0100)]
banip: update 0.9.2-3
* fix the urlhaus regex
* fix a possible init race condition
Signed-off-by: Dirk Brenken <dev@brenken.org>
Stan Grishin [Fri, 24 Nov 2023 16:11:57 +0000 (16:11 +0000)]
https-dns-proxy: fix unintentional call of service_stopped in boot()
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Javier Marcet [Fri, 24 Nov 2023 06:33:18 +0000 (07:33 +0100)]
docker-compose: Update to version 2.23.3
Signed-off-by: Javier Marcet <javier@marcet.info>
Javier Marcet [Wed, 22 Nov 2023 18:22:40 +0000 (19:22 +0100)]
docker-compose: Update to version 2.23.2
Signed-off-by: Javier Marcet <javier@marcet.info>
Jeffery To [Wed, 22 Nov 2023 17:36:58 +0000 (01:36 +0800)]
python-trove-classifiers: Update to 2023.11.14
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 22 Nov 2023 17:34:27 +0000 (01:34 +0800)]
python-argcomplete: Update to 3.1.6
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stan Grishin [Fri, 24 Nov 2023 07:13:33 +0000 (00:13 -0700)]
Merge pull request #22740 from stangri/master-adblock-fast
adblock-fast: bufgix: fix boot()
Stan Grishin [Fri, 24 Nov 2023 07:13:20 +0000 (00:13 -0700)]
Merge pull request #22737 from stangri/master-https-dns-proxy
https-dns-proxy: bugfix: prevent erros from boot()
Stan Grishin [Thu, 23 Nov 2023 22:43:25 +0000 (22:43 +0000)]
adblock-fast: bufgix: fix boot()
* fix boot()
* reintroduce procd_boot_delay variable to control delay of service
start on boot
* introduce `check_lists` command to check enabled block-lists for
domain(s)
* use config_get_bool instead of config_get for boolean options
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Thu, 23 Nov 2023 22:38:12 +0000 (22:38 +0000)]
https-dns-proxy: bugfix: prevent erros from boot()
* fixes https://github.com/openwrt/packages/issues/22674
* rename resolver_health_check to is_resolver_running for readability
* reorder functions in the init file by name
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Andy Syam [Tue, 21 Nov 2023 06:13:35 +0000 (14:13 +0800)]
perl: update to version 5.38.0
removed some sources to download perl. I believe I only need one source to download perl at https://www.cpan.org/src/5.0. I see some Linux distributions use that source to download.
change the position of PKG_MAINTAINER to make it neater and prettier
perform a patch refresh
removes some patches that have been applied in perl-5.38.0 as well as patches that are no longer used in perl-5.38.0
added one patch Perl/perl5@
ba6e2c3 this fixes the issue regcomp*.c, regexec.c - fixup regex engine build under -Uusedl
provided updates and synchronized libc.config base.config version.config to perl-5.38.0
removed deprecated arybase in perl-5.29.4
Signed-off-by: Andy Syam <privasisource@gmail.com>
Dirk Brenken [Wed, 22 Nov 2023 22:07:19 +0000 (23:07 +0100)]
Merge pull request #22721 from jcassette/fix-22691
unbound: fix `create_host_record_from_host` error when `dns` is not set
Moritz Warning [Mon, 20 Nov 2023 19:37:36 +0000 (20:37 +0100)]
sockread: cleanup code and allow arguments
* cleanup code style
* allow arguments to be passed from the command line
Signed-off-by: Moritz Warning <moritzwarning@web.de>
Tianling Shen [Tue, 21 Nov 2023 08:40:43 +0000 (16:40 +0800)]
rust: Update to 1.74.0
- Bumped libc to 0.2.147 to align deps.
- Refreshed patches.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Josef Schlehofer [Mon, 6 Nov 2023 08:49:13 +0000 (09:49 +0100)]
quassel-irssi: drop this package
Based on the discussion on GitHub [1], we found out that quassel irssi is not maintained anymore, thus it is dead and confirmed by developers [2]. There is no reason to keep this package anymore here in our repositories, because otherwise we will need to take care of it and thats not what is going to happen.
[1] https://github.com/openwrt/packages/pull/22605
[2] https://github.com/phhusson/quassel-irssi/issues/36
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Josef Schlehofer [Mon, 6 Nov 2023 08:45:15 +0000 (09:45 +0100)]
quasselc: drop unmaintained project
This project [1] has the latest commit from 2017, it seems like we are maintaing this software here, but we don't have enough people to do so.
Let's drop this package.
[1] https://github.com/phhusson/QuasselC
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>