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+.
This commit is contained in:
parent
da089e3c58
commit
7412f65ee6
2 changed files with 7 additions and 9 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue