diff options
author | itojun <itojun> | 2003-03-13 07:23:25 +0000 |
---|---|---|
committer | itojun <itojun> | 2003-03-13 07:23:25 +0000 |
commit | 5d0fea05a8dd300d9764e5bfa2679459cde9dd10 (patch) | |
tree | ea38a649e0881bb8d9201a79e10a85885e2b36bb /mail/qpopper/patches | |
parent | c4836e3187b1be181648382c7bb7bda5cf864f8a (diff) | |
download | pkgsrc-5d0fea05a8dd300d9764e5bfa2679459cde9dd10.tar.gz |
upgrade to 4.0.5. includes security fix.
Changes from 4.0.4 to 4.0.5:
----------------------------
1. Add debug trace call with OpenSSL library version.
2. Added 'tls-options' configuration file option.
3. Added 'tls-workarounds' boolean option.
4. STLS errors (except for timeout) no longer fatal.
5. Added sample xinetd configuration file.
6. Additional checks for networking libraries.
7. Pick up LDFLAGS from environment, if set.
8. Added '--enable-32-bit' and '--enable-64-bit'
9. Applied patch from Jeremy Chadwick to fix pathname trimming in
standalone mode.
10. Fixed (non-root) buffer overflow.
11. Fixed '-no-mime' appended to user name (reported by Florian
Heinz).
12. Fixed response message when identical MDEFs defined multiple
times (reported by Florian Heinz).
Diffstat (limited to 'mail/qpopper/patches')
-rw-r--r-- | mail/qpopper/patches/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/qpopper/patches/patch-aa b/mail/qpopper/patches/patch-aa index e5e3a94fc7e..606599b0d7a 100644 --- a/mail/qpopper/patches/patch-aa +++ b/mail/qpopper/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.8 2002/05/02 16:16:51 martti Exp $ +$NetBSD: patch-aa,v 1.9 2003/03/13 07:23:25 itojun Exp $ ---- configure.orig Tue Nov 6 01:45:26 2001 -+++ configure Thu May 2 09:16:00 2002 -@@ -1249,13 +1249,6 @@ +--- configure- Thu Mar 13 16:16:03 2003 ++++ configure Thu Mar 13 16:16:25 2003 +@@ -3022,13 +3022,6 @@ @@ -15,4 +15,4 @@ $NetBSD: patch-aa,v 1.8 2002/05/02 16:16:51 martti Exp $ - if test "$GCC" = yes then - echo $ac_n "checking for gcc version 2.7.2.3""... $ac_c" 1>&6 + echo "$as_me:$LINENO: checking for gcc version 2.7.2.3" >&5 |