[gimp/osx-build: 8/50] OS X build: update OpenSSL dependency



commit 2d507fb6664db76cd899f50312f5765dd39194dd
Author: Sven Claussner <sclaussner src gnome org>
Date:   Tue May 6 20:32:21 2014 +0200

    OS X build: update OpenSSL dependency
    
    Update the OpenSSL dependency to version 1.0.1g,
    which fixes the SSL Heartbleed bug.

 build/osx/gimp.modules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build/osx/gimp.modules b/build/osx/gimp.modules
index bbb8f86..980a61d 100755
--- a/build/osx/gimp.modules
+++ b/build/osx/gimp.modules
@@ -647,11 +647,11 @@
 
   <autotools id="openssl"
              autogen-sh="Configure"
-    <branch module="openssl-1.0.1e.tar.gz"
-            version="1.0.1e"
              autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --install_prefix= -L%(libdir)s 
%(autogenargs)s"
              autogenargs="zlib shared darwin64-x86_64-cc"
              makeinstallargs="install_sw">
+        <branch module="openssl-1.0.1g.tar.gz"
+            version="1.0.1g"
             repo="openssl"/>
     <dependencies>
       <dep package="zlib"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]