aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* clocate: add packageDavid Bauer2021-08-01
| | | | | | | | clocate is a small utility to determinethe location of a 802.11 capable device by using a remote locator service (Mozilla or Google). Signed-off-by: David Bauer <mail@david-bauer.net>
* i2c-tools: update to version 4.3Daniel Golle2021-08-01
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16246 from neheb/ykkRosen Penev2021-07-30
|\ | | | | ykclient: remove pointless PKG_BUILD_DEPENDS
| * ykclient: remove pointless PKG_BUILD_DEPENDSRosen Penev2021-07-29
| | | | | | | | | | | | Also replace dependency with + one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | uvol: lvm: make 'up' call reliableDaniel Golle2021-07-30
|/ | | | | | | | Changing a volume right after activation doesn't work well due to some caching or race-condition issue. Perform activation as last lvchange operation as a work-around. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16181 from neheb/NcRosen Penev2021-07-29
|\ | | | | ncdu: udpate to 1.16
| * ncdu: udpate to 1.16Rosen Penev2021-07-21
| | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16175 from neheb/FiRosen Penev2021-07-29
|\ \ | | | | | | fish: update to 3.3.1
| * | fish: update to 3.3.1Rosen Penev2021-07-21
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16174 from neheb/GfRosen Penev2021-07-29
|\ \ | | | | | | gptfdisk: update to 1.0.8
| * | gptfdisk: update to 1.0.8Rosen Penev2021-07-21
| |/ | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #16200 from neheb/thRosen Penev2021-07-29
|\ \ | | | | | | triggerhappy: don't build man pages
| * | triggerhappy: don't build man pagesRosen Penev2021-07-23
| | | | | | | | | | | | | | | | | | Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16078 from ja-pa/fix-emailRosen Penev2021-07-29
|\ \ \ | | | | | | | | treewide: change email address in PKG_MAINTAINER
| * | | treewide: change emailJan Pavlinec2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | Merge pull request #16173 from neheb/McRosen Penev2021-07-28
|\ \ \ \ | | | | | | | | | | minicom: update to 2.8
| * | | | minicom: update to 2.8Rosen Penev2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch URL to new upstream. Switch to AUTORELEASE for simplicity. Removed most patches as they have been upstreamed. Rebased the remaining one. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | uvol: ubi: fix bring-up of ro volumesDaniel Golle2021-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bring-up of ro volumes on creation and on boot. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #16217 from mweinelt/prometheus-hostapd-stations-ifname-fixDavid Bauer2021-07-28
|\ \ \ \ \ | | | | | | | | | | | | prometheus-node-exporter-lua: fix bss identifier in hostapd_stations
| * | | | | prometheus-node-exporter-lua: fix bss identifier in hostapd_stationsMartin Weinelt2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We previously did not identify the correct BSS from the output of `hostapd_cli -i <phy> status`, because when asked for a vif it will always respond with information relevant to the whole phy. The per vif settings will use an iterator and we now try to detect the correct BSS from that output. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>
* | | | | | squashfs-tools: bump to version 4.5Alexandru Ardelean2021-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop GCC 10 build patch Adds 2 more utilities which are symlinks to mksquashfs,unsquashfs. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #16201 from neheb/rrdRosen Penev2021-07-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | rrdtool1: don't build docs
| * | | | | | rrdtool1: don't build docsRosen Penev2021-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | uvol: update to version 0.3Daniel Golle2021-07-25
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * genrate UCI fstab configs for each volume before first 'up' * remove UCI section on volume remove * use autofs automounter for read-only volumes * try umount on 'down' * emulate hotplug events for UBI volume up/down * more robust error paths Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | yq: Update to 4.11.2Tianling Shen2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | | | Merge pull request #16179 from neheb/BaRosen Penev2021-07-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | bash: update to 5.1.8
| * | | | | | bash: update to 5.1.8Rosen Penev2021-07-21
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove upstream backports. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16178 from neheb/BzRosen Penev2021-07-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | bluez: update to 5.60
| * | | | | | bluez: update to 5.60Rosen Penev2021-07-21
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Refresh patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #16177 from neheb/CuRosen Penev2021-07-23
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | canutils: uipdate to 2021.06.0
| * | | | | canutils: uipdate to 2021.06.0Rosen Penev2021-07-21
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16168 from neheb/SpiRosen Penev2021-07-23
|\ \ \ \ \ | | | | | | | | | | | | spi-tools: update to 1.0.0
| * | | | | spi-tools: update to 1.0.0Rosen Penev2021-07-20
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #16169 from neheb/YaraRosen Penev2021-07-23
|\ \ \ \ \ | |_|_|_|/ |/| | | | yara: update to 4.1.1
| * | | | yara: update to 4.1.1Rosen Penev2021-07-20
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | cryptsetup: update to version 2.3.6Javier Marcet2021-07-24
| | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | | uvol: adapt to changes in coreDaniel Golle2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lvm: remove left-over ubus events * lvm: resolve /dev/dm-* device name As block-mount and blockd now use /dev/dm-* names, let uvol also return those device names. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | ctop: update to 0.7.6Javier Marcet2021-07-23
| |/ / |/| | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* | | fuse3: update to 3.10.4Rosen Penev2021-07-21
|/ / | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | yq: Update to 4.11.0Tianling Shen2021-07-19
| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | Merge pull request #16097 from neheb/telldusRosen Penev2021-07-19
|\ \ | | | | | | telldus-core: fix compilation with GCC11
| * | telldus-core: fix compilation with GCC11Rosen Penev2021-07-11
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | sane-backends: use macros (properly), remove chmodSebastian Kemper2021-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use $(INSTALL_DIR) instead of mkdir - using $(INSTALL_CONF) and then running chmod is pointless, use $(INSTALL_DATA) directly - /etc/xinetd.d/sane-port doesn't need read protection from non-root users, use $(INSTALL_DATA) as well Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | sane-backends: fix usbid file generationSebastian Kemper2021-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some build systems (build bots, Debian Buster for example) the current mechanism in the Build/Install define doesn't run. Replace it with shell fu that works. Issue was reported, see [1]. [1] https://github.com/openwrt/packages/issues/16085 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | uvol: general clean upDaniel Golle2021-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | * make sure new volumes are in state 'down' until explicitely requested to transition to 'up' state. Useful for additional verification steps after writing a read-only volume. * remove unused ubus events as blockd does that much better now Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | yq: Update to 4.9.8Tianling Shen2021-07-15
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | whois: remove nls.mkRosen Penev2021-07-13
| | | | | | | | | | | | | | | | | | | | | whois as implemented in the OpenWrt package does not use gettext. Fixes compilation issue with glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16089 from turris-cz/lxc-switch-gpg-keyserverJosef Schlehofer2021-07-11
|\ \ \ | |/ / |/| | lxc: add patch to switch GPG server
| * | lxc: add patch to switch GPG serverJosef Schlehofer2021-07-10
| |/ | | | | | | | | | | | | | | | | | | | | By default, there was used sks-keyservers.net pool, which has invalid SSL certificate and they also announced that their service is deprecate and no longer maintained. Use the same GPG server as LXC is using by default in the newer releases. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | Merge pull request #16073 from neheb/hashdeepRosen Penev2021-07-11
|\ \ | | | | | | hashdeep: fix compilation with GCC11