* [PATCH] libressl -> update to 2.3.3
@ 2016-03-23 12:19 Nils Gillmann
2016-03-23 17:43 ` Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Nils Gillmann @ 2016-03-23 12:19 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 122 bytes --]
LibreSSL is now at version 2.3.3, release notes:
http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.3-relnotes.txt
[-- Attachment #2: 0001-gnu-libressl-Update-to-2.3.3.patch --]
[-- Type: text/x-patch, Size: 1451 bytes --]
From b4ba4746551d17abc2ea6516bc58291dbe86d233 Mon Sep 17 00:00:00 2001
From: Nils Gillmann <niasterisk@grrlz.net>
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 <davet@gnu.org>
;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
;;;
;;; 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
[-- Attachment #3: Type: text/plain, Size: 2538 bytes --]
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libressl -> update to 2.3.3
2016-03-23 12:19 [PATCH] libressl -> update to 2.3.3 Nils Gillmann
@ 2016-03-23 17:43 ` Leo Famulari
0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2016-03-23 17:43 UTC (permalink / raw)
To: Nils Gillmann; +Cc: guix-devel
On Wed, Mar 23, 2016 at 01:19:40PM +0100, Nils Gillmann wrote:
> LibreSSL is now at version 2.3.3, release notes:
> http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-2.3.3-relnotes.txt
Thank you! Applied as 7b150a24fe
>
> From b4ba4746551d17abc2ea6516bc58291dbe86d233 Mon Sep 17 00:00:00 2001
> From: Nils Gillmann <niasterisk@grrlz.net>
> 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 <davet@gnu.org>
> ;;; Copyright © 2015 Leo Famulari <leo@famulari.name>
> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
> +;;; Copyright © 2016 Nils Gillmann <niasterisk@grrlz.net>
> ;;;
> ;;; 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-23 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 12:19 [PATCH] libressl -> update to 2.3.3 Nils Gillmann
2016-03-23 17:43 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.