[ttssh2-commit] [9635] PuTTY 0.76 にアップデート

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 12月 26日 (日) 22:16:44 JST


Revision: 9635
          https://osdn.net/projects/ttssh2/scm/svn/commits/9635
Author:   nmaya
Date:     2021-12-26 22:16:43 +0900 (Sun, 26 Dec 2021)
Log Message:
-----------
PuTTY 0.76 にアップデート

- cmake 対応

Modified Paths:
--------------
    branches/putty_0_76/libs/putty.cmake
    branches/putty_0_76/ttssh2/putty/CMakeLists.txt

-------------- next part --------------
Modified: branches/putty_0_76/libs/putty.cmake
===================================================================
--- branches/putty_0_76/libs/putty.cmake	2021-12-26 09:56:38 UTC (rev 9634)
+++ branches/putty_0_76/libs/putty.cmake	2021-12-26 13:16:43 UTC (rev 9635)
@@ -1,9 +1,9 @@
 # cmake -P putty.cmake
 
-set(SRC_DIR_BASE "putty-0.70")
-set(SRC_ARC "putty-0.70.tar.gz")
-set(SRC_URL "https://the.earth.li/~sgtatham/putty/0.70/putty-0.70.tar.gz")
-set(SRC_ARC_HASH_SHA256 bb8aa49d6e96c5a8e18a057f3150a1695ed99a24eef699e783651d1f24e7b0be)
+set(SRC_DIR_BASE "putty-0.76")
+set(SRC_ARC "putty-0.76.tar.gz")
+set(SRC_URL "https://the.earth.li/~sgtatham/putty/latest/putty-0.76.tar.gz")
+set(SRC_ARC_HASH_SHA256 547cd97a8daa87ef71037fab0773bceb54a8abccb2f825a49ef8eba5e045713f)
 
 set(DOWN_DIR "${CMAKE_SOURCE_DIR}/download/putty")
 set(EXTRACT_DIR "${CMAKE_SOURCE_DIR}/build/putty/src")

Modified: branches/putty_0_76/ttssh2/putty/CMakeLists.txt
===================================================================
--- branches/putty_0_76/ttssh2/putty/CMakeLists.txt	2021-12-26 09:56:38 UTC (rev 9634)
+++ branches/putty_0_76/ttssh2/putty/CMakeLists.txt	2021-12-26 13:16:43 UTC (rev 9635)
@@ -7,20 +7,23 @@
 endif()
 
 set(PUTTY_SRC
-  ../../libs/putty/putty.h
-  ../../libs/putty/pageant.h
-  ../../libs/putty/conf.c
-  ../../libs/putty/misc.h
-  ../../libs/putty/misc.c
-  ../../libs/putty/tree234.h
+  ../../libs/putty/aqsync.c
+  ../../libs/putty/callback.c
+  ../../libs/putty/errsock.c
+  ../../libs/putty/marshal.c
+  ../../libs/putty/memory.c
+  ../../libs/putty/mpint.c
+  ../../libs/putty/sshsh256.c
   ../../libs/putty/tree234.c
-  ../../libs/putty/version.h
-  ../../libs/putty/version.c
+  ../../libs/putty/utils.c
+  ../../libs/putty/windows/wincapi.c
+  ../../libs/putty/windows/winhandl.c
+  ../../libs/putty/windows/winhsock.c
   ../../libs/putty/windows/winmisc.c
+  ../../libs/putty/windows/winnpc.c
   ../../libs/putty/windows/winpgntc.c
-  ../../libs/putty/windows/winsecur.h
   ../../libs/putty/windows/winsecur.c
-  )
+	  )
 
 source_group(
   "putty"
@@ -31,6 +34,7 @@
 set(SRC
   libputty.c
   libputty.h
+  putty-import.c
   )
 
 include_directories(


ttssh2-commit メーリングリストの案内
Back to archive index