From ad89f7b0d63fac3c1bca0e5d11880d97c511f84e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Fri, 31 Dec 2021 07:10:48 -0600 Subject: Package updates. Update to e2fsprogs-1.46.5. Update to zstd-1.5.1. Update to expat-2.4.2. Update to shadow-4.10. Update to sysvinit-3.01. Update to linux-5.15.12. Update to iana-etc-20211224. Update to openssl-3.0.1. Update to eudev-3.2.11. Update lfs-latest-git.php currency for new eudev location. --- lfs-latest-git.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lfs-latest-git.php') diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 17b11dea7..fc318e021 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -114,6 +114,7 @@ if ( $package == "e2fsprogs" ) $dirpath = "https://sourceforge.net/projects/e2f if ( $package == "expat" ) $dirpath = "https://sourceforge.net/projects/expat/files"; if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils"; if ( $package == "expect" ) $dirpath = "https://sourceforge.net/projects/expect/files"; +if ( $package == "eudev" ) $dirpath = "https://github.com/eudev-project/eudev/releases"; if ( $package == "file" ) $dirpath = "https://github.com/file/file/tags"; if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/releases"; if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" ); @@ -245,6 +246,9 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel if ( $package == "e2fsprogs" ) return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+\d).*$/" ); + if ( $package == "eudev" ) + return find_max( $lines, "/Release/", "/^.*Release (\d[\d\.]+\d).*$/" ); + if ( $package == "expect" ) return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" ); -- cgit v1.2.3-54-g00ecf