e2fsprogs: update to 1.45.1

This commit is contained in:
Juergen Daubert 2019-05-14 10:13:34 +02:00
parent fb910e6b22
commit cd41677a6e
3 changed files with 16 additions and 6 deletions

View File

@ -1,4 +1,5 @@
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/e2scrub.conf
-rw-r--r-- root/root etc/mke2fs.conf
drwxr-xr-x root/root lib/
lrwxrwxrwx root/root lib/libcom_err.so.2 -> libcom_err.so.2.1
@ -9,6 +10,9 @@ lrwxrwxrwx root/root lib/libext2fs.so.2 -> libext2fs.so.2.4
-rwxr-xr-x root/root lib/libext2fs.so.2.4
lrwxrwxrwx root/root lib/libss.so.2 -> libss.so.2.0
-rwxr-xr-x root/root lib/libss.so.2.0
drwxr-xr-x root/root lib/udev/
drwxr-xr-x root/root lib/udev/rules.d/
-rw-r--r-- root/root lib/udev/rules.d/96-e2scrub.rules
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/badblocks
-rwxr-xr-x root/root sbin/debugfs
@ -17,6 +21,8 @@ drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/e2image
lrwxrwxrwx root/root sbin/e2label -> tune2fs
lrwxrwxrwx root/root sbin/e2mmpstatus -> dumpe2fs
-rwxr-xr-x root/root sbin/e2scrub
-rwxr-xr-x root/root sbin/e2scrub_all
-rwxr-xr-x root/root sbin/e2undo
lrwxrwxrwx root/root sbin/fsck.ext2 -> e2fsck
lrwxrwxrwx root/root sbin/fsck.ext3 -> e2fsck
@ -56,6 +62,8 @@ drwxr-xr-x root/root usr/include/ss/
-rw-r--r-- root/root usr/include/ss/ss.h
-rw-r--r-- root/root usr/include/ss/ss_err.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/e2fsprogs/
-rwxr-xr-x root/root usr/lib/e2fsprogs/e2scrub_all_cron
-rw-r--r-- root/root usr/lib/libcom_err.a
lrwxrwxrwx root/root usr/lib/libcom_err.so -> /lib/libcom_err.so.2
-rw-r--r-- root/root usr/lib/libe2p.a
@ -102,6 +110,8 @@ drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/e2image.8.gz
-rw-r--r-- root/root usr/share/man/man8/e2label.8.gz
-rw-r--r-- root/root usr/share/man/man8/e2mmpstatus.8.gz
-rw-r--r-- root/root usr/share/man/man8/e2scrub.8.gz
-rw-r--r-- root/root usr/share/man/man8/e2scrub_all.8.gz
-rw-r--r-- root/root usr/share/man/man8/e2undo.8.gz
-rw-r--r-- root/root usr/share/man/man8/e4crypt.8.gz
-rw-r--r-- root/root usr/share/man/man8/e4defrag.8.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqnxmRdL3gnwoldpt88BLu303UTNb9vogd4Os5VkJz4fDaUXwIxHL8+Ch8WDVPqOXwrdb8LbF/NE3N2ChZAtSiwA=
SHA256 (Pkgfile) = 4e4517970d43ef1b8e30755953e40a4473eadcbcc174f24e3e97b8f67892254b
SHA256 (.footprint) = 0427b011cfad57e90d9321708f5c7d303acd8f1c0098f9423e86ac09c8751dd4
SHA256 (e2fsprogs-1.44.6.tar.xz) = 883ae736d5a1cd954ff40a11a6743cd5913322a7685b10c8ed757eab5298ee90
RWRJc1FUaeVequhk+QIE/kEviLJGiNMpOi3XDx/Gz7sC3ExrF7ORp/ASb6tnsGclY/Ma7/s0aPMNWb7lw8N2kjPk8B8H7muoFQk=
SHA256 (Pkgfile) = 6670ca7d45617dab5794bc6e298e74ac3a39737b594222b84d202aefa8f9cd72
SHA256 (.footprint) = a9db6ab183909fefb12ac7b5a5100070014c1543f38056c92305b4accf44b09d
SHA256 (e2fsprogs-1.45.1.tar.xz) = 24acedbe376a9c1b5c0a0b15c9fb84b3bef4943d669caf40b2e3e41e86d95548

View File

@ -4,7 +4,7 @@
# Depends on: util-linux
name=e2fsprogs
version=1.44.6
version=1.45.1
release=1
source=(https://www.kernel.org/pub/linux/kernel/people/tytso/$name/v$version/$name-$version.tar.xz)
@ -26,7 +26,7 @@ build() {
make
make -j1 DESTDIR=$PKG install install-libs
rm -r $PKG/usr/share/info
rm -r $PKG/{usr/share/info,etc/cron.d}
chmod +w -R $PKG
}