Skip to content
Permalink
Browse files
OpenSSL 1.0.1j (if installed from sources)
  • Loading branch information
omega8cc committed Oct 15, 2014
1 parent f5ccf4e commit 7ded9dc5fd7e4e1b17c633ccdebcac334e77a41d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1074,7 +1074,7 @@ _MONGO_VERSION=1.4.5
_MSS_VERSION=1.33
_NGINX_VERSION=1.7.6
_OPENSSH_VERSION=6.6p1
_OPENSSL_VERSION=1.0.1i
_OPENSSL_VERSION=1.0.1j
_PERCONA_VERSION=5.5.36
_PHP52_API=20060613
_PHP52_VERSION=5.2.17
@@ -2,7 +2,7 @@

PATH=/usr/local/bin:/usr/local/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/bin:/sbin
_REL_VERSION=`lsb_release -sc`
_OPENSSL_VERSION=1.0.1i
_OPENSSL_VERSION=1.0.1j
_SSL_INSTALLED=`openssl version 2>&1 | tr -d "\n" | cut -d" " -f2 | awk '{ print $1}'`
if [ "$_SSL_INSTALLED" = "$_OPENSSL_VERSION" ] ; then
_NEW_SSL=YES
@@ -3,7 +3,7 @@
SHELL=/bin/bash
PATH=/usr/local/bin:/usr/local/sbin:/opt/local/bin:/usr/bin:/usr/sbin:/bin:/sbin
_WEBG=www-data
_OPENSSL_VERSION=1.0.1i
_OPENSSL_VERSION=1.0.1j

###-------------SYSTEM-----------------###

0 comments on commit 7ded9dc

Please sign in to comment.