Alexandru Ardelean
9a1bb4baf5
stress-ng: bump to version 0.13.00
...
And switch to AUTORELEASE for PKG_RELEASE.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-08-09 14:52:56 +03:00
Daniel Golle
f32236e542
lvm2: add hotplug script to scan and enable PVs on hotplug
...
Automatically scan and activate physical volumes when added at runtime.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-08 15:49:20 +01:00
Rosen Penev
7c79127649
Merge pull request #15895 from flyn-org/fuse-overlayfs
...
fuse-overlayfs: add new package
2021-08-05 19:55:47 -07:00
W. Michael Petullo
4ef2308759
fuse-overlayfs: add new package
...
This is part of an attempt to get rootless podman to work on OpenWrt.
See https://github.com/openwrt/packages/issues/15096 .
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2021-08-05 21:10:45 -05:00
Paul Spooren
cdc0c70875
attendedsysupgrade-common: update server URL
...
The service is now on a new server which supports IPv6.
Signed-off-by: Paul Spooren <mail@aparcar.org>
2021-08-06 00:07:37 +02:00
Rosen Penev
3b0fb73be6
Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2
...
gnuplot: Updated gnuplot to 5.4.2
2021-08-03 12:08:40 -07:00
Daniel Golle
a87236861f
ccid: update to version 1.4.35
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-03 01:01:40 +01:00
Matteo Cicuttin
d21dc8c78f
gnuplot: Updated gnuplot to 5.4.2
...
Maintainer: @datafl4sh
Compile tested: x86, sunxi, bcm27xx
Run tested: x86, sunxi, bcm27xx
Description: Updated gnuplot from 5.4.1 to 5.4.2
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
2021-08-02 11:19:59 +02:00
David Bauer
1588ee3c3c
clocate: add package
...
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>
2021-08-01 13:09:39 +02:00
Daniel Golle
4ed7701b78
i2c-tools: update to version 4.3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-08-01 04:14:42 +01:00
Rosen Penev
5a33d5a7ef
Merge pull request #16246 from neheb/ykk
...
ykclient: remove pointless PKG_BUILD_DEPENDS
2021-07-30 16:18:44 -07:00
Daniel Golle
27c16a70b1
uvol: lvm: make 'up' call reliable
...
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>
2021-07-30 02:16:55 +01:00
Rosen Penev
48ee7f052d
ykclient: remove pointless PKG_BUILD_DEPENDS
...
Also replace dependency with + one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-29 13:08:54 -07:00
Rosen Penev
23023e08f5
Merge pull request #16181 from neheb/Nc
...
ncdu: udpate to 1.16
2021-07-29 12:40:52 -07:00
Rosen Penev
7c91154b5e
Merge pull request #16175 from neheb/Fi
...
fish: update to 3.3.1
2021-07-29 12:40:17 -07:00
Rosen Penev
ca921200c9
Merge pull request #16174 from neheb/Gf
...
gptfdisk: update to 1.0.8
2021-07-29 12:39:56 -07:00
Rosen Penev
d2cf0fb6e4
Merge pull request #16200 from neheb/th
...
triggerhappy: don't build man pages
2021-07-29 12:38:40 -07:00
Rosen Penev
5ad6bb0a01
Merge pull request #16078 from ja-pa/fix-email
...
treewide: change email address in PKG_MAINTAINER
2021-07-29 12:37:06 -07:00
Jan Pavlinec
3ee2a087a3
treewide: change email
...
Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2021-07-29 13:21:02 +02:00
Rosen Penev
a167eed837
Merge pull request #16173 from neheb/Mc
...
minicom: update to 2.8
2021-07-28 19:47:19 -07:00
Daniel Golle
da00d71f55
uvol: ubi: fix bring-up of ro volumes
...
Fix bring-up of ro volumes on creation and on boot.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2021-07-28 20:29:56 +01:00
David Bauer
bd08bdea6b
Merge pull request #16217 from mweinelt/prometheus-hostapd-stations-ifname-fix
...
prometheus-node-exporter-lua: fix bss identifier in hostapd_stations
2021-07-28 18:17:13 +02:00
Alexandru Ardelean
399bb7f992
squashfs-tools: bump to version 4.5
...
Drop GCC 10 build patch
Adds 2 more utilities which are symlinks to mksquashfs,unsquashfs.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2021-07-26 11:22:54 +03:00
Rosen Penev
c83edc105c
Merge pull request #16201 from neheb/rrd
...
rrdtool1: don't build docs
2021-07-25 12:21:16 -07:00
Daniel Golle
f4afa4189e
uvol: update to version 0.3
...
* 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>
2021-07-25 00:40:41 +01:00
Martin Weinelt
2849ec248d
prometheus-node-exporter-lua: fix bss identifier in hostapd_stations
...
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>
2021-07-24 17:44:14 +02:00
Tianling Shen
d8fcfb0628
yq: Update to 4.11.2
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-24 18:27:59 +08:00
Rosen Penev
55fd042e33
Merge pull request #16179 from neheb/Ba
...
bash: update to 5.1.8
2021-07-23 19:53:24 -07:00
Rosen Penev
cac37fe9ed
Merge pull request #16178 from neheb/Bz
...
bluez: update to 5.60
2021-07-23 19:51:13 -07:00
Rosen Penev
81fbf54f46
Merge pull request #16177 from neheb/Cu
...
canutils: uipdate to 2021.06.0
2021-07-23 19:51:07 -07:00
Rosen Penev
2e6de93710
minicom: update to 2.8
...
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>
2021-07-23 19:50:27 -07:00
Rosen Penev
a76dc4ac5c
Merge pull request #16168 from neheb/Spi
...
spi-tools: update to 1.0.0
2021-07-23 19:48:16 -07:00
Rosen Penev
03580ba05f
Merge pull request #16169 from neheb/Yara
...
yara: update to 4.1.1
2021-07-23 19:48:01 -07:00
Rosen Penev
566ec7008f
triggerhappy: don't build man pages
...
Fixes compilation without host pod2man.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-23 19:38:56 -07:00
Javier Marcet
2bff0b47aa
cryptsetup: update to version 2.3.6
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-07-24 00:04:40 +01:00
Daniel Golle
9c59eff456
uvol: adapt to changes in core
...
* 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>
2021-07-24 00:02:51 +01:00
Javier Marcet
c76b09f810
ctop: update to 0.7.6
...
Signed-off-by: Javier Marcet <javier@marcet.info>
2021-07-23 22:57:53 +02:00
Rosen Penev
d67dde734c
rrdtool1: don't build docs
...
Fixes compilation without host pod2man.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-22 16:31:04 -07:00
Rosen Penev
e07a7928e4
fuse3: update to 3.10.4
...
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:29:05 -07:00
Rosen Penev
e4d63c297d
ncdu: udpate to 1.16
...
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:17:22 -07:00
Rosen Penev
069f1a80b6
bash: update to 5.1.8
...
Switch to AUTORELEASE for simplicity.
Remove upstream backports.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:15:52 -07:00
Rosen Penev
5c467bb76f
bluez: update to 5.60
...
Switch to AUTORELEASE for simplicity.
Refresh patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:15:13 -07:00
Rosen Penev
5fb11cf1d5
canutils: uipdate to 2021.06.0
...
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:14:39 -07:00
Rosen Penev
9519819d66
fish: update to 3.3.1
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:12:56 -07:00
Rosen Penev
00da88bc70
gptfdisk: update to 1.0.8
...
Switch to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-21 00:12:03 -07:00
Rosen Penev
3d8514b198
yara: update to 4.1.1
...
Remove upstreamed patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:49:52 -07:00
Rosen Penev
efc131fcae
spi-tools: update to 1.0.0
...
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-07-20 19:49:14 -07:00
Tianling Shen
a5f657ecf7
yq: Update to 4.11.0
...
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2021-07-19 22:14:58 +08:00
Rosen Penev
e11af80719
Merge pull request #16097 from neheb/telldus
...
telldus-core: fix compilation with GCC11
2021-07-19 04:00:37 -07:00
Sebastian Kemper
f37006c2e6
sane-backends: use macros (properly), remove chmod
...
- 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>
2021-07-17 14:03:44 +02:00