aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* flac: disable vsxRosen Penev2022-01-29
| | | | | | Fixes compilation with powerpc64 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gerbera: fix compilation with fmt 8.1Rosen Penev2022-01-29
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* radsecproxy: fix compilation with newer GCCRosen Penev2022-01-29
| | | | | | Errors on uninitialized variable. Only on powerpc64 for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fdk-aac: fix compilation with powerpc64Rosen Penev2022-01-29
| | | | | | Backported upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* sane-backends: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | MacOS does not have /bin/true, but OpenWrt Makefile uses it so build fails on macos This patch removes absolute path (replaces /bin/true to true) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* tvheadend: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | tvheadend configure/make files detect Darwin build host and changes build logic, but it fails compilation for OpenWrt target (Linux) This patch explicitly specifies Linux as a target platfrom Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* lyaml: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | lyaml build script detects Darwin using `uname -s` and changes build logic so lyaml package can not be built on macos. This patch uses fakeuname host tool to redefine `uname -s` output and fix build on macos. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* tcl: fix build on macosSergey V. Lobanov2022-01-29
| | | | | | | | | | configure script detects Darwin and uses flags incompatible with Linux target build. This patch uses fakeuname tool if host OS is MacOS to avoid Darwin detection on target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* telegraf: Update package to version 1.21.3Jonathan Pagel2022-01-29
| | | | Signed-off-by: Jonathan Pagel <jonny_tischbein@systemli.org>
* Merge pull request #17718 from pprindeville/isc-dhcp-fix-srvhost-rrPhilip Prindeville2022-01-28
|\ | | | | isc-dhcp: properly anchor SRV RR's
| * isc-dhcp: properly anchor SRV RR'sPhilip Prindeville2022-01-28
| | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | fakeuname: add packageSergey V. Lobanov2022-01-28
| | | | | | | | | | | | | | | | | | | | | | This package provides fakeuname host tool to avoid build platform detection for invalid configure/build scripts that are not friendly to cross-platform build. This fake uname tool returns Linux as OS name and target Linux version as OS version. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | prosody: update to version 0.11.13Josef Schlehofer2022-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVEs: - CVE-2022-0217 - CVE-2021-37601 - CVE-2021-32918 - CVE-2021-32920 - CVE-2021-32921 - CVE-2021-32917 - CVE-2021-32919 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | samba4: update to 4.14.11; fix AD_DC buildAndy Walsh2022-01-28
| | | | | | | | | | | | | | | | | | | | | | * update to 4.14.11 * fix AD_DC build * add vfs_widelinks to defaults * refresh patches * fixes: #16697, #17692 * fixes: CVE-2016-2124, CVE-2020-25717, CVE-2020-25718, CVE-2020-25719, CVE-2020-25721, CVE-2020-25722, CVE-2021-3738, CVE-2021-23192 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | open2300: fix build on macosSergey V. Lobanov2022-01-28
| | | | | | | | | | | | | | This patch sets UNAME=Linux due to OpenWrt is always Linux but `uname -s` return Darwin on MacOS and fails target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | isc-dhcp: fix build on macosSergey V. Lobanov2022-01-28
| | | | | | | | | | | | | | | | | | isc-dhcp uses system ar tool so build fails on Darwin build host. Embedded bind lib uses system ar and ranlib tools and fails on Darwin This patch explicitly specifies ar and ranlib tools for target build Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | Merge pull request #17713 from turris-cz/clamav-updateJosef Schlehofer2022-01-28
|\ \ | | | | | | clamav: update to version 0.104.2
| * | clamav: update to version 0.104.2Josef Schlehofer2022-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Backported upstream pending pull request to fix following error: CMake Error at /foo/staging_dir/host/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:218 (message): Could NOT find CURSES (missing: CURSES_LIBRARY) Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | crowdsec: update from latest upstream release 1.3.0Kerma Gérald2022-01-27
| | | | | | | | | | | | | | | | | | | | | Changes (from 1.2.3): https://github.com/crowdsecurity/crowdsec/compare/v1.2.3...v1.3.0 Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | auc: add '-n' parameter for dry-runDaniel Golle2022-01-27
| | | | | | | | | | | | | | | | | | | | | Add option to allow only requesting an image but not actually download or sysupgrade anything. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #17646 from LugicoHDPlayer/feature-ddns-scripts-one-comFlorian Eckert2022-01-27
|\ \ \ | | | | | | | | ddns-scripts: add one.com provider
| * | | ddns-scripts: add one.com providerLuca Conte2022-01-27
| | | | | | | | | | | | | | | | Signed-off-by: Luca Conte <main@lugico.de>
* | | | reptyr: fix build on macosSergey V. Lobanov2022-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch sets UNAME_S=Linux due to OpenWrt is always Linux but `uname -s` return Darwin on MacOS and fails target build. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | collectd: remove libip4tc dependencyTiago Gaspar2022-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Base collectd doesn't require libip4tc as stated in the collectd git: * libiptc (optional) For querying iptables counters <http://netfilter.org/> And libip4tc is already added as a dependency in the iptables plugin because it needs it, so remove this dependency from the default collectd to make it compatible with the new nftables firewall4 (by not selecting any iptables components). Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | miniupnpd: declare nftables variant as DEFAULT_VARIANTHannu Nyman2022-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Declare the nftables variant as the DEFAULT_VARIANT as nftables firewall4 is the now default in OpenWrt. Additionally, * toggle CONFLICTS placement to avoid circular dependency warning * use AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | gpsd: fix build on macosSergey V. Lobanov2022-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gpsd build fails on macos due to using sys.platform in build logic. This patch allows to redefine target platform to fix the issue. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | postfix: fix build on macosSergey V. Lobanov2022-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | macos build fails due to two reasons: 1. using build host ar and ranlib tools 2. using uname -r to get kernel version First issue is fixed by specifying ar and ranlib from toolchain Second issue is fixed by specifying kernel release major version=5 Using 'uname -r' from build host for cross-compiling is not a good idea even for Linux build host Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | dnsproxy: Update to 0.40.6Tianling Shen2022-01-25
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | pdns: update to 4.6.0Peter van Dijk2022-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump to 4.6.0 * Remove "random" backend as it is gone upstream Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | | vnstat2: update to version 2.9Jan Hoffmann2022-01-25
| | | | | | | | | | | | | | | | Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* | | | proxychains-ng: update to version 4.16Daniel Bermond2022-01-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Build system: Arch Linux x86_64 Build tested: ipq806x/R7800 Run tested : ipq806x/R7800 Signed-off-by: Daniel Bermond <danielbermond@gmail.com>
* | | | Merge pull request #17676 from mhei/php8-updateMichael Heimpold2022-01-25
|\ \ \ \ | | | | | | | | | | php8: update to 8.1.2
| * | | | php8: update to 8.1.2Michael Heimpold2022-01-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #17688 from svlobanov/stress-ng-fix-build-on-macosAlexandru Ardelean2022-01-25
|\ \ \ \ \ | | | | | | | | | | | | stress-ng: fix build on macos
| * | | | | stress-ng: fix build on macosSergey V. Lobanov2022-01-25
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds KERNEL=Linux to MAKE_FLAGS to avod Darwin detection. If Makefile detects Darwin, it removes -lbsd from build flags, but this flag is required due to target is always Linux, not bsd-like. Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | | | Merge pull request #17689 from BKPepe/tvheadend-conffilesJosef Schlehofer2022-01-25
|\ \ \ \ \ | | | | | | | | | | | | tvheadend: fix conffiles section
| * | | | | tvheadend: fix conffiles sectionJosef Schlehofer2022-01-25
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous one was wrong, and it did not work. It could be checked inside compiled package in control.tar.gz that there was missing ``conffiles`` file with content `/etc/config/tvheadend` It is also possible to verify that the config is not overwritten on the router by running ``opkg install tvheadend --force-reinstall`` Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | crun: update to v1.4.1Oskari Rauta2022-01-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | conmon: update to 2.0.32Oskari Rauta2022-01-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | | node: January 10th 2022 Security ReleasesHirokazu MORIKAWA2022-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v14.18.3 January 10th 2022 Security Releases: Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531) Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532) Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533) Prototype pollution via console.table properties (Low)(CVE-2022-21824) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | micropython: Update to 1.18, refresh patchesJeffery To2022-01-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | yq: Update to 4.17.2Tianling Shen2022-01-24
|/ / / / | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | tvheadend: fix typo in uriparserJosef Schlehofer2022-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 0449c109e78d4e5b998fc26415ecaa5bb5c274c3 ("tvheadend: disable uriparser") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | wg-installer: fix multiple namespacesNick Hainke2022-01-23
|/ / / | | | | | | | | | | | | | | | | | | Add flag "--lookup-default-namespace" to signal that wg-installer should look already established wireguard sessions in the default namespace. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #17543 from stintel/vallumdStijn Tintel2022-01-22
|\ \ \ | | | | | | | | vallumd: bump to 0.2.0
| * | | vallumd: bump to 0.2.0Stijn Tintel2022-01-09
| | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #17665 from BKPepe/tvheadend-uriparserJosef Schlehofer2022-01-22
|\ \ \ \ | | | | | | | | | | tvheadend: disable uriparser
| * | | | tvheadend: disable uriparserJosef Schlehofer2022-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids to add liburiparser as dependency. Package tvheadend is missing dependencies for the following libraries: liburiparser.so.1 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | jool: remove iptables support and update templatesTiago Gaspar2022-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes iptables backend support and leaves only the netfilter backend support. This means that: - iptables and nftables firewall based systems (firewall3 and firewall 4) are supported trough the netfilter instance mode - the iptables/xtables mode support is disabled For more information on the modes and how to use the new netfilter instance checkout https://www.jool.mx/en/intro-jool.html This move is made out of the commit upstream that sets firewall4 as the default for new default buils and based on the conversation in #16818 and was decided that the netfilter interface is the priority since iptables support will be dropped in the foreseeable future. While at it update the templates provided. Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | libreswan: fix build on macosSergey V. Lobanov2022-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libreswan makefile detects macos (darwin) and changes build logic but OpenWrt is always Linux so it is required to specify linux as target platfrom This patch specifies Linux as a target platfrom Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>