aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
| * | | | dockerd: Added option to set dns serversGerard Ryan2021-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The default server is the default switch so that queries will go through the hosts dnsmasq by default Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | Merge pull request #14752 from neheb/mcRosen Penev2021-02-25
|\ \ \ \ \ | |/ / / / |/| | | | mc: update to 4.8.26
| * | | | mc: update to 4.8.26Rosen Penev2021-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches and added one from alpine linux to fix musl compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14893 from cotequeiroz/setoolsRosen Penev2021-02-24
|\ \ \ \ \ | | | | | | | | | | | | setools: Avoid using host libraries
| * | | | | setools: Avoid using host librariesEneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds $STAGING_DIR to library search paths in setup.py, to avoid picking up host libraries when linking. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | Merge pull request #14886 from cotequeiroz/golangRosen Penev2021-02-24
|\ \ \ \ \ \ | |/ / / / / |/| | | | | treewide, affected packages: fix build with golang 1.16
| * | | | | oci-runtime-tools: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | libnetwork: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | dockerd: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | docker: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | containerd: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
| * | | | | cni: fix build with golang 1.16Eneas U de Queiroz2021-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GO111MODULE=auto to GO_PKG_BUILD_VARS to allow the package to be built in non-module mode. Module-aware mode will be mandatory in the next golang release. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | nano: update to version 5.6Hannu Nyman2021-02-24
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade nano to version 5.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Merge pull request #14861 from neheb/canutiRosen Penev2021-02-23
|\ \ \ \ \ | | | | | | | | | | | | canutils: update to 2020.12.0
| * | | | | canutils: update to 2020.12.0Rosen Penev2021-02-22
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #14876 from BKPepe/screen-CVE-2021-26937Etienne Champetier2021-02-23
|\ \ \ \ \ | | | | | | | | | | | | screen: backport fix for CVE-2021-26937
| * | | | | screen: backport fix for CVE-2021-26937Josef Schlehofer2021-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Security reports: - https://lists.gnu.org/archive/html/screen-devel/2021-02/msg00000.html This issue can be reproduced even on OpenWrt - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982435 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #14816 from G-M0N3Y-2503/dockerd-maintainenceFlorian Eckert2021-02-23
|\ \ \ \ \ \ | |/ / / / / |/| | | | | dockerd: misc maintainence
| * | | | | dockerd: Package release bumpGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | dockerd: Added iptables wait to ensure rules are addedGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | dockerd: Made blocked_interfaces ip rule REJECTGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed from DROP to REJECT to be consistant with other firewall rules Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | dockerd: made registry_mirrors and hosts omittableGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moved logic out of config writing * Made default config only specify OpenWrt dictated defaults Otherwise, docker defaults can be assumed Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | dockerd: Normalized config quotation marksGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | | | dockerd: Updated patch file formatGerard Ryan2021-02-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | Merge pull request #14872 from neheb/bonRosen Penev2021-02-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | bonnie++: update to 2.00a
| * | | | | | bonnie++: update to 2.00aRosen Penev2021-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add custom meson build since the Makefile requires too much patching anyway. Stop using uClibc++. It will be removed in the near future. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14871 from luizluca/sane-backends-1.0.32Rosen Penev2021-02-22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | sane-backends: update to 1.0.32
| * | | | | | sane-backends: update to 1.0.32Luiz Angelo Daros de Luca2021-02-23
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Dropped 102-pixma_Restore_old_behaviour_in_case_XML_support_is_missing.patch (merged) Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* / | | | | hplip: bump to 3.21.2Luiz Angelo Daros de Luca2021-02-22
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches refreshed: * 010-libusb_fix.patch * 020-remove_cups_dep_on_scan.patch * 060-fix-uclibc.patch renamed to 060-fix-glibc.patch Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | Merge pull request #14849 from 1715173329/yq-mterRosen Penev2021-02-22
|\ \ \ \ \ | | | | | | | | | | | | yq: bump to 4.6.0, remove myself from maintainters
| * | | | | yq: Update to 4.6.0Tianling Shen2021-02-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@gmail.com>
| * | | | | yq: remove myself from maintaintersTianling Shen2021-02-23
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@gmail.com>
* / | | | sane-backends: remove outdated C++ patchRosen Penev2021-02-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | std::round was unavailable because of a wrong configure var from the uClibc days. Fixed upstream with 1647790ae6202bd70b199e2aa44f8eb43e8d3af1 Refreshed patches with make package/sane-backends/refresh Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #14646 from lipnitsk/refreshRosen Penev2021-02-20
|\ \ \ \ | | | | | | | | | | treewide: Run refresh on all packages
| * | | | treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* | | | treewide: s/Yuibco/Yubico/Stijn Tintel2021-02-21
| | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | ykpers: refresh patchesStijn Tintel2021-02-21
|/ / / | | | | | | | | | | | | | | | Required to make CI happy. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | rng-tools: fix init STARTÁlvaro Fernández Rojas2021-02-20
| | | | | | | | | | | | | | | | | | | | | We should be using "00" to deal with alphabetical order. Fixes: e9a126c14509 ("rng-tools: start as early as possible") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | Merge pull request #14801 from Noltari/rng-toolsÁlvaro Fernández Rojas2021-02-20
|\ \ \ | | | | | | | | rng-tools: start as early as possible
| * | | rng-tools: start as early as possibleÁlvaro Fernández Rojas2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raspberry Pi devices (bcm2708) need this to get from: [ 102.310494] random: crng init done to: [ 12.539744] random: crng init done Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | | Merge pull request #14793 from jmarcet/docker-compose-updateRosen Penev2021-02-19
|\ \ \ \ | | | | | | | | | | Docker compose update
| * | | | docker-compose: Update to version 1.28.4Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix SSH port parsing by bumping docker-py to 4.4.3 Miscellaneous: - Bump Python to 3.7.10 Signed-off-by: Javier Marcet <javier@marcet.info>
| * | | | docker-compose: Update to version 1.28.3Javier Marcet2021-02-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix SSH hostname parsing when it contains leading 's', 'h', and remove the quiet option that was hiding the error (via docker-py bump to 4.4.2) - Fix key error for --no-log-prefix option - Fix incorrect CLI environment variable name for service profiles: COMPOSE_PROFILES instead of COMPOSE_PROFILE - Fix fish completion Miscellaneous: - Bump cryptography to 3.3.2 - Remove log driver filter Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | | Merge pull request #14794 from zhaojh329/rttyRosen Penev2021-02-19
|\ \ \ \ \ | | | | | | | | | | | | rtty: update to 7.4.0
| * | | | | rtty: update to 7.4.0Jianhui Zhao2021-02-19
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | / / / reptyr: Don't build for mipselEneas U de Queiroz2021-02-19
| |/ / / |/| | | | | | | | | | | | | | | | | | | The package does not support any mips archs, including mipsel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | bcm27xx-eeprom: update to latest versionÁlvaro Fernández Rojas2021-02-19
|/ / / | | | | | | | | | | | | | | | New eeprom firmwares support recently added RPi 400 and CM4. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* | | curl,fuse,lm-sensors: move BuildPackage line for libs above packges ↵Felix Fietkau2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | depending on it Fixes ABI_VERSION handling issues Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | klish: add include for nls when BUILD_NLS is enabledJosef Schlehofer2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In recent commit for libxml2 [1], there was enabled support for iconv, but it relieves issue with klish that it does not compile as it fails with following output: checking for xmlNewDoc in -lxml2... no configure: error: cannot find libxml2 library make[2]: *** [Makefile:73: /foo/build/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/klish-2.2.0/.configured_68b329da9893e34099c7d8ad5cb9c940] Error 1 make[2]: Leaving directory '/foo/build/feeds/packages/utils/klish' [1] https://github.com/openwrt/packages/commit/d18692c92638cdc1e643554699cb21e893abf2e9 Suggested-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | prometheus-node-exporter-lua: fix wifiNick Hainke2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | The "get_wifi_interfaces" function is not returning the wifi interface names. This causes the bug #14625. Fix the "get_wifi_interfaces" function. Signed-off-by: Nick Hainke <vincent@systemli.org>