summaryrefslogtreecommitdiff
path: root/security/gsasl/buildlink3.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-26 22:56:09 +0000
committerwiz <wiz@pkgsrc.org>2004-12-26 22:56:09 +0000
commit9c1c388d336d2f957d4f2e453bd24b05e4d443b3 (patch)
treecce9cbda52e71eed0681d0423a4c85f611f05461 /security/gsasl/buildlink3.mk
parent492042fd9561d0e61209e6e21b177bf4ae307f33 (diff)
downloadpkgsrc-9c1c388d336d2f957d4f2e453bd24b05e4d443b3.tar.gz
Update to 0.2.3.
* Version 0.2.3 (released 2004-12-15) ** Fix example code to handle base64 encoded data properly. ** DIGEST-MD5 is disabled by default, pending a rewrite for the new API. ** Command line tool uses new callback interface to the library. ** Command line tool uses "iconvme" from gnulib for UTF-8 string conversion. ** Server mode in the command line tool does not work currently. It is unclear if this feature was ever that useful. If there are no objections, it will be removed completely in future versions. ** Documentation fixes. ** Fix self test bugs. * Version 0.2.2 (released 2004-11-29) ** Update of gnulib files. * Version 0.2.1 (released 2004-11-19) ** Documentation fixes; the old callback API functions are marked as obsolete. * Version 0.2.0 (released 2004-11-07) ** Added new directory examples/ with complete examples for new API. ** Documentation improvements. For example, you can now browse the GNU SASL API manual using DevHelp. ** Update of gnulib files. ** More self tests. ** Translation fixes.
Diffstat (limited to 'security/gsasl/buildlink3.mk')
-rw-r--r--security/gsasl/buildlink3.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gsasl/buildlink3.mk b/security/gsasl/buildlink3.mk
index 0450c07e40b..1a94166d148 100644
--- a/security/gsasl/buildlink3.mk
+++ b/security/gsasl/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2004/10/03 00:18:09 tv Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2004/12/26 22:56:09 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GSASL_BUILDLINK3_MK:= ${GSASL_BUILDLINK3_MK}+
@@ -11,8 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngsasl}
BUILDLINK_PACKAGES+= gsasl
.if !empty(GSASL_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.gsasl+= gsasl>=0.1.4
-BUILDLINK_RECOMMENDED.gsasl+= gsasl>=0.1.4nb1
+BUILDLINK_DEPENDS.gsasl+= gsasl>=0.2.3
BUILDLINK_PKGSRCDIR.gsasl?= ../../security/gsasl
.endif # GSASL_BUILDLINK3_MK