• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版362ad3e9a15c6683d5fc3f97f084e555deb40152 (tree)
时间2024-09-08 11:39:04
作者matsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[LFS] r12.2-5.

更改概述

差异

--- a/LFS/5binutils.sh
+++ b/LFS/5binutils.sh
@@ -3,7 +3,7 @@
33 CHAP=5
44 APPNAME=binutils
55 APPVER=.1
6-VER=2.42
6+VER=2.43.1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=${TARGET}.tar.xz
99 TARGETDIR=$TARGET
--- a/LFS/5gcc.sh
+++ b/LFS/5gcc.sh
@@ -3,7 +3,7 @@
33 CHAP=5
44 APPNAME=gcc
55 APPVER=.1
6-VER=14.1.0
6+VER=14.2.0
77 TARGET=gcc-$VER
88 TARGETBALL=$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/LFS/5glibc.sh
+++ b/LFS/5glibc.sh
@@ -2,7 +2,7 @@
22
33 CHAP=5
44 APPNAME=glibc
5-VER=2.39
5+VER=2.40
66 KERNELVER=4.14
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$TARGET.tar.xz
--- a/LFS/5libstdc.sh
+++ b/LFS/5libstdc.sh
@@ -2,7 +2,7 @@
22
33 CHAP=5
44 APPNAME=libstdc++
5-VER=14.1.0
5+VER=14.2.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=gcc-$VER.tar.xz
88 TARGETDIR=gcc-$VER
--- a/LFS/6bash.sh
+++ b/LFS/6bash.sh
@@ -2,7 +2,7 @@
22
33 CHAP=6
44 APPNAME=bash
5-VER=5.2.21
5+VER=5.2.32
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/6binutils.sh
+++ b/LFS/6binutils.sh
@@ -3,7 +3,7 @@
33 CHAP=6
44 APPNAME=binutils
55 APPVER=.2
6-VER=2.42
6+VER=2.43.1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=${TARGET}.tar.xz
99 TARGETDIR=$TARGET
--- a/LFS/6gcc.sh
+++ b/LFS/6gcc.sh
@@ -3,7 +3,7 @@
33 CHAP=6
44 APPNAME=gcc
55 APPVER=.2
6-VER=14.1.0
6+VER=14.2.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/LFS/6ncurses.sh
+++ b/LFS/6ncurses.sh
@@ -27,7 +27,7 @@ sed -i s/mawk// configure
2727 mkdir build
2828 pushd build
2929 echo \ \ Configuring \(pre\)...
30-../configure \
30+../configure AWK=gawk \
3131 1> $LOG/$CHAP.$TARGET.0_pre.log 2>&1 || exit 1
3232 echo \ \ Making \(pre\)...
3333 make -C include \
@@ -48,6 +48,7 @@ echo \ \ Configuring...
4848 --without-debug \
4949 --without-ada \
5050 --disable-stripping \
51+ AWK=gawk \
5152 1> $LOG/$CHAP.$TARGET.1_conf.log 2>&1 || exit 1
5253
5354 echo \ \ Making...
--- a/LFS/6sysklogd.sh
+++ b/LFS/6sysklogd.sh
@@ -2,7 +2,7 @@
22
33 CHAP=6
44 APPNAME=sysklogd
5-VER=2.5.2
5+VER=2.6.1
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/6sysvinit.sh
+++ b/LFS/6sysvinit.sh
@@ -2,7 +2,7 @@
22
33 CHAP=6
44 APPNAME=sysvinit
5-VER=2.88dsf
5+VER=3.10
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.bz2
88 TARGETDIR=$TARGET
--- a/LFS/7libstdc.sh
+++ b/LFS/7libstdc.sh
@@ -2,7 +2,7 @@
22
33 CHAP=7
44 APPNAME=libstdc++
5-VER=14.1.0
5+VER=14.2.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=gcc-$VER.tar.xz
88 TARGETDIR=gcc-$VER
--- a/LFS/7python.sh
+++ b/LFS/7python.sh
@@ -2,7 +2,7 @@
22
33 CHAP=7
44 APPNAME=python
5-VER=3.12.4
5+VER=3.12.6
66 TARGET=$APPNAME-$VER
77 TARGETBALL=Python-$VER.tar.xz
88 TARGETDIR=Python-$VER
--- a/LFS/8bash.sh
+++ b/LFS/8bash.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=bash
5-VER=5.2.21
5+VER=5.2.32
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
@@ -22,9 +22,9 @@ TimeStart
2222
2323 cd $TARGETDIR
2424
25-echo \ \ Patching...
26-patch -Np1 -i $DLD/bash-$VER-upstream_fixes-1.patch \
27- 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
25+#echo \ \ Patching...
26+#patch -Np1 -i $DLD/bash-$VER-upstream_fixes-1.patch \
27+# 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
2828
2929 echo \ \ Configuring...
3030 ./configure --prefix=/usr \
--- a/LFS/8bc.sh
+++ b/LFS/8bc.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=bc
5-VER=6.7.6
5+VER=7.0.1
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8binutils.sh
+++ b/LFS/8binutils.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=binutils
5-VER=2.42
5+VER=2.43.1
66 TARGET=$APPNAME-$VER
77 TARGETBALL=${TARGET}.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8coreutils.sh
+++ b/LFS/8coreutils.sh
@@ -23,7 +23,7 @@ TimeStart
2323 cd $TARGETDIR
2424
2525 echo \ \ Patching...
26-patch -Np1 -i $DLD/coreutils-$VER-i18n-1.patch \
26+patch -Np1 -i $DLD/coreutils-$VER-i18n-2.patch \
2727 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
2828
2929 echo \ \ Autoconfing...
--- a/LFS/8expat.sh
+++ b/LFS/8expat.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=expat
5-VER=2.6.2
5+VER=2.6.3
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8gcc.sh
+++ b/LFS/8gcc.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=gcc
5-VER=14.1.0
5+VER=14.2.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8glibc.sh
+++ b/LFS/8glibc.sh
@@ -2,8 +2,8 @@
22
33 CHAP=8
44 APPNAME=glibc
5-VER=2.39
6-TZDATATARBALL=tzdata2024a.tar.gz
5+VER=2.40
6+TZDATATARBALL=tzdata2024b.tar.gz
77 KERNELVER=4.14
88 TARGET=$APPNAME-$VER
99 TARGETBALL=$TARGET.tar.xz
@@ -27,8 +27,6 @@ cd $TARGETDIR
2727 echo \ \ Patching...
2828 patch -Np1 -i $DLD/glibc-$VER-fhs-1.patch \
2929 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
30-patch -Np1 -i $DLD/glibc-$VER-upstream_fix-2.patch \
31- 1>> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
3230
3331 mkdir build
3432 cd build
--- a/LFS/8iana-etc.sh
+++ b/LFS/8iana-etc.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=iana-etc
5-VER=20240701
5+VER=20240806
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/8iproute2.sh
+++ b/LFS/8iproute2.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=iproute2
5-VER=6.9.0
5+VER=6.10.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8kmod.sh
+++ b/LFS/8kmod.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=kmod
5-VER=32
5+VER=33
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
@@ -29,6 +29,7 @@ echo \ \ Configuring...
2929 --with-xz \
3030 --with-zstd \
3131 --with-zlib \
32+ --disable-manpages \
3233 1> $LOG/$CHAP.$TARGET.1_conf.log 2>&1 || exit 1
3334
3435 echo \ \ Making...
--- a/LFS/8libpipeline.sh
+++ b/LFS/8libpipeline.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=libpipeline
5-VER=1.5.7
5+VER=1.5.8
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/8lz4.sh
+++ b/LFS/8lz4.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=lz4
5-VER=1.9.4
5+VER=1.10.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
@@ -23,7 +23,7 @@ TimeStart
2323 cd $TARGETDIR
2424
2525 echo \ \ Making...
26-make BUILD_STATIC=no \
26+make BUILD_STATIC=no PREFIX=/usr \
2727 1> $LOG/$CHAP.$TARGET.2_make.log 2>&1 || exit 1
2828
2929 echo \ \ Installing...
--- a/LFS/8man-db.sh
+++ b/LFS/8man-db.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=man-db
5-VER=2.12.1
5+VER=2.13.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8meson.sh
+++ b/LFS/8meson.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=meson
5-VER=1.5.0
5+VER=1.5.1
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/8openssl.sh
+++ b/LFS/8openssl.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=openssl
5-VER=3.3.1
5+VER=3.3.2
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$APPNAME-$VER.tar.gz
88 TARGETDIR=$APPNAME-$VER
--- a/LFS/8pkgconf.sh
+++ b/LFS/8pkgconf.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=pkgconf
5-VER=2.2.0
5+VER=2.3.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.xz
88 TARGETDIR=$TARGET
--- a/LFS/8python.sh
+++ b/LFS/8python.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=python
5-VER=3.12.4
5+VER=3.12.6
66 TARGET=$APPNAME-$VER
77 TARGETBALL=Python-$VER.tar.xz
88 TARGETDIR=Python-$VER
--- a/LFS/8readline.sh
+++ b/LFS/8readline.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=readline
5-VER=8.2
5+VER=8.2.13
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
@@ -27,9 +27,9 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install
2727
2828 sed -i 's/-Wl,-rpath,[^ ]*//' support/shobj-conf
2929
30-echo \ \ Patching...
31-patch -Np1 -i $DLD/readline-$VER-upstream_fixes-3.patch \
32- 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
30+#echo \ \ Patching...
31+#patch -Np1 -i $DLD/readline-$VER-upstream_fixes-3.patch \
32+# 1> $LOG/$CHAP.$TARGET.0_patch.log 2>&1 || exit 1
3333
3434 echo \ \ Configuring...
3535 ./configure --prefix=/usr \
--- a/LFS/8setuptools.sh
+++ b/LFS/8setuptools.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=setuptools
5-VER=70.3.0
5+VER=74.1.2
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/8stripping.sh
+++ b/LFS/8stripping.sh
@@ -24,7 +24,7 @@ for LIB in $save_usrlib; do
2424 done
2525
2626 online_usrbin="bash find strip"
27-online_usrlib="libbfd-2.42.so
27+online_usrlib="libbfd-2.43.1.so
2828 libsframe.so.1.0.0
2929 libhistory.so.8.2
3030 libncursesw.so.6.5
@@ -60,3 +60,4 @@ for i in $(find /usr/lib -type f -name \*.so* ! -name \*dbg) \
6060 done
6161
6262 unset BIN LIB save_usrlib online_usrbin online_usrlib
63+
--- a/LFS/8systemd.sh
+++ b/LFS/8systemd.sh
@@ -2,8 +2,8 @@
22
33 CHAP=8
44 APPNAME=systemd
5-VER=256.1
6-VERPAGES=256.1
5+VER=256.4
6+VERPAGES=256.5
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/LFS/8vim.sh
+++ b/LFS/8vim.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=vim
5-VER=9.1.0580
5+VER=9.1.0660
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/8wheel.sh
+++ b/LFS/8wheel.sh
@@ -2,7 +2,7 @@
22
33 CHAP=8
44 APPNAME=wheel
5-VER=0.43.0
5+VER=0.44.0
66 TARGET=$APPNAME-$VER
77 TARGETBALL=$TARGET.tar.gz
88 TARGETDIR=$TARGET
--- a/LFS/_lfsset.sh
+++ b/LFS/_lfsset.sh
@@ -1,7 +1,8 @@
11 BOOTSCRIPTVER=20230728
2-SVNVER=lfs-r12.0-333
2+#SVNVER=lfs-r12.0-349
3+SVNVER=lfs-12.2
34 SYSDVER=$SVNVER-systemd
4-LINUX_VER=6.9.9
5+LINUX_VER=6.10.8
56
67 case `uname -m` in
78 i?86)