Revision: 9821 https://osdn.net/projects/ttssh2/scm/svn/commits/9821 Author: nmaya Date: 2022-03-18 21:56:41 +0900 (Fri, 18 Mar 2022) Log Message: ----------- LibreSSL 3.4.3 に更新 https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.3-relnotes.txt https://marc.info/?l=libressl&m=164736787816474&w=2 Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/en/html/reference/develop.html trunk/doc/ja/html/about/history.html trunk/doc/ja/html/reference/develop.html trunk/installer/release.bat trunk/libs/buildlibressl.cmake -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2022-03-18 12:42:22 UTC (rev 9820) +++ trunk/doc/en/html/about/history.html 2022-03-18 12:56:41 UTC (rev 9821) @@ -3322,7 +3322,7 @@ <li>Misc <ul> - <li>Changed cryptography library from OpenSSL to LibreSSL 3.4.2.</li> + <li>Changed cryptography library from OpenSSL to LibreSSL 3.4.3.</li> <li>Upgraded PuTTY to PuTTY 0.76.</li> </ul> </li> Modified: trunk/doc/en/html/reference/develop.html =================================================================== --- trunk/doc/en/html/reference/develop.html 2022-03-18 12:42:22 UTC (rev 9820) +++ trunk/doc/en/html/reference/develop.html 2022-03-18 12:56:41 UTC (rev 9821) @@ -157,7 +157,7 @@ <ul> <li>Oniguruma 6.9.7.1 (<a href="https://github.com/kkos/oniguruma/">https://github.com/kkos/oniguruma/</a>)</li> <li>SFMT 1.5.1 (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index.html</a>)</li> - <li>LibreSSL 3.4.2 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li> + <li>LibreSSL 3.4.3 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li> <li>zlib 1.2.11 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)</li> <li>PuTTY 0.76 (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">https://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)</li> <li>The reference C implementation of Argon2 20190702 (<a href="https://github.com/P-H-C/phc-winner-argon2/">https://github.com/P-H-C/phc-winner-argon2/</a>)</li> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2022-03-18 12:42:22 UTC (rev 9820) +++ trunk/doc/ja/html/about/history.html 2022-03-18 12:56:41 UTC (rev 9821) @@ -3326,7 +3326,7 @@ <li>\x82\xBB\x82̑\xBC <ul> - <li>\x88Í\x86\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xF0 OpenSSL \x82\xA9\x82\xE7 LibreSSL 3.4.2 \x82֕ύX\x82\xB5\x82\xBD\x81B</li> + <li>\x88Í\x86\x83\x89\x83C\x83u\x83\x89\x83\x8A\x82\xF0 OpenSSL \x82\xA9\x82\xE7 LibreSSL 3.4.3 \x82֕ύX\x82\xB5\x82\xBD\x81B</li> <li>PuTTY 0.76 \x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li> </ul> </li> Modified: trunk/doc/ja/html/reference/develop.html =================================================================== --- trunk/doc/ja/html/reference/develop.html 2022-03-18 12:42:22 UTC (rev 9820) +++ trunk/doc/ja/html/reference/develop.html 2022-03-18 12:56:41 UTC (rev 9821) @@ -156,7 +156,7 @@ <ul> <li>Oniguruma 6.9.7.1 (<a href="https://github.com/kkos/oniguruma/">https://github.com/kkos/oniguruma/</a>)</li> <li>SFMT 1.5.1 (<a href="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html">http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/index-jp.html</a>)</li> - <li>LibreSSL 3.4.2 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li> + <li>LibreSSL 3.4.3 (<a href="https://www.libressl.org/">https://www.libressl.org/</a>)</li> <li>zlib 1.2.11 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)</li> <li>PuTTY 0.76 (<a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">https://www.chiark.greenend.org.uk/~sgtatham/putty/</a>)</li> <li>The reference C implementation of Argon2 20190702 (<a href="https://github.com/P-H-C/phc-winner-argon2/">https://github.com/P-H-C/phc-winner-argon2/</a>)</li> Modified: trunk/installer/release.bat =================================================================== --- trunk/installer/release.bat 2022-03-18 12:42:22 UTC (rev 9820) +++ trunk/installer/release.bat 2022-03-18 12:56:41 UTC (rev 9821) @@ -12,7 +12,7 @@ set SFMT_VERSION=1.5.1 set CJSON_VERSION=1.7.14 set ARGON2_VERSION=20190702 -set LIBRESSL_VERSION=3.4.2 +set LIBRESSL_VERSION=3.4.3 if "%APPVEYOR%" == "True" set NOPAUSE=1 Modified: trunk/libs/buildlibressl.cmake =================================================================== --- trunk/libs/buildlibressl.cmake 2022-03-18 12:42:22 UTC (rev 9820) +++ trunk/libs/buildlibressl.cmake 2022-03-18 12:56:41 UTC (rev 9821) @@ -5,10 +5,10 @@ include(script_support.cmake) -set(SRC_DIR_BASE "libressl-3.4.2") -set(SRC_ARC "libressl-3.4.2.tar.gz") -set(SRC_URL "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.2.tar.gz") -set(SRC_ARC_HASH_SHA256 cb82ca7d547336917352fbd23db2fc483c6c44d35157b32780214ec74197b3ce) +set(SRC_DIR_BASE "libressl-3.4.3") +set(SRC_ARC "libressl-3.4.3.tar.gz") +set(SRC_URL "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.4.3.tar.gz") +set(SRC_ARC_HASH_SHA256 ff88bffe354818b3ccf545e3cafe454c5031c7a77217074f533271d63c37f08d) set(DOWN_DIR "${CMAKE_SOURCE_DIR}/download/libressl") set(EXTRACT_DIR "${CMAKE_SOURCE_DIR}/build/libressl/src")