diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 07:23:48 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 07:23:48 +0000 |
commit | 551cb6528569b25a991b5940437559f7a7566536 (patch) | |
tree | e071bc4e72e2e19ce2d5c7e88c8e20c2906f6408 /net-mgmt/arpwatch/files/patch-ae | |
parent | Note the possible insecurity of this port. (diff) |
Use mkstemp() instead of insecure mktemp().
PR: 19047
Hall of Shame entry: Mikhail Teterin <mi@aldan.algebra.com> (for his !@#$%^ ego)
Diffstat (limited to '')
-rw-r--r-- | net-mgmt/arpwatch/files/patch-ae | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-mgmt/arpwatch/files/patch-ae b/net-mgmt/arpwatch/files/patch-ae new file mode 100644 index 000000000000..64ebc59f69e2 --- /dev/null +++ b/net-mgmt/arpwatch/files/patch-ae @@ -0,0 +1,29 @@ +--- configure.orig Wed Jul 29 08:16:52 1998 ++++ configure Fri Jun 9 10:12:32 2000 +@@ -646,7 +646,7 @@ + : + fi + +- V_CCOPT="-O" ++# V_CCOPT="-O" + V_INCLS="" + if test "${srcdir}" != "." ; then + V_INCLS="-I\$\(srcdir\)" +@@ -887,7 +887,7 @@ + + echo "$ac_t""$ac_cv_lbl_gcc_vers" 1>&6 + if test $ac_cv_lbl_gcc_vers -gt 1 ; then +- V_CCOPT="-O2" ++# V_CCOPT="-O2" + fi + fi + else +@@ -1154,7 +1154,7 @@ + fi + + +-for ac_func in dn_skipname ++for ac_func in dn_skipname mkstemp + do + echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 + echo "configure:1161: checking for $ac_func" >&5 |