rpms/testdisk/EL-5 .cvsignore, 1.11, 1.12 sources, 1.11, 1.12 testdisk.spec, 1.16, 1.17

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


Author: grenier

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

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-5/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	19 Apr 2009 18:43:31 -0000	1.11
+++ .cvsignore	24 Apr 2009 06:31:32 -0000	1.12
@@ -1,2 +1,3 @@
 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-5/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	19 Apr 2009 18:43:31 -0000	1.11
+++ sources	24 Apr 2009 06:31:32 -0000	1.12
@@ -1,2 +1,3 @@
 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-5/testdisk.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- testdisk.spec	19 Apr 2009 18:43:31 -0000	1.16
+++ testdisk.spec	24 Apr 2009 06:31:32 -0000	1.17
@@ -4,11 +4,12 @@
 Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска
 Name:		testdisk
 Version:	6.11
-Release:	1%{?dist}
+Release:	2%{?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
@@ -30,10 +31,10 @@
 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 récupè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
-Il gère plus d'une centaine de formats de fichiers dont les jpeg, les documents
+PhotoRec gère plus d'une centaine de formats de fichiers dont les jpeg, les documents
 MSOffice ou OpenOffice.
 
 %description -l ru_RU.UTF8
@@ -79,6 +80,7 @@
 %prep
 %setup -q
 %setup -q -a 1
+%patch0 -p1
 
 %build
 %configure --without-ewf
@@ -103,6 +105,9 @@
 %doc doc
 
 %changelog
+* Fri Apr 24 2009 Christophe Grenier <grenier at cgsecurity.org> 6.11-2
+- Add upstream patch that add missing bound checks when parsing EXIF information
+
 * Sun Apr 19 2009 Christophe Grenier <grenier at cgsecurity.org> 6.11-1
 - Update to latest version
 




More information about the fedora-extras-commits mailing list