aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* gzip: update to 1.11Rosen Penev2021-09-25
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fuse3: update to 3.10.5Rosen Penev2021-09-25
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* prometheus-node-exporter-lua: fix broken control flowMartin Weinelt2021-09-24
| | | | Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* attendedsysupgrade-common: use sysupgrade.openwrt.orgPaul Spooren2021-09-24
| | | | | | | | A new server was added which runs within the OpenWrt cloud, it's much faster and should be used instead. For development the server at https://asu.aparcar.org stays available. Signed-off-by: Paul Spooren <mail@aparcar.org>
* auc: use /json/v1/Paul Spooren2021-09-24
| | | | | | | Currently `auc` uses the outdated /json/ path, this commit uses /json/v1/ to be more future proof. Signed-off-by: Paul Spooren <mail@aparcar.org>
* Merge pull request #16688 from paper42/apparmor-fix-includeRosen Penev2021-09-22
|\ | | | | apparmor: fix include path
| * apparmor: fix include pathMichal Vasilek2021-09-22
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | nnn: update to 4.2Michal Vasilek2021-09-22
|/ | | | | | * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* yq: Update to 4.13.2Tianling Shen2021-09-21
| | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* Merge pull request #16360 from stintel/acpicaRosen Penev2021-09-18
|\ | | | | acpica: bump to 20210730
| * acpica: bump to 20210730Stijn Tintel2021-08-14
| | | | | | | | | | | | Fixes compilation with GCC 10. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | lxc: remove legacy cgroups from common.confJohn Audia2021-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I am unaware of any kernel currently provided that retains cgroup v1 support. This patch removes these lines in /usr/share/lxc/config/common.conf to allow for error free usage. Providing common.conf as-is will result in failure to start. One solution is to comment out the legacy lines.[1] This requires users to either provide a custom version of this file on their builds or to manually edit it with each update. Since many do not build their own, the first option is not available to them. Manually editing the file with each update will cause a failure to start containers set to auto-start upon rebooting into the update. 1. https://forum.openwrt.org/t/openwrt-arm64-quick-lxc-howto-guide-lms-in-debian-system-in-lxc-container/99835 Signed-off-by: John Audia <graysky@archlinux.us>
* | Merge pull request #16364 from stintel/mtoolsRosen Penev2021-09-18
|\ \ | | | | | | mtools: fix host lib leakage + version bump
| * | mtools: bump to 4.0.35Stijn Tintel2021-08-15
| | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
| * | mtools: fix host lib leakageStijn Tintel2021-08-15
| |/ | | | | | | | | | | | | | | | | | | | | | | The package does not build due to host lib leakage, as evidenced by config.log: X_CFLAGS=' -I/usr/include' X_LIBS=' -L/usr/lib' Fix this by disabling X with a configure var. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | syncthing: update to 1.18.2Michal Vasilek2021-09-17
| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | qemu: fix compilation on 64 bit platformsRosen Penev2021-09-16
| | | | | | | | | | | | | | Last patch is for mips. Second is an upstream backport. First is needed for at least musl 1.2.x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16632 from 1715173329/yqRosen Penev2021-09-15
|\ \ | | | | | | yq: Update to 4.13.0
| * | yq: Update to 4.13.0Tianling Shen2021-09-16
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | uvol: update to version 0.5Daniel Golle2021-09-15
| | | | | | | | | | | | | | | | | | Adds '-j' option for 'list' command to generate JSON output. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | auc: fix some minor issuesDaniel Golle2021-09-15
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | podman: update to 3.3.1W. Michael Petullo2021-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Earlier versions of podman did not make use of TMPDIR when running "podman run ...". Podman's default, /var/tmp, presents a problem to rootless use since OpenWrt's /var/tmp does not permit writes by non-root users. Podman 3.3.1 makes full use of TMPDIR. This is part of an attempt to get rootless podman to work on OpenWrt. See https://github.com/openwrt/packages/issues/15096. See also the upstream issue at https://github.com/containers/podman/issues/10698. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | qemu: update to 6.1.0, add usb passthrough optionVladimir Ermakov2021-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | One of big change is that QEMU has switched to Meson build system. That result in few changes to build scripts to fix python interpreter usage. Second change that it's not possible to select binaries to build, so now we have to build all targets at once (that require --enable-tools). Options --disable-sheepdog and --disable-vxhs was removed from qemu 6.1.0 and 6.0.0 accordingly. Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
* | Merge pull request #16523 from paper42/hplip-no-aslrLuiz Angelo Daros de Luca2021-09-10
|\ \ | | | | | | hplip:: add a patch to fix PIE builds
| * | hplip: add a patch to respect CFLAGSMichal Vasilek2021-09-03
| | | | | | | | | | | | | | | | | | * fixes build with PIE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | docker-compose: remove python3-websocket-client dependencyMichal Vasilek2021-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They don't use python3-websocket-client since 2014, but they still list it in dependencies: https://github.com/docker/compose/issues/8455 The dependency is still pulled in through python3-docker * switch to AUTORELEASE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | prometheus: Update default tsdb directory handlingAlex Simkin2021-09-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use /srv/prometheus instead of /data, because user `prometheus` doens't have permissions to create `/data/` in `/`. Instead this commit puts prometheus data into `/srv/prometheus` by default, which is a cleaner path, and it'll create tsdb path & then assign required permissions on each prometheus service start. This way, also, the cases when users re-configure tsdb to point to external USB - it'll also be created and assigned required permissions for prometheus. Signed-off-by: Alex Simkin <sashasimkin@gmail.com>
* | | stress-ng: bump to version 0.13.01Alexandru Ardelean2021-09-09
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | bmx7-dnsupdate: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | banhosts: Call killall with the -sJan Baier2021-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some versions of killall do support the `killall -SIGNAL` syntax and have only `-s SIGNAL` which should be supported everywhere. I see the problem with *killall (PSmisc) 23.3* on latest TurrisOS 5.2 Signed-off-by: Jan Baier <jan.baier@amagical.net>
* | | grep: use posix shebang for egrep/fgrepVladislav Grigoryev2021-09-07
| | | | | | | | | | | | | | | | | | | | | Use POSIX shebang for egrep/fgrep instead of the variable/Bash. The issue affects both master and openwrt-21.02. Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
* | | collectd: sensors plugin - depend on lm-sensorsHannu Nyman2021-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the sensors plugin's dependency from libsensors to lm-sensors, so that also the /usr/sbin/sensors executable gets installed if the plugin is selected. Although that is not needed for collectd itself, the LuCI statistics app expects to find the sensors executable if the plugin has been installed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #16516 from jefferyto/golang-packages-remove-strip-ldflagsRosen Penev2021-09-01
|\ \ \ | | | | | | | | treewide: Remove GO_PKG_LDFLAGS for stripping binaries
| * | | treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / ntfs-3g: bump to 2021.8.22 (CVE fixes)Sebastian Kemper2021-09-01
|/ / | | | | | | | | | | | | | | | | | | | | | | Upstream announced new release which includes fixes for 21 CVEs (see [1]). Upstream changed the symlink "mkfs.ntfs" to respect "--sbin-dir". So this commit adjusts this likewise in the Makefile. [1] https://www.openwall.com/lists/oss-security/2021/08/30/1 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | uvol: move uxc persistent config volume to /var/run/uxcDaniel Golle2021-08-30
| | | | | | | | | | | | | | | | As /var/state is used for UCI state, move persistent config for uxc from /var/state/uxc to /var/run/uxc. uxc itself has already been changed to look for it there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lxc: update to 4.0.10Rosen Penev2021-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove getline patch. It seems to be for uClibc, which is no longer in the tree. Remove commands patch. Issue was fixed upstream. Same with the tests patch. Remove gpg patch. It's an upstream backport. Refreshed others. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | yq: Update to 4.12.1Tianling Shen2021-08-28
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | auc: update to version 0.2.4Daniel Golle2021-08-27
| | | | | | | | | | | | | | | | | | | | A stray ')' made auc skip the check if all mandatory fields of a branch are present. Fix paranthesis in that if-clause to actually check for all fields. Don't even fetch package lists if checking only for release. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | auc: update to version 0.2.3Daniel Golle2021-08-26
| | | | | | | | | | | | | | | | | | * use regular verrevcmp for branch names, fixes update indication * break out usage() from main() function * require '-f' in case installed package is missing in remote lists * don't use ENETUNREACH for unlrelated error Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16458 from kuanyili/usbutilsRosen Penev2021-08-25
|\ \ | | | | | | usbutils: bump to 014
| * | usbutils: bump to 014Kuan-Yi Li2021-08-25
| | | | | | | | | | | | | | | | | | | | | Remove dependency on usbids as lsusb binary does not use usb.ids file anymore, instead it uses udev hardware database. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | yq: Update to 4.12.0Tianling Shen2021-08-25
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16366 from stintel/rtl_433Stijn Tintel2021-08-25
|\ \ \ | |/ / |/| | rtl_433: disable SoapySDR
| * | rtl_433: disable SoapySDRStijn Tintel2021-08-15
| |/ | | | | | | | | | | | | | | When building on a host with SoapySDR installed, the package fails to build as CMake picks up the host SoapySDR CMake module. As SoapySDR is not available in OpenWrt, simply disable SoapySDR to fix build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16453 from paper42/grep-3.7Rosen Penev2021-08-24
|\ \ | | | | | | grep: update to 3.7
| * | grep: update to 3.7Michal Vasilek2021-08-24
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | gpsd: bump to 3.23Sebastian Kemper2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains fix for time jumping back 1024 weeks after 23-October-2021. Changes: - Between current version and 3.23 the ABI version changed from 27 to 29. Add ABI_VERSION variable to package as the jumps occur often. - 0001-no-distutils-import.patch: removed because current patch doesn't work with new release and host python3-distutils is a build requirement anyway. - 0002-ncurses6_detection.patch: fixed the patch. Currently the first "elif" checks for "ncurses6-config". But this is only provided by ncurses/host package, so the CFLAGS then contain includes that point into $(STAGING_DIR_HOSTPKG). The ncurses target package only installs "ncursesw6-config" into the staging area. So this is the only tool of interest. Also, the hunk moved from SConstruct to SConscript. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | auc: read `detail` not `message` from serverPaul Spooren2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | The server API was unified and therefore the servers response is now `detail` rather than `message`, all found under the new endpoint /api/v1/build. Signed-off-by: Paul Spooren <mail@aparcar.org>