curl 7.62.0 インストール

curlのバージョン7.62.0が公開されたのでアップデートする。

Fixed in 7.62.0 - October 31 2018

cd /usr/local/src
/opt/curl/bin/curl -L https://curl.haxx.se/download/curl-7.62.0.tar.gz -o curl-7.62.0.tar.gz
tar zxvf curl-7.62.0.tar.gz
cd curl-7.62.0

./configure --prefix=/opt/curl --with-ssl=/opt/openssl-1.1.1 --with-nghttp2=/usr/local/ --without-libssh2
make
make install

完了