aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mwan3: support latest iputils pingAaron Goodman2020-11-16
| | | | | | | | | | | iputils upstream changed build params with version s20200821 Latest OpenWRT iputils ping now appears to report the openwrt version tag, rather than iputils date tag This commit sends a test ping to localhost to evaluate the capabilities of iputils ping. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: don't trigger rpcd install hooks if rpcd not installedAaron Goodman2020-11-16
| | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* mwan3: don't call rpcd on 'mwan3 interfaces'Aaron Goodman2020-11-16
| | | | | | | Allow `mwan3 interfaces` to get uptime via an internal function and thus remove the dependency on rpcd for `mwan3 interface` calls. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* 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
| * | | | | cgi-io: update to version 2020-10-27Petr Štetiar2020-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains following list of changes: ab4c3471b261 tests: add cram based unit tests 7b4e3241e1bd tests: add cgi-io built with clang sanitizers 21831f45d16d Disable session ACLs during unit testing 2f525417b5df Add initial GitLab CI support 57f1c4f18cb6 Add .gitignore 09f9ac5066ee Fix off-by-one in postdecode_fields ed8ce0d5d28b Add fuzzing of utility functions a61581819800 Add fuzzing of multipart_parser 6b0615b728ed Refactor utility functions into static library a0ed2c9a7a72 Fix clang compiler errors 232659da19a4 Fix possible NULL dereference 8e5719b37a67 Fix warnings reported by clang-10 static analyzer b99aa8a64cca Remove Makefile Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | Merge pull request #13790 from zhanhb/procps-ng-alternativesRosen Penev2020-11-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | procps-ng: update alternatives
| * | | | | | procps-ng: move binaries to /usr/libexecHuangbin Zhan2020-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | procps-ng: fix alternatives of procps-ng-sysctlHuangbin Zhan2020-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | align with busybox sysctl Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
| * | | | | | procps-ng: move procps-ng-w to /usr/binHuangbin Zhan2020-06-14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | procps-ng-w was installed to /bin, which should be an accident. Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | Merge pull request #13779 from bobafetthotmail/patch-1Rosen Penev2020-11-10
|\ \ \ \ \ \ | | | | | | | | | | | | | | docker-compose: move to Utilities in menuconfig
| * | | | | | docker-compose: move to Utilities in menuconfigAlberto Bursi2020-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it makes no sense to show docker-compose sit in Languages -> Python submenu in menuconfig, it is a tool and not a library. Move it to Utilities section like docker-ce also is. Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>