libdevmapper: update to 1.02.179

This commit is contained in:
Juergen Daubert 2021-08-16 17:40:58 +02:00
parent d2758ef9da
commit afee5b4ea4
3 changed files with 11 additions and 8 deletions

View File

@ -14,6 +14,7 @@ drwxr-xr-x root/root sbin/
-r-xr-xr-x root/root sbin/dmsetup
-r-xr-xr-x root/root sbin/dmsetup.static
lrwxrwxrwx root/root sbin/dmstats -> dmsetup
lrwxrwxrwx root/root sbin/dmstats.static -> dmsetup.static
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-r--r--r-- root/root usr/include/libdevmapper.h
@ -26,5 +27,7 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man8/
-r--r--r-- root/root usr/share/man/man8/blkdeactivate.8.gz
-r--r--r-- root/root usr/share/man/man8/dmeventd.8.gz
-r--r--r-- root/root usr/share/man/man8/dmfilemapd.8.gz
-r--r--r-- root/root usr/share/man/man8/dmsetup.8.gz
-r--r--r-- root/root usr/share/man/man8/dmstats.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqmV3K6aAEkLJ07icSBM79e2zpQzB9gEV/0Ipkd+yZkITwHvH9nywXXzNUKuIcBoYezGU2r8YeFBduP6z6ewSYQs=
SHA256 (Pkgfile) = 680c5f4f76678b8d7a5b2118cd37ec101baad5086775fb685ff1a17b54f95f62
SHA256 (.footprint) = e1b2ea187ba9d1831b4ad6cdf13ec1c7179b4bfc8a77289afa0172379a962ba3
SHA256 (LVM2.2.02.188.tgz) = 7101e8b0816ad77e4390fed9749a090214ba520061cd083437871e19e50cc9bd
RWRJc1FUaeVeqlWhh/egMnVDlEml+g2IjcTz8QMR3tqkhFPgsvxRQW1UKIux3JW3Wz32evhAcq07taLKjgsjdYcRfYqN9dXQWAc=
SHA256 (Pkgfile) = 5f15af41c06608bffa5abcf40e6e5e559db75d17a8e24a8373b2595c9e78e08f
SHA256 (.footprint) = 7bdaf81d47a816e6630433fbe6c348e76a9d6569ffd5148fe4e281dfae8822d2
SHA256 (LVM2.2.03.13.tgz) = 296b9c8769e6b5b8e81128a1c0aeb58e6da1f0fcf97dba90ad3f005ece53a568

View File

@ -4,12 +4,12 @@
# Depends on: util-linux
name=libdevmapper
version=1.02.172
version=1.02.179
release=1
source=(https://mirrors.kernel.org/sourceware/lvm2/LVM2.2.02.188.tgz)
source=(https://mirrors.kernel.org/sourceware/lvm2/LVM2.2.03.13.tgz)
build() {
cd LVM2.2.02.188
cd LVM2.2.03.13
# libaio is not needed for libdevmapper
sed 's/libaio.h//' -i configure
@ -30,7 +30,7 @@ build() {
--with-{user,group}=root
make device-mapper
make DESTDIR=$PKG install_device-mapper
make -j1 DESTDIR=$PKG install_device-mapper
install -m0644 -D udev/12-dm-permissions.rules $PKG/etc/udev/rules.d/12-dm-permissions.rules.example
# symlink dmsetup to dmstats and not dmsetup.static