Ignore:
Timestamp:
12/31/2021 01:10:48 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
cea24f5
Parents:
6d19228
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r6d19228 rad89f7b0  
    115115if ( $package == "elfutils"   ) $dirpath = "https://sourceware.org/ftp/elfutils";
    116116if ( $package == "expect"     ) $dirpath = "https://sourceforge.net/projects/expect/files";
     117if ( $package == "eudev"      ) $dirpath = "https://github.com/eudev-project/eudev/releases";
    117118if ( $package == "file"       ) $dirpath = "https://github.com/file/file/tags";
    118119if ( $package == "flex"       ) $dirpath = "https://github.com/westes/flex/releases";
     
    246247     return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+\d).*$/" );
    247248
     249  if ( $package == "eudev" )
     250     return find_max( $lines, "/Release/", "/^.*Release (\d[\d\.]+\d).*$/" );
     251
    248252  if ( $package == "expect" )
    249253     return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" );
Note: See TracChangeset for help on using the changeset viewer.