rpms/testdisk/EL-4 .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 testdisk.spec, 1.9, 1.10

Christophe GRENIER grenier at fedoraproject.org
Fri Apr 24 06:32:02 UTC 2009


Author: grenier

Update of /cvs/extras/rpms/testdisk/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7662/EL-4

Modified Files:
	.cvsignore sources testdisk.spec 
Log Message:
Add patch for PhotoRec 6.11 to add missing bound checking in EXIF processing



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/testdisk/EL-4/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	31 Jul 2008 20:55:01 -0000	1.8
+++ .cvsignore	24 Apr 2009 06:31:31 -0000	1.9
@@ -1,2 +1,3 @@
-testdisk-6.10.tar.bz2
-testdisk-doc-6.10.tar.bz2
+testdisk-6.11.tar.bz2
+testdisk-doc-6.11.tar.bz2
+photorec_611_exif_bound_checking.patch


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/testdisk/EL-4/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	31 Jul 2008 20:55:01 -0000	1.8
+++ sources	24 Apr 2009 06:31:31 -0000	1.9
@@ -1,2 +1,3 @@
-d3bde0b546d40e029dda4e9861db40ef  testdisk-6.10.tar.bz2
-9f850f4657777add0a063a2bccc219fd  testdisk-doc-6.10.tar.bz2
+11f8fe95dcd190b69b782efa65b29ba1  testdisk-6.11.tar.bz2
+8ed6b23ae64bf1cf9a15371ea7481fa5  testdisk-doc-6.11.tar.bz2
+dba57525125fbb372f470832af2d91c1  photorec_611_exif_bound_checking.patch


Index: testdisk.spec
===================================================================
RCS file: /cvs/extras/rpms/testdisk/EL-4/testdisk.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testdisk.spec	31 Jul 2008 20:55:01 -0000	1.9
+++ testdisk.spec	24 Apr 2009 06:31:31 -0000	1.10
@@ -1,14 +1,15 @@
-Summary:	Tool to check and undelete partition
+Summary:	Tool to check and undelete partition, PhotoRec recovers lost files
 Summary(pl.UTF8):	Narzędzie sprawdzające i odzyskujące partycje
 Summary(fr.UTF8):	Outil pour vérifier et restorer des partitions
 Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска
 Name:		testdisk
-Version:	6.10
+Version:	6.11
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 Source0:	http://www.cgsecurity.org/testdisk-%{version}.tar.bz2
 Source1:	http://www.cgsecurity.org/testdisk-doc-%{version}.tar.bz2
+Patch0:		http://www.cgsecurity.org/photorec_611_exif_bound_checking.patch
 URL:		http://www.cgsecurity.org/wiki/TestDisk
 BuildRequires:	ncurses-devel >= 5.2
 BuildRequires:  e2fsprogs-devel
@@ -21,6 +22,8 @@
 Tool to check and undelete partition. Works with FAT12, FAT16, FAT32,
 NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid, Linux Swap,
 LVM, LVM2, NSS, ReiserFS, UFS, XFS
+PhotoRec is a signature based file recovery utility. It handles more than
+100 file formats including jpg, MSOffice, OpenOffice documents.
 
 %description -l pl.UTF8
 Narzędzie sprawdzające i odzyskujące partycje. Pracuje z partycjami:
@@ -28,9 +31,11 @@
 Linux Swap, LVM, LVM2, NSS, ReiserFS, UFS, XFS
 
 %description -l fr.UTF8
-Outil pour vérifier et restorer des partitions. Fonctionne avec
+TestDisk vérifie et recupère les partitions. Fonctionne avec
 FAT12, FAT16, FAT32, NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid,
 Linux Swap, LVM, LVM2, NSS, ReiserFS, UFS, XFS
+PhotoRec gère plus d'une centaine de formats de fichiers dont les jpeg, les documents
+MSOffice ou OpenOffice.
 
 %description -l ru_RU.UTF8
 Программа для проверки и восстановления разделов диска.
@@ -75,6 +80,7 @@
 %prep
 %setup -q
 %setup -q -a 1
+%patch0 -p1
 
 %build
 %configure --without-ewf
@@ -99,6 +105,10 @@
 %doc doc
 
 %changelog
+* Fri Apr 24 2009 Christophe Grenier <grenier at cgsecurity.org> 6.11-1
+- Update to latest version
+- Add upstream patch that add missing bound checks when parsing EXIF information
+
 * Thu Jul 31 2008 Christophe Grenier <grenier at cgsecurity.org> 6.10-1
 - Update to latest version
 




More information about the fedora-extras-commits mailing list