aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* libnetwork: Updated to 2021-01-26 for docker 20.10.6Gerard Ryan2021-04-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* containerd: Updated to 1.4.4 for docker 20.10.6Gerard Ryan2021-04-21
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* Merge pull request #15483 from oskarirauta/feature_mtoolsRosen Penev2021-04-20
|\ | | | | mtools: add new package
| * mtools: add new packageOskari Rauta2021-04-21
| | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #15480 from oskarirauta/podman-311Rosen Penev2021-04-20
|\ \ | | | | | | podman: update to 3.1.1
| * | podman: update to 3.1.1Oskari Rauta2021-04-21
| |/ | | | | | | | | | | | | | | | | | | - Add support for AppArmor - Gracefully stop containers and pods on shutdown I found out that If you change location of containers to persistent storage instead of tmpfs, starting them will fail unless they have been stopped. If this is the case that reboot has occurred before pods and containers have been stopped, they cannot be started, they have to be removed and re-created. Change in initscript tries to avoid that. Even if containers are running at tmpfs, this won't hurt. Still, if something happens and system hangs/reboots/etc, script won't save you from that. It's just a attempt to make things better. I also enabled AppArmor support for future possibilities. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | cni-plugins-nft: add new packageOskari Rauta2021-04-20
| | | | | | | | Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | Merge pull request #15445 from turris-cz/psmisc-killall-alternativesJosef Schlehofer2021-04-18
|\ \ | | | | | | psmisc: move killall to /usr/libexec and add ALTERNATIVES
| * | psmisc: move killall to /usr/libexec and add ALTERNATIVESJosef Schlehofer2021-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, this package can not be installed while using standard path of busybox, because binary killall wants to be installed on the same location as busybox. Collision: • /usr/bin/killall: busybox (new-file), psmisc (existing-file) Many of these binaries, which provides alternatives were moved to folder /usr/libexec like wget, sed, findutils, less. So I moved killall to /usr/libexec and others leave in touch and added ALTERNATIVES for it, because preinstall script is no longer necessary. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | irqbalance: upgrade to version 1.8.0Hannu Nyman2021-04-18
|/ / | | | | | | | | | | Upgrade irqbalance to version 1.8.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | uvol: emmit ubus events and bring up volumes on bootDaniel Golle2021-04-18
| | | | | | | | | | | | | | | | | | Emmit ubus events when volumes come up/down. Make sure volume state is always well defined by introducing additional state 'write-prepare' (wp) during mkfs. Add init scripts to bring up volumes at boot. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | yq: Update to 4.7.0Tianling Shen2021-04-18
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #15435 from cotequeiroz/atheepmgrRosen Penev2021-04-16
|\ \ | | | | | | atheepmgr: avoid libpciaccess dependency
| * | atheepmgr: avoid libpciaccess dependencyEneas U de Queiroz2021-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | HAVE_LIBPCIACCESS that is currently passed through MAKE_VARS to disable building with libpciaccess can't be set through the environment. Instead, use CONFIG_CON_PCI, which can be passed through the environment and will disable libpciaccess. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | stm32flash: update to 0.6Rosen Penev2021-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Use autotools build. Remove upstream patch. Minor cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uvol: make volume creation atomicDaniel Golle2021-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure filesystem is ready when volume becomes available. Use 'write-once' as initial state for read-only volumes, only allow writing to volumes in that state and transision to 'read-only' once write has completed. Also fix a typo which prevented 'list' command from working with LVM. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | docker-compose: Update to version 1.29.1Javier Marcet2021-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugs: - Fix for invalid handler warning on Windows builds - Fix config hash to trigger container recreation on IPC mode updates - Fix conversion map for placement.max_replicas_per_node - Remove extra scan suggestion on build Signed-off-by: Javier Marcet <javier@marcet.info>
* | | collectd: enable cpufreq for rockchip targetTomas Lara2021-04-13
|/ / | | | | | | | | Enable collectd-mod-cpufreq for rockchip Signed-off-by: Tomas Lara <tl849670@gmail.com>
* | docker-compose: Update to version 1.29.0Javier Marcet2021-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Features: - Add profile filter to docker-compose config - Add a depends_on condition to wait for successful service completion Miscellaneous: - Add image scan message on build - Update warning message for --no-ansi to mention --ansi never as alternative - Bump docker-py to 5.0.0 - Bump PyYAML to 5.4.1 - Bump python-dotenv to 0.17.0 Signed-off-by: Javier Marcet <javier@marcet.info>
* | crun: Don't build on arcEneas U de Queiroz2021-04-11
| | | | | | | | | | | | | | The package needs libseccomp, which does not currently support arc. In order to avoid a circular dependency, we must avoid arc here as well. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | uvol: some improvementsDaniel Golle2021-04-11
| | | | | | | | | | | | | | | | * use lvm --reportformat json * add 'list' and 'align' commands * add help output Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | modbus-utils: remove accidentally added packageDaniel Golle2021-04-10
| | | | | | | | | | | | | | modbus-utils was not intended to be added at this stage. Remove it. Fixes: 312594f86 ("uvol: add new package") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | ap_config: remove accidentally added packageDaniel Golle2021-04-10
| | | | | | | | | | Fixes: 312594f86 ("uvol: add new package") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | uvol: add new packageDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | uvol is a wrapper-script which allows automated handling of storage volumes. uvol currently comes with backend support for LVM2 and UBI, covering practically all options for storage large enough to be managed (NAND, SPI-NAND, eMMC, SATA, NVME, virtio-blk, ...). Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | lvm2: don't use `-normal` suffix for non-SELinux variantsDaniel Golle2021-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | This was probably a work-around for an issue with dependencies which was fixed by https://github.com/openwrt/openwrt/commit/988ed0080284903d1fe4851c5ae8f1238bc61da2 Remove it as all other packages with `-selinux` variants do provide a non-SELinux-variant without any suffix and that works now, see procd vs. procd-selinux busybox vs. busybox-selinux Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | autopart: use '-' to separate drive serial in volume nameDaniel Golle2021-04-09
|/ | | | | | | Instead of just appending the driver serial including the '0x' prefix, use '-' prefix instead to make it more readable. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #15235 from TDT-AG/pr/20210323-collectd-mod-ubiHannu Nyman2021-04-07
|\ | | | | collectd: add bad blocks percent calculation for ubi plugin
| * collectd: update PKG_RELEASEFlorian Eckert2021-03-23
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: add percent calculation of bad block to ubi pluginFlorian Eckert2021-03-23
| | | | | | | | | | | | This patche adds the percent evaluation for the bad blocks. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * collectd: prepare ubi plugin for percent calculationFlorian Eckert2021-03-23
| | | | | | | | | | | | | | This patche change prepares the ubi plugin to add the bad block evaluation in percent. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | 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>