summaryrefslogtreecommitdiff
path: root/devel/m4/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-09-20 07:58:20 +0000
committeradam <adam@pkgsrc.org>2004-09-20 07:58:20 +0000
commita29c7b8b229d59edf7e7657eaa1ba70a21057c2f (patch)
tree326c306a09cf616e49a9f5fca11564a395b4f30f /devel/m4/patches
parentab8490f3bf2efa33b4a809122eabf810c3ead09d (diff)
downloadpkgsrc-a29c7b8b229d59edf7e7657eaa1ba70a21057c2f.tar.gz
Changes 1.4.1:
* maketemp now creates an empty file with the given name, instead of merely returning the name of a nonexistent file. This closes a security hole. (Now it builds on Darwin/MacOSX; no more 'sigstack' linking error.)
Diffstat (limited to 'devel/m4/patches')
-rw-r--r--devel/m4/patches/patch-ac20
-rw-r--r--devel/m4/patches/patch-ad2
2 files changed, 12 insertions, 10 deletions
diff --git a/devel/m4/patches/patch-ac b/devel/m4/patches/patch-ac
index f9188267131..de2ae336cd7 100644
--- a/devel/m4/patches/patch-ac
+++ b/devel/m4/patches/patch-ac
@@ -1,13 +1,13 @@
-$NetBSD: patch-ac,v 1.3 2003/09/23 14:44:44 salo Exp $
+$NetBSD: patch-ac,v 1.4 2004/09/20 07:58:20 adam Exp $
---- configure.orig 1994-11-06 04:44:17.000000000 +0100
-+++ configure 2003-09-23 16:11:15.000000000 +0200
-@@ -610,7 +610,7 @@
- test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+--- configure.orig 2004-06-03 21:51:27.000000000 +0000
++++ configure
+@@ -2405,7 +2405,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA=
- echo $ac_n "checking whether ${MAKE-make} sets \$MAKE""... $ac_c" 1>&4
--set dummy ${MAKE-make}; ac_make=$2
-+set dummy `basename ${MAKE-make}`; ac_make=$2
- if eval "test \"`echo '${'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
- echo $ac_n "(cached) $ac_c" 1>&4
+ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
+ echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
+-set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
++set dummy `basename ${MAKE-make}`; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
+ if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
else
diff --git a/devel/m4/patches/patch-ad b/devel/m4/patches/patch-ad
index 9abca48e8cf..924d92d1b42 100644
--- a/devel/m4/patches/patch-ad
+++ b/devel/m4/patches/patch-ad
@@ -1,3 +1,5 @@
+$NetBSD: patch-ad,v 1.2 2004/09/20 07:58:20 adam Exp $
+
--- Makefile.in.orig Fri May 7 18:51:27 2004
+++ Makefile.in Fri May 7 18:49:11 2004
@@ -41,7 +41,7 @@