diff options
author | adam <adam@pkgsrc.org> | 2008-09-08 08:58:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-09-08 08:58:49 +0000 |
commit | f3adb6cf86675505cf72b7ebba5da73cc86f6295 (patch) | |
tree | a0f7ce1be988ee844677c95f58b172f1074ea7e0 /security/gsasl/Makefile | |
parent | a418d5aca43c1a03efaf7d1d4432512c56ed1743 (diff) | |
download | pkgsrc-f3adb6cf86675505cf72b7ebba5da73cc86f6295.tar.gz |
Changes 0.2.28:
* Rewrite to use poll instead of select.
* Improve Windows installation instructions in the manual.
* tests: New self test of gsasl_mechanism_name function.
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index a80bc7d3e87..db485894c66 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2008/08/14 10:01:03 adam Exp $ +# $NetBSD: Makefile,v 1.25 2008/09/08 08:58:49 adam Exp $ -DISTNAME= gsasl-0.2.27 +DISTNAME= gsasl-0.2.28 CATEGORIES= security MASTER_SITES= http://josefsson.org/gsasl/releases/ \ ftp://alpha.gnu.org/pub/gnu/gsasl/ |