diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bfba9dd..e47f487 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,7 +42,8 @@ 2023-08-25 - [bdubbs] - Update to linux-6.4.12. + [bdubbs] - Update to linux-6.4.12. Fixes + #5320. diff --git a/lfs-latest-git.php b/lfs-latest-git.php index f9239e2..c0c7aae 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -150,6 +150,7 @@ if ( $package == "tcl" ) $dirpath = "https://www.tcl.tk/software/tcltk/do if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." ); if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/tags"; if ( $package == "wheel" ) $dirpath = "https://pypi.org/project/wheel/#files"; +if ( $package == "zlib" ) $dirpath = "https://www.zlib.net"; if ( $package == "zstd" ) $dirpath = github("facebook/zstd"); // Check for ftp