rpms/jhead/F-9 .cvsignore, 1.10, 1.11 jhead.spec, 1.21, 1.22 sources, 1.10, 1.11

Adrian Reber adrian at fedoraproject.org
Mon Feb 16 14:47:31 UTC 2009


Author: adrian

Update of /cvs/extras/rpms/jhead/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5166

Modified Files:
	.cvsignore jhead.spec sources 
Log Message:
* Fri Feb 16 2009 Adrian Reber <adrian at lisas.de> - 2.86-1
- updated to 2.86
- fixes "CVE-2008-4640 jhead: arbitrary file deletion" (#468056)
- fixes "CVE-2008-4641 jhead: command exection caused by
  incorrect handling of the shell escapes" (#468057)
- fixes "build ignores optflags" (#485697)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jhead/F-9/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	16 Oct 2008 17:14:57 -0000	1.10
+++ .cvsignore	16 Feb 2009 14:47:01 -0000	1.11
@@ -1 +1 @@
-jhead-2.84.tar.gz
+jhead-2.86.tar.gz


Index: jhead.spec
===================================================================
RCS file: /cvs/extras/rpms/jhead/F-9/jhead.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- jhead.spec	16 Oct 2008 17:14:57 -0000	1.21
+++ jhead.spec	16 Feb 2009 14:47:01 -0000	1.22
@@ -1,11 +1,11 @@
 Name: jhead
-Version: 2.84
+Version: 2.86
 Release: 1%{?dist}
 Summary: Tool for displaying EXIF data embedded in JPEG images
 Group: Applications/Multimedia
 License: Public Domain
 URL: http://www.sentex.net/~mwandel/jhead/
-Source0: http://www.sentex.net/~mwandel/jhead/jhead-2.84.tar.gz
+Source0: http://www.sentex.net/~mwandel/jhead/jhead-2.86.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -16,14 +16,14 @@
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" make %{?_smp_mflags}
+make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__mkdir_p} ${RPM_BUILD_ROOT}/%{_bindir}
 cp -p jhead ${RPM_BUILD_ROOT}/%{_bindir}
 %{__mkdir_p} ${RPM_BUILD_ROOT}/%{_mandir}/man1/
-cp -p jhead.1.gz ${RPM_BUILD_ROOT}/%{_mandir}/man1/
+cp -p jhead.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -35,6 +35,13 @@
 %{_mandir}/man?/*
 
 %changelog
+* Fri Feb 16 2009 Adrian Reber <adrian at lisas.de> - 2.86-1
+- updated to 2.86
+- fixes "CVE-2008-4640 jhead: arbitrary file deletion" (#468056)
+- fixes "CVE-2008-4641 jhead: command exection caused by
+  incorrect handling of the shell escapes" (#468057)
+- fixes "build ignores optflags" (#485697)
+
 * Thu Oct 16 2008 Adrian Reber <adrian at lisas.de> - 2.84-1
 - updated to 2.84
 - fixes "CVE-2008-4575 jhead buffer overflow" (#467262)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/jhead/F-9/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	16 Oct 2008 17:14:57 -0000	1.10
+++ sources	16 Feb 2009 14:47:01 -0000	1.11
@@ -1 +1 @@
-3e009f8e8a6a077d4a966d14b8797038  jhead-2.84.tar.gz
+ab0d4100abc48d1e054e1cd6213c938b  jhead-2.86.tar.gz




More information about the scm-commits mailing list