diff options
author | jlam <jlam> | 2005-03-22 03:53:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-03-22 03:53:33 +0000 |
commit | f8284183f579099c4f0d8ed593f7ab258e67e88e (patch) | |
tree | da4c4ab5d045c682c478b10191964758f9dd1633 /security/courier-authlib/Makefile | |
parent | ef4b62c80757d81f1cf8495d23cb48bfbc9ce72e (diff) | |
download | pkgsrc-f8284183f579099c4f0d8ed593f7ab258e67e88e.tar.gz |
Update security/courier-authlib to courier-authlib-0.55. Changes from
version 0.54 include:
* authsystem.passwd.in: Explicitly set LC_ALL to en_US
* SASL: Added CRAM-SHA256 authentication method (experimental).
* courierauthdebug.h: Macro dprintf conflicts with new glibc.
Diffstat (limited to 'security/courier-authlib/Makefile')
-rw-r--r-- | security/courier-authlib/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index a30aa2fd13f..38475e0eaf7 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/03/18 20:20:48 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/03/22 03:53:33 jlam Exp $ .include "Makefile.common" -DISTNAME= courier-authlib-0.54 -PKGREVISION= 3 +DISTNAME= courier-authlib-0.55 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=courier/} EXTRACT_SUFX= .tar.bz2 |