changeset 4:8fe4c1433b01 draft

Uploaded
author bgruening
date Wed, 21 Jan 2015 17:17:14 -0500
parents a535cffc8bcb
children 49d779f59cb3
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Aug 10 03:35:57 2014 -0400
+++ b/tool_dependencies.xml	Wed Jan 21 17:17:14 2015 -0500
@@ -6,11 +6,10 @@
     <package name="perl" version="5.18.1">
         <repository changeset_revision="a1a111b9faa5" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
-
     <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.1h.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="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
@@ -22,7 +21,7 @@
                 </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>
@@ -59,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>