guix-devel
[Top][All Lists]
Advanced

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

[PATCH] libressl -> update to 2.3.3


From: Nils Gillmann
Subject: [PATCH] libressl -> update to 2.3.3
Date: Wed, 23 Mar 2016 13:19:40 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

LibreSSL is now at version 2.3.3, release notes:
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.3-relnotes.txt

>From b4ba4746551d17abc2ea6516bc58291dbe86d233 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <address@hidden>
Date: Wed, 23 Mar 2016 13:15:31 +0100
Subject: [PATCH] gnu: libressl: Update to 2.3.3.

* gnu/packages/tls.scm (libressl): Update to 2.3.3.
---
 gnu/packages/tls.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index d6225f7..079c73d 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2015 David Thompson <address@hidden>
 ;;; Copyright © 2015 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016 Nils Gillmann <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -285,7 +286,7 @@ required structures.")
 (define-public libressl
   (package
     (name "libressl")
-    (version "2.2.6")
+    (version "2.3.3")
     (source
      (origin
       (method url-fetch)
@@ -293,7 +294,7 @@ required structures.")
              "http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-";
              version ".tar.gz"))
       (sha256 (base32
-               "0kynb15l5gq1qgp3p4ncn20sc65sbl8lk89vyr07s17xrya9kq8y"))))
+               "1a8anm8nsfyxds03csk738m2cmzjbsb867my1rz5ij3w31k32wvn"))))
     (build-system gnu-build-system)
     (native-search-paths
       ;; FIXME: These two variables must designate a single file or directory
-- 
2.7.3


below: last lines of output, and appended: patch on latest master.

make[3]: Leaving directory 
'/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3/man'
make[2]: Leaving directory 
'/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3/man'
make[1]: Leaving directory 
'/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3/man'
make[1]: Entering directory 
'/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3'
make[2]: Entering directory 
'/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3'
make[2]: Nothing to be done for 'install-exec-am'.
 /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/mkdir -p 
'/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/lib/pkgconfig'
 /gnu/store/34j2zmi69mqwrslpyizbi9mcxmn2hzgb-coreutils-8.24/bin/install -c -m 
644 libcrypto.pc libssl.pc libtls.pc openssl.pc 
'/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/lib/pkgconfig'
make[2]: Leaving directory '/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3'
make[1]: Leaving directory '/tmp/guix-build-libressl-2.3.3.drv-0/libressl-2.3.3'
phase `install' succeeded after 9.3 seconds
starting phase `patch-shebangs'
phase `patch-shebangs' succeeded after 0.0 seconds
starting phase `strip'
stripping binaries in 
"/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/lib" with "strip" 
and flags ("--strip-debug" "--enable-deterministic-archives")
stripping binaries in 
"/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/bin" with "strip" 
and flags ("--strip-debug" "--enable-deterministic-archives")
phase `strip' succeeded after 0.5 seconds
starting phase `validate-runpath'
validating RUNPATH of 3 binaries in 
"/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/lib"...
validating RUNPATH of 1 binaries in 
"/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/bin"...
phase `validate-runpath' succeeded after 0.0 seconds
starting phase `validate-documentation-location'
phase `validate-documentation-location' succeeded after 0.0 seconds
starting phase `delete-info-dir-file'
phase `delete-info-dir-file' succeeded after 0.0 seconds
starting phase `compress-documentation'
compressing documentation in 
'/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3/share/man' with 
"gzip" and flags ("--best" "--no-name")
phase `compress-documentation' succeeded after 0.3 seconds
@ build-succeeded 
/gnu/store/66v3rfdhm37ayiwhji9pa2641jr8k7cr-libressl-2.3.3.drv -
/gnu/store/p97q7qwcy080iw422a72kdpz2vvdikm1-libressl-2.3.3

-- 
ng
personal contact: http://krosos.sdf.org
EDN: https://wiki.c3d2.de/EDN

reply via email to

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