summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-12-03 00:17:21 +0000
committertaca <taca>2010-12-03 00:17:21 +0000
commitf3ca62da2f7930fc89778120bcf3b70f43331d1a (patch)
treeb6d9cc41bf27bc5dcc0be987b43ca885bc902475 /security/openssl/Makefile
parente44bc213f2c002f05a3e03388987dc41d9e58a30 (diff)
downloadpkgsrc-f3ca62da2f7930fc89778120bcf3b70f43331d1a.tar.gz
Update openssl package to 0.9.8q.
OpenSSL version 0.9.8q released =============================== OpenSSL - The Open Source toolkit for SSL/TLS http://www.openssl.org/ The OpenSSL project team is pleased to announce the release of version 0.9.8q of our open source toolkit for SSL/TLS. This new OpenSSL version is a security and bugfix release. For a complete list of changes, please see http://www.openssl.org/source/exp/CHANGES. The most significant changes are: o Fix for security issue CVE-2010-4180 o Fix for CVE-2010-4252
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 6ad9a7db0c9..7012e37497f 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.152 2010/11/17 00:52:25 taca Exp $
+# $NetBSD: Makefile,v 1.153 2010/12/03 00:17:21 taca Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
-OPENSSL_VERS?= 0.9.8p
+OPENSSL_VERS?= 0.9.8q
.if empty(OPENSSL_SNAPSHOT)
DISTNAME= openssl-${OPENSSL_VERS}
@@ -37,6 +37,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../mk/bsd.prefs.mk"
.include "../../mk/compiler.mk"
+EXTRACT_USING= gtar
USE_TOOLS+= gmake perl
TEST_TARGET= tests
MAKE_JOBS_SAFE= no