[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#77066] [PATCH 1/3] gnu: boost-for-source-highlight: Update source U
From: |
Efraim Flashner |
Subject: |
[bug#77066] [PATCH 1/3] gnu: boost-for-source-highlight: Update source URI |
Date: |
Mon, 17 Mar 2025 17:13:07 +0200 |
On Mon, Mar 17, 2025 at 09:03:20AM -0400, Greg Hogan wrote:
> On Mon, Mar 17, 2025 at 4:17 AM Ada Stevenson <adanskana@gmail.com> wrote:
> >
> > * gnu/packages/boost.scm (boost-for-source-highlight)
> > [source] <uri>: Update dead link to active link.
> >
> > Change-Id: Ib10a2ef6b57bc787a34d62eaaa0885a5dcd0a1a8
> > ---
> > gnu/packages/boost.scm | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
> > index e464400ad9..cb45b2efd9 100644
> > --- a/gnu/packages/boost.scm
> > +++ b/gnu/packages/boost.scm
> > @@ -212,7 +212,7 @@ (define-public boost-for-source-highlight
> > (version "1.83.0")
> > (source (origin
> > (method url-fetch)
> > - (uri (string-append
> > "https://boostorg.jfrog.io/artifactory/main/release/"
> > + (uri (string-append "https://archives.boost.io/release/"
> > version "/source/boost_"
> > (version-with-underscores version)
> > ".tar.bz2"))
> > (patches
> > --
> > 2.48.1
>
> cc'ing the rust team because source-highlight has ~12,000 dependent
> packages, nearly all due to gdb/pinned which is a dependency of rust.
Does this cause a rebuild of anything? If it doesn't then it should be
fine for master. If it does cause rebuilds then we can grab it for the
rust-team branch (or another one even).
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
signature.asc
Description: PGP signature
[bug#77066] [PATCH 3/3] gnu: boost-for-mysql: Update source URI, Ada Stevenson, 2025/03/17
[bug#77066] [PATCH 2/3] gnu: boost-for-irods: Update source URI, Ada Stevenson, 2025/03/17
[bug#77066] [PATCH 0/3] Update boost variant URIs to be consistent and valid, Greg Hogan, 2025/03/18