aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #22109 from BKPepe/curl-updateStan Grishin2023-09-16
|\ | | | | curl: update to version 8.3.0
| * curl: update to version 8.3.0Josef Schlehofer2023-09-16
| | | | | | | | | | | | | | | | | | | | | | | | Release notes: https://curl.se/changes.html#8_3_0 Fixes: CVE-2023-38039 [1] [1] https://curl.se/docs/CVE-2023-38039.html Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | bandwidthd: drop this packageJosef Schlehofer2023-09-16
| | | | | | | | | | | | | | | | | | | | This package is not maintained by upstream anymore as they replace it by Ntopng 3. [1] Upstream repository is archived and read only since February 2022 [2] [1] https://community.nethserver.org/t/bandwidthd-for-nethserver-7/4071/18 [2] https://github.com/NethServer/bandwidthd Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | ovpn-dco: fix package dependenciesMartin Schiller2023-09-16
| | | | | | | | | | | | | | We have to add an "IPV6:" in front of the kmod-udptunnel6 to fix redundant dependencies with the openvpn-* packages. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | nextdns: Update to version 1.40.1Olivier Poitrey2023-09-15
| | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | Merge pull request #22104 from douglarek/ztTianling Shen2023-09-15
|\ \ | | | | | | zerotier: update to 1.12.2
| * | zerotier: update to 1.12.2Leo Douglas2023-09-15
| | | | | | | | | | | | | | | | | | see changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.12.2. Signed-off-by: Leo Douglas <douglarek@gmail.com>
* | | dnscrypt-proxy2: update to version 2.1.5Josef Schlehofer2023-09-15
| |/ |/| | | | | | | | | Fixes compilation with Go 1.21+. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | syslog-ng: update to version 4.3.1Josef Schlehofer2023-09-15
|/ | | | | | | | | | | | | | Makefile changes: - Since version 4.3.0, there is required to use pcre2 instead of pcre Reference: https://github.com/syslog-ng/syslog-ng/pull/4537 - Disable c++ support by default to avoid picking libstdcpp dependency Reference: https://github.com/syslog-ng/syslog-ng/pull/4484 Config changes: - Bump version in config file Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* sing-box: update to 1.4.3Leo Douglas2023-09-15
| | | | | | see changelog: https://github.com/SagerNet/sing-box/releases/tag/v1.4.3 Signed-off-by: Leo Douglas <douglarek@gmail.com>
* tailscale: set nftables as defaultTyler Young2023-09-15
| | | | | | | | | | | | | | | | | | This changes the default firewall method used by Tailscale to nftables. The 'autodetection' mode is only supported by arm64 and amd64 for now[1]. This causes mips devices to not do proper detection and incorrectly default back to iptables. I added a fw_mode variable to the tailscale.conf file that could be set to iptables for easy conversion for someone still using iptables. I was able to test on an older mips device and my current aarch64 without issues. Also a few readme updates to bring it up to the current status. 1. https://github.com/tailscale/tailscale/blob/dc7aa98b768bf82017aa5cc82a62dd4d685f811d/util/linuxfw/linuxfw_unsupported.go#L4C58-L4C58 Signed-off-by: Tyler Young <git@yfh.addy.io>
* snort3: update to 3.1.70.0John Audia2023-09-14
| | | | | | | | | | | | | | | | | | | | | | Build system: x86/64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne ,,_ -*> Snort++ <*- o" )~ Version 3.1.70.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.12 Using LuaJIT version 2.1.0-beta3 Using OpenSSL 3.0.10 1 Aug 2023 Using libpcap version 1.10.4 (with TPACKET_V3) Using PCRE version 8.45 2021-06-15 Using ZLIB version 1.2.13 Using Hyperscan version 5.4.2 2023-09-07 Signed-off-by: John Audia <therealgraysky@proton.me>
* python-setuptools: Update to 68.2.0Jeffery To2023-09-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* python-build: Update to 1.0.3Jeffery To2023-09-14
| | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #22095 from jefferyto/rust-arch-dependsTianling Shen2023-09-14
|\ | | | | rust: Move RUST_ARCH_DEPENDS into rust-values.mk
| * rust: Move RUST_ARCH_DEPENDS into rust-values.mkJeffery To2023-09-13
| | | | | | | | | | | | | | | | This allows other packages access to RUST_ARCH_DEPENDS by including rust-values.mk, instead of rust-package.mk which also sets Build/Compile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | dnsdist: update to 1.8.1Peter van Dijk2023-09-13
|/ | | | Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* mwan3: fix mwan3_connected ubus outputFlorian Eckert2023-09-12
| | | | | | | | During the renameing of mwan3_connected_v4 to mwan3_connected_ipv4 and mwan3_connected_v6 to mwan3_connected_ipv6 the adjustment in the ubus call was forgotten. This commit fixes this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* dawn: Add PKG_BUILD_FLAGS:=no-lto because lto causes strange SegFaultsCarsten Schuette2023-09-11
| | | | Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
* dawn: Update to 2023-05-14Carsten Schuette2023-09-11
| | | | Signed-off-by: Carsten Schuette <schuettecarsten@googlemail.com>
* Merge pull request #22083 from jefferyto/golang-1.21.1Tianling Shen2023-09-11
|\ | | | | golang: Update to 1.21.1
| * golang: Update to 1.21.1Jeffery To2023-09-11
|/ | | | | | | | | | | | | | | | | | Includes fixes for: * CVE-2023-39318: html/template: improper handling of HTML-like comments within script contexts * CVE-2023-39319: html/template: improper handling of special tags within script contexts * CVE-2023-39320: cmd/go: go.mod toolchain directive allows arbitrary execution * CVE-2023-39321 and CVE-2023-39322: crypto/tls: panic when processing partial post-handshake message in QUICConn.HandleData Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #21935 from G10h4ck/libssh-mbedtlsAlexandru Ardelean2023-09-10
|\ | | | | libssh: compile against MbedTLS instead of OpenSSL
| * libssh: compile against MbedTLS instead of OpenSSLGioacchino Mazzurco2023-08-28
| | | | | | | | | | | | | | | | Since 2017 libssh supports to be compiled against libmbedtls instead of libopessl, OpenWrt ships mbedtls by default, while depending on OpenSSL increase image size by almost 1.5MB unnecessarily. Signed-off-by: Gioacchino Mazzurco <gio@eigenlab.org>
* | Merge pull request #21958 from graysky2/ncduAlexandru Ardelean2023-09-10
|\ \ | | | | | | ncdu: update to 1.18.1
| * | ncdu: update to 1.18.1John Audia2023-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: x86/64/AMD Cezanne Run-tested: x86/64/AMD Cezanne Signed-off-by: John Audia <therealgraysky@proton.me>
* | | Merge pull request #21856 from AuthorReflex/ovpn-2.6.6Alexandru Ardelean2023-09-10
|\ \ \ | | | | | | | | openvpn: update to 2.6.6
| * | | openvpn: update to 2.6.6Ivan Pavlov2023-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small bugfix release For details refer to https://github.com/OpenVPN/openvpn/blob/v2.6.6/Changes.rst Also, set depends on DCO kernel module when ENABLE_DCO flag is set. Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
* | | | Merge pull request #22072 from commodo/python-updates1Alexandru Ardelean2023-09-10
|\ \ \ \ | | | | | | | | | | chardet,numpy,django: bump versions
| * | | | django: bump to version 4.2.5Alexandru Ardelean2023-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | | | numpy: bump to version 1.25.2Alexandru Ardelean2023-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
| * | | | python-chardet: bump to 5.2.0Alexandru Ardelean2023-09-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* | | | | Merge pull request #22043 from jefferyto/python-crcmod-package-sectionAlexandru Ardelean2023-09-10
|\ \ \ \ \ | | | | | | | | | | | | python-crcmod: Fix package section
| * | | | | python-crcmod: Fix package sectionJeffery To2023-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #22067 from robimarko/dbusAlexandru Ardelean2023-09-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | dbus: update to 1.14.10 and take ower maintainership
| * | | | | | dbus: take maintainership of the packageRobert Marko2023-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since it seems that this nobody wants to be the maintainer of dbus, I can take the responsibility. I am no dbus expert, but can runtime test it and see if change seems sane. Signed-off-by: Robert Marko <robimarko@gmail.com>
| * | | | | | dbus: update to 1.14.10 stableRobert Marko2023-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current stable branch for dbus is 1.14 and that is recommended to be used. 1.13 was a development branch and not meant for production use. 1.14.10 is the latest stable, so lets move to it. Signed-off-by: Robert Marko <robimarko@gmail.com>
| * | | | | | dbus: drop CMake patchesRobert Marko2023-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake is not being used to build dbus as it does not respect endinaness under CMake and 1.14 branch. So, lets drop the patches as they will not apply to future 1.14 update. Signed-off-by: Robert Marko <robimarko@gmail.com>
* | | | | | | Merge pull request #22030 from BKPepe/retake-packagesAlexandru Ardelean2023-09-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | treewide: take maintainership from Karel
| * | | | | | | treewide: take maintainership from KarelJosef Schlehofer2023-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both of us were working for Turris and using these devices on daily basis. A few of these packages are still required and used by Turris. It would be great if Turris people will take maintainership of these packages, but if they decide not to, I can step in and take them. Since Karel switched from using OpenWrt to NixOS and hopefully, I didn't reveal some secret here, let's take maintainership of his packages. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #22039 from jefferyto/xmltodict-0.13.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xmltodict: Update to 0.13.0, rename source package
| * | | | | | | | xmltodict: Update to 0.13.0, rename source packageJeffery To2023-09-05
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-xmltodict to match other Python packages. This also updates the list of dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #22038 from jefferyto/ruamel-yaml-0.17.32Alexandru Ardelean2023-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ruamel-yaml: Update to 0.17.32, rename source package
| * | | | | | | | ruamel-yaml: Update to 0.17.32, rename source packageJeffery To2023-09-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames the source package to python-ruamel-yaml to match other Python packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #22037 from jefferyto/python-zipp-3.16.2Alexandru Ardelean2023-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-zipp: Update to 3.16.2, update list of dependencies
| * | | | | | | | python-zipp: Update to 3.16.2, update list of dependenciesJeffery To2023-09-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #22036 from jefferyto/python-zeroconf-0.97.0Alexandru Ardelean2023-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-zeroconf: Update to 0.97.0, update list of dependencies
| * | | | | | | | python-zeroconf: Update to 0.97.0, update list of dependenciesJeffery To2023-09-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package changed to the poetry-core build backend (and also requiring python-cython/host). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #22035 from jefferyto/python-yaml-6.0.1Alexandru Ardelean2023-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-yaml: Update to 6.0.1
| * | | | | | | | python-yaml: Update to 6.0.1Jeffery To2023-09-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>