aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #13913 from TDT-AG/pr/20201113-libudev-zero-fixRosen Penev2020-11-17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | libudev-zero: fix installation of so files.
| * | | | | | | | libudev-zero: fix installation of so files.Martin Schiller2020-11-18
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Martin Schiller <ms@dev.tdt.de>
* | | | | | | | Merge pull request #13928 from Payne-X6/masterRosen Penev2020-11-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | knot: update to version 3.0.2
| * | | | | | | | knot: disable embedded xdpJan Hák2020-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
| * | | | | | | | knot: update to 3.0.2Jan Hák2020-11-16
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | | transmission: convert seccomp filter rules to OCI formatDaniel Golle2020-11-17
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | procd-seccomp switched to OCI-compliant seccomp parser instead of our (legacy, OpenWrt-specific) format. Convert ruleset to new format. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | Merge pull request #13927 from ja-pa/ooniprobe-3.0.10Rosen Penev2020-11-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ooniprobe: update to version 3.0.10
| * | | | | | | ooniprobe: update to version 3.0.10Jan Pavlinec2020-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | Merge pull request #13930 from miska/mariadb_updateRosen Penev2020-11-16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | mariadb: Update to 10.4.17
| * | | | | | | mariadb: Update to 10.4.17Michal Hrusecky2020-11-16
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest version from 10.4 series Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | | | | | Merge pull request #13867 from jamesmacwhite/mwan3-user-fileFlorian Eckert2020-11-16
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mwan3: Document hotplug events and $DEVICE not being available on ifdown
| * | | | | | mwan3: Update documentation information for mwan3.user fileJames White2020-11-16
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: James White <james@jmwhite.co.uk>
* | | | | | postgresql: update to 13.1Daniel Golle2020-11-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | inotify-tools: update to 3.20.11.0Daniel Golle2020-11-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | libudev-zero: update to version 0.4.5Daniel Golle2020-11-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gpgme: update to version 1.15.0Daniel Golle2020-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove left-overs of unfinished packaging of the Python bindings. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | golang: Update to 1.15.5Jeffery To2020-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes security fixes for: * CVE-2020-28362: panic during recursive division of very large numbers * CVE-2020-28366: arbitrary code can be injected into cgo generated files * CVE-2020-28367: improper validation of cgo flags can lead to remote code execution at build time Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #13893 from nxhack/php_icu4c_681Michael Heimpold2020-11-13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | php7: fix for icu 68.1
| * | | | | php7: fix for icu 68.1Hirokazu MORIKAWA2020-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/pull/13883 https://github.com/php/php-src/commit/8eaaabd Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | xl2tpd: fix invoking xl2tpd-controlYousong Zhou2020-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream commit 90884c62 ("xl2tpd-control refactoring") introduced in 1.3.16 changed command names The l2tp protocol handler part was from @danvd in pull request openwrt/packages#13866 Fixes f07319d6 ("xl2tpd: bump to version 1.3.16") Ref: https://github.com/openwrt/packages/pull/13866 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #13875 from Hopbox/udpspeederRosen Penev2020-11-11
|\ \ \ \ \ \ | | | | | | | | | | | | | | udpspeeder: Add new package udpspeeder to implement FEC for VPN over lossy links
| * | | | | | udpspeeder: Add new package udpspeeder to implement Forward Error Correction ↵Nishant Sharma2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (FEC) for UDP VPNs like OpenVPN Maintainer: @codemarauder Compile tested: Yes Run tested: x86_64 PCEngines APU Description: A Tunnel which Improves your Network Quality on a High-latency Lossy Link by using Forward Error Correction,for All Traffics(TCP/UDP/ICMP) It does it by sending redundant packets and re-arranging them to account for packet loss over the link. It uses Reed–Solomon code. Signed-off-by: Nishant Sharma <codemarauder@gmail.com>
* | | | | | | Merge pull request #13880 from jmarcet/banip-logdDirk Brenken2020-11-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | banip: removed logd check since logd dep has been dropped
| * | | | | | | banip: removed logd check since logd dep has been droppedJavier Marcet2020-11-10
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | | | Merge pull request #13892 from commodo/python-updates1Rosen Penev2020-11-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | django,numpy,pytz: bump package versions
| * | | | | | | python-pytz: bump to version 2020.4Alexandru Ardelean2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | numpy: bump to version 1.19.4Alexandru Ardelean2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | | django: bump to version 3.1.3Alexandru Ardelean2020-11-11
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #13881 from aaronjg/mwan3-owner-procdFlorian Eckert2020-11-11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mwan3: fixup ipset and install errors
| * | | | | | | mwan3: cleanup indenting in rpcd interface statusAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: don't include output from TRACK_OUTUPUT in status callAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: report an error code on status failureAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: remove unused device lookup in status checkAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: add IPKG_INSTROOT to scriptsAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPKG_INSTROOT needed for including mwan3 when building images Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: remove duplicate Build/Compile from MakefileAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: version bump to 2.10.3Aaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: restore +x flag to mwan3 executablesAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: add logging for ipset errorsAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: remove unneeded ipset setup in hotplugAaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | connected ipset handled on mwan3rtmon, so not needed in hotplug Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | | mwan3: fix hotplug issues from 1f1d21Aaron Goodman2020-11-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | | | Merge pull request #13796 from G-M0N3Y-2503/docker-blocked-interfacesFlorian Eckert2020-11-11
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | docker-ce: Added blocked_interfaces config option
| * | | | | | | | docker-ce: blocked_interfaces releaseGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | | docker-ce: Added blocked_interfaces config optionGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * blocked_interfaces blocks all packets to docker0 from the given interface. This is needed because all the iptables commands dockerd adds operate before any of the fw3 generated rules. Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | | docker-ce: Refactored init scriptGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed iptables commands to use long options * Added `uci_quiet` in missed instances Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | | docker-ce: Added mkdir for alt_config_fileGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | | | | docker-ce: Made some shellcheck recommendationsGerard Ryan2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | | | podman: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | podman fails to compile due to MIPS16 instructions somehow. Disable use of MIPS16. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | cni-plugins: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cni-plugins fail to compile due to MIPS16 instructions somehow. Don't use them. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | cni: set PKG_USE_MIPS16:=0Daniel Golle2020-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiling cni failes due to MIPS16 somehow. Disable it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #13792 from ynezz/upstream/cgi-io-improvementsRosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | cgi-io: update to version 2020-10-27