GraphicsMagick: Configure.exe has been blacklisted with 6 antivi...
GraphicsMagick Commits <[email protected]>
| Newsgroups | gmane.comp.video.graphicsmagick.cvs |
|---|---|
| Message-ID | <mailman.11943.1675595005.1384.graphicsmagick-commit@lists.sourceforge.net> |
changeset c5df8ba03d62 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=c5df8ba03d62 summary: Configure.exe has been blacklisted with 6 antiviruses. Provide another fresh rebuild. diffstat: ChangeLog | 7 +++++++ VisualMagick/configure/configure.exe | Bin VisualMagick/configure/configure.rc | 6 +++--- 3 files changed, 10 insertions(+), 3 deletions(-) diffs (35 lines): diff -r f07f6a9c3a58 -r c5df8ba03d62 ChangeLog --- a/ChangeLog Sat Feb 04 10:48:38 2023 -0600 +++ b/ChangeLog Sun Feb 05 12:02:53 2023 +0100 @@ -1,3 +1,10 @@ +2023-02-05 Fojtik Jaroslav <[email protected]> + + * VisualMagick/configure/configure.rc Changed "Configure.EXE" to "configure.exe" + * VisualMagick/configure/configure.exe + Configure.exe has been blacklisted with 6 antiviruses. + https://www.virustotal.com/gui/file/3a0e54c8439200faf666b5680e0608e93fd67b5cda0d72dc32f54f0308574aba + 2023-02-04 Bob Friesenhahn <[email protected]> * configure.ac: Test for interesting libjpeg-turbo 3.0 functions diff -r f07f6a9c3a58 -r c5df8ba03d62 VisualMagick/configure/configure.exe Binary file VisualMagick/configure/configure.exe has changed diff -r f07f6a9c3a58 -r c5df8ba03d62 VisualMagick/configure/configure.rc --- a/VisualMagick/configure/configure.rc Sat Feb 04 10:48:38 2023 -0600 +++ b/VisualMagick/configure/configure.rc Sun Feb 05 12:02:53 2023 +0100 @@ -247,12 +247,12 @@ VALUE "Comments", "This program is part of the GraphicMagick imaging tookit." VALUE "CompanyName", "GraphicsMagick Group" VALUE "FileDescription", "GraphicMagick Windows Configure Application" - VALUE "FileVersion", "1, 0, 1, 1" + VALUE "FileVersion", "1, 0, 1, 2" VALUE "InternalName", "Configure" VALUE "LegalCopyright", "Same as GraphicsMagick copyright." - VALUE "OriginalFilename", "Configure.EXE" + VALUE "OriginalFilename", "configure.exe" VALUE "ProductName", "Windows Configure Application" - VALUE "ProductVersion", "1, 0, 1, 1" + VALUE "ProductVersion", "1, 0, 1, 2" END END BLOCK "VarFileInfo"