diff options
author | Cy Schubert <cy@FreeBSD.org> | 2002-05-23 04:29:10 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2002-05-23 04:29:10 +0000 |
commit | 70aae4aa9b52b5238765bc50989282c8e88ef092 (patch) | |
tree | 41c91807402f346829813fc007741fafa54a52c2 /mail/fetchmail/files/patch-aclocal.m4 | |
parent | Add gdm2 (diff) |
Upgrade 5.9.6 --> 5.9.11 (fixing a remotely exploitable buffer overrun).
PR: 38328
Submitted by: Dominic Marks <dominic_marks@btinternet.com>
Approved by: kris for the Security Officer Team,
will for the Port Manager Team, and
MAINTAINER timeout
Notes
Notes:
svn path=/head/; revision=59759
Diffstat (limited to '')
-rw-r--r-- | mail/fetchmail/files/patch-aclocal.m4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/fetchmail/files/patch-aclocal.m4 b/mail/fetchmail/files/patch-aclocal.m4 index c7aac731d7a8..454af9df60c4 100644 --- a/mail/fetchmail/files/patch-aclocal.m4 +++ b/mail/fetchmail/files/patch-aclocal.m4 @@ -1,12 +1,12 @@ ---- aclocal.m4 2001/03/20 09:46:26 1.3 -+++ aclocal.m4 2001/03/23 11:09:05 -@@ -177,6 +177,9 @@ - INSTOBJEXT=.mo - fi - fi -+ if test "$gt_cv_func_gettext_libintl" = "yes"; then +--- aclocal.m4.orig Sat Mar 9 04:27:20 2002 ++++ aclocal.m4 Wed May 22 21:11:00 2002 +@@ -273,6 +273,9 @@ + + CATOBJEXT=.gmo + fi ++ if test "$gt_cv_func_gettext_libintl" = "yes"; then + INTLLIBS='-lintl' -+ fi ++ fi ]) if test "$CATOBJEXT" = "NONE"; then |