• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修訂87efda50297fe959c4b2ed188c38fcba283fb409 (tree)
時間2023-03-07 21:50:06
作者matsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update

curl-7.88.1
git-2.39.2
lsb-tools-0.10
sudo-1.9.13p2

Change Summary

差異

--- a/BLFS/curl.sh
+++ b/BLFS/curl.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=curl
6-VER=7.87.0
6+VER=7.88.1
77 TARGET=curl-$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.39.1
6+VER=2.39.2
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.9
6+VER=0.10
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/sudo.sh
+++ b/BLFS/sudo.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=sudo
6-VER=1.9.11
6+VER=1.9.13p2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -43,7 +43,6 @@ Making
4343 make \
4444 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
4545
46-PWD=`pwd`
4746 Installing
4847 porg -lp $TARGET -E$PWD "make install" \
4948 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1