• 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

Revision79aec08445cc4960920c61ea93d9a58d8f19dbc2 (tree)
Time2024-01-25 13:45:31
Authormatsuand <30614168+matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Update.

Update:

curl-8.5.0
dhcpcd-10.0.6
gnutls-3.8.3
hugo-0.121.2
libpsl-0.21.5
libxml2-2.12.4
openssh-9.6p1
ruby-3.3.0

Change Summary

Incremental Difference

--- a/BLFS/curl.sh
+++ b/BLFS/curl.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=curl
6-VER=8.4.0
6+VER=8.5.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.5
6+VER=10.0.6
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/gnutls.sh
+++ b/BLFS/gnutls.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=gnutls
6-VER=3.8.2
6+VER=3.8.3
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$APPNAME-$VER
--- a/BLFS/hugoFromBinary.sh
+++ b/BLFS/hugoFromBinary.sh
@@ -3,9 +3,9 @@
33 . ./_blfsset.sh
44
55 APPNAME=hugo
6-VER=0.120.4
7-TARGET=${APPNAME}_$VER
8-TARGETBALL=$DLD/${TARGET}_Linux-64bit.tar.gz
6+VER=0.121.2
7+TARGET=${APPNAME}-$VER
8+TARGETBALL=$DLD/${APPNAME}_extended_${VER}_linux-amd64.tar.gz
99 TARGETDIR=$TARGET
1010
1111 echo $TARGET
--- a/BLFS/libpsl.sh
+++ b/BLFS/libpsl.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libpsl
6-VER=0.21.2
6+VER=0.21.5
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/libxml2.sh
+++ b/BLFS/libxml2.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libxml2
6-VER=2.12.1
6+VER=2.12.4
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/openssh.sh
+++ b/BLFS/openssh.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=openssh
6-VER=9.5p1
6+VER=9.6p1
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/ruby.sh
+++ b/BLFS/ruby.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=ruby
6-VER=3.2.2
6+VER=3.3.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -26,13 +26,13 @@ TimeStart
2626
2727 cd $TARGETDIR
2828
29-sed -i '283d' tool/lib/leakchecker.rb
30-
3129 Configuring
32-./configure --prefix=/usr \
33- --enable-shared \
34- --without-valgrind \
35- --without-baseruby \
30+./configure --prefix=/usr \
31+ --disable-rpath \
32+ --enable-shared \
33+ --without-valgrind \
34+ --without-baseruby \
35+ ac_cv_func_qsort_r=no \
3636 --docdir=/usr/share/doc/ruby-$VER \
3737 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
3838