summaryrefslogtreecommitdiff
path: root/devel/m4
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
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')
-rw-r--r--devel/m4/Makefile6
-rw-r--r--devel/m4/distinfo10
-rw-r--r--devel/m4/patches/patch-ac20
-rw-r--r--devel/m4/patches/patch-ad2
4 files changed, 19 insertions, 19 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index f89760daf46..6745e09d727 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2004/09/03 09:47:05 grant Exp $
-#
+# $NetBSD: Makefile,v 1.30 2004/09/20 07:58:20 adam Exp $
-DISTNAME= m4-1.4
-PKGREVISION= 1
+DISTNAME= m4-1.4.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=m4/}
diff --git a/devel/m4/distinfo b/devel/m4/distinfo
index 25561816be5..5735712ec9e 100644
--- a/devel/m4/distinfo
+++ b/devel/m4/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2004/05/08 01:59:07 reed Exp $
+$NetBSD: distinfo,v 1.6 2004/09/20 07:58:20 adam Exp $
-SHA1 (m4-1.4.tar.gz) = 60bfd560128b9b60151c2c2441271043e803bbcf
-Size (m4-1.4.tar.gz) = 317588 bytes
+SHA1 (m4-1.4.1.tar.gz) = fe84b1ffb9db2af704633622cf1670344dcfe9a6
+Size (m4-1.4.1.tar.gz) = 343133 bytes
SHA1 (patch-aa) = 1cadcd91fcda6131bc1a8ab723a2cc199532ed07
SHA1 (patch-ab) = 217c506243100c7396045a3aab3c352dd9972403
-SHA1 (patch-ac) = 8d7cdca40a5c76f2fd501e8b402ed179c8d38f6f
-SHA1 (patch-ad) = 963da42709b1e0b657817e76b001ec023ee64ba8
+SHA1 (patch-ac) = b87b7e44859f5a9f1597a958b659c7f4a5462f17
+SHA1 (patch-ad) = f660d2f2d883ba9780579018adb4841c2612f5f2
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 @@