unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 48255@debbugs.gnu.org
Subject: [bug#48255] [PATCH] gnu: boost: Migrate uri from bintray.
Date: Thu, 6 May 2021 11:09:15 -0400	[thread overview]
Message-ID: <CA+3U0Z=ctkXdKYjUF0BU5MTy2yf55iP+SxtnuVsLuT1ddhjgcQ@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 1418 bytes --]

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 #1.2: Type: text/html, Size: 2705 bytes --]

[-- Attachment #2: 0001-gnu-boost-Migrate-uri-from-bintray.patch --]
[-- Type: application/octet-stream, Size: 1278 bytes --]

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


             reply	other threads:[~2021-05-06 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-06 15:09 Greg Hogan [this message]
2021-05-11 10:35 ` bug#48255: [PATCH] gnu: boost: Migrate uri from bintray Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+3U0Z=ctkXdKYjUF0BU5MTy2yf55iP+SxtnuVsLuT1ddhjgcQ@mail.gmail.com' \
    --to=code@greghogan.com \
    --cc=48255@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).