diff options
author | taca <taca> | 2003-03-13 14:11:24 +0000 |
---|---|---|
committer | taca <taca> | 2003-03-13 14:11:24 +0000 |
commit | e55c6beebed35d5957791b4cb71e7e13ce73d480 (patch) | |
tree | b840a85754d091c40367ac84eacd9ae688ce8354 /mail/poppassd/Makefile | |
parent | 0a63b8e9d68c09b4ff9c49e702ef8c8355c05a7c (diff) | |
download | pkgsrc-e55c6beebed35d5957791b4cb71e7e13ce73d480.tar.gz |
Catch up to qpopper 4.0.5
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/poppassd/Makefile')
-rw-r--r-- | mail/poppassd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 4b43eccfa11..8618cb952ee 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2002/09/09 19:25:26 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/13 14:11:24 taca Exp $ # DISTNAME= qpopper${VERSION} PKGNAME= poppassd-${VERSION} -PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/ -PATCHFILES= qpopper4.0.4-ipv6-20020502.diff.gz +PATCHFILES= qpopper-4.0.5-ipv6-20030313.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= mellon@fugue.com |