• 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

Revision4d7fc626bff367d426371832e1432f99c78496d3 (tree)
Time2018-09-20 15:31:53
Authormatsuand <matsuand@user...>
Commitermatsuand

Log Message

[BLFS] Updated make-ca-0.9, and modified.

Change Summary

Incremental Difference

--- a/BLFS/make-ca.sh
+++ b/BLFS/make-ca.sh
@@ -3,14 +3,15 @@
33 . ./_blfsset.sh
44
55 APPNAME=make-ca
6-VER=0.8
6+VER=0.9
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
1010
1111 echo $TARGET
1212
13-. $WRK/_checkRequired.sh ""
13+. $WRK/_checkRequired.sh \
14+ p11-kit
1415 . $WRK/_checkOptions.sh ""
1516 . $WRK/_checkTarball.sh
1617 . $WRK/_checkExit.sh "$1" || exit $?
@@ -40,13 +41,14 @@ openssl x509 -in class3.crt -text -fingerprint -setalias \"CAcert Class 3 root\"
4041 > /etc/ssl/local/CAcert_Class_3_root.pem" \
4142 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4243
43-porg -lp+ $TARGET "\
44+PWD=`pwd`
45+porg -lp+ $TARGET -E"/tmp:$PWD" "\
4446 make install" \
4547 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
46-sed -e 's%= /etc/ssl;%= "/etc/ssl";%' \
47- -e 's%= /usr;%= "/usr";%' \
48- -i /usr/bin/c_rehash &&
49-/usr/sbin/make-ca -g
48+
49+porg -lp+ $TARGET -E"/tmp:$PWD" "\
50+/usr/sbin/make-ca -g" \
51+ 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
5052
5153 TimeEnd
5254