emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#57492: closed ([PATCH core-updates] gnu: boost: Update to 1.80.0.)


From: GNU bug Tracking System
Subject: bug#57492: closed ([PATCH core-updates] gnu: boost: Update to 1.80.0.)
Date: Thu, 01 Sep 2022 21:01:02 +0000

Your message dated Thu, 01 Sep 2022 23:00:21 +0200
with message-id <87ilm6byje.fsf@gnu.org>
and subject line Re: [bug#57492] [PATCH core-updates v2] gnu: boost: Update to 
1.80.0.
has caused the debbugs.gnu.org bug report #57492,
regarding [PATCH core-updates] gnu: boost: Update to 1.80.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
57492: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57492
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: boost: Update to 1.80.0. Date: Tue, 30 Aug 2022 16:36:24 +0000
* gnu/packages/boost.scm (boost): Update to 1.80.0.
[source](patches): Add new and remove old upstream patches.
---
 gnu/packages/boost.scm | 26 ++++++++++++++++++++------
 1 file changed, 20 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 818669b757..55296889b8 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -68,7 +68,7 @@ (define (boost-patch name version hash)
 (define-public boost
   (package
     (name "boost")
-    (version "1.79.0")
+    (version "1.80.0")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://boostorg.jfrog.io/artifactory/main/release/";
@@ -76,13 +76,27 @@ (define-public boost
                                   (version-with-underscores version) 
".tar.bz2"))
               (patches
                (list (boost-patch
-                      ;; 1.79.0 was released with a segmentation fault:
-                      ;; <https://github.com/boostorg/json/issues/692>.
-                      "0001-json-array-erase-relocate.patch" version
-                      "1b0izwj8w92imr8ydzrh522syncprpf82n3kcy6apxn6p54b7p0f")))
+                      ;; Boost.Filesystem directory iterators may fail to
+                      ;; construct for a network share on Windows prior to 10:
+                      ;; https://github.com/boostorg/filesystem/pull/246,
+                      ;; https://github.com/boostorg/filesystem/issues/245
+                      "0001-filesystem-win-fix-dir-it-net-share.patch" version
+                      "067hhylqkzzdbqzc1hkbpaqmvz248lxqrdhb2yi6iq9qabsik3lk")
+                     (boost-patch
+                      ;; In Boost.Filesystem on Windows, weakly_canonical fails
+                      ;; to process paths that start with the "\\?\" prefix:
+                      ;; https://github.com/boostorg/filesystem/issues/247
+                      "0002-filesystem-fix-weakly-canonical-long-paths.patch" 
version
+                      "00w3albf8527glclx85p5b2ml3vr06xpwwmfyzg005v1cp8avcpi")
+                     (boost-patch
+                      ;; Boost.Unordered containers are not in a valid state
+                      ;; after moving:
+                      ;; https://github.com/boostorg/unordered/issues/139
+                      "0003-unordered-valid-after-move.patch" version
+                      "0dw839w22cawqawfpsx7j7v9y0x2vn66m732iidpxvdxbjn2kzva")))
               (sha256
                (base32
-                "0fggarccddj6q4ifj3kn7g565rbhn4ia1vd45fxb7y57a6fmhpa7"))))
+                "1h00qp4z5k6lfz310xjwsmqs8fwxi6ngas51169cafz4h9fmc68y"))))
     (build-system gnu-build-system)
     (inputs
      (append
-- 
2.37.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#57492] [PATCH core-updates v2] gnu: boost: Update to 1.80.0. Date: Thu, 01 Sep 2022 23:00:21 +0200
Greg Hogan <code@greghogan.com> skriver:

> * gnu/packages/boost.scm (boost): Update to 1.80.0.
> [source](patches): Add new and remove old upstream patches.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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