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.)
This commit is contained in:
adam 2004-09-20 07:58:20 +00:00
parent ab8490f3bf
commit a29c7b8b22
4 changed files with 19 additions and 19 deletions

View file

@ -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/}

View file

@ -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

View file

@ -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

View file

@ -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 @@