rpms/automake15/F-12 automake-1.5-CVE-2009-4029.patch, 1.1, 1.2 automake15.spec, 1.27, 1.28

Karsten Hopp karsten at fedoraproject.org
Tue Feb 16 13:11:00 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/automake15/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7370

Modified Files:
	automake-1.5-CVE-2009-4029.patch automake15.spec 
Log Message:
- update CVE-2009-4029 patch

automake-1.5-CVE-2009-4029.patch:
 Makefile.in       |    2 +-
 lib/am/distdir.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: automake-1.5-CVE-2009-4029.patch
===================================================================
RCS file: /cvs/extras/rpms/automake15/F-12/automake-1.5-CVE-2009-4029.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- automake-1.5-CVE-2009-4029.patch	9 Feb 2010 14:45:15 -0000	1.1
+++ automake-1.5-CVE-2009-4029.patch	16 Feb 2010 13:10:59 -0000	1.2
@@ -6,7 +6,7 @@ diff -urN automake-1.5/lib/am/distdir.am
  ##
  if %?TOPDIR_P%
 -	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
-+	-find $(distdir) -type d ! -perm -755 -exec chmod u+rwx {} \; -o \
++	-find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \
  	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
@@ -18,7 +18,7 @@ diff -urN automake-1.5/Makefile.in autom
  	  top_distdir="${top_distdir}" distdir="$(distdir)" \
  	  dist-info
 -	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
-+	-find $(distdir) -type d ! -perm -755 -exec chmod u+rwx {} \; -o \
++	-find $(distdir) -type d ! -perm -755 -exec chmod u+rwx,go+rx {} \; -o \
  	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \


Index: automake15.spec
===================================================================
RCS file: /cvs/extras/rpms/automake15/F-12/automake15.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- automake15.spec	9 Feb 2010 14:44:43 -0000	1.27
+++ automake15.spec	16 Feb 2010 13:11:00 -0000	1.28
@@ -1,7 +1,7 @@
 Summary:    A GNU tool for automatically creating Makefiles
 Name:       automake15
 Version:    1.5
-Release:    29%{?dist}
+Release:    29%{?dist}.1
 License:    GPLv2+
 Group:      Development/Tools
 URL:        http://sources.redhat.com/automake
@@ -106,6 +106,9 @@ fi
 %dir %{_datadir}/aclocal
 
 %changelog
+* Tue Feb 16 2010 Karsten Hopp <karsten at redhat.com> 1.5-29.1
+- update CVE-2009-4029 patch
+
 * Tue Feb 09 2010 Karsten Hopp <karsten at redhat.com> 1.5-29
 - add disttag
 



More information about the scm-commits mailing list