summaryrefslogtreecommitdiff
path: root/mail/poppassd/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-05-02 16:16:55 +0000
committermartti <martti@pkgsrc.org>2002-05-02 16:16:55 +0000
commit0667cbf3f907fc06a8b68244609664ba99b73f66 (patch)
tree3dc247ac7f980d456c8db30623e14c8710f3e178 /mail/poppassd/Makefile
parentbd76954026362c1ae5cb0dc81792ac04126f8106 (diff)
downloadpkgsrc-0667cbf3f907fc06a8b68244609664ba99b73f66.tar.gz
Updated poppassd to 4.0.4
* Fixed DOS attack seen on some systems. * Fixed "noop has null function" log entry. * Allow '-p' to be used when APOP not defined (noted by Daniel Senie). * Enforce ClearTextPassword even without APOP (noted by Daniel Senie). * Restrict clear-text-password=never to APOP. * Restrict clear-text-password=tls to QPOP_SSL. * Fixed qpopper hanging on I/O error on some platforms.
Diffstat (limited to 'mail/poppassd/Makefile')
-rw-r--r--mail/poppassd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index d3bd295bdd6..0873112ee16 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/09/09 03:37:02 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2002/05/02 16:16:55 martti Exp $
#
DISTNAME= qpopper${VERSION}
@@ -7,14 +7,14 @@ CATEGORIES= mail
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/popper/
PATCH_SITES= http://www.imasy.or.jp/~ume/ipv6/
-PATCHFILES= qpopper4.0.3-ipv6-20010504.diff.gz
+PATCHFILES= qpopper4.0.4-ipv6-20020502.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= mellon@fugue.com
HOMEPAGE= http://www.eudora.com/qpopper/
COMMENT= Qualcomm's password change server mainly for Eudora
-VERSION= 4.0.3
+VERSION= 4.0.4
USE_BUILDLINK_ONLY= # defined
CONFIGURE_ARGS+= --enable-poppassd
CONFIGURE_ENV+= CDEFS='-DSMBPASSWD_BINARY=\"${LOCALBASE}/bin/smbpasswd\"'