From: Arkadiusz Miśkiewicz Date: Sat, 4 Sep 2010 17:28:10 +0000 (+0000) Subject: - rel 6; one git patch too much (that uses new as_tmp instead of tmp) X-Git-Tag: auto/ac/autoconf-2_67-6 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc7f27f21d56d78fc92b029a0aa4e131b2190c8;hp=794ff50155b4a1422d3b9322a4e3e2ece58c0166;p=packages%2Fautoconf.git - rel 6; one git patch too much (that uses new as_tmp instead of tmp) Changed files: autoconf-git.patch -> 1.4 autoconf.spec -> 1.156 --- diff --git a/autoconf-git.patch b/autoconf-git.patch index 251fa5a..a450cd3 100644 --- a/autoconf-git.patch +++ b/autoconf-git.patch @@ -187,46 +187,4 @@ index 3fcc096..4ba0140 100644 AC_OUTPUT ]]) -commit e0ac12089ea4c934029baf77741e659f0bebd653 -Author: Eric Blake -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 - -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 - diff --git a/autoconf.spec b/autoconf.spec index 8034b8a..de3ccc2 100644 --- a/autoconf.spec +++ b/autoconf.spec @@ -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: