aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* docker: Update to 24.0.7Gerard Ryan2024-01-01
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* dockerd: Update to 24.0.7Gerard Ryan2024-01-01
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* runc: Update to 1.1.9Gerard Ryan2024-01-01
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Update to 1.7.6Gerard Ryan2024-01-01
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Merge pull request #23007 from mhei/php8-update-to-8.3.1Michael Heimpold2023-12-30
|\ | | | | php8: update to 8.3.1
| * php8: update to 8.3.1Michael Heimpold2023-12-27
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | dnsdist: Enable custom load-balancing policies in the light versionRemi Gacogne2023-12-28
| | | | | | | | Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
* | libs/xmlrpc-c: install pkgconf filesYegor Yefremov2023-12-28
| | | | | | | | | | | | Copy *.pc files into the staging directory. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
* | banip: update 0.9.3-3Dirk Brenken2023-12-28
| | | | | | | | | | | | * more init fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | Merge pull request #22917 from commodo/django1Alexandru Ardelean2023-12-28
|\ \ | | | | | | django: bump to version 5.0
| * | django: bump to version 5.0Alexandru Ardelean2023-12-27
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | banip: update 0.9.3-2Dirk Brenken2023-12-28
| | | | | | | | | | | | | | | | | | | | * rework the device/interface auto-detection (only layer-3 network devices will be detetcted correctly), disable the auto-detection e.g. for special tunnel interfaces * supports now full gawk (preferred, if installed) and busybox awk * raise the default boot timeout to 20 seconds (if 'ban_triggerdelay' is not set) * various small fixes and improvements * readme update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | zoneinfo: Updated to the latest (2023d) release.Vladimir Ulrich2023-12-28
| | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | rtty: update to 8.1.0Shi JiaYang2023-12-28
| | | | | | | | Signed-off-by: Shi JiaYang <shi05275@163.com>
* | sshtunnel: update to v5.2Sergey Ponomarev2023-12-27
| | | | | | | | Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | sshtunnel: simplify command compositionSergey Ponomarev2023-12-27
| | | | | | | | | | | | | | | | | | | | | | | | Remove append_params and use shell expressions instead e.g. ${port:+-p $port}. Note that we can't do that with ProxyCommand because it has to be quoted. The order of options was changed from more important like hostname to just static -nN. The CompressionLevel option is removed from SSH2. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* | sshtunnel: ProxyCommand optionSergey Ponomarev2023-12-27
|/ | | | | | | | | | The ProxyCommand may have spaces so it must be quoted. So we must use the procd_append_param. Currently the option is not supported by Dropbear. But it has -J instead which in OpenSSH means ProxyJump. So we can't use it to avoid conflict. Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
* exfatprogs: Update to 1.2.2Tianling Shen2023-12-26
| | | | | | | | | | | | | | | | | | | | | exfatprogs 1.2.2 - released 2023-10-26 ====================================== CHANGES : * exfat2img: Allow dumps for read-only devices. * fsck.exfat: Revert Repairing zero size directory. NEW FEATURES : * fsck.exfat: Repair duplicated filename. * mkfs.exfat: Add the option "q" to print only error messages. * mkfs.exfat: Add the option "U" to set volume GUID. * tune.exfat: Add the option "U" / "-u" to set or print volume GUID. BUG FIXES: * fsck.exfat: Fix some out-of-bounds memory accesses. * fsck.exfat: Change not to delete volume GUID directory entry. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* nebula: update to 1.8.1Stan Grishin2023-12-26
| | | | | | * https://github.com/slackhq/nebula/releases/tag/v1.8.1 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* lua-eco: update to 3.2.0Jianhui Zhao2023-12-26
| | | | | | | Some code refactoring has been done since 3.2.0 that bufio.lua no longer exists, libeco.so and bufio.so have been added. Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* tailscale: Update to 1.56.1Shi JiaYang2023-12-25
| | | | Signed-off-by: Shi JiaYang <shi05275@163.com>
* Merge pull request #22898 from lowjoel/strongswan-fix-no-instancesPhilip Prindeville2023-12-24
|\ | | | | strongswan: trigger reload when interfaces are specified
| * strongswan: trigger reload when interfaces are specifiedJoel Low2023-12-18
| | | | | | | | | | | | | | | | | | | | Fixes #20848 Add interface triggers if interfaces to listen to are specified in `/etc/config/ipsec`. This fixes the "running with no instances" scenario after rebooting a router. Signed-off-by: Joel Low <joel@joelsplace.sg>
* | boost: Updates package to version 1.84.0Carlos Miguel Ferreira2023-12-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates boost to version 1.84.0 New available libraries: * *Cobalt:* Basic algorithms and types for C++20 coroutines, from Klemens Morgenstern. [2] * *Redis:* Redis async client library built on top of Boost.Asio, from Marcelo Zimbres Silva. [3] More info about Boost 1.84.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_84_0.html [2]: https://www.boost.org/libs/cobalt/ [3]: https://www.boost.org/libs/redis/ Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | snort3: update to 3.1.77.0John Audia2023-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/snort3/snort3/releases/tag/3.1.77.0 ,,_ -*> Snort++ <*- o" )~ Version 3.1.77.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-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>
* | gnunet: update to version 0.20.0Daniel Golle2023-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | v0.20.0: - GNUNET_TESTING_get_testname_from_underscore renamed to GNUNET_STRINGS_get_suffix_from_binary_name and moved from libgnunettesting to libgnuneutil - Move GNUNET_s into libgnunetutil. - re-introduce compiler annotation for array size in signature - function-signature adjustment due to compiler error - GNUNET_PQ_get_oid removed, GNUNET_PQ_get_oid_by_name improved - Added GNUNET_PQ_get_oid_by_name - added GNUNET_PQ_get_oid() - Added new CCA-secure KEM and use in IDENTITY encryption - Add KEM API to avoid ephemeral private key management - Add new GNUNET_PQ_event_do_poll() API to gnunet_pq_lib.h - Added API to support arrays in query results - Improve PQ API documentation. - API for array types extended for times - API extended for array query types - relevant array-types in queries (not results) in postgresql added - just style fixes, int to enum - initial steps towards support of array-types in posgresql - adds GNUNET_JSON_spec_object_const() and GNUNET_JSON_spec_array_const() Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libassuan: Fix licenseFabrice Fontaine2023-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libassuan license is wrong since the addition of the package in commit https://git.openwrt.org/?p=feed/packages.git;a=commit;h=e24e8fa98c813911419271d64433deb2b453fa02 Indeed, libassuan has been licensed under LGPL-2.1+ since version 1.0.3 back in 2007 [1]: Noteworthy changes in version 1.0.3 (2007-08-24) ------------------------------------------------ * Changed the license of the library code back to LGPLv2.1 to support a bunch of GPLv2(only) software which does not allow the use of LGPLv3. Note that this is only a temporary change and authors of GPLv2(only) software are asked to switch to GPLv3 or to add an exception which allow the use of LPGLv3 software. [1]: https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libassuan.git;a=blob;f=NEWS;h=3a86eca4175fbcb12bb00722c2047062df67a46d;hb=HEAD Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* | Merge pull request #22941 from TDT-AG/pr/20231220-openvpnFlorian Eckert2023-12-22
|\ \ | | | | | | openvpn: start openvpn connection located under '/etc/openvpn' not only on system start
| * | openvpn: bump PKG_RELEASEFlorian Eckert2023-12-20
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | openvpn: Added option to not start the native OpenVPN configurations on bootFlorian Eckert2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | openvpn: add possibility to start openvpn_path_instance on requestFlorian Eckert2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | openvpn: add start_path_instance functionFlorian Eckert2023-12-20
| | | | | | | | | | | | | | | | | | This commit moves the part for starting an instance to a sub function. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | openvpn: move path instances call to sub functionFlorian Eckert2023-12-20
| | | | | | | | | | | | | | | | | | Move the start of the OpenVPN configurations in '/etc/openvpn' in a function. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | openvpn: rename start_instance to start_uci_instanceFlorian Eckert2023-12-20
| | | | | | | | | | | | | | | | | | Preparation commit to make it clear that this is a uci configuration. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | mariadb: minor whitespace and typo fixesMichael Heimpold2023-12-22
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | alist: add new packageTianling Shen2023-12-22
| | | | | | | | | | | | | | | | | | | | | AList is a file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | wsdd2: update to 2023-12-21Alan Luck2023-12-21
| | | | | | | | | | | | Signed-off-by: Alan Luck <luckyhome2008@gmail.com>
* | | pdns: update to 4.8.4Peter van Dijk2023-12-21
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | dnsdist: update to 1.8.3Peter van Dijk2023-12-21
| | | | | | | | | | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | Merge pull request #22914 from commodo/sudoAlexandru Ardelean2023-12-21
|\ \ \ | | | | | | | | sudo: bump to verison 1.9.15p4
| * | | sudo: bump to verison 1.9.15p4Alexandru Ardelean2023-12-18
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | Merge pull request #22916 from commodo/openblasAlexandru Ardelean2023-12-21
|\ \ \ \ | | | | | | | | | | openblas: bump to version 0.3.25
| * | | | openblas: bump to version 0.3.25Alexandru Ardelean2023-12-18
| |/ / / | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | / / mdio-tools: update to 1.3.1Robert Marko2023-12-21
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | ccid: update to version 1.5.4Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | libcurl-gnutls: update to version 8.5.0Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | opensc: update to version 0.24.0Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | base16384: bump to version 2.2.5源 文雨2023-12-20
| | | | | | | | | | | | Signed-off-by: 源 文雨 <fumiama@foxmail.com>
* | | perl: Net::DNS: update to version 1.41Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | For details see http://www.net-dns.org/svn/net-dns/release/1.40/Changes Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pcsc-tools: update to version 1.7.0Daniel Golle2023-12-20
| | | | | | | | | | | | | | | | | | See https://pcsc-tools.apdu.fr/Changelog for details. Signed-off-by: Daniel Golle <daniel@makrotopia.org>