Re: [cmake-developers] [MODERN] CMake 3.3 vs Qt 5.5 vs MSVC2015

2015-07-24 Thread Konstantin Podsvirov
Hi dear CMake developers! Modern CMake requires modern platform! To solve the problem you run cmake-gui is now possible with the following changes: [PATCH] CMake: Added option CMake_INSTALL_DEPENDENCIES By default this option is ON Turn OFF to disable installing runtime 3th dependencie

Re: [cmake-developers] malware?

2015-07-24 Thread Sean McBride
On Fri, 24 Jul 2015 11:40:09 -0400, Chuck Atkins said: I just checked the cmake.org download and was able to verify the following: cmake-3.2.3-Darwin-x86_64.dmg - 27949121 Bytes - MD5 97c26048e9b3e242951bb5b1ff88da9e cmake-3.3.0-Darwin-x86_64.dmg - 22628082 Bytes - MD5

Re: [cmake-developers] malware?

2015-07-24 Thread Chuck Atkins
Hi David, I just checked the cmake.org download and was able to verify the following: cmake-3.2.3-Darwin-x86_64.dmg - 27949121 Bytes - MD5 97c26048e9b3e242951bb5b1ff88da9e cmake-3.3.0-Darwin-x86_64.dmg - 22628082 Bytes - MD5 232ae38586f3e6b665f9b7ac281167a0 I checked from both inside and

Re: [cmake-developers] malware?

2015-07-24 Thread James Johnston
-Original Message- From: cmake-developers [mailto:cmake-developers-boun...@cmake.org] On 24/07/15 07:04, David Powell wrote: hi I downloaded cmake an hour ago from cmake.org http://cmake.org/ and found myself with an unwanted piece of software called advanced mac cleaner, an app

[cmake-developers] trace-expand and ctest-add_subdirectory-crash

2015-07-24 Thread Ben Boeckel
Hi, I've pushed two new branches to stage (and merged to next): - trace-expand: adds --trace-expand option to cmake which expands variable references in --trace output. - ctest-add_subdirectory-crash: fixes a crash present since 2008(!) when using add_subdirectory from

Re: [cmake-developers] malware?

2015-07-24 Thread Chuck Atkins
If you're trying to detect imposter binaries, don't use md5. Fair enough, it was more force of habit than anything. Regardless, the file size seems way off I get the following for my cmake download: $ shasum -a 256 /Users/sean/Downloads/cmake-3.3.0-Darwin-x86_64.dmg

Re: [cmake-developers] malware?

2015-07-24 Thread Alan W. Irwin
An additional and obvious security measure is to cryptographically sign each file release with a detached armored signature, e.g., gpg --default-key keyid --detach-sign --armor cmake-3.3.0.tar.gz where keyid is a CMake release manager identification key (also created and distributed by gpg).