rpms/testdisk/devel .cvsignore, 1.13, 1.14 sources, 1.14, 1.15 testdisk.spec, 1.25, 1.26

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


Author: grenier

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

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/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	19 Apr 2009 16:44:15 -0000	1.13
+++ .cvsignore	24 Apr 2009 06:31:33 -0000	1.14
@@ -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/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	19 Apr 2009 16:44:15 -0000	1.14
+++ sources	24 Apr 2009 06:31:33 -0000	1.15
@@ -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/devel/testdisk.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- testdisk.spec	19 Apr 2009 16:44:15 -0000	1.25
+++ testdisk.spec	24 Apr 2009 06:31:33 -0000	1.26
@@ -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
@@ -34,10 +35,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
@@ -83,6 +84,7 @@
 %prep
 %setup -q
 %setup -q -a 1
+%patch0 -p1
 
 %build
 %configure
@@ -107,6 +109,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 scm-commits mailing list