GNU bug report logs - #51083
[PATCH core-updates] gnu: boost: Update to 1.77.0.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 7 Oct 2021 14:02:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51083 in the body.
You can then email your comments to 51083 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51083; Package guix-patches. (Thu, 07 Oct 2021 14:02:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 07 Oct 2021 14:02:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH core-updates] gnu: boost: Update to 1.77.0.
Date: Thu, 7 Oct 2021 10:01:32 -0400
[Message part 1 (text/plain, inline)]
From 203beb6495d9a20734854c5eb4d6c76f4420bfdf Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Thu, 7 Oct 2021 13:49:21 +0000
Subject: [PATCH] gnu: boost: Update to 1.77.0.

* gnu/packages/boost.scm (boost): Update to 1.77.0.
---
 gnu/packages/boost.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 538d921c0b..6dc37d6b01 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -67,7 +67,7 @@
 (define-public boost
   (package
     (name "boost")
-    (version "1.76.0")
+    (version "1.77.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "
https://boostorg.jfrog.io/artifactory/main/release/"
@@ -75,7 +75,7 @@
                                   (version-with-underscores version)
".tar.bz2"))
               (sha256
                (base32
-                "0hcc661savk32hx65997p0ss1awj6ala4cmz4w7lbi42x6k7nfgh"))))
+                "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
     (build-system gnu-build-system)
     (inputs `(("icu4c" ,icu4c)
               ("zlib" ,zlib)))
--
2.33.0
[Message part 2 (text/html, inline)]
[0001-gnu-boost-Update-to-1.77.0.patch (application/octet-stream, attachment)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 12 Nov 2021 05:49:01 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Fri, 12 Nov 2021 05:49:01 GMT) Full text and rfc822 format available.

Message #10 received at 51083-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Greg Hogan <code <at> greghogan.com>
Cc: 51083-done <at> debbugs.gnu.org
Subject: Re: bug#51083: [PATCH core-updates] gnu: boost: Update to 1.77.0.
Date: Fri, 12 Nov 2021 00:48:10 -0500
Hello Greg,

Greg Hogan <code <at> greghogan.com> writes:

>>From 203beb6495d9a20734854c5eb4d6c76f4420bfdf Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Thu, 7 Oct 2021 13:49:21 +0000
> Subject: [PATCH] gnu: boost: Update to 1.77.0.
>
> * gnu/packages/boost.scm (boost): Update to 1.77.0.
> ---
>  gnu/packages/boost.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
> index 538d921c0b..6dc37d6b01 100644
> --- a/gnu/packages/boost.scm
> +++ b/gnu/packages/boost.scm
> @@ -67,7 +67,7 @@
>  (define-public boost
>    (package
>      (name "boost")
> -    (version "1.76.0")
> +    (version "1.77.0")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "
> https://boostorg.jfrog.io/artifactory/main/release/"
> @@ -75,7 +75,7 @@
>                                    (version-with-underscores version)
> ".tar.bz2"))
>                (sha256
>                 (base32
> -                "0hcc661savk32hx65997p0ss1awj6ala4cmz4w7lbi42x6k7nfgh"))))
> +                "0m08hhk3l7zvzajyk39qlw566q3fhixayhc2j11328qf0gy8b7zw"))))
>      (build-system gnu-build-system)
>      (inputs `(("icu4c" ,icu4c)
>                ("zlib" ,zlib)))
> --
> 2.33.0

Apologies for not seeing this earlier; it's been updated to 1.77 with
commit 68ce9c38848982b53b41d1c6bb44eafb78d981b9 on the
core-updates-frozen branch.

Thank you!

Closing.

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 10 Dec 2021 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.