guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: openssl: Update to 1.0.2c.


From: Mark H. Weaver
Subject: 02/02: gnu: openssl: Update to 1.0.2c.
Date: Sun, 14 Jun 2015 12:49:59 +0000

mhw pushed a commit to branch core-updates
in repository guix.

commit 1a802c7ec219a62626fac1e806d4d16a0347da92
Author: Mark H Weaver <address@hidden>
Date:   Sun Jun 14 08:43:59 2015 -0400

    gnu: openssl: Update to 1.0.2c.
    
    * gnu/packages/openssl.scm (openssl): Update to 1.0.2c.
---
 gnu/packages/openssl.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/openssl.scm b/gnu/packages/openssl.scm
index dec51a1..92f702e 100644
--- a/gnu/packages/openssl.scm
+++ b/gnu/packages/openssl.scm
@@ -29,14 +29,14 @@
 (define-public openssl
   (package
    (name "openssl")
-   (version "1.0.2b")
+   (version "1.0.2c")
    (source (origin
             (method url-fetch)
             (uri (string-append "ftp://ftp.openssl.org/source/openssl-"; version
                                 ".tar.gz"))
             (sha256
              (base32
-              "0gwf4fy1yqmai6wph0g9lh09iarwxaa70hm7jm0rf1qakz68im6m"))
+              "10vasdg52qiyqvgbp14n9z7ghglmhzvag9qpiz2nfqssycvvlf00"))
             (patches (list (search-patch "openssl-runpath.patch")))))
    (build-system gnu-build-system)
    (native-inputs `(("perl" ,perl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]