Revision: 10423 https://osdn.net/projects/ttssh2/scm/svn/commits/10423 Author: nmaya Date: 2022-12-22 08:04:47 +0900 (Thu, 22 Dec 2022) Log Message: ----------- OpenSSL 1.1.1s にアップデート Modified Paths: -------------- branches/4-stable/doc/en/html/about/history.html branches/4-stable/doc/en/html/reference/develop.html branches/4-stable/doc/ja/html/about/history.html branches/4-stable/doc/ja/html/reference/develop.html branches/4-stable/libs/openssl11.cmake -------------- next part -------------- Modified: branches/4-stable/doc/en/html/about/history.html =================================================================== --- branches/4-stable/doc/en/html/about/history.html 2022-12-21 23:04:43 UTC (rev 10422) +++ branches/4-stable/doc/en/html/about/history.html 2022-12-21 23:04:47 UTC (rev 10423) @@ -3346,6 +3346,7 @@ <li>Misc <ul> + <li>upgraded OpenSSL to 1.1.1s.</li> <li>upgraded zlib to 1.2.13.</li> </ul> </li> Modified: branches/4-stable/doc/en/html/reference/develop.html =================================================================== --- branches/4-stable/doc/en/html/reference/develop.html 2022-12-21 23:04:43 UTC (rev 10422) +++ branches/4-stable/doc/en/html/reference/develop.html 2022-12-21 23:04:47 UTC (rev 10423) @@ -139,7 +139,7 @@ <ul> <li>Oniguruma 6.9.8 (<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>OpenSSL 1.1.1k (<a href="https://www.openssl.org/">https://www.openssl.org/</a>)</li> + <li>OpenSSL 1.1.1s (<a href="https://www.openssl.org/">https://www.openssl.org/</a>)</li> <li>zlib 1.2.13 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)</li> <li>PuTTY 0.70 (<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: branches/4-stable/doc/ja/html/about/history.html =================================================================== --- branches/4-stable/doc/ja/html/about/history.html 2022-12-21 23:04:43 UTC (rev 10422) +++ branches/4-stable/doc/ja/html/about/history.html 2022-12-21 23:04:47 UTC (rev 10423) @@ -3352,6 +3352,7 @@ <li>\x82\xBB\x82̑\xBC <ul> + <li>OpenSSL 1.1.1s\x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li> <li>zlib 1.2.13\x82֍\xB7\x82\xB5\x91ւ\xA6\x82\xBD\x81B</li> </ul> </li> Modified: branches/4-stable/doc/ja/html/reference/develop.html =================================================================== --- branches/4-stable/doc/ja/html/reference/develop.html 2022-12-21 23:04:43 UTC (rev 10422) +++ branches/4-stable/doc/ja/html/reference/develop.html 2022-12-21 23:04:47 UTC (rev 10423) @@ -143,7 +143,7 @@ <ul> <li>Oniguruma 6.9.8 (<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>OpenSSL 1.1.1k (<a href="https://www.openssl.org/">https://www.openssl.org/</a>)</li> + <li>OpenSSL 1.1.1s (<a href="https://www.openssl.org/">https://www.openssl.org/</a>)</li> <li>zlib 1.2.13 (<a href="https://www.zlib.net/">https://www.zlib.net/</a>)</li> <li>PuTTY 0.70 (<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: branches/4-stable/libs/openssl11.cmake =================================================================== --- branches/4-stable/libs/openssl11.cmake 2022-12-21 23:04:43 UTC (rev 10422) +++ branches/4-stable/libs/openssl11.cmake 2022-12-21 23:04:47 UTC (rev 10423) @@ -58,10 +58,10 @@ include(script_support.cmake) -set(SRC_DIR_BASE "openssl-1.1.1k") -set(SRC_ARC "openssl-1.1.1k.tar.gz") -set(SRC_URL "https://www.openssl.org/source/openssl-1.1.1k.tar.gz") -set(SRC_ARC_HASH_SHA256 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5) +set(SRC_DIR_BASE "openssl-1.1.1s") +set(SRC_ARC "openssl-1.1.1s.tar.gz") +set(SRC_URL "https://www.openssl.org/source/openssl-1.1.1s.tar.gz") +set(SRC_ARC_HASH_SHA256 c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa) set(DOWN_DIR "${CMAKE_SOURCE_DIR}/download/openssl")