[lfs] branch trunk updated: Fix currency issues with download.savannah.gnu.org.

git Owner ([email protected] via lfs-book Mailing List) <[email protected]> Thu, 30 Jul 2026 16:56:03 +0000
Newsgroups gmane.linux.lfs.book
Message-ID <178543056340.2937048.6347639977208170829@rivendell.linuxfromscratch.org>
This is a multi-part message in MIME format...

------------=_1785430566-1024790-6737
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch trunk
in repository lfs.

The following commit(s) were added to refs/heads/trunk by this push:
     new e9b02a139 Fix currency issues with download.savannah.gnu.org.
e9b02a139 is described below

commit e9b02a139625bada87df971101df4153e99a6292
Author: Bruce Dubbs <[email protected]>
AuthorDate: Thu Jul 30 11:55:57 2026 -0500

    Fix currency issues with download.savannah.gnu.org.
---
 lfs-latest-git.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index 204a7eeb7..034a7640b 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -119,6 +119,8 @@ function get_packages( $package, $dirpath )
 
 //if ( $package != "wheel" ) return 0; // debug
 
+if ( $package == "acl"        ) $dirpath = "https://download-mirror.savannah.gnu.org/releases/acl";
+if ( $package == "attr"       ) $dirpath = "https://download-mirror.savannah.gnu.org/releases/attr";
 if ( $package == "bc"         ) $dirpath = github("gavinhoward/bc");
 if ( $package == "e2fsprogs"  ) $dirpath = "https://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
 if ( $package == "expat"      ) $dirpath = github("libexpat/libexpat");
@@ -132,9 +134,11 @@ if ( $package == "iana-etc"   ) $dirpath = github("Mic92/iana-etc");
 if ( $package == "intltool"   ) $dirpath = "https://launchpad.net/intltool/trunk";
 if ( $package == "jinja"      ) $dirpath = "https://pypi.org/rss/project/jinja2/releases.xml";
 if ( $package == "libffi"     ) $dirpath = github("libffi/libffi");
+if ( $package == "libpipeline") $dirpath = "https://download-mirror.savannah.gnu.org/releases/libpipeline";
 if ( $package == "libxcrypt"  ) $dirpath = github("besser82/libxcrypt");
 if ( $package == "linux"      ) $dirpath = "https://www.kernel.org/pub/linux/kernel/v7.x";
 if ( $package == "lz4"        ) $dirpath = github("lz4/lz4");
+if ( $package == "man-db"     ) $dirpath = "https://download-mirror.savannah.gnu.org/releases/man-db";
 if ( $package == "markupsafe" ) $dirpath = "https://pypi.org/rss/project/markupsafe/releases.xml";
 if ( $package == "meson"      ) $dirpath = github("mesonbuild/meson");
 if ( $package == "mpc"        ) $dirpath = "https://ftp.gnu.org/gnu/mpc";

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

------------=_1785430566-1024790-6737
Content-Type: text/plain; charset="UTF-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page

------------=_1785430566-1024790-6737--