Repository 'package_openssl_1_0'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/package_openssl_1_0

Changeset 2:76c8fd9ba311 (2015-01-23)
Previous changeset 1:3b19041c651c (2014-05-27) Next changeset 3:a8db64fce735 (2015-03-19)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r 3b19041c651c -r 76c8fd9ba311 tool_dependencies.xml
--- a/tool_dependencies.xml Tue May 27 08:33:39 2014 -0400
+++ b/tool_dependencies.xml Fri Jan 23 16:45:21 2015 -0500
b
@@ -1,28 +1,27 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="zlib" version="1.2.8">
-        <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
     <package name="perl" version="5.18.1">
-        <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
     </package>
-
-    <package name="openssl" version="1.0.1g">
+    <package name="openssl" version="1.0.1">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz</action>
+                <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1l.tar.gz</action>
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
-                    <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
                         <package name="zlib" version="1.2.8" />
                     </repository>
-                    <repository changeset_revision="34b039b3943b" name="package_perl_5_18" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="114b6af405fa" name="package_perl_5_18" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
                         <package name="perl" version="5.18.1" />
                     </repository>
                 </action>
 
                 <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action>
-                <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries 
+                <!-- delete unused man pages, that will result in an error due to an bug in some perl libraries
                     https://bugs.archlinux.org/task/35868
                 -->
                 <action type="shell_command">rm ./doc/apps/cms.pod</action>
@@ -49,6 +48,7 @@
                 <action type="make_install" />
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
@@ -58,8 +58,8 @@
             </actions>
         </install>
         <readme>
-            The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. 
-            The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation. 
+            The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library.
+            The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation.
 
             https://www.openssl.org/
         </readme>