• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisióneaa9c6b264f31eb4e3d8db858410f6fa0cbc9b15 (tree)
Tiempo2024-12-22 12:19:48
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[LFS] r12.2-51 again.

Cambiar Resumen

Diferencia incremental

--- a/BLFS/_blfsset.sh
+++ b/BLFS/_blfsset.sh
@@ -26,8 +26,8 @@ XORGWRK=$WRK/Xorg
2626
2727 QTDIR=/opt/qt
2828
29-BOOTSCRIPTDATE=20240205
30-S_BOOTSCRIPTDATE=20240205
29+BOOTSCRIPTDATE=20241211
30+S_BOOTSCRIPTDATE=20241211
3131
3232 mkdir -pv $LOG $TME
3333
--- a/BLFS/curl.sh
+++ b/BLFS/curl.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=curl
6-VER=8.5.0
6+VER=8.11.0
77 TARGET=curl-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/dhcpcd.sh
+++ b/BLFS/dhcpcd.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=dhcpcd
6-VER=10.0.6
6+VER=10.1.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/git.sh
+++ b/BLFS/git.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=git
6-VER=2.43.0
6+VER=2.47.1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/icu.sh
+++ b/BLFS/icu.sh
@@ -3,8 +3,8 @@
33 . ./_blfsset.sh
44
55 APPNAME=icu
6-VER=74.1
7-VER2=74_1
6+VER=76.1
7+VER2=76_1
88 TARGET=$APPNAME-$VER
99 TARGETBALL=$DLD/icu4c-${VER2}-src.tgz
1010 TARGETDIR=$APPNAME
--- a/BLFS/libedit.sh
+++ b/BLFS/libedit.sh
@@ -4,9 +4,9 @@
44
55 APPNAME=libedit
66 VER=3.1
7-TARGET=$APPNAME-20230828-$VER
7+TARGET=$APPNAME-20240808-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
9-TARGETDIR=$APPNAME-20230828-$VER
9+TARGETDIR=$APPNAME-20240808-$VER
1010
1111 echo $TARGET
1212
--- a/BLFS/libidn2.sh
+++ b/BLFS/libidn2.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libidn2
6-VER=2.3.4
6+VER=2.3.7
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -34,7 +34,7 @@ make \
3434 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3535
3636 Installing
37-porg -lp $TARGET "make install" \
37+porg -lp $TARGET -E$PWD "make install" \
3838 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
3939
4040 TimeEnd
--- a/BLFS/libpsl.sh
+++ b/BLFS/libpsl.sh
@@ -36,7 +36,7 @@ make \
3636 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3737
3838 Installing
39-porg -lp $TARGET "make install" \
39+porg -lp $TARGET -E$PWD "make install" \
4040 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4141
4242 TimeEnd
--- a/BLFS/libunistring.sh
+++ b/BLFS/libunistring.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libunistring
6-VER=1.1
6+VER=1.3
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -34,7 +34,7 @@ make \
3434 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
3535
3636 Installing
37-porg -lp $TARGET "make install" \
37+porg -lp $TARGET -E$PWD "make install" \
3838 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
3939
4040 TimeEnd
--- a/BLFS/libxml2.sh
+++ b/BLFS/libxml2.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libxml2
6-VER=2.12.4
6+VER=2.13.5
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -35,6 +35,7 @@ Configuring
3535 --sysconfdir=/etc \
3636 --disable-static \
3737 --with-history \
38+$([ ${OPTION_icu} -eq 1 ] && echo --with-icu) \
3839 PYTHON=/usr/bin/python3 \
3940 --docdir=/usr/share/doc/libxml2-$VER \
4041 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
@@ -44,7 +45,7 @@ make \
4445 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
4546
4647 Installing
47-porg -lp $TARGET -E`pwd` "make install" \
48+porg -lp $TARGET -E$PWD "make install" \
4849 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4950
5051 TimeEnd
--- a/BLFS/libxslt.sh
+++ b/BLFS/libxslt.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libxslt
6-VER=1.1.39
6+VER=1.1.42
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/lsb-tools.sh
+++ b/BLFS/lsb-tools.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=LSB-Tools
6-VER=0.10
6+VER=0.12
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -24,25 +24,19 @@ TimeStart
2424 cd $TARGETDIR
2525
2626 echo Building...
27-python3 setup.py build \
27+make \
2828 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
2929
3030 Installing
31-porg -lp $TARGET -E`pwd` "\
32-python3 setup.py install --optimize=1" \
31+porg -lp $TARGET -E$PWD "\
32+make install" \
3333 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
34-#porg -lp+ $TARGET "\
35-#ln -sv /usr/lib/lsb/install_initd /usr/sbin" \
36-# 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
37-#porg -lp+ $TARGET "\
38-#ln -sv /usr/lib/lsb/remove_initd /usr/sbin" \
39-# 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
40-#porg -lp+ $TARGET "\
41-#rm -v /usr/{lsb_release.1,remove_initd.8,install_initd.8}" \
42-# 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
43-#porg -lp+ $TARGET "\
44-#rm -v /usr/{INSTALL,LICENSE}" \
45-# 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
34+porg -lp+ $TARGET "\
35+rm /usr/sbin/lsbinstall" \
36+ 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
37+porg -lp+ $TARGET "\
38+rm /usr/sbin/{install,remove}_initd"
39+ 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4640
4741 TimeEnd
4842
--- a/BLFS/make-ca.sh
+++ b/BLFS/make-ca.sh
@@ -3,9 +3,9 @@
33 . ./_blfsset.sh
44
55 APPNAME=make-ca
6-VER=1.13
6+VER=1.14
77 TARGET=$APPNAME-$VER
8-TARGETBALL=$DLD/$TARGET.tar.xz
8+TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
1010
1111 echo $TARGET
--- a/BLFS/openssh.sh
+++ b/BLFS/openssh.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=openssh
6-VER=9.6p1
6+VER=9.9p1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -70,7 +70,6 @@ Configuring
7070 --with-default-path=/usr/bin \
7171 --with-superuser-path=/usr/sbin:/usr/bin \
7272 --with-pid-dir=/run \
73- --without-zlib-version-check \
7473 $WITHPAM $WITHKERBEROS5 \
7574 $WITHTCPWRAPPERS $WITHLIBEDIT \
7675 $([ ${OPTION_selinux} -eq 1 ] && echo --with-selinux) \
@@ -88,7 +87,7 @@ make \
8887 #grep FATAL $LOG/$TARGET.3_test.log
8988
9089 Installing
91-porg -lp $TARGET "make install" \
90+porg -lp $TARGET -E$PWD "make install" \
9291 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
9392
9493 porg -lp+ $TARGET "\
--- a/BLFS/p11-kit.sh
+++ b/BLFS/p11-kit.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=p11-kit
6-VER=0.25.3
6+VER=0.25.5
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/pcre2.sh
+++ b/BLFS/pcre2.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=pcre2
6-VER=10.42
6+VER=10.44
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
--- a/BLFS/screen.sh
+++ b/BLFS/screen.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=screen
6-VER=4.9.1
6+VER=5.0.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -27,17 +27,18 @@ cd $TARGETDIR
2727 #patch -Np1 -i $DLD/screen-$VER-upstream_fixes-1.patch \
2828 # 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
2929
30-echo Autogenning...
31-sh autogen.sh \
32- 1> $LOG/$TARGET.0_auto.log 2>&1 || exit 1
30+#echo Autogenning...
31+#sh autogen.sh \
32+# 1> $LOG/$TARGET.0_auto.log 2>&1 || exit 1
3333
3434 Configuring
35-./configure --prefix=/usr \
36- --infodir=/usr/share/info \
37- --mandir=/usr/share/man \
38- --with-socket-dir=/run/screen \
39- --with-pty-group=5 \
40- --with-sys-screenrc=/etc/screenrc \
35+./configure --prefix=/usr \
36+ --infodir=/usr/share/info \
37+ --mandir=/usr/share/man \
38+ --disable-pam \
39+ --enable-socket-dir=/run/screen \
40+ --with-pty-group=5 \
41+ --with-system_screenrc=/etc/screenrc \
4142 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
4243
4344 sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
@@ -47,7 +48,7 @@ make \
4748 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
4849
4950 Installing
50-porg -lp $TARGET -E`pwd` "make install && \
51+porg -lp $TARGET -E$PWD "make install && \
5152 install -m 644 etc/etcscreenrc /etc/screenrc" \
5253 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
5354
--- a/BLFS/sudo.sh
+++ b/BLFS/sudo.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=sudo
6-VER=1.9.15p2
6+VER=1.9.16p2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -31,7 +31,6 @@ Configuring
3131 ./configure --prefix=/usr \
3232 --libexecdir=/usr/lib \
3333 --with-secure-path \
34- --with-all-insults \
3534 --with-env-editor \
3635 --docdir=/usr/share/doc/sudo-$VER \
3736 --with-passprompt="[sudo] password for %p" \
--- a/BLFS/unzip.sh
+++ b/BLFS/unzip.sh
@@ -39,6 +39,8 @@ cd $TARGETDIR
3939 Patching
4040 patch -Np1 -i $DLD/unzip-6.0-consolidated_fixes-1.patch \
4141 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
42+patch -Np1 -i $DLD/unzip-6.0-gcc14-1.patch \
43+ 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
4244
4345 Making
4446 make -f unix/Makefile generic \
--- a/BLFS/wget.sh
+++ b/BLFS/wget.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=wget
6-VER=1.21.4
6+VER=1.25.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/LFS/_lfsset.sh
+++ b/LFS/_lfsset.sh
@@ -1,6 +1,6 @@
11 BOOTSCRIPTVER=20230728
22 #SVNVER=lfs-r12.0-349
3-SVNVER=lfs-12.2-38
3+SVNVER=lfs-12.2-51
44 SYSDVER=$SVNVER-systemd
55 LINUX_VER=6.12.5
66