aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* hplip: add a patch to respect CFLAGSMichal Vasilek2021-09-03
| | | | | | * fixes build with PIE Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* 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>
* | | airos-dfs-reset: add airos-dfs-resetSimon Polack2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Ubiquitis airmax based gear does not fallback to original port after DFS event is over. This tool triggers the fallback automatically by soft-restarting unconditionally, whenever the configured freq differs from the running. Signed-off-by: Simon Polack <spolack+git@mailbox.org>
* | | Merge pull request #16401 from Fanfwe/fix_jq_performanceRosen Penev2021-08-23
|\ \ \ | | | | | | | | jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup
| * | | jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance ↵François Goudal2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | on startup Signed-off-by: François Goudal <francois.goudal@airmont.com>
* | | | klish: update to 2.2.3Rosen Penev2021-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove uClibc reference from patch as it's no longer in tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mc: add a missing Syntax fileMichal Vasilek2021-08-20
| |/ / |/| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | gnupg: remove the GCC ifRosen Penev2021-08-19
| | | | | | | | | | | | | | | | | | Doesn't seem to work without advanced toolchain settings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16388 from paper42/mc-masterDirk Brenken2021-08-18
|\ \ \ | | | | | | | | mc: update to 4.8.27, split -skins
| * | | mc: update to 4.8.27, split -skinsMichal Vasilek2021-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-36370 * add a new subpackage mc-skins * drop 030-fix-cchat_t.patch, fixed upstream * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | auc: update to version 0.2.1Daniel Golle2021-08-18
|/ / / | | | | | | | | | | | | | | | Brings support for future connexion based API. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #16369 from stintel/gnuplotRosen Penev2021-08-18
|\ \ \ | | | | | | | | gnuplot: fix host lib leakage
| * | | gnuplot: 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>
* | | Merge pull request #16378 from neheb/hplpRosen Penev2021-08-17
|\ \ \ | |_|/ |/| | hplip: update to 3.21.6
| * | hplip: update to 3.21.6Rosen Penev2021-08-15
| | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16376 from neheb/watRosen Penev2021-08-16
|\ \ \ | | | | | | | | watchcat: run through shfmt
| * | | watchcat: run through shfmtRosen Penev2021-08-15
| |/ / | | | | | | | | | | | | | | | Cosmetic fixes mainly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | opensc: update to version 0.22.0Daniel Golle2021-08-16
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: update to version 2.03.13Daniel Golle2021-08-16
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cni-plugins: update to version 1.0.0Daniel Golle2021-08-16
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | uvol: update to version 0.4Daniel Golle2021-08-15
| | | | | | | | | | | | | | | | | | | | Create UCI fstab mount sections for existing volumes on firstboot. Introduce special handling for volumes with non-[:alnum:] prefix: - do not create UCI sections for these 'hidden' volumes - create UCI section for '.uxc' special volume with target /var/state/uxc to be used for uxc config. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | collectd-mod-cpufreq: enable for ipq807xMatthew Hagan2021-08-15
| | | | | | | | | | | | Tested on AX3600 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | Merge pull request #16365 from stintel/fishStijn Tintel2021-08-15
|\ \ | | | | | | fish: don't build docs
| * | fish: don't build docsStijn Tintel2021-08-15
| |/ | | | | | | | | | | | | Building docs fails due to fish_indent not being available. As we don't install docs anyway, simply disable docs build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | collectd-mod-ping: add support for MaxMissedJohn Kohl2021-08-15
| | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | auc: update to version 0.2.0Daniel Golle2021-08-15
|/ | | | | | * support for ASU server post commit aparcar/asu@bac6de18 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: move function to right placeDaniel Golle2021-08-14
| | | | | | Change order of functions defined to fix build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: improve branch selection logicDaniel Golle2021-08-14
| | | | | | | | | Make sure '-rcX' suffix is recognized as being a lower version than the release. Detect per-branch snapshot version by matching the version name string. Clean up here and there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: handle root filesystem typeDaniel Golle2021-08-13
| | | | | | | Automatically select image root filesystem type and allow the user to override that choice using the new '-F' command line option. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16336 from G-M0N3Y-2503/docker-20.10.8Rosen Penev2021-08-12
|\ | | | | Docker 20.10.8
| * dockerd: Updated to 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * docker: Updated to 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * containerd: Updated to 1.4.9 for docker 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * runc: Updated to 1.0.1 for docker 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | Merge pull request #16315 from selanf/x1Florian Eckert2021-08-12
|\ \ | | | | | | collectd: enable cpufreq plugin for mediatek
| * | collectd: enable cpufreq plugin for mediatekFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | tested on e8450 ubi+non-ubi Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | Merge pull request #16328 from turris-cz/hwdataRosen Penev2021-08-12
|\ \ \ | |_|/ |/| | hwdata: update to version 0.350