summaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authortaca <taca>2010-02-26 03:15:13 +0000
committertaca <taca>2010-02-26 03:15:13 +0000
commit75e0e0a8338ac58ad6b0e0ca0e478e89599e8dbc (patch)
tree581160846a319bd62c4884269e69839f8c01be6c /security/openssl/Makefile
parent49e00542cc4768b8caaa7687f2c9cbb7263236fa (diff)
downloadpkgsrc-75e0e0a8338ac58ad6b0e0ca0e478e89599e8dbc.tar.gz
Update openssl to 0.9.8m.
The OpenSSL project team is pleased to announce the release of version 0.9.8m of our open source toolkit for SSL/TLS. This new OpenSSL version is a security and bugfix release which implements RFC5746 to address renegotiation vulnerabilities mentioned in CVE-2009-3555. For a complete list of changes, please see http://www.openssl.org/source/exp/CHANGES.
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index d31d4596c3e..a873d9e1179 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.143 2010/01/22 03:35:10 taca Exp $
+# $NetBSD: Makefile,v 1.144 2010/02/26 03:15:13 taca Exp $
OPENSSL_SNAPSHOT?= # empty
OPENSSL_STABLE?= # empty
-OPENSSL_VERS?= 0.9.8l
-PKGREVISION= 1
+OPENSSL_VERS?= 0.9.8m
.if empty(OPENSSL_SNAPSHOT)
DISTNAME= openssl-${OPENSSL_VERS}
@@ -124,6 +123,8 @@ CONF_FILES= ${PREFIX}/share/examples/openssl/openssl.cnf \
${PKG_SYSCONFDIR}/openssl.cnf
OWN_DIRS= ${PKG_SYSCONFDIR}/certs ${PKG_SYSCONFDIR}/private
+INSTALLATION_DIRS+= share/examples/openssl
+
# Fix the path to perl in various scripts.
pre-configure:
cd ${WRKSRC} && ${PERL5} util/perlpath.pl ${PERL5}