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

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

bug#48255: closed ([PATCH] gnu: boost: Migrate uri from bintray.)


From: GNU bug Tracking System
Subject: bug#48255: closed ([PATCH] gnu: boost: Migrate uri from bintray.)
Date: Tue, 11 May 2021 10:36:02 +0000

Your message dated Tue, 11 May 2021 12:35:14 +0200
with message-id <87zgx11rtp.fsf@gnu.org>
and subject line Re: bug#48255: [PATCH] gnu: boost: Migrate uri from bintray.
has caused the debbugs.gnu.org bug report #48255,
regarding [PATCH] gnu: boost: Migrate uri from bintray.
to be marked as done.

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


-- 
48255: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48255
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: boost: Migrate uri from bintray. Date: Thu, 6 May 2021 11:09:15 -0400
The bintray service provided by jfrog is no longer available and all downloads have been removed.

From 4b1e0e1576745e1b8b43e30cc356915ddf447584 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 6 May 2021 14:06:00 +0000
Subject: [PATCH] gnu: boost: Migrate uri from bintray.

* gnu/packages/boost.scm (boost)[source]: Download from jfrog.
---
 gnu/packages/boost.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index a59bb01f3d..8a3df1d81a 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
 ;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
+;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -66,7 +67,7 @@
     (version "1.72.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://dl.bintray.com/boostorg/release/"
+              (uri (string-append "https://boostorg.jfrog.io/artifactory/main/release/"
                                   version "/source/boost_"
                                   (version-with-underscores version) ".tar.bz2"))
               (patches
--
2.31.1

Attachment: 0001-gnu-boost-Migrate-uri-from-bintray.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#48255: [PATCH] gnu: boost: Migrate uri from bintray. Date: Tue, 11 May 2021 12:35:14 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Greg Hogan <code@greghogan.com> skribis:

> From 4b1e0e1576745e1b8b43e30cc356915ddf447584 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Thu, 6 May 2021 14:06:00 +0000
> Subject: [PATCH] gnu: boost: Migrate uri from bintray.
>
> * gnu/packages/boost.scm (boost)[source]: Download from jfrog.

Applied, thanks!


--- End Message ---

reply via email to

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