Revision: 10421 https://osdn.net/projects/ttssh2/scm/svn/commits/10421 Author: nmaya Date: 2022-12-22 08:04:39 +0900 (Thu, 22 Dec 2022) Log Message: ----------- zlib 1.2.13 に更新 ticket #45652 Ticket Links: ------------ https://osdn.net/projects/ttssh2/tracker/detail/45652 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/zlib.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:01:30 UTC (rev 10420) +++ branches/4-stable/doc/en/html/about/history.html 2022-12-21 23:04:39 UTC (rev 10421) @@ -3345,7 +3345,7 @@ <li>Misc <ul> - <li>upgraded zlib to 1.2.11.</li> + <li>upgraded zlib to 1.2.13.</li> </ul> </li> </ul> Modified: branches/4-stable/doc/en/html/reference/develop.html =================================================================== --- branches/4-stable/doc/en/html/reference/develop.html 2022-12-21 23:01:30 UTC (rev 10420) +++ branches/4-stable/doc/en/html/reference/develop.html 2022-12-21 23:04:39 UTC (rev 10421) @@ -140,7 +140,7 @@ <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>OpenSSL 1.1.1k (<a href="https://www.openssl.org/">https://www.openssl.org/</a>)</li> - <li>zlib 1.2.12 (<a href="https://www.zlib.net/">https://www.zlib.net/</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> </ul> Modified: branches/4-stable/doc/ja/html/about/history.html =================================================================== --- branches/4-stable/doc/ja/html/about/history.html 2022-12-21 23:01:30 UTC (rev 10420) +++ branches/4-stable/doc/ja/html/about/history.html 2022-12-21 23:04:39 UTC (rev 10421) @@ -3351,7 +3351,7 @@ <li>\x82\xBB\x82̑\xBC <ul> - <li>zlib 1.2.11\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> </ul> Modified: branches/4-stable/doc/ja/html/reference/develop.html =================================================================== --- branches/4-stable/doc/ja/html/reference/develop.html 2022-12-21 23:01:30 UTC (rev 10420) +++ branches/4-stable/doc/ja/html/reference/develop.html 2022-12-21 23:04:39 UTC (rev 10421) @@ -144,7 +144,7 @@ <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>OpenSSL 1.1.1k (<a href="https://www.openssl.org/">https://www.openssl.org/</a>)</li> - <li>zlib 1.2.12 (<a href="https://www.zlib.net/">https://www.zlib.net/</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> </ul> Modified: branches/4-stable/libs/zlib.cmake =================================================================== --- branches/4-stable/libs/zlib.cmake 2022-12-21 23:01:30 UTC (rev 10420) +++ branches/4-stable/libs/zlib.cmake 2022-12-21 23:04:39 UTC (rev 10421) @@ -56,10 +56,10 @@ include(script_support.cmake) -set(SRC_DIR_BASE "zlib-1.2.12") -set(SRC_ARC "zlib-1.2.12.tar.xz") -set(SRC_URL "https://zlib.net/zlib-1.2.12.tar.xz") -set(SRC_ARC_HASH_SHA256 7db46b8d7726232a621befaab4a1c870f00a90805511c0e0090441dac57def18) +set(SRC_DIR_BASE "zlib-1.2.13") +set(SRC_ARC "zlib-1.2.13.tar.xz") +set(SRC_URL "https://zlib.net/zlib-1.2.13.tar.xz") +set(SRC_ARC_HASH_SHA256 d14c38e313afc35a9a8760dadf26042f51ea0f5d154b0630a31da0540107fb98) set(DOWN_DIR "${CMAKE_SOURCE_DIR}/download/zlib") set(EXTRACT_DIR "${CMAKE_SOURCE_DIR}/build/zlib/src")