]> git.pld-linux.org Git - packages/autoconf.git/commitdiff
- rel 6; one git patch too much (that uses new as_tmp instead of tmp) auto/ac/autoconf-2_67-6 auto/th/autoconf-2_67-6
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 4 Sep 2010 17:28:10 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    autoconf-git.patch -> 1.4
    autoconf.spec -> 1.156

autoconf-git.patch
autoconf.spec

index 251fa5a11c598397e3952561783b7a3f7c42406b..a450cd3e382f5f6bb03d7a0b74fda3caa602d95c 100644 (file)
@@ -187,46 +187,4 @@ index 3fcc096..4ba0140 100644
  AC_OUTPUT
  ]])
  
-commit e0ac12089ea4c934029baf77741e659f0bebd653
-Author: Eric Blake <eblake@redhat.com>
-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 <eblake@redhat.com>
-
-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 8034b8abea953a83bbc25cde576deb471793f980..de3ccc20fd464e47e4a59408649ef1b2421e5e4d 100644 (file)
@@ -21,7 +21,7 @@ Summary(ru.UTF-8):    GNU autoconf - автоконфигуратор исходн
 Summary(uk.UTF-8):     GNU autoconf - автоконфігуратор вихідних текстів
 Name:          autoconf
 Version:       2.67
-Release:       5
+Release:       6
 License:       GPL v2+/v3+
 Group:         Development/Building
 # stable releases:
This page took 0.08125 seconds and 4 git commands to generate.