diff options
author | Pasha <pasha@member.fsf.org> | 2024-02-29 19:30:30 +0000 |
---|---|---|
committer | Pasha <pasha@member.fsf.org> | 2024-02-29 19:30:30 +0000 |
commit | 84d199451cf33734003c00c043a1480920f5563b (patch) | |
tree | 4655f03b3637184bfb363b4e86d376756e85c9e3 /package-versions.sh | |
download | cross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.gz cross-hurd-84d199451cf33734003c00c043a1480920f5563b.tar.bz2 |
initial commit
Diffstat (limited to 'package-versions.sh')
-rw-r--r-- | package-versions.sh | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/package-versions.sh b/package-versions.sh new file mode 100644 index 0000000..d72110f --- /dev/null +++ b/package-versions.sh @@ -0,0 +1,38 @@ +# Package versions. +BINUTILS_VERSION=2.41 +GCC_VERSION=13.2.0 +FLEX_VERSION=2.6.4 +ZLIB_VERSION=1.3.1 +BZIP2_VERSION=1.0.8 +BASH_VERSION=5.2.21 +COREUTILS_VERSION=9.4 +# e2fsprogs 1.45.4 is failing due to something with sys/mount.h in configure +E2FSPROGS_VERSION=1.44.1 +PKGCONFIGLITE_VERSION=0.28-1 +LIBUUID_VERSION=1.0.3 +UTIL_LINUX_MAJOR_VERSION=2.39 +# 2.39.2 fails because libmount/src/hooks.c is being compiled without proper support. +UTIL_LINUX_VERSION=2.39 +GRUB_VERSION=2.06 +SHADOW_VERSION=4.14.2 +SED_VERSION=4.9 +GMP_VERSION=6.3.0 +MPFR_VERSION=4.2.1 +MPC_VERSION=1.3.1 +NCURSES_VERSION=6.4 +# 8.1: checking what tgetent() returns for an unknown terminal... configure: error: failed to compile test program. +VIM_BASE_VERSION=90 +VIM_VERSION=9.0 +GPG_ERROR_VERSION=1.47 +GCRYPT_VERSION=1.10.3 +MAKE_VERSION=4.4 +GREP_VERSION=3.11 +GAWK_VERSION=5.3.0 +DASH_VERSION=0.5.12 +LIBPCIACCESS_VERSION=0.17 +LIBXCRYPT_VERSION=4.4.36 +PARTED_VERSION=3.5 +DMIDECODE_VERSION=3.5 +FINDUTILS_VERSION=4.9.0 +# Mach, Hurd and Glibc are all taken from the Git repository. + |