summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authortez <tez>2011-05-31 17:18:42 +0000
committertez <tez>2011-05-31 17:18:42 +0000
commitdba1b6826f74599920773f87b03a147ff150fc5d (patch)
treef4509a653460ac847e9095988ebb15abda862f69 /security/openssl/Makefile
parent5d59ec056d9f4ee7cfb25cc3a683040975ab3621 (diff)
downloadpkgsrc-dba1b6826f74599920773f87b03a147ff150fc5d.tar.gz
Add protection against ECDSA timing attacks as mentioned in the paper
by Billy Bob Brumley and Nicola Tuveri, see: http://eprint.iacr.org/2011/232.pdf [Billy Bob Brumley and Nicola Tuveri] (patch confirmed in upstream cvs)
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index ea0b34b184f..f04b1278560 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2011/04/01 21:02:48 tez Exp $
+# $NetBSD: Makefile,v 1.156 2011/05/31 17:18:42 tez Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
@@ -22,7 +22,7 @@ MASTER_SITES= ftp://ftp.openssl.org/snapshot/
.endif
SVR4_PKGNAME= ossl
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= security
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.openssl.org/