diff options
author | adam <adam> | 2009-06-04 18:38:30 +0000 |
---|---|---|
committer | adam <adam> | 2009-06-04 18:38:30 +0000 |
commit | 94c6fc42c34cfd29f57d8c707c5b676ff0ee8741 (patch) | |
tree | 024efab511579ef65b2645ea20cdc07b75f36d60 | |
parent | 3a1044a523abc4c90a53bb7a8fdb75ca9d32e8f6 (diff) | |
download | pkgsrc-94c6fc42c34cfd29f57d8c707c5b676ff0ee8741.tar.gz |
Changes 1.1:
* Reading integrity protected data from server now works.
* The --quality-of-protection parameter now works.
* Only detect sufficiently recent GnuTLS versions.
Changes 1.0:
* New parameter --priority to specify GnuTLS priority strings.
* Print web page links in --help, per new GNU coding standard.
* New self-test for the gsasl_client_suggest_mechanism function.
* Modernize doxygen configuration.
* Use permissive license for man pages.
* Change license on the manual to GFDLv1.3+.
-rw-r--r-- | security/gsasl/Makefile | 8 | ||||
-rw-r--r-- | security/gsasl/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 9e534ae4469..8651727d90f 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2009/05/20 00:58:26 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2009/06/04 18:38:30 adam Exp $ -DISTNAME= gsasl-0.2.29 -PKGREVISION= 1 +DISTNAME= gsasl-1.1 CATEGORIES= security -MASTER_SITES= http://josefsson.org/gsasl/releases/ \ - ftp://alpha.gnu.org/pub/gnu/gsasl/ +MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gsasl/ diff --git a/security/gsasl/distinfo b/security/gsasl/distinfo index 2616a5ca2c8..b6c0c36f738 100644 --- a/security/gsasl/distinfo +++ b/security/gsasl/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2008/11/07 18:40:52 adam Exp $ +$NetBSD: distinfo,v 1.12 2009/06/04 18:38:30 adam Exp $ -SHA1 (gsasl-0.2.29.tar.gz) = 5495963208574f8b2532603e898829fe3325a3dd -RMD160 (gsasl-0.2.29.tar.gz) = 56aabbf07f5d02921d3dc24dfa8ff4525b1789ff -Size (gsasl-0.2.29.tar.gz) = 3519920 bytes +SHA1 (gsasl-1.1.tar.gz) = 18ad50a16da8cbb53b720968545330fa5cdaa380 +RMD160 (gsasl-1.1.tar.gz) = a6f4b77c4d9de37099e780471d4e16e0d5da9365 +Size (gsasl-1.1.tar.gz) = 3775776 bytes |