aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | 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>
* | | | | | | | | Merge pull request #13727 from aleksander0m/aleksander/fix-mm-service-restartRosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | modemmanager: include all init commands in the procd instance
| * | | | | | | | | modemmanager: include all init commands in the procd instanceAleksander Morgado2020-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If procd relaunches the ModemManager daemon after e.g. a crash, we also want it to notify all cached hotplug events, or otherwise we would end up leaving the daemon running without the full initial processing done. This change modifies the init script to include all the required init commands as part of the procd instance command, so that procd launches all of them on every respawn. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | | | | | | Merge pull request #13845 from ja-pa/moreitertools-8.6.0Rosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-more-itertools: update to version 8.6.0
| * | | | | | | | | | python-more-itertools: update to version 8.6.0Jan Pavlinec2020-11-10
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #13844 from ja-pa/python-toml-0.10.1Rosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-toml: update to version 0.10.2
| * | | | | | | | | | python-toml: update to version 0.10.2Jan Pavlinec2020-11-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -bump package -update host-pip-requirements Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #13842 from ja-pa/pytest-6.1.2Rosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python-pytest: update to version 6.1.2
| * | | | | | | | | | python-pytest: update to version 6.1.2Jan Pavlinec2020-11-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #13832 from ja-pa/ooniprobe-3.0.9Rosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ooniprobe: update to version 3.0.9
| * | | | | | | | | | ooniprobe: update to version 3.0.9Jan Pavlinec2020-11-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes build argument to disable QUIC Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #13829 from ja-pa/redis-6.0.9Rosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | redis: update to version 6.0.9
| * | | | | | | | | | redis: update to version 6.0.9Jan Pavlinec2020-11-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches were adjusted to the new version. Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #13833 from ja-pa/checksec-2.4.0Rosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | checksec: update to version 2.4.0
| * | | | | | | | | | checksec: update to version 2.4.0Jan Pavlinec2020-11-10
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | Merge pull request #13868 from neheb/grillRosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | grilo-plugins: add all options
| * | | | | | | | | | grilo-plugins: add three pluginsRosen Penev2020-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dependencies are available now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | grilo-plugins: add all optionsRosen Penev2020-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These options are normally set to auto. Make them explicit to try to fix buildbot errors. Also make several options conditional on plugins being selected. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #13858 from neheb/pdnsrRosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | pdns-recursor: update to 4.4.0
| * | | | | | | | | | | pdns-recursor: update to 4.4.0Rosen Penev2020-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch. Refreshed other one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #13901 from nxhack/mraa_pythonRosen Penev2020-11-10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libmraa: update to 2.2.0