Update to 1.0.1 from Min Sik Kim PR pkg/23754.
Changes since 1.0.0: - Some minor fixes in the makefiles. They now include CFLAGS from libgcrypt or opencdk if installed in a non standard directory. - Fixed the SRP detection test in gnutls-cli-debug. - Added gnutls_rsa_params_export_pkcs1() and gnutls_rsa_params_import_pkcs1().
This commit is contained in:
parent
bdf811b4f0
commit
3ea02de63c
4 changed files with 14 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2003/12/06 00:52:21 xtraeme Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2003/12/18 06:04:10 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnutls-1.0.0
|
||||
DISTNAME= gnutls-1.0.1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2003/12/06 00:52:21 xtraeme Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2003/12/18 06:04:10 xtraeme Exp $
|
||||
bin/certtool
|
||||
bin/gnutls-cli
|
||||
bin/gnutls-cli-debug
|
||||
|
@ -17,18 +17,18 @@ include/gnutls/x509.h
|
|||
lib/libgnutls-extra.a
|
||||
lib/libgnutls-extra.la
|
||||
lib/libgnutls-extra.so
|
||||
lib/libgnutls-extra.so.10
|
||||
lib/libgnutls-extra.so.10.0
|
||||
lib/libgnutls-extra.so.11
|
||||
lib/libgnutls-extra.so.11.1
|
||||
lib/libgnutls-openssl.a
|
||||
lib/libgnutls-openssl.la
|
||||
lib/libgnutls-openssl.so
|
||||
lib/libgnutls-openssl.so.10
|
||||
lib/libgnutls-openssl.so.10.0
|
||||
lib/libgnutls-openssl.so.11
|
||||
lib/libgnutls-openssl.so.11.1
|
||||
lib/libgnutls.a
|
||||
lib/libgnutls.la
|
||||
lib/libgnutls.so
|
||||
lib/libgnutls.so.10
|
||||
lib/libgnutls.so.10.0
|
||||
lib/libgnutls.so.11
|
||||
lib/libgnutls.so.11.1
|
||||
man/man1/certtool.1
|
||||
man/man1/gnutls-cli-debug.1
|
||||
man/man1/gnutls-cli.1
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.3 2003/12/06 00:52:21 xtraeme Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.4 2003/12/18 06:04:10 xtraeme Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use gnutls.
|
||||
#
|
||||
|
@ -9,7 +9,7 @@
|
|||
GNUTLS_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= gnutls
|
||||
BUILDLINK_DEPENDS.gnutls?= gnutls>=1.0.0
|
||||
BUILDLINK_DEPENDS.gnutls?= gnutls>=1.0.1
|
||||
BUILDLINK_PKGSRCDIR.gnutls?= ../../security/gnutls
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.gnutls=gnutls
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.2 2003/12/06 00:52:21 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.3 2003/12/18 06:04:10 xtraeme Exp $
|
||||
|
||||
SHA1 (gnutls-1.0.0.tar.gz) = 8ce5b31b264878489608347ab89426b6f98edb4f
|
||||
Size (gnutls-1.0.0.tar.gz) = 1360099 bytes
|
||||
SHA1 (gnutls-1.0.1.tar.gz) = 19bc722c3b043699895c2b7fd64a5c52ac8faeeb
|
||||
Size (gnutls-1.0.1.tar.gz) = 1366637 bytes
|
||||
|
|
Loading…
Reference in a new issue