aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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>
* | | crowdsec-firewall-bouncer: fix name in initd to start the processKerma Gérald2022-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | crowdsec rename the binary from crowdsec-firewall-bouncer to cs-firewall-bouncer the initd need the correct binary name to start the process the link for github source need also to be fixed (only the information one) fix the BuildDate updated copyright Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | dnsproxy: Update to 0.40.5Tianling Shen2022-01-20
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | lighttpd: update to lighttpd 1.4.64 release hashGlenn Strauss2022-01-20
| | | | | | | | | | | | | | | | | | remove long-deprecated modules Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | wg-installer: remove unused dependencyNick Hainke2022-01-20
| | | | | | | | | | | | | | | | | | | | | Remove the dependency "coreutils-realpath" from wg-installer-server-hotplug-olsrd. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | wg-installer: create wireguard key if it does not existNick Hainke2022-01-20
| | | | | | | | | | | | | | | | | | | | | Check if the key exists which is given by option wg_key '/etc/wgserver/wg.key' Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | wg-installer: install cronjobNick Hainke2022-01-20
| | | | | | | | | | | | | | | | | | | | | Install a cronjob that removes unused wireguard interfaces every 10 minutes. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | wg-installer: check if a key is already insertedNick Hainke2022-01-20
| | | | | | | | | | | | | | | | | | | | | Check if a peer is already existing with a given public key. Introduce a response code for signaling why the server rejected the request. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | wg-installer: rework codeNick Hainke2022-01-20
| | | | | | | | | | | | | | | | | | | | | Use shellcheck to rework the code. Use "export" to return variables from a function call. Further, fix typos. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | dnsdist: update to 1.7.0Peter van Dijk2022-01-19
| | | | | | | | | | | | | | | | | | | | | * bump to 1.7.0 * add outgoing DNS over HTTPS support, using new dependency nghttp2 Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | pdns-recursor: update to 4.6.0Peter van Dijk2022-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | * bump to 4.7.0 * enable DNS over TLS (uses libssl which was already a dependency) * add libcurl dependency for new zone-to-cache feature. Co-Authored-By: wout@wbnet.eu Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
* | | ola: fix build on macosSergey V. Lobanov2022-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest Apple clang (v13) defines __cplusplus=199711 by default, but protobuf requires at least 201103 (c++11) Backported patch to fix c++ detection: https://github.com/OpenLightingProject/ola/commit/30fe936a885c8a364bdda507a692c8e259576621 Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | frr: update to latestLucian Cristian2022-01-18
| | | | | | | | | | | | | | | | | | also fix mips compile Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | tcsh: fix build on macosSergey V. Lobanov2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tcsh requires host-tool (gethost) to generate tc.defs.c file. To build this tool on macos, it is required to run ./configure script wihout target vars/flags, but this package is not splitted to host and target build. This patch splits build to host and target builds to compile host-tool(gethost) first, then compile tsch. Due to lack of support of separate building host and target, OpenWrt Makefile is modified to do it in the order below: 1. build host-tool (gethost) 2. build sh.err.h header for target 3. build tc.const.h header for target 4. copy gethost tool from host staging dir to target build dir 5. touch (make -t) gethost to protect it from recompiling 6. build tsch for target It is required to do step 2 and 3 because 'make -t' generates empty files but these files required to build tcsh Patch 020-cross.patch has been removed due to not required anymore (gethost build is separated and not affected by target configure flags and vars) Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | perl-device-serialport: fix build on macosSergey V. Lobanov2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ./configure script detects macos specific system headers (IOKit/serial/ioss.h and sys/ttycom.h) that are not available during compile time. There is no way to pass ac_cv_* vars to ./configure script due to perl wrappers To fix this issue, fake(empty) headers provided during compile time if build host is MacOS Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | python-curl: fix build on macosSergey V. Lobanov2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | setup.py detects macos (darwin) and adds -flat_namespace flag. This flag is not compatible with GCC that is used to compile target. This patch patch disables darwin detection Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | git: update to version 2.34.1Josef Schlehofer2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Refreshed patches - Release notes 2.34.0: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.0.txt - Release notes 2.34.1: https://github.com/git/git/blob/2ae0a9cb8298185a94e5998086f380a355dd8907/Documentation/RelNotes/2.34.1.txt Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | mdio-tools: update to version 1.0.1Robert Marko2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.0.1 brought the following changes: [v1.0.1] - 2021-11-26 Primarily fixes a few issues in the kernel module that were found during a quick review from Russell King: https://lore.kernel.org/netdev/YYPThd7aX+TBWslz@shell.armlinux.org.uk/ https://lore.kernel.org/netdev/YYPU1gOvUPa00JWg@shell.armlinux.org.uk/ - mdio: The mvls subcommand now supports flushing the ATU - mdio-netlink: Plug some glaring holes around integer overflows of the PC. - mdio-netlink: Release reference to MDIO bus after a transaction completes. So, update to the latest version and switch the kernel module back to fetching tarballs like the userspace tool does. Signed-off-by: Robert Marko <robimarko@gmail.com>
* | | libunistring: update to 1.0Espen Jürgensen2022-01-18
| | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | lpc21isp: fix build on macosSergey V. Lobanov2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | lpc21isp Makefile detects Darwin and defines __APPLE__ that is not required for cross-compile build for OpenWrt This patch sets OSTYPE="Linux" due to OpenWrt is always Linux Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* | | cryptsetup: update to version 2.4.3Josef Schlehofer2022-01-18
| | | | | | | | | | | | | | | | | | Fixes: CVE-2021-4122 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | wg-installer: cosmetic changesNick Hainke2022-01-18
| | | | | | | | | | | | | | | | | | Use "ip addr" instead of "ip addres" or "ip a". Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | Merge pull request #17624 from jefferyto/python-3.10.2Josef Schlehofer2022-01-18
|\ \ \ | | | | | | | | python3: Update to 3.10.2, refresh patches
| * | | python3: Update to 3.10.2, refresh patchesJeffery To2022-01-17
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | crowdsec: update from upstream latest release 1.2.3Kerma Gérald2022-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | update from latest upstream release 1.2.3 updated copyright Signed-off-by: Kerma Gérald <gandalf@gk2.net>
* | | | Merge pull request #17497 from corna/dockerd_log_driverFlorian Eckert2022-01-18
|\ \ \ \ | | | | | | | | | | dockerd: Add "log-driver" option
| * | | | dockerd: Add "log-driver" optionNicola Corna2022-01-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicola Corna <nicola@corna.info>
* | | | | Merge pull request #17586 from clayface/davfs2-secretsFlorian Eckert2022-01-18
|\ \ \ \ \ | | | | | | | | | | | | davfs2: add secrets file to conffiles definition
| * | | | | davfs2: add secrets file to conffiles definitionMatthew Hagan2022-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | davfs2 username and password information is typically stored in /etc/davfs2/secrets. This information should be kept across sysupgrades. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>