diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2011-01-08 18:21:39 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2011-01-08 18:21:39 +0100 |
commit | 790122841f9d4eab233596053601d55887ebb757 (patch) | |
tree | 270f4f0d0314309bd1408c3fddd9d12b3f4e218e /cryptsetup | |
parent | 37511ad09e3c2a1563818a2f9a51e934c48ea3cf (diff) | |
download | opt-790122841f9d4eab233596053601d55887ebb757.tar.gz opt-790122841f9d4eab233596053601d55887ebb757.tar.xz |
cryptsetup: updated to 1.2.0.
Diffstat (limited to 'cryptsetup')
-rw-r--r-- | cryptsetup/.footprint | 6 | ||||
-rw-r--r-- | cryptsetup/.md5sum | 2 | ||||
-rw-r--r-- | cryptsetup/Pkgfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint index 389f1d388..a6529e298 100644 --- a/cryptsetup/.footprint +++ b/cryptsetup/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libcryptsetup.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libcryptsetup.la -lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.1.0.0 -lrwxrwxrwx root/root usr/lib/libcryptsetup.so.1 -> libcryptsetup.so.1.0.0 --rwxr-xr-x root/root usr/lib/libcryptsetup.so.1.0.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.1.1.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so.1 -> libcryptsetup.so.1.1.0 +-rwxr-xr-x root/root usr/lib/libcryptsetup.so.1.1.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 b7840d2eb..a6917bd75 100644 --- a/cryptsetup/.md5sum +++ b/cryptsetup/.md5sum @@ -1 +1 @@ -318a64470861ea5b92a52f2014f1e7c1 cryptsetup-1.1.3.tar.bz2 +b4ac29d3d8b4771a457a8ceaa8c6aa13 cryptsetup-1.2.0.tar.bz2 diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 11694ccd8..dc39ef0c7 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libdevmapper, util-linux-ng, libgcrypt, popt name=cryptsetup -version=1.1.3 +version=1.2.0 release=1 source=(http://$name.googlecode.com/files/$name-$version.tar.bz2) |