[Cmake-commits] CMake branch, next, updated. v3.0.0-4787-g91dda06
Brad King
brad.king at kitware.com
Tue Aug 5 11:31:02 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 91dda067bb399fd4f54c91825cc15bfd7ae6b731 (commit)
via f2ccc14b22a396710923d718fc5768ea7c021e04 (commit)
from ad606d0e3a4c0181bdbb722eef132c8804599ca8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=91dda067bb399fd4f54c91825cc15bfd7ae6b731
commit 91dda067bb399fd4f54c91825cc15bfd7ae6b731
Merge: ad606d0 f2ccc14
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 5 11:31:02 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Aug 5 11:31:02 2014 -0400
Merge topic 'ExternalData-drop-security-disclaimer' into next
f2ccc14b ExternalData: Drop 'not security software' disclaimer (#15060)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f2ccc14b22a396710923d718fc5768ea7c021e04
commit f2ccc14b22a396710923d718fc5768ea7c021e04
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Aug 5 11:30:14 2014 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Aug 5 11:31:47 2014 -0400
ExternalData: Drop 'not security software' disclaimer (#15060)
Let clients do their own research on the current strength of each
hash algorithm to choose what is best for their needs.
Suggested-by: Nico Schlömer <nico.schloemer at gmail.com>
diff --git a/Modules/ExternalData.cmake b/Modules/ExternalData.cmake
index 73a4990..79bb064 100644
--- a/Modules/ExternalData.cmake
+++ b/Modules/ExternalData.cmake
@@ -76,7 +76,7 @@
# SHA512 .sha512 US Secure Hash Algorithms, RFC 4634
#
# Note that the hashes are used only for unique data identification and
-# download verification. This is not security software.
+# download verification.
#
# Example usage:
#
-----------------------------------------------------------------------
Summary of changes:
Modules/ExternalData.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list