summaryrefslogtreecommitdiff
path: root/security/gnutls
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2010-11-26 17:56:14 +0000
committerdrochner <drochner@pkgsrc.org>2010-11-26 17:56:14 +0000
commit911e76b522c0e743505ffdc7112680eb8d2d02dd (patch)
treeed8a6d63021a5d6c79bd132298f723fb913f22e8 /security/gnutls
parent9f9e8455cb783f0b32c8891157497cd1cc2c56a0 (diff)
downloadpkgsrc-911e76b522c0e743505ffdc7112680eb8d2d02dd.tar.gz
update to 2.10.3
changes: bugfixes
Diffstat (limited to 'security/gnutls')
-rw-r--r--security/gnutls/Makefile4
-rw-r--r--security/gnutls/distinfo9
-rw-r--r--security/gnutls/patches/patch-am13
3 files changed, 6 insertions, 20 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile
index faf9373e012..fde38aae4bf 100644
--- a/security/gnutls/Makefile
+++ b/security/gnutls/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.93 2010/10/16 16:43:42 wiz Exp $
+# $NetBSD: Makefile,v 1.94 2010/11/26 17:56:14 drochner Exp $
-DISTNAME= gnutls-2.10.2
+DISTNAME= gnutls-2.10.3
CATEGORIES= security devel
MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/ \
ftp://ftp.gnupg.org/gcrypt/gnutls/ \
diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo
index e5446d44814..afb011d50db 100644
--- a/security/gnutls/distinfo
+++ b/security/gnutls/distinfo
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.65 2010/10/16 16:43:42 wiz Exp $
+$NetBSD: distinfo,v 1.66 2010/11/26 17:56:14 drochner Exp $
-SHA1 (gnutls-2.10.2.tar.bz2) = 2704b7b86fc5e3444afcf20feb7bc9ff117d4816
-RMD160 (gnutls-2.10.2.tar.bz2) = 21249b1ab9e2952bd65c7039e0a833837934c108
-Size (gnutls-2.10.2.tar.bz2) = 7458438 bytes
+SHA1 (gnutls-2.10.3.tar.bz2) = b17b23d462ecf829f3b9aff3248d25d4979ebe4f
+RMD160 (gnutls-2.10.3.tar.bz2) = 70566eab9cc9657fc5408525c0067352376b4c4f
+Size (gnutls-2.10.3.tar.bz2) = 6633204 bytes
SHA1 (patch-ab) = 43d53ae8f51491a0d300463df1ccd3445581e8b5
SHA1 (patch-ae) = f505476ce0477dc547e8698d205d6ba26fe85f48
SHA1 (patch-af) = bd4701640dfef5bfdce87d620befd93098b0dff3
SHA1 (patch-ai) = 2c5c181ec6de9622cac66c2d5fe2cc8f3f89fbe8
-SHA1 (patch-am) = d5fbc2ef0ad39b55a723dc0873f6095820a92538
diff --git a/security/gnutls/patches/patch-am b/security/gnutls/patches/patch-am
deleted file mode 100644
index 8820c236b3b..00000000000
--- a/security/gnutls/patches/patch-am
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-am,v 1.1 2010/09/01 16:32:17 drochner Exp $
-
---- tests/openpgp-certs/testselfsigs.orig 2010-06-07 14:32:23.000000000 +0000
-+++ tests/openpgp-certs/testselfsigs
-@@ -25,7 +25,7 @@ set -e
- srcdir="${srcdir:-.}"
- CERTTOOL="${CERTTOOL:-../../src/certtool$EXEEXT}"
-
--unset RETCODE
-+unset RETCODE || true
-
- fail() {
- echo "Failure: $1" >&2