rpms/automake15/F-12 automake-1.5-CVE-2009-4029.patch,NONE,1.1

Karsten Hopp karsten at fedoraproject.org
Tue Feb 9 14:45:16 UTC 2010


Author: karsten

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

Added Files:
	automake-1.5-CVE-2009-4029.patch 
Log Message:
- add fix for CVE-2009-4029

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

--- NEW FILE automake-1.5-CVE-2009-4029.patch ---
diff -urN automake-1.5/lib/am/distdir.am automake-1.5.patched/lib/am/distdir.am
--- automake-1.5/lib/am/distdir.am	2001-07-14 22:12:52.000000000 +0200
+++ automake-1.5.patched/lib/am/distdir.am	2010-02-09 14:26:59.000000000 +0100
@@ -144,7 +144,7 @@
 ## the file in place in the source tree.
 ##
 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 \
 	  ! -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 {} {} \; \
diff -urN automake-1.5/Makefile.in automake-1.5.patched/Makefile.in
--- automake-1.5/Makefile.in	2010-02-09 14:27:58.000000000 +0100
+++ automake-1.5.patched/Makefile.in	2010-02-09 13:52:52.000000000 +0100
@@ -380,7 +380,7 @@
 	$(MAKE) $(AM_MAKEFLAGS) \
 	  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 \
 	  ! -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 {} {} \; \



More information about the scm-commits mailing list