Florian Eckert [Fri, 22 Dec 2023 12:54:26 +0000 (13:54 +0100)]
Merge pull request #22941 from TDT-AG/pr/
20231220-openvpn
openvpn: start openvpn connection located under '/etc/openvpn' not only on system start
Michael Heimpold [Wed, 20 Dec 2023 09:00:08 +0000 (10:00 +0100)]
mariadb: minor whitespace and typo fixes
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Tianling Shen [Sat, 16 Dec 2023 09:14:49 +0000 (17:14 +0800)]
alist: add new package
AList is a file list/WebDAV program that supports multiple storages,
powered by Gin and Solidjs.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Alan Luck [Thu, 21 Dec 2023 06:15:50 +0000 (17:15 +1100)]
wsdd2: update to 2023-12-21
Signed-off-by: Alan Luck <luckyhome2008@gmail.com>
Peter van Dijk [Thu, 21 Dec 2023 10:09:04 +0000 (11:09 +0100)]
pdns: update to 4.8.4
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Peter van Dijk [Tue, 19 Dec 2023 11:26:26 +0000 (12:26 +0100)]
dnsdist: update to 1.8.3
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Alexandru Ardelean [Thu, 21 Dec 2023 07:24:02 +0000 (09:24 +0200)]
Merge pull request #22914 from commodo/sudo
sudo: bump to verison 1.9.15p4
Alexandru Ardelean [Thu, 21 Dec 2023 07:23:48 +0000 (09:23 +0200)]
Merge pull request #22916 from commodo/openblas
openblas: bump to version 0.3.25
Robert Marko [Wed, 20 Dec 2023 12:51:23 +0000 (13:51 +0100)]
mdio-tools: update to 1.3.1
Update the mdio-netlink kmod and userspace mdio-tools to version 1.3.1.
[v1.3.1] - 2023-12-02
---------------------
Fixes mvls to work with kernels 6.2 and onwards.
- mdio: Multiple registers can now be dumped at once, via the generic
dump operation.
- mvls: Relax the driver matching to accept the strings used in
kernels 6.2 and newer.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Florian Eckert [Wed, 20 Dec 2023 14:07:37 +0000 (15:07 +0100)]
openvpn: bump PKG_RELEASE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 20 Dec 2023 13:20:13 +0000 (14:20 +0100)]
openvpn: Added option to not start the native OpenVPN configurations on boot
OpenVPN configurations that have a uci entry, the enable/enabled option can
be used to control whether the OpenVPN connection should be started at
system startup or not.
OpenVPN configurations that are located under '/etc/openvpn/' are always
started at system boot. To ensure that these connections can also be
started later, they must 'not' be started automatically during system boot.
This can be prevented with the following entry in the OpenVPN configuration.
config globals 'globals'
option autostart '0'
These OpenVPN configurations can then be started later with the command.
'/etc/init.d/openvpn start <name>'
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 20 Dec 2023 09:19:24 +0000 (10:19 +0100)]
openvpn: add possibility to start openvpn_path_instance on request
This commit adds the possibility that an OpenVPN instance located under
'/etc/openvpn' can also be started with the command.
'/etc/init.d/openvpn start <name>'
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 20 Dec 2023 09:13:39 +0000 (10:13 +0100)]
openvpn: add start_path_instance function
This commit moves the part for starting an instance to a sub function.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 20 Dec 2023 08:59:13 +0000 (09:59 +0100)]
openvpn: move path instances call to sub function
Move the start of the OpenVPN configurations in '/etc/openvpn' in a function.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Florian Eckert [Wed, 20 Dec 2023 08:53:52 +0000 (09:53 +0100)]
openvpn: rename start_instance to start_uci_instance
Preparation commit to make it clear that this is a uci configuration.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Daniel Golle [Wed, 20 Dec 2023 02:21:11 +0000 (02:21 +0000)]
ccid: update to version 1.5.4
Add new build dependency on zlib as package no longer builds without
it being present.
1.5.4 - 29 October 2023, Ludovic Rousseau
- fix a regression introduced in 1.5.3
1.5.3 - 25 October 2023, Ludovic Rousseau
- Add support of
- ACS ACR1552 1S CL Reader
- ACS ACR1552 CL Reader
- ACS ACR1581
- ACS ACR40T ICC Reader
- ACS ACR40U ICC Reader
- ACS WalletMate 1S CL Reader
- Aktiv Rutoken SCR 3101 NFC Reader
- CIRIGHT ONE PASS U2F
- Dexon Tecnologias Digitais LTDA eSmartDX
- Excelsecu Card reader
- GHI NC001
- Identiv uTrust Token Flex
- SpringCard M519 with idProduct: 0x6212
- SpringCard M519 with idProduct: 0x621A
- WCMi SD5931
- parse: create output.bin file
- udev: Disable USB-persist for CCID devices
- configure: fail if flex is not found
- Some other minor improvements
1.5.2 - 31 January 2023, Ludovic Rousseau
- Add support of
- KAPELSE KAP-LINK
- LDU LANDI
- Sensyl SSC-HV Reader
- TOKEN2 MFA NFC Reader
- TOKEN2 Molto2
- Thales RF Reader
- Alcor Micro AU9560: Remove high speeds since they are not supported
- Hack for AlcorMicro AU9560 and Acos-ID card
- configure.ac: disable the use of --disable-usbdropdir
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 03:42:41 +0000 (03:42 +0000)]
libcurl-gnutls: update to version 8.5.0
https://curl.se/changes.html#8_5_0
Pick upstream patch to fix build with gnuTLS and verbose strings removed.
The patch should be removed with the next version bump.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 03:53:24 +0000 (03:53 +0000)]
opensc: update to version 0.24.0
Brings security fixes for CVE-2023-40660, CVE-2023-40661 and
CVE-2023-4535.
See release notes for further details:
https://github.com/OpenSC/OpenSC/releases/tag/0.24.0
and
https://github.com/OpenSC/OpenSC/releases/tag/0.23.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
源 文雨 [Wed, 20 Dec 2023 04:42:40 +0000 (04:42 +0000)]
base16384: bump to version 2.2.5
Signed-off-by: 源 文雨 <fumiama@foxmail.com>
Daniel Golle [Wed, 20 Dec 2023 04:44:00 +0000 (04:44 +0000)]
perl: Net::DNS: update to version 1.41
For details see http://www.net-dns.org/svn/net-dns/release/1.40/Changes
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 04:06:30 +0000 (04:06 +0000)]
pcsc-tools: update to version 1.7.0
See https://pcsc-tools.apdu.fr/Changelog for details.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 04:01:35 +0000 (04:01 +0000)]
pcsc-lite: update to version 2.0.1
Add configure argument to keep polkit disabled as per before 2.0.1.
2.0.1: Ludovic Rousseau
24 November 2023
- SCardConnect(): return SCARD_W_SECURITY_VIOLATION when needed (polkit)
- SCardCancel(): return SCARD_S_SUCCESS even if the client already finished
- polkit is enabled by default
- libpcscspy: fix a crash with NULL pointers
- Doxygen: fix SCardBeginTransaction() documentation
- fix pcscd internal thread safety issues (clang -fsanitize=thread)
- Some other minor improvements
9 June 2023
2.0.0: Ludovic Rousseau
9 June 2023
- Adjust USB drivers path at run-time via environment variable PCSCLITE_HP_DROPDIR
- Add '--disable-polkit' option
- Reset eventCounter when a reader is removed
- Add "polkit" in "pcscd -v" output if enabled
- Doxygen: document SCARD_E_INVALID_VALUE for some functions
- use secure_getenv(3) if available
- Some other minor improvements
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 02:51:20 +0000 (02:51 +0000)]
debootstrap: update to version 1.0.128+nmu2+deb12u1
debootstrap (1.0.128+nmu2+deb12u1) bookworm; urgency=medium
* Non-maintainer upload targeting Debian 12.2, with maintainer approval
from Luca Boccassi.
* Backport merged-/usr support changes from trixie:
- Implement merged-/usr by post-merging.
This changes the bootstrap order so that it will be possible for a
future version of base-files in trixie/sid to take responsibility for
creating the /bin, /sbin, /lib* symlinks, and is a prerequisite for
lifting the moratorium imposed by #
1035831.
(Closes: #
1049898; implementation by Helmut Grohne)
- functions: Reinstate setup_merged_usr() as it existed before
fixing #
1049898, for backwards-compatibility with older versions of
mmdebstrap.
- functions: Default to merged-/usr for suites newer than bookworm,
even for the buildd profile. This allows packages targeting trixie
to assume that merged-/usr is the only layout possible, and is a
prerequisite for lifting the moratorium imposed by #
1035831.
- Mention --merged-usr in --help output. (Closes: #
1031828)
* Backport autopkgtest regression fixes from trixie:
- Revert fake/schroot-1.6.10-3 to an accurate emulation of the
behaviour of schroot 1.6.10-3 (Closes: #983311)
- Document schroot 1.6.10-3 with the default profile as expected to
fail to use /dev/pts in a lxc >= 3 or Docker container; this is a
schroot bug (#983423) and not a debootstrap bug
- With these changes, the autopkgtest is confirmed to pass in
autopkgtest-virt-qemu (Closes: #983197)
-- Simon McVittie <smcv@debian.org> Wed, 30 Aug 2023 15:21:17 +0100
debootstrap (1.0.128+nmu2) unstable; urgency=low
* Non-maintainer upload.
[ Matthias Klumpp ]
* Update PureOS bootstrap script
[ Luca Boccassi ]
* autopkgtest: fix running on !amd64
* autopkgtest: run on 'testing' instead of 'bookworm'
-- Luca Boccassi <bluca@debian.org> Tue, 18 Oct 2022 23:49:31 +0100
debootstrap (1.0.128+nmu1) unstable; urgency=low
* Non-maintainer upload.
* autopkgtest: add /usr/sbin to PATH
-- Luca Boccassi <bluca@debian.org> Mon, 17 Oct 2022 10:45:01 +0100
debootstrap (1.0.128) unstable; urgency=low
[ Samuel Thibault ]
* Make gbp tag produce the right tag format
[ Carsten Schoenert ]
* Add (PureOS) byzantium as a symlink to amber
* Add (PureOS) crimson as a symlink to amber
[ Daniel Watkins ]
* Support Packages files which are not ordered alphabetically by Package field
(LP: #
1990856)
[ Dimitri John Ledkov ]
* d/tests/unsorted-packages-files: cleanup temp files and daemon
[ Tianon Gravi ]
* Apply "EXCLUDE_DEPENDENCY" during "resolve_deps"
-- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Fri, 14 Oct 2022 12:31:04 +0100
debootstrap (1.0.127+nmu1) unstable; urgency=medium
* Non-maintainer upload.
[ Ansgar ]
* debootstrap: optionally exclude specific dependencies
* debian-common: exclude usrmerge when installing usr-is-merged
[ Samuel Thibault ]
* Enable usrmerge on hurd-i386 too.
-- Luca Boccassi <bluca@debian.org> Sat, 24 Sep 2022 14:07:46 +0100
debootstrap (1.0.127) unstable; urgency=medium
[ Heysion Yuan ]
* add usrmerge support loongarch64.
[ Paul Menzel ]
* Avoid duplicate components in `sources.list`.
[ Edward Tomasz Napierala ]
* Mount /dev/fd if the host is FreeBSD.
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
* Update renamed lintian tag names in lintian overrides.
[ Luca Falavigna ]
* Add (Ubuntu) kinetic as a symlink to gutsy.
* Update standards version to 4.6.0.1, no changes needed.
[ Luca Boccassi ]
* setup_merged_usr: create skip flag when merged-usr is disabled on bookworm+
* Add usr-is-merged to the required set on testing/unstable
-- Dimitri John Ledkov <dimitri.ledkov@canonical.com> Mon, 25 Jul 2022 13:25:39 +0100
debootstrap (1.0.126+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Undo the changes of the last upload. (Closes: #998867)
-- Johannes Schauer Marin Rodrigues <josch@debian.org> Sun, 28 Nov 2021 12:38:15 +0100
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 02:40:49 +0000 (02:40 +0000)]
debian-archive-keyring: update to version 2023.4
Clean up package Makefile to easy future maintainance while at it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 02:52:19 +0000 (02:52 +0000)]
exfatprogs: update to version 1.2.1
exfatprogs 1.2.1 - released 2023-05-17
======================================
CHANGES :
* fsck.exfat: Repair zero size directory.
* fsck.exfat: Four small clean-ups.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 20 Dec 2023 02:24:47 +0000 (02:24 +0000)]
hiredis: update to version 1.2.0
Announcing Hiredis v1.2.0 with with new adapters, and a great many bug
fixes.
🚀 New Features
- Add sdevent adapter
- Allow specifying the keepalive interval
- Add RedisModule adapter
- Helper for setting TCP_USER_TIMEOUT socket option
🐛 Bug Fixes
- Fix a typo in
b6a052f.
- Fix wincrypt symbols conflict
- Don't attempt to set a timeout if we are in an error state.
- Accept -nan per the RESP3 spec recommendation.
- Fix colliding option values
- Ensure functionality without `_MSC_VER` definition
🧰 Maintenance
- Add a test for the TCP_USER_TIMEOUT option.
- Add -Werror as a default.
- CI: Update homebrew Redis version.
- Fix typo in makefile.
- Write a version file for the CMake package
- CMakeLists.txt: respect BUILD_SHARED_LIBS
- Cmake static or shared
- fix typo
- Add a test ensuring we don't clobber connection error.
- Search for openssl on macOS
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Tianling Shen [Wed, 20 Dec 2023 02:56:45 +0000 (10:56 +0800)]
dnsproxy: Update to 0.61.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Fabrice Fontaine [Sun, 10 Dec 2023 20:42:37 +0000 (21:42 +0100)]
gpgme: Fix license
gpgme license is wrong since the addition of the package in commit
https://git.openwrt.org/?p=feed/packages.git;a=commit;h=
3e39633b75e7d26f3666bce9c2e97d268f0fd068
Indeed, gpgme has been licensed under LPGL-2.1+ since version 1.0.2 back
in 2004 [1]:
Noteworthy changes in version 1.0.2 (2004-12-28)
------------------------------------------------
* Changed the license of the library to the GNU Lesser General Public
License (LGPL), version 2.1 or later.
[1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gpgme.git;a=blob;f=NEWS;h=
2475a877a40817f575accd22a386bfd5f0a66aad;hb=HEAD
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Hirokazu MORIKAWA [Wed, 20 Dec 2023 00:08:02 +0000 (09:08 +0900)]
icu: bump to 74.2
ICU 74.2 maintenance release
Release date: 2023-12-13
ICU 74.2 updates to CLDR 44.1 locale data. These are maintenance releases for ICU 74 and CLDR 44, with limited sets of bug fixes and no API or structural changes.
* The CLDR bug fix relevant for ICU is for some formatting patterns that erroneously had two adjacent space characters. These are coalesced into one. (CLDR-17233)
* List of tickets fixed in ICU 74.2
* Important: DateFormat.getInstanceForSkeleton() and the DateTimePatternGenerator sometimes used the wrong patterns because they failed to use/inherit certain data. (ICU-22575 — CLDR 44 had removed some redundant data that ICU relied on.)
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:32:59 +0000 (16:32 -0800)]
apache: update to 2.4.58
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:39:09 +0000 (16:39 -0800)]
mariadb: update to 10.9.8
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Tested-by: Michael Heimpold <mhei@heimpold.de>
John Audia [Sat, 1 Jul 2023 09:41:41 +0000 (05:41 -0400)]
hyperscan: new package for speeding up regex ops
Hyperscan is a high performance regular expression matching
library from Intel that runs on x86 platforms and offers
support for Perl Compatible Regular Expressions (PCRE) syntax,
simultaneous matching of groups of regular expressions, and
streaming operations.
This has utility in speeding up snort3.
Signed-off-by: John Audia <therealgraysky@proton.me>
Rosen Penev [Tue, 19 Dec 2023 00:16:19 +0000 (16:16 -0800)]
gst1-libav: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:08:54 +0000 (16:08 -0800)]
gst1-plugins-ugly: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:02:58 +0000 (16:02 -0800)]
gst1-plugins-bad: update to 1.22.8
Remove now unnecessary patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:01:59 +0000 (16:01 -0800)]
gst1-plugins-good: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:00:56 +0000 (16:00 -0800)]
gst1-plugins-base: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:00:32 +0000 (16:00 -0800)]
gstreamer1: update to 1.22.8
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 Dec 2023 00:18:47 +0000 (16:18 -0800)]
libsoup: fix compilation with libml2 1.12
Needs a different header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Alexandru Ardelean [Mon, 18 Dec 2023 12:47:08 +0000 (14:47 +0200)]
stress-ng: bump to version 0.17.03
Dropped patch '002-core-stress-Add-musl-gcc-detection-and-HAVE_COMPILER.patch'
It's included in the release.
Links:
https://github.com/ColinIanKing/stress-ng/commit/
cd84c46ce780242879e8aaa7d698b9cd87996dbd
https://github.com/ColinIanKing/stress-ng/issues/325
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Sergey Ponomarev [Sun, 17 Dec 2023 08:14:24 +0000 (10:14 +0200)]
mosh: Move section net/Network/SSH
The mosh-server and mosh-client packages are related to SSH.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Paul Doran [Mon, 18 Dec 2023 17:28:17 +0000 (19:28 +0200)]
nut: update to 2.8.1
Signed-off-by: Paul Doran <ruralroots@gmail.com>
[remove upstream patch included in 2.8.1]
Miroslav Lichvar [Mon, 18 Dec 2023 11:10:09 +0000 (12:10 +0100)]
chrony: add ntp hotplug provider script
When the service is started, wait for the clock to be synchronized for
up to 5 minutes and provide the stratum action once for ntp hotplug
scripts.
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Miroslav Lichvar [Mon, 18 Dec 2023 09:10:24 +0000 (10:10 +0100)]
chrony: update to 4.5
Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
Van Waholtz [Mon, 27 Nov 2023 07:21:57 +0000 (15:21 +0800)]
syncthing: update to 1.27.0
Add myself to maintainers
Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
Tianling Shen [Fri, 3 Nov 2023 11:18:04 +0000 (19:18 +0800)]
libtorrent-rasterbar: Update to 2.0.9
Switch to use release tarball to avoid try_signal hack.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Alexandru Ardelean [Mon, 18 Dec 2023 10:04:01 +0000 (12:04 +0200)]
sudo: bump to verison 1.9.15p4
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Alexandru Ardelean [Mon, 18 Dec 2023 11:47:03 +0000 (13:47 +0200)]
openblas: bump to version 0.3.25
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Michael Heimpold [Mon, 18 Dec 2023 07:00:10 +0000 (08:00 +0100)]
Merge pull request #22905 from mhei/libiio-update-to-0.25
libiio: update to 0.25
Michael Heimpold [Mon, 18 Dec 2023 06:59:56 +0000 (07:59 +0100)]
Merge pull request #22899 from mhei/php8-pecl-xdebug-update-to-3.3.1
php8-pecl-xdebug: update to 3.3.1
Michael Heimpold [Fri, 15 Dec 2023 21:43:28 +0000 (22:43 +0100)]
php8-pecl-xdebug: update to 3.3.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 17 Dec 2023 19:30:56 +0000 (20:30 +0100)]
Merge pull request #22900 from mhei/php8-update-to-8.3.0
php8: update to 8.3.0
Hannu Nyman [Sun, 17 Dec 2023 18:10:14 +0000 (20:10 +0200)]
Merge pull request #22894 from Ansuel/wifidog-bump
wifidog: make it compile again with recent version of WolfSSL
Michael Heimpold [Fri, 15 Dec 2023 22:00:21 +0000 (23:00 +0100)]
php8: update to 8.3.0
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sun, 17 Dec 2023 13:25:51 +0000 (14:25 +0100)]
apache: add compile fix for libxml-2.12.x
libxml2 restructured includes, thus another include is now required
otherwise build fails.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 16 Dec 2023 16:47:08 +0000 (17:47 +0100)]
libiio: update to 0.25
While at, backport fix to compile against libxml 2.12.0.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Jan Hák [Wed, 13 Dec 2023 10:01:41 +0000 (11:01 +0100)]
knot: update to version 3.3.3
Signed-off-by: Jan Hák <jan.hak@nic.cz>
Nikos Mavrogiannopoulos [Sat, 16 Dec 2023 14:46:29 +0000 (15:46 +0100)]
tang: silence errors on first installation
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
Eric Fahlgren [Wed, 6 Dec 2023 23:37:32 +0000 (15:37 -0800)]
snort3: add missing config include and general cleanup
- Delete legacy configuration files homenet.lua and local.lua
- Add snort config 'include' to allow user customizations in the lua
- Enhance 'check' to test generated nftables file
- Suppress inclusion of rules file when doing silent config check
- Suppress warnings on configuration check unless '-v'erbose
- Replace text logging with json logging to reduce footprint and make reports easier
- Fix some typos in the snort.uc template
- Fix up some error messages suggesting solutions
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Jianhui Zhao [Sat, 16 Dec 2023 07:56:31 +0000 (15:56 +0800)]
lua-eco: update to 3.1.2
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Jeffery To [Sat, 16 Dec 2023 04:12:23 +0000 (12:12 +0800)]
Merge pull request #22879 from QuintinHill/ble2mqtt-0.2.1
Python3-Ble2mqtt: update to 0.2.1 and bump dependencies
Stan Grishin [Fri, 15 Dec 2023 06:04:05 +0000 (23:04 -0700)]
Merge pull request #22896 from stangri/master-adblock-fast
adblock-fast: update to 1.1.1-1
Stan Grishin [Fri, 15 Dec 2023 02:41:38 +0000 (02:41 +0000)]
adblock-fast: update to 1.1.1-1
* move reload/restart logic from json() to config_cache()
* improve fw4 restart decision logic
* no longer store reload/restart info in ubus/status json file
* rename variables pointing to run-time information
* create dns_set_output_values to reuse code in principal all and luci app
* improve append_url to store collected URLs in an alternative variable
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Tianling Shen [Fri, 15 Dec 2023 00:15:48 +0000 (08:15 +0800)]
Merge pull request #22884 from gladiac/haproxy-2.8.5
haproxy: update to v2.8.5
Christian Marangi [Thu, 14 Dec 2023 15:14:58 +0000 (16:14 +0100)]
wifidog: make it compile again with recent version of WolfSSL
Recent version of WolfSSL dropped CyaSSL shims and made the package not
compilable. Converting it to the WolfSSL library is simple enough as the
API used are very basic and can be converted directly. Add patch that
fully convert the package to WolfSSL and doesn't use the compat shim
anymore.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Florian Eckert [Thu, 14 Dec 2023 11:26:38 +0000 (12:26 +0100)]
Merge pull request #22354 from lvoegl/pr/
20230910-swanmon
swanmon: add package
Nick Hainke [Wed, 13 Dec 2023 09:11:46 +0000 (10:11 +0100)]
snowflake: update to 2.8.0
Release Notes:
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/blob/v2.8.0/ChangeLog
Signed-off-by: Nick Hainke <vincent@systemli.org>
Tianling Shen [Wed, 13 Dec 2023 06:22:17 +0000 (14:22 +0800)]
yq: Update to 4.40.5
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Wed, 13 Dec 2023 06:22:12 +0000 (14:22 +0800)]
v2ray-geodata: Update to latest version
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Wed, 13 Dec 2023 06:21:55 +0000 (14:21 +0800)]
v2ray-core: Update to 5.13.0
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Tianling Shen [Wed, 13 Dec 2023 06:21:50 +0000 (14:21 +0800)]
dnsproxy: Update to 0.60.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Jeffery To [Mon, 11 Dec 2023 08:00:08 +0000 (16:00 +0800)]
pipx: Update to 1.3.3
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 11 Dec 2023 07:57:35 +0000 (15:57 +0800)]
python-typing-extensions: Update to 4.9.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 11 Dec 2023 07:54:45 +0000 (15:54 +0800)]
python-referencing: Update to 0.32.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 11 Dec 2023 07:51:58 +0000 (15:51 +0800)]
python-platformdirs: Update to 4.1.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 11 Dec 2023 07:50:05 +0000 (15:50 +0800)]
python-pathspec: Update to 0.12.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 11 Dec 2023 07:46:00 +0000 (15:46 +0800)]
python-argcomplete: Update to 3.2.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Mon, 11 Dec 2023 06:34:24 +0000 (14:34 +0800)]
python3: Update to 3.11.7, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Maxim Storchak [Sat, 9 Dec 2023 01:12:47 +0000 (03:12 +0200)]
lsof: update to 4.99.0
- drop the patches that don't apply anymore
- update build commads
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Maxim Storchak [Sat, 9 Dec 2023 00:57:47 +0000 (02:57 +0200)]
tgt: update to 1.0.89
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
John Audia [Sun, 10 Dec 2023 17:23:48 +0000 (12:23 -0500)]
snort3: add myself as a co-maintainer
Michael invited me to co-maintain[1].
1. https://github.com/openwrt/packages/pull/22830#issuecomment-
1848997029
Signed-off-by: John Audia <therealgraysky@proton.me>
W. Michael Petullo [Mon, 11 Dec 2023 00:11:37 +0000 (18:11 -0600)]
cyrus-sasl: create libsasl2-utils package for programs
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Quintin Hill [Mon, 11 Dec 2023 23:20:53 +0000 (23:20 +0000)]
python3-ble2mqtt: bump version to 0.2.1
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
Quintin Hill [Mon, 11 Dec 2023 23:20:32 +0000 (23:20 +0000)]
python3-bleak: bump version to 0.21.1
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
Quintin Hill [Mon, 11 Dec 2023 23:19:59 +0000 (23:19 +0000)]
python3-dbus-fast: bump version to 2.20.0
Signed-off-by: Quintin Hill <stuff@quintin.me.uk>
Stan Grishin [Mon, 11 Dec 2023 22:45:55 +0000 (15:45 -0700)]
Merge pull request #22873 from stangri/master-https-dns-proxy
https-dns-proxy: only restart firewall when needed
Dirk Brenken [Mon, 11 Dec 2023 16:35:13 +0000 (17:35 +0100)]
banip: bump to release 0.9.3-1
* provides an option to transfer log events on remote servers via cgi interface (disabled by default), see readme for details
* refine the allowlist check to support IP intervals as well before adding an IP to the blocklist
Signed-off-by: Dirk Brenken <dev@brenken.org>
Jeffery To [Mon, 11 Dec 2023 04:53:45 +0000 (12:53 +0800)]
golang: Update to 1.21.5
Includes fix for CVE-2023-39326 (net/http: limit chunked data overhead).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Stan Grishin [Mon, 11 Dec 2023 13:18:21 +0000 (13:18 +0000)]
https-dns-proxy: only restart firewall when needed
* only restart firewall when needed
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Mon, 11 Dec 2023 10:40:44 +0000 (03:40 -0700)]
Merge pull request #22863 from stangri/master-adblock-fast
adblock-fast: better allow-listing
Stan Grishin [Mon, 11 Dec 2023 00:54:17 +0000 (00:54 +0000)]
adblock-fast: better allow-listing
* improve allow-listing reliability by running sed from the script-file
instead of the command-line
* fix user for smartdns files ownership
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Stan Grishin [Sun, 10 Dec 2023 20:55:03 +0000 (13:55 -0700)]
Merge pull request #22858 from stangri/master-nebula
nebula: update to 1.8.0
Stan Grishin [Sun, 10 Dec 2023 20:54:58 +0000 (13:54 -0700)]
Merge pull request #22856 from stangri/master-curl
curl: update to 8.5.0
Stan Grishin [Sun, 10 Dec 2023 20:54:42 +0000 (13:54 -0700)]
Merge pull request #22853 from stangri/master-adblock-fast
adblock-fast: bugfix: block domains from config when not using block-lists
Stan Grishin [Sun, 10 Dec 2023 17:45:43 +0000 (17:45 +0000)]
nebula: update to 1.8.0
* https://github.com/slackhq/nebula/releases/tag/v1.8.0
Signed-off-by: Stan Grishin <stangri@melmac.ca>
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>
Stan Grishin [Sun, 10 Dec 2023 02:49:51 +0000 (02:49 +0000)]
adblock-fast: bugfix: block domains from config when not using block-lists
* remove empty lines from the combined list to allo optimization code
to work properly
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>