From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nils Gillmann Subject: [PATCH] libressl -> update to 2.3.3 Date: Wed, 23 Mar 2016 13:19:40 +0100 Message-ID: <87k2ktl737.fsf@grrlz.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50157) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aihlb-0001wc-D1 for guix-devel@gnu.org; Wed, 23 Mar 2016 08:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aihlX-0008BO-8Z for guix-devel@gnu.org; Wed, 23 Mar 2016 08:20:03 -0400 Received: from plane.gmane.org ([80.91.229.3]:42226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aihlX-0008BB-1K for guix-devel@gnu.org; Wed, 23 Mar 2016 08:19:59 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aihlU-00046h-Ef for guix-devel@gnu.org; Wed, 23 Mar 2016 13:19:56 +0100 Received: from x5d83eec0.dyn.telefonica.de ([93.131.238.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2016 13:19:56 +0100 Received: from niasterisk by x5d83eec0.dyn.telefonica.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 23 Mar 2016 13:19:56 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain LibreSSL is now at version 2.3.3, release notes: http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.3-relnotes.txt --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-libressl-Update-to-2.3.3.patch Content-Transfer-Encoding: 8bit >From b4ba4746551d17abc2ea6516bc58291dbe86d233 Mon Sep 17 00:00:00 2001 From: Nils Gillmann 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 ;;; Copyright © 2015 Leo Famulari ;;; Copyright © 2016 Efraim Flashner +;;; Copyright © 2016 Nils Gillmann ;;; ;;; 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 --=-=-= Content-Type: text/plain 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 --=-=-=--