summaryrefslogtreecommitdiff
path: root/security/nettle/patches/patch-aa
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2013-03-15 18:22:03 +0000
committerdrochner <drochner@pkgsrc.org>2013-03-15 18:22:03 +0000
commitea97a135034f6b684cc9019909b4f242a7e9ae50 (patch)
tree11a8b7fdf3c8970d6809ea573cce919acc7c00e7 /security/nettle/patches/patch-aa
parent23643744783b8546e4e4f960984b86d77adbe5c9 (diff)
downloadpkgsrc-ea97a135034f6b684cc9019909b4f242a7e9ae50.tar.gz
update to 2.6
changes: -support for PKCS #5 PBKDF2, SHA3, GOST R 34.11-94 -bugfixes -minor improvements
Diffstat (limited to 'security/nettle/patches/patch-aa')
-rw-r--r--security/nettle/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nettle/patches/patch-aa b/security/nettle/patches/patch-aa
new file mode 100644
index 00000000000..405ff05585b
--- /dev/null
+++ b/security/nettle/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2013/03/15 18:22:03 drochner Exp $
+
+--- configure.orig 2013-01-14 21:44:12.000000000 +0000
++++ configure
+@@ -6886,7 +6886,7 @@ fi
+ enable_documentation=yes
+
+ else
+- if test "x$enable_documentation" == "xauto" ; then
++ if test "x$enable_documentation" = "xauto" ; then
+ enable_documentation=no
+ else
+ as_fn_error $? "Cannot find 'makeinfo', required for documentation." "$LINENO" 5