Author: arekm                        Date: Sat Sep  4 17:28:15 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 6; one git patch too much (that uses new as_tmp instead of tmp)

---- Files affected:
packages/autoconf:
   autoconf-git.patch (1.3 -> 1.4) , autoconf.spec (1.155 -> 1.156) 

---- Diffs:

================================================================
Index: packages/autoconf/autoconf-git.patch
diff -u packages/autoconf/autoconf-git.patch:1.3 
packages/autoconf/autoconf-git.patch:1.4
--- packages/autoconf/autoconf-git.patch:1.3    Sat Sep  4 19:02:31 2010
+++ packages/autoconf/autoconf-git.patch        Sat Sep  4 19:28:10 2010
@@ -187,46 +187,4 @@
  AC_OUTPUT
  ]])
  
-commit e0ac12089ea4c934029baf77741e659f0bebd653
-Author: Eric Blake <[email protected]>
-Date:   Wed Aug 25 16:21:39 2010 -0600
-
-    m4sh: fix some namespace safety issues
-    
-    * lib/m4sugar/m4sh.m4 (_AS_SHELL_SANITIZE): Avoid problems if
-    as_myself is inherited from environment.
-    (AS_TMPDIR): Be namespace clean.
-    
-    Signed-off-by: Eric Blake <[email protected]>
-
-diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4
-index 3cc868c..15dd80d 100644
---- a/lib/m4sugar/m4sh.m4
-+++ b/lib/m4sugar/m4sh.m4
-@@ -425,6 +425,7 @@ _AS_PATH_SEPARATOR_PREPARE
- IFS=" ""      $as_nl"
- 
- # Find who we are.  Look in the path if we contain no directory separator.
-+as_myself=
- case $[0] in @%:@((
-   *[[\\/]]* ) as_myself=$[0] ;;
-   *) _AS_PATH_WALK([],
-@@ -1618,12 +1619,13 @@ m4_define([AS_TMPDIR],
- [# Create a (secure) tmp directory for tmp files.
- m4_if([$2], [], [: ${TMPDIR=/tmp}])
- {
--  tmp=`(umask 077 && mktemp -d "m4_default([$2], [$TMPDIR])/$1XXXXXX") 
2>/dev/null` &&
--  test -n "$tmp" && test -d "$tmp"
-+  as_tmp=`(umask 077 && mktemp -d "m4_default([$2],
-+    [$TMPDIR])/$1XXXXXX") 2>/dev/null` &&
-+  test -d "$as_tmp"
- }  ||
- {
--  tmp=m4_default([$2], [$TMPDIR])/$1$$-$RANDOM
--  (umask 077 && mkdir "$tmp")
-+  as_tmp=m4_default([$2], [$TMPDIR])/$1$$-$RANDOM
-+  (umask 077 && mkdir "$as_tmp")
- } || AS_ERROR([cannot create a temporary directory in m4_default([$2],
-             [$TMPDIR])])])# AS_TMPDIR
- 
 

================================================================
Index: packages/autoconf/autoconf.spec
diff -u packages/autoconf/autoconf.spec:1.155 
packages/autoconf/autoconf.spec:1.156
--- packages/autoconf/autoconf.spec:1.155       Sat Sep  4 19:14:51 2010
+++ packages/autoconf/autoconf.spec     Sat Sep  4 19:28:10 2010
@@ -22,7 +22,7 @@
 Summary(uk.UTF-8):     GNU autoconf - автоконфігуратор вихідних текстів
 Name:          autoconf
 Version:       2.67
-Release:       5
+Release:       6
 License:       GPL v2+/v3+
 Group:         Development/Building
 # stable releases:
@@ -279,6 +279,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.156  2010/09/04 17:28:10  arekm
+- rel 6; one git patch too much (that uses new as_tmp instead of tmp)
+
 Revision 1.155  2010/09/04 17:14:51  arekm
 - release 5
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/autoconf/autoconf-git.patch?r1=1.3&r2=1.4&f=u
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/autoconf/autoconf.spec?r1=1.155&r2=1.156&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to