diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2011-09-09 20:33:42 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2011-09-09 20:33:42 +1000 |
commit | 12987f69df3b94fcc3759bacc1a9ddc1073eae01 (patch) | |
tree | 91a91065c9b6086a1767a69eb05154e86fff6c64 /testdisk | |
parent | 02a47d91f6b668cce0c36191b5d0e1bfda545ec3 (diff) | |
download | contrib-12987f69df3b94fcc3759bacc1a9ddc1073eae01.tar.gz contrib-12987f69df3b94fcc3759bacc1a9ddc1073eae01.tar.xz |
testdisk: 6.11 -> 6.12
Diffstat (limited to 'testdisk')
-rw-r--r-- | testdisk/.footprint | 14 | ||||
-rw-r--r-- | testdisk/.md5sum | 3 | ||||
-rw-r--r-- | testdisk/Pkgfile | 9 |
3 files changed, 12 insertions, 14 deletions
diff --git a/testdisk/.footprint b/testdisk/.footprint index c11728b8d..e43fe17f1 100644 --- a/testdisk/.footprint +++ b/testdisk/.footprint @@ -1,8 +1,10 @@ drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/fidentify +-rwxr-xr-x root/root usr/bin/photorec +-rwxr-xr-x root/root usr/bin/testdisk drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/photorec.1.gz --rw-r--r-- root/root usr/man/man1/testdisk.1.gz -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/photorec --rwxr-xr-x root/root usr/sbin/testdisk +drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/fidentify.8.gz +-rw-r--r-- root/root usr/man/man8/photorec.8.gz +-rw-r--r-- root/root usr/man/man8/testdisk.8.gz diff --git a/testdisk/.md5sum b/testdisk/.md5sum index 6eeeb6e99..25f6d4451 100644 --- a/testdisk/.md5sum +++ b/testdisk/.md5sum @@ -1,2 +1 @@ -525350908048a5c90c932464375b08a3 photorec_611_exif_bound_checking_v2.patch -11f8fe95dcd190b69b782efa65b29ba1 testdisk-6.11.tar.bz2 +6ef653301f309156f3a802233a3139c1 testdisk-6.12.tar.bz2 diff --git a/testdisk/Pkgfile b/testdisk/Pkgfile index d78f0fc32..431621c6e 100644 --- a/testdisk/Pkgfile +++ b/testdisk/Pkgfile @@ -5,16 +5,13 @@ # Depends on: ntfs-3g_ntfsprogs libjpeg name=testdisk -version=6.11 -release=2 -source=(http://www.cgsecurity.org/$name-$version.tar.bz2 - http://www.cgsecurity.org/photorec_611_exif_bound_checking_v2.patch) +version=6.12 +release=1 +source=(http://www.cgsecurity.org/$name-$version.tar.bz2) build() { cd $name-$version - patch -p 1 -i $SRC/photorec_611_exif_bound_checking_v2.patch - ./configure \ --prefix=/usr \ --mandir=/usr/man |