aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* dbus: update to 1.13.18Rosen Penev2021-04-03
| | | | | | | | Switch to building with CMake for faster compilation. Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #15329 from G-M0N3Y-2503/cache-domains-fixRosen Penev2021-04-03
|\ | | | | cache-domains: Fixed host files directory
| * cache-domains: Fixed host files directoryGerard Ryan2021-04-02
| | | | | | | | | | | | * Hid unnecessary output Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | bash: fixing missing PARAMS() macro in strtod.cPhilip Prindeville2021-04-03
|/ | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* yq: Update to 4.6.3Tianling Shen2021-03-31
| | | | | | | - Re-assigned myself as the maintainer - Used $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* autopart: add packageDaniel Golle2021-04-01
| | | | | | | | | The 'autopart' package is intended for devices with rather large block device storage (ie. SATA or MMC). It automatically allocates the free space on the block device used for booting into an LVM2 physical volume. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* podman: Add selinux variant and several improvementsOskari Rauta2021-03-31
| | | | | | | | | * add -selinux variant which depends on libselinux * init script for background service * updated configurations * maintainer change as requested Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* Merge pull request #15311 from commodo/stress-ngRosen Penev2021-03-30
|\ | | | | stress-ng: bump to version 0.12.06
| * stress-ng: bump to version 0.12.06Alexandru Ardelean2021-03-29
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | oci-runtime-tools: provide rootfs-arm64 for oci-runtime-testsDaniel Golle2021-03-30
| | | | | | | | | | | | Download static busybox to provide rootfs-amd64.tar.gz for test-suite. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | podman: add 'crun' to containers.confDaniel Golle2021-03-30
| | | | | | | | | | | | Now that 'crun' has been packaged, add support for it in podman. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | crun: add package crunOskari Rauta2021-03-30
| | | | | | | | | | | | | | | | crun is the prefered container run-time of podman, it's faster than runc and has a much lower memory footprint. Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | cni-plugins: depend on kmod-vethDaniel Golle2021-03-30
| | | | | | | | | | | | cni-plugins makes use of veth, make sure kernel module is installed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | conmon: fix segfault, correct a typo and update descriptionOskari Rauta2021-03-29
|/ | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* whois: update to 5.5.9Paul Spooren2021-03-28
| | | | | | | | * Updated the .ga TLD server. * Removed the .cd and cf TLD servers. * Removed 72 new gTLDs which are no longer active. Signed-off-by: Paul Spooren <mail@aparcar.org>
* apk: update to 2.12.4Paul Spooren2021-03-28
| | | | | | | | | | | | | | | Ariadne Conill (1): database: do not chroot(".") unless actually necessary Martin Vahlensieck (1): Use correct port when redirected Timo Teräs (5): db: fix control character check to use uint8_t libfetch: send Proxy-Authorization also for https connect del: report correctly package's provides names Signed-off-by: Paul Spooren <mail@aparcar.org>
* Merge pull request #15012 from neheb/ninjaRosen Penev2021-03-27
|\ | | | | treewide: build CMake projects with Ninja
| * treewide: build CMake projects with NinjaRosen Penev2021-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | faster to compile. A small selection of packages was tested going from: Executed in 696.30 secs fish external usr time 82.98 mins 395.00 micros 82.98 mins sys time 9.02 mins 0.00 micros 9.02 mins to: Executed in 592.20 secs fish external usr time 84.84 mins 361.00 micros 84.84 mins sys time 8.85 mins 57.00 micros 8.85 mins Tested by running make -j 12 and wiping staging/build_dir/target_x Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fontconfig: compile with mesonRosen Penev2021-03-27
|/ | | | | | | | Faster compilation. Backport upstream patch fixing cross compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* podman: update to version 3.0.1Daniel Golle2021-03-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* conmon: update to version 2.0.27Daniel Golle2021-03-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* cni-plugins: update to version 0.9.1Daniel Golle2021-03-27
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* fish: update to 3.2.1Rosen Penev2021-03-26
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* docker-compose: Update to version 1.28.6Javier Marcet2021-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Make --env-file relative to the current working directory and error out for invalid paths. Environment file paths set with --env-file are relative to the current working directory while the default .env file is located in the project directory which by default is the base directory of the Compose file. - Fix missing service property storage_opt by updating the compose schema - Fix build extra_hosts list format - Remove extra error message on exec - Fix OpenSSL version mismatch error when shelling out to the ssh client - Add missing build flags to the native builder: platform, isolation and extra_hosts - Remove info message on native build - Avoid fetching logs when service logging driver is set to 'none' Miscellaneous: - Add compose.yml and compose.yaml to default filename list Signed-off-by: Javier Marcet <javier@marcet.info>
* oci-runtime-tools: bump to git HEADDaniel Golle2021-03-26
| | | | | | Remove local patch which was merged upstream. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* tessdata: update to 2.1.0Rosen Penev2021-03-25
| | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tesseract: update to 4.1.1Rosen Penev2021-03-25
| | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Add libarchive dependency since it's now used. Build with ninja for faster compilation. Refresh SIMD CMake patch and add musl patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cryptsetup: update to version 2.3.5Daniel Golle2021-03-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ccid: update to version 1.4.34Daniel Golle2021-03-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* opensc: update to version 0.21.0Daniel Golle2021-03-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* pcsc-lite: update to version 1.9.1Daniel Golle2021-03-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* exfatprogs: update to version 1.1.0Daniel Golle2021-03-25
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #15239 from neheb/ulRosen Penev2021-03-25
|\ | | | | uledd: update to 2020-09-15
| * uledd: update to 2020-09-15Rosen Penev2021-03-24
| | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster speed. Several cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #15216 from BKPepe/sshpass-updateRosen Penev2021-03-25
|\ \ | |/ |/| sshpass: update to version 1.0.9
| * sshpass: update to version 1.09Josef Schlehofer2021-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog [1]: Version 1.09 * Explicitly set the controlling TTY Version 1.08 * Report when IP key has changed * Scrub the environment variable for -e Version 1.07 * Pass signals that should terminate to ssh * Fix race around signal handling * Report IPC errors to stderr * Report if can't open -f password file [1] https://sourceforge.net/p/sshpass/code/76/tree/trunk/ChangeLog Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | prometheus: update to 2.25.2Paul Spooren2021-03-23
| | | | | | | | | | | | | | See changes at upstream release log: https://github.com/prometheus/prometheus/releases Signed-off-by: Paul Spooren <mail@aparcar.org>
* | nnn: update to version 3.6Josef Schlehofer2021-03-22
|/ | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* acl: update to 2.3.1Maxim Storchak2021-03-21
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* attr: update to 2.5.1Maxim Storchak2021-03-21
| | | | | | - swith to AUTORELEASE Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* mandoc: fix compilation with GCC10Rosen Penev2021-03-21
| | | | | | | This is probably fixed in CVS. Unfortunately, I have no idea how to import such a patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* reptyr: add mips64el to the DEPENDS listRosen Penev2021-03-21
| | | | | | MIPS is completely unsupported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* btrfs-progs: update to 5.11Rosen Penev2021-03-20
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* auc: bump to version 0.1.6Daniel Golle2021-03-18
| | | | | | Fixes running on release branches. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #15105 from TDT-AG/pr/20210312-collectdFlorian Eckert2021-03-17
|\ | | | | collectd: enable smart plugin
| * collectd: upate PKG_RELEASE numberFlorian Eckert2021-03-16
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: make compile time debug option configurableFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | Enables the compiler option that collectd is compiled with debugging support. This is used at development stages to get more messages from the collectd during development. This option is default disabled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: fix COLLECTD_PLUGINS_SELECTED end of lineFlorian Eckert2021-03-16
| | | | | | | | | | | | This removes the trailing back slash. This is not needed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: fix smart disk detectionFlorian Eckert2021-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On my system the attribute DEVTYPE was not set. The plugin could not read any data and the function call blocked forever on this function and did not returned. By removing it, all block devices under `/sys/class/block` were checked. Block devices that do not support SMART were not evaluated. The collected displays the following message. smart plugin: checking SMART status of /dev/loop4. smart plugin: unable to open /dev/loop4. If you do not like this message, you could only enable device in the uci that does support SMART. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: enable collectd-mod-smartFlorian Eckert2021-03-16
| | | | | | | | | | | | Switching on compilation for collectd smart plugin. Signed-off-by: Florian Eckert <fe@dev.tdt.de>