[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

debdiff for automake1.10_1.10.3-1+squeeze1



Proposed stable update for automake1.10.

-- 
Eric Dorland <eric@kuroneko.ca>
ICQ: #61138586, Jabber: hooty@jabber.com

diff -Nru automake1.10-1.10.3/debian/changelog automake1.10-1.10.3/debian/changelog
--- automake1.10-1.10.3/debian/changelog	2010-02-22 00:31:55.000000000 -0500
+++ automake1.10-1.10.3/debian/changelog	2012-07-29 21:23:29.000000000 -0400
@@ -1,3 +1,10 @@
+automake1.10 (1:1.10.3-1+squeeze1) stable; urgency=low
+
+  * lib/am/distdir.am: Backport fix for CVE-2012-3386 "Temporary worldwide
+    write permissions during make distcheck". (Closes: #681117)
+
+ -- Eric Dorland <eric@debian.org>  Sun, 29 Jul 2012 21:22:49 -0400
+
 automake1.10 (1:1.10.3-1) unstable; urgency=low
 
   * New upstream release. Contains fix for CVE-2009-4029, which created
diff -Nru automake1.10-1.10.3/debian/patches/debian-changes automake1.10-1.10.3/debian/patches/debian-changes
--- automake1.10-1.10.3/debian/patches/debian-changes	2010-02-22 00:33:04.000000000 -0500
+++ automake1.10-1.10.3/debian/patches/debian-changes	2012-07-29 21:31:23.000000000 -0400
@@ -1,4 +1,15 @@
 Please use the git repo for development.
+--- automake1.10-1.10.3.orig/lib/am/distdir.am
++++ automake1.10-1.10.3/lib/am/distdir.am
+@@ -362,7 +362,7 @@ distcheck: dist
+ ## Make the new source tree read-only.  Distributions ought to work in
+ ## this case.  However, make the top-level directory writable so we
+ ## can make our new subdirs.
+-	chmod -R a-w $(distdir); chmod a+w $(distdir)
++	chmod -R a-w $(distdir); chmod u+w $(distdir)
+ 	mkdir $(distdir)/_build
+ 	mkdir $(distdir)/_inst
+ ## Undo the write access.
 --- automake1.10-1.10.3.orig/lib/Automake/Makefile.in
 +++ automake1.10-1.10.3/lib/Automake/Makefile.in
 @@ -36,14 +36,7 @@ subdir = lib/Automake

Attachment: signature.asc
Description: Digital signature


Reply to: