aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python-asn1crypto: drop packageAlexandru Ardelean2022-03-16
| | | | | | | | | | | I can't seem to see any package that needs it. This was added for cryptography, since it was needed up to version 2.7 asn1-crypto doesn't have a user since commit 9d892e3cf88bd7c5f2c61117df2f3c2fd6c0e960 So, remove it. Abandoned packaged PR: https://github.com/openwrt/packages-abandoned/pull/23 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* podman: updates podman packageOskari Rauta2022-03-16
| | | | | | | | - add missing runtime depency catatonit - removed SELinux variant, add config option for it instead, I do not believe we need variant of EVERY SELinux support capable software - add config option for iptables firewall setup in default cni network config, otherwise skip iptables part (part of nftables transition, use cni-plugins-nft for nftables fw support or better; forget about cni fw completely, instead use openwrt's own as that way your rules for containers do not disappear on firewall restart) Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* python-packages: Remove unused library packagesJeffery To2022-03-16
| | | | | | | | | | With the removal of Seafile, these library packages no longer have any in-repo users. They will be imported into the abandoned packages repo[1]. [1]: https://github.com/openwrt/packages-abandoned/pull/24 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* libevhtp: Remove packageJeffery To2022-03-16
| | | | | | | | | With the removal of Seafile, there are no more in-repo users of this package. It will be imported into the abandoned packages repo[1]. [1]: https://github.com/openwrt/packages-abandoned/pull/25 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* chrony: enable LTOStijn Tintel2022-03-16
| | | | | | | | Size difference of the ipk on qoriq: * chrony: 718571 676886 * chrony-nts: 786960 757064 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* chrony: enable AUTORELEASEStijn Tintel2022-03-16
| | | | | | | Enable AUTORELEASE in a separate commit so that the next commit can be reverted without having to manually re-introduce it. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #18056 from pprindeville/isc-dhcp-update-4.4.3Philip Prindeville2022-03-15
|\ | | | | isc-dhcp: Update to 4.4.3
| * isc-dhcp: Update to 4.4.3Philip Prindeville2022-03-15
|/ | | | | | | Note that on 32-bit ARM with MUSL we don't have Unwind_GetIP() so we need to disable backtraces. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* named: don't leak mktemp files on reloadPhilip Prindeville2022-03-15
| | | | | | | | | Unless we're using "mktemp -u ..." (not recommended), it will create the temp file as part of its safety checking. Thus you should only create the name (file) if you're going to use it, and always remove it if you have created it. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Merge pull request #18061 from pprindeville/isc-dhcp-fix-ddns-updatesPhilip Prindeville2022-03-15
|\ | | | | isc-dhcp: detect whether ddns transfers are IPv4 only
| * isc-dhcp: detect whether ddns transfers are IPv4 onlyPhilip Prindeville2022-03-15
|/ | | | | | | | | | | | | | | | If named is configured to not listen on any IPv6 interfaces, then we should run 'nsupdate' with the '-4' argument. Also: * cleanup RFC-1918 address detection; * don't generate PTR records for domain entries that aren't RFC-1918 addresses or these will generate NOTAUTH failures; We're assuming that we're doing DNS split-horizon and that internal addresses aren't routable. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* Merge pull request #18069 from pprindeville/isc-dhcp-dont-leak-mktemp-filesPhilip Prindeville2022-03-15
|\ | | | | isc-dhcp: don't leak mktemp files
| * isc-dhcp: don't leak mktemp filesPhilip Prindeville2022-03-15
|/ | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* gnunet: improve init scriptDaniel Golle2022-03-15
| | | | | | | Ensure correct ownership of /etc/gnunet. Quote variables and more or less make shellcheck happy. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #18063 from turris-cz/netdata-disable-liblz4Daniel Engberg2022-03-15
|\ | | | | netdata: disable LZ4 compression support
| * netdata: disable LZ4 compression supportJosef Schlehofer2022-03-15
|/ | | | | | | | | | | To avoid unnecessary dependency, let's disable it for now. LZ4 can be also used for DB engine and HTTPS Fixes: Package netdata is missing dependencies for the following libraries: liblz4.so.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* gnunet: depend on 'uci-firewall' instead of 'firewall'Daniel Golle2022-03-15
| | | | | | | | To allow using gnunet on systems with firewall4, add replace direct dependency on 'firewall' with 'uci-firewall' which is satisfied by either 'firewall' or 'firewall4'. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* shorewall6-lite: add @IPV6 to DEPENDSEtienne Champetier2022-03-14
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* shorewall6: add @IPV6 to DEPENDSEtienne Champetier2022-03-14
| | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* Merge pull request #18058 from TDT-AG/pr/20220314-keepalivedFlorian Eckert2022-03-14
|\ | | | | keepalived: enable nftables filtering
| * keepalived: enable nftables filteringFlorian Eckert2022-03-14
|/ | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* Merge pull request #18002 from BKPepe/haproxy-conflictsJosef Schlehofer2022-03-14
|\ | | | | haproxy: Makefile polishing and add conflict to SSL/non-SSL variant
| * haproxy: add conflict to packages with SSL or without SSL supportJosef Schlehofer2022-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both packages provide the same packages and should conflict to each other. Fixes: ``` Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /usr/sbin/haproxy Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /etc/haproxy.cfg Packages 'haproxy' and 'haproxy-nossl' do not conflict while providing same file: /etc/init.d/haproxy ``` They should not be installed side by side. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * haproxy: Makefile polishingJosef Schlehofer2022-03-06
| | | | | | | | | | | | | | | | | | | | | | - There should be shorter TITLE in Package/haproxy/Default otherwise it is not shown - No need to call Build/Prepare/Default - Remove twice TITLE in non-SSL variant - Make conffiles more clear - Remove empty menu for halog Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | auc: don't segfault on invalid URLDaniel Golle2022-03-13
| | | | | | | | | | | | | | | | Show error message instead of segfaulting in case of an invalid URL being read from UCI config. Fixes: #17971 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #18052 from 1715173329/vaEtienne Champetier2022-03-13
|\ \ | | | | | | v2raya: add iptables as dependency
| * | v2raya: add iptables as dependencyTianling Shen2022-03-13
|/ / | | | | | | | | | | This package requires to use iptables (no matter which variant). Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | gnunet: update to version 0.16.1Daniel Golle2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * OPUS and Pulse can be configured nicely by default now, no longer need a local patch for that * mysql version checks fail when cross-compiling, add patch to remove them and always assume MySQL >8.0. * Package new services, communicators, ... This is a new major release. It breaks protocol compatibility with the 0.15.x versions. Please be aware that Git master is thus henceforth (and has been for a while) INCOMPATIBLE with the 0.15.x GNUnet network, and interactions between old and new peers will result in issues. 0.15.x peers will be able to communicate with Git master or 0.16.x peers, but some services - in particular GNS - will not be compatible. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | treewide: remove rpath-linkRosen Penev2022-03-13
| | | | | | | | | | | | Most usages seem to be outdated and fixed a long time ago. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #18041 from turris-cz/syslog-ng-bumpJosef Schlehofer2022-03-12
|\ \ | | | | | | syslog-ng: update to version 3.36.1 and add test.sh
| * | syslog-ng: update to version 3.36.1Josef Schlehofer2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Bump version in config file Release notes: https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-3.36.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | catatonit: add new packageOskari Rauta2022-03-11
| | | | | | | | | | | | | | | | | | | | | podman uses catatonit now for container init, so new package for catatonit is required. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | Merge pull request #18042 from nwidger/delve-1.8.2Florian Eckert2022-03-11
|\ \ \ | | | | | | | | delve: Update to 1.8.2
| * | | delve: Update to 1.8.2Niels Widger2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/go-delve/delve/blob/master/CHANGELOG.md for changes. Signed-off-by: Niels Widger <niels@qacafe.com>
* | | | softethervpn: remove rpath hackRosen Penev2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This was needed when readline was a shared library. Now that it's static, this can be removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | yq: Update to 4.22.1Tianling Shen2022-03-10
|/ / / | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16339 from paper42/netdata-1.31Josef Schlehofer2022-03-10
|\ \ \ | |/ / |/| | netdata: update to version 1.33.1
| * | netdata: update to version 1.33.1Michal Vasilek2022-03-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switch to upstream's release tarball Requires to add PKG_BUILD_DIR since netdata is extracted to the folder netdata-v1.33.1 instead of the previous solution where there was missing v - Disable anomaly detection by default This avoids adding a new dependencies to netdata Fixes: Package netdata is missing dependencies for the following libraries: libatomic.so.1 libstdc++.so.6 - Add FreeBSD patch to have smaller package and to avoid clutter in WebUI Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz> [add commit message, add FreeBSD patch] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | gerbera: update to 1.10.0Rosen Penev2022-03-09
| | | | | | | | | | | | | | | | | | Backport some bug fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | pugixml: update to 1.12.1Rosen Penev2022-03-09
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libnpupnp: update to 4.2.1Rosen Penev2022-03-09
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libmicrohttpd: update to 0.9.75Rosen Penev2022-03-09
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | expat: update to 2.4.7Rosen Penev2022-03-09
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | dnsproxy: Update to 0.41.4Tianling Shen2022-03-09
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | modemmanager: bump to 1.18.6Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | libmbim: bump to 1.26.2Kuan-Yi Li2022-03-09
| | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | libqmi: bump to 1.30.4Kuan-Yi Li2022-03-09
| | | | | | | | | | | | Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | libqrtr-glib: bump to 1.2.2Kuan-Yi Li2022-03-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Builds are now done from git repository based on release tag. [1][2] Switch to meson as GNU autotools based build is no longer supported. [2] Update SPDX license identifier [3] and switch to AUTORELEASE to avoid manual increments. [1] https://www.freedesktop.org/software/libqmi/libqrtr-glib-RELEASES-README [2] https://lists.freedesktop.org/archives/libqmi-devel/2021-November/003721.html [3] https://gitlab.freedesktop.org/mobile-broadband/libqrtr-glib/-/tree/1.2.2#license Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | adguardhome: Update adguardhome to v0.107.5James White2022-03-08
| | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | coova-chilli: remove kmod dep on binary packageThibaut VARÈNE2022-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no reason for the kmod to depend on the binary package itself, neither for building nor for installing. That dependency prevents phase1 from building the kmod even though support is enabled in the binary. Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>