From 41aad825927a0506789b8ecd4c956668ac91339c Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Wed, 23 Sep 2015 20:45:59 +0200 Subject: [PATCH] cryptsetup: 1.6.5 -> 1.6.8 --- cryptsetup/.footprint | 6 +++--- cryptsetup/.md5sum | 2 +- cryptsetup/Pkgfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint index 70fc58de8..bde1a081c 100644 --- a/cryptsetup/.footprint +++ b/cryptsetup/.footprint @@ -6,9 +6,9 @@ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libcryptsetup.a -rwxr-xr-x root/root usr/lib/libcryptsetup.la -lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.4.6.0 -lrwxrwxrwx root/root usr/lib/libcryptsetup.so.4 -> libcryptsetup.so.4.6.0 --rwxr-xr-x root/root usr/lib/libcryptsetup.so.4.6.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.4.7.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so.4 -> libcryptsetup.so.4.7.0 +-rwxr-xr-x root/root usr/lib/libcryptsetup.so.4.7.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libcryptsetup.pc drwxr-xr-x root/root usr/man/ diff --git a/cryptsetup/.md5sum b/cryptsetup/.md5sum index dc1d9b61d..1dc1dfc6d 100644 --- a/cryptsetup/.md5sum +++ b/cryptsetup/.md5sum @@ -1 +1 @@ -128a5f63284ca3a26b4d4ffe821fa235 cryptsetup-1.6.5.tar.xz +a04d97ca2874e98c112fddbe930b19de cryptsetup-1.6.8.tar.xz diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index c3f257d27..375923b90 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libdevmapper, util-linux, libgcrypt, popt name=cryptsetup -version=1.6.5 +version=1.6.8 release=1 source=(https://kernel.org/pub/linux/utils/$name/v1.6/$name-$version.tar.xz)