- updated to 6.7.6.1: fixes * CVE-2012-0247 [bnc#746880] * CVE-2012-0248 [bnc#746880] * CVE-2012-1185 [bnc#752879] * CVE-2012-1186 [bnc#752879] OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=123
14 lines
643 B
Diff
14 lines
643 B
Diff
Index: ImageMagick-6.7.6-1/configure.ac
|
|
===================================================================
|
|
--- ImageMagick-6.7.6-1.orig/configure.ac
|
|
+++ ImageMagick-6.7.6-1/configure.ac
|
|
@@ -128,7 +128,7 @@ AC_SUBST(PACKAGE_VERSION_ADDENDUM)dnl
|
|
# Ensure that make can run correctly
|
|
AM_SANITY_CHECK
|
|
|
|
-AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-lzip dist-xz dist-zip])
|
|
+AM_INIT_AUTOMAKE([1.11 color-tests foreign parallel-tests silent-rules subdir-objects dist-bzip2 dist-xz dist-zip])
|
|
|
|
# Enable support for silent build rules
|
|
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
|