diff options
author | Thomas Penteker <tek@serverop.de> | 2012-07-14 19:58:56 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2012-07-14 19:58:56 +0200 |
commit | a987c6d19bc4f0c30f6dd49930bca3577401efe1 (patch) | |
tree | a0147e33d7be602d73bd4702f2e03fc51dfec438 /cryptsetup | |
parent | da2e3bcb471fef7229aa7b121b92cea01c36731b (diff) | |
download | opt-a987c6d19bc4f0c30f6dd49930bca3577401efe1.tar.gz opt-a987c6d19bc4f0c30f6dd49930bca3577401efe1.tar.xz |
cryptsetup: 1.4.3 -> 1.5.0
Diffstat (limited to 'cryptsetup')
-rw-r--r-- | cryptsetup/.footprint | 9 | ||||
-rw-r--r-- | cryptsetup/.md5sum | 2 | ||||
-rw-r--r-- | cryptsetup/Pkgfile | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/cryptsetup/.footprint b/cryptsetup/.footprint index f2afaea8a..fd2ca6d3e 100644 --- a/cryptsetup/.footprint +++ b/cryptsetup/.footprint @@ -6,13 +6,16 @@ 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.2.0 -lrwxrwxrwx root/root usr/lib/libcryptsetup.so.4 -> libcryptsetup.so.4.2.0 --rwxr-xr-x root/root usr/lib/libcryptsetup.so.4.2.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so -> libcryptsetup.so.4.3.0 +lrwxrwxrwx root/root usr/lib/libcryptsetup.so.4 -> libcryptsetup.so.4.3.0 +-rwxr-xr-x root/root usr/lib/libcryptsetup.so.4.3.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/ drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/cryptsetup.8.gz +-rw-r--r-- root/root usr/man/man8/veritysetup.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/cryptsetup +-rwxr-xr-x root/root usr/sbin/veritysetup +-rwxr-xr-x root/root usr/sbin/veritysetup.static diff --git a/cryptsetup/.md5sum b/cryptsetup/.md5sum index b301d6e0a..9f1209842 100644 --- a/cryptsetup/.md5sum +++ b/cryptsetup/.md5sum @@ -1 +1 @@ -9b9fc9ab1ad2c04d4886bbd5640df90f cryptsetup-1.4.3.tar.bz2 +0fa7ba8923b0ce8eed2aa65f2cb9950c cryptsetup-1.5.0.tar.bz2 diff --git a/cryptsetup/Pkgfile b/cryptsetup/Pkgfile index 2d8c0c140..56d6c13bd 100644 --- a/cryptsetup/Pkgfile +++ b/cryptsetup/Pkgfile @@ -5,7 +5,7 @@ # Depends on: libdevmapper, util-linux-ng, libgcrypt, popt name=cryptsetup -version=1.4.3 +version=1.5.0 release=1 source=(http://$name.googlecode.com/files/$name-$version.tar.bz2) |