upgraded versions:

coreutils	9.3
glibc		2.38
bc		6.6.0
binutils	2.41
dbus		1.14.8
diffutils	3.10
elfutils	0.189
file		5.45
gawk		5.2.2
gcc		13.2.0
gmp		6.3.0
gettext		0.22

Note: a walkthrough of each upgraded version and the patches, and steps used for each package needs to be performed
master
Chris Punches 2024-02-10 22:41:22 -05:00
parent 501ef9d836
commit 9d9010d770
18 changed files with 19 additions and 19 deletions

View File

@ -14,7 +14,7 @@ APPNAME="binutils"
# the version of this application
#VERSION="2.25"
VERSION="2.40"
VERSION="2.41"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -13,9 +13,9 @@ set -u
APPNAME="gcc"
# the version of this application
VERSION="12.2.0"
VERSION="13.2.0"
MPFR_V="4.2.0"
GMP_V="6.2.1"
GMP_V="6.3.0"
MPC_V="1.3.1"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -224,7 +224,7 @@ mode_install_pass1() {
rm -v a.out
assert_zero $?
${CROSSTOOLS_DIR}/libexec/gcc/${T_TRIPLET}/12.2.0/install-tools/mkheaders
${CROSSTOOLS_DIR}/libexec/gcc/${T_TRIPLET}/13.2.0/install-tools/mkheaders
assert_zero $?

View File

@ -13,7 +13,7 @@ set -u
APPNAME="coreutils"
# the version of this application
VERSION="9.1"
VERSION="9.3"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -13,7 +13,7 @@ set -u
APPNAME="diffutils"
# the version of this application
VERSION="3.9"
VERSION="3.10"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -13,7 +13,7 @@ set -u
APPNAME="file"
# the version of this application
VERSION="5.44"
VERSION="5.45"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -u
APPNAME="gawk"
# the version of this application
VERSION="5.2.1"
VERSION="5.2.2"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="gettext"
# the version of this application
VERSION="0.21.1"
VERSION="0.22"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="bc"
# the version of this application
VERSION="6.2.4"
VERSION="6.6.0"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="coreutils"
# the version of this application
VERSION="9.1"
VERSION="9.3"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="dbus"
# the version of this application
VERSION="1.14.6"
VERSION="1.14.8"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="diffutils"
# the version of this application
VERSION="3.9"
VERSION="3.10"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="elfutils"
# the version of this application
VERSION="0.188"
VERSION="0.189"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="file"
# the version of this application
VERSION="5.44"
VERSION="5.45"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="gawk"
# the version of this application
VERSION="5.2.1"
VERSION="5.2.2"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="gcc"
# the version of this application
VERSION="12.2.0"
VERSION="13.2.0"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -u
APPNAME="gettext"
# the version of this application
VERSION="0.21.1"
VERSION="0.22"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment:

View File

@ -12,7 +12,7 @@ set -a
APPNAME="gmp"
# the version of this application
VERSION="6.2.1"
VERSION="6.3.0"
# ----------------------------------------------------------------------
# Variables and functions sourced from Environment: