From 74fd89ef1ef077ddc83f79f4f8e0d393d7950496 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 16 Jul 2004 14:54:28 +0000 Subject: Update to 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. - minor fixes, port passes all checks - use INFO-macro - strip cruft from pkg-descr; add WWW: - pet portlint --- devel/m4/files/patch-ac | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/m4/files/patch-ac (limited to 'devel/m4/files') diff --git a/devel/m4/files/patch-ac b/devel/m4/files/patch-ac deleted file mode 100644 index 678532eaf19a..000000000000 --- a/devel/m4/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- src/m4.c Mon Oct 22 04:25:47 2001 -+++ src/m4.c Mon Oct 22 04:26:03 2001 -@@ -369,7 +369,7 @@ - - case 'o': - if (!debug_set_output (optarg)) -- error (0, errno, optarg); -+ error (0, errno, "%s", optarg); - break; - - case 's': -@@ -466,7 +466,7 @@ - fp = path_search (argv[optind]); - if (fp == NULL) - { -- error (0, errno, argv[optind]); -+ error (0, errno, "%s", argv[optind]); - continue; - } - else -- cgit v1.2.3