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/Makefile.common | |
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/Makefile.common')
-rw-r--r-- | mail/qpopper/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile.common b/mail/qpopper/Makefile.common index bd63a46bf02..23aad3f4ecb 100644 --- a/mail/qpopper/Makefile.common +++ b/mail/qpopper/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2002/09/09 19:25:30 jlam Exp $ +# $NetBSD: Makefile.common,v 1.8 2003/03/13 07:23:25 itojun Exp $ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --libexecdir=${LOCALBASE}/libexec \ @@ -13,7 +13,7 @@ QPOPPER_FAC?= LOCAL1 QPOPPER_APOP_AUTH?= ${PKG_SYSCONFDIR}/apop.auth DB_SUFFIX?= db -VERSION= 4.0.4 +VERSION= 4.0.5 .include "../../mk/bsd.prefs.mk" |