diff options
author | schmonz <schmonz> | 2007-04-12 03:42:21 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2007-04-12 03:42:21 +0000 |
commit | 5c06ca540475607e63396a0bef2713ddedf520f9 (patch) | |
tree | 775d4a12c86aca898c6e51257f5a8754ea842aae /mail/qmail/Makefile | |
parent | cba8b3ca694ceb4e2812b545ef2f8c9a175630ea (diff) | |
download | pkgsrc-5c06ca540475607e63396a0bef2713ddedf520f9.tar.gz |
Update tls-smtpauth combined patch to 20070321. SMTP AUTH changes:
* Includes a generic 'MAIL FROM:' parameter parser supporting 'AUTH'
and 'SIZE' advertisements; complies to RFC 3848
* Fixes a gcc (3.4.6) -O2 optimization problem in base64.c
Bump PKGREVISION.
Diffstat (limited to 'mail/qmail/Makefile')
-rw-r--r-- | mail/qmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index bdcf0983eef..122c9a8663a 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.53 2007/03/09 12:34:21 schmonz Exp $ +# $NetBSD: Makefile,v 1.54 2007/04/12 03:42:21 schmonz Exp $ # DISTNAME= netqmail-1.05 PKGNAME= qmail-1.03 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= mail MASTER_SITES= http://qmail.org/ |