summaryrefslogtreecommitdiff
path: root/security/gnutls/patches
diff options
context:
space:
mode:
authordrochner <drochner>2010-11-26 17:56:14 +0000
committerdrochner <drochner>2010-11-26 17:56:14 +0000
commitc234ab0b8583ccc6933665e56be2d16f2b8d0d33 (patch)
treeed8a6d63021a5d6c79bd132298f723fb913f22e8 /security/gnutls/patches
parent7b0cdf92e6df97f16492a1e4d1e8b74fad334a85 (diff)
downloadpkgsrc-c234ab0b8583ccc6933665e56be2d16f2b8d0d33.tar.gz
update to 2.10.3
changes: bugfixes
Diffstat (limited to 'security/gnutls/patches')
-rw-r--r--security/gnutls/patches/patch-am13
1 files changed, 0 insertions, 13 deletions
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