From 875b6b5daa758bb780bff14b851352ad5b1d7648 Mon Sep 17 00:00:00 2001 From: rtlhq Date: Mon, 17 Jul 2023 15:10:02 +0000 Subject: [PATCH] SECURITY UPDATE * SECURITY UPDATE: heap-based buffer overflow issue - CVE-2021-3610 - CVE-2023-3428 - CVE-2023-1289 - CVE-2023-1906 - CVE-2023-3195 - CVE-2023-34151 --- debian/changelog | 4 +- debian/patches/0001-Fix-br-tag.patch | 7 +- ...-ImageMagick-ImageMagick6-issues-145.patch | 6 +- debian/patches/0002-Fix-api-Image-.html.patch | 5 +- .../0003-Fix-www-api-mophologie.html.patch | 5 +- ...04-Fix-www-command-line-options.html.patch | 7 +- .../0005-Use-modern-idiom-for-autoconf.patch | 5 +- ...on-to-custumize-the-html-pointer-to-.patch | 21 +- ...-Improve-policy-in-order-to-be-safer.patch | 5 +- ...08-Fix-remaining-error-in-html-files.patch | 9 +- ...-to-use-version-information-and-quan.patch | 29 +- .../0010-Fix-changelog-tag-mismatch.patch | 5 +- ...11-Fix-html-error-in-api-Image-.html.patch | 5 +- debian/patches/0012-Fix-www-escape.html.patch | 5 +- .../0013-Fix-www-magick-script.html.patch | 5 +- .../patches/0014-Fix-www-support.html.patch | 5 +- ...015-Fix-instead-of-lt-and-input-form.patch | 249 ++++++++-------- ...016-Fix-another-errors-in-html-files.patch | 11 +- debian/patches/0017-Fix-index.html.patch | 5 +- debian/patches/0018-Fix-end-tags.patch | 5 +- .../patches/0019-Fix-a-few-html-error.patch | 19 +- .../patches/0020-Fix-a-typo-in-manpage.patch | 25 +- .../0021-Finalize-fixing-error-in-html.patch | 281 +++++++++--------- .../0022-FIx-error-in-new-upstream-html.patch | 9 +- .../0023-disable-ghostscript-formats.patch | 12 +- debian/patches/CVE-2021-20241.patch | 9 +- debian/patches/CVE-2021-20243.patch | 23 +- debian/patches/CVE-2021-20244.patch | 9 +- debian/patches/CVE-2021-20245.patch | 9 +- debian/patches/CVE-2021-20246.patch | 9 +- debian/patches/CVE-2021-20309.patch | 9 +- debian/patches/CVE-2021-20312_20313.patch | 48 +-- debian/patches/CVE-2021-3574.patch | 11 +- debian/patches/CVE-2021-3610.patch | 14 +- debian/patches/CVE-2021-39212.patch | 42 ++- debian/patches/CVE-2021-4219.patch | 12 +- debian/patches/CVE-2022-1114.patch | 13 +- debian/patches/CVE-2022-28463.patch | 9 +- debian/patches/CVE-2022-32545.patch | 45 +-- debian/patches/CVE-2022-32546.patch | 9 +- debian/patches/CVE-2022-32547.patch | 9 +- debian/patches/CVE-2023-1289-prepatch.patch | 49 +-- debian/patches/CVE-2023-1289.patch | 21 +- debian/patches/CVE-2023-1906.patch | 23 +- debian/patches/CVE-2023-3195.patch | 19 +- .../patches/CVE-2023-34151-prepatch-2.patch | 40 +-- debian/patches/CVE-2023-34151-prepatch.patch | 43 +-- debian/patches/CVE-2023-34151.patch | 119 +++++--- debian/patches/CVE-2023-3428.patch | 13 +- .../move-profile-property-to-cli-option.patch | 24 +- 50 files changed, 719 insertions(+), 656 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1b74e92..ea0365e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,7 +8,7 @@ imagemagick (8:6.9.11.60+dfsg-ok1.2) yangtze; urgency=medium - CVE-2023-3195 - CVE-2023-34151 - -- rtlhq Mon, 17 Jul 2023 20:40:36 +0800 + -- rtlhq Thu, 16 Feb 2023 16:06:07 +0800 imagemagick (8:6.9.11.60+dfsg-ok1.1) yangtze; urgency=medium @@ -36,4 +36,4 @@ imagemagick (8:6.9.11.60+dfsg-ok1) yangtze; urgency=medium * Build for openKylin. - -- rtlhq Fri, 03 Feb 2023 12:00:43 +0800 \ No newline at end of file + -- rtlhq Fri, 03 Feb 2023 12:00:43 +0800 diff --git a/debian/patches/0001-Fix-br-tag.patch b/debian/patches/0001-Fix-br-tag.patch index ad5814c..a2e382a 100644 --- a/debian/patches/0001-Fix-br-tag.patch +++ b/debian/patches/0001-Fix-br-tag.patch @@ -1,5 +1,4 @@ -From 15346579514de52b30b4006571b3dabdb73b0ed3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Fri, 2 Feb 2018 22:14:03 +0100 Subject: Fix br tag @@ -7,11 +6,11 @@ find . -path './.git' -prune -o -type 'f' -name '*.html' -exec sed -i 's,
, Date: Sat, 10 Apr 2021 12:15:54 -0400 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick6/issues/145 @@ -8,7 +7,7 @@ Subject: [PATCH] https://github.com/ImageMagick/ImageMagick6/issues/145 1 file changed, 9 insertions(+) diff --git a/magick/annotate.c b/magick/annotate.c -index 29c8bbe74..20fbf7bb1 100644 +index 29c8bbe..20fbf7b 100644 --- a/magick/annotate.c +++ b/magick/annotate.c @@ -1484,6 +1484,15 @@ static MagickBooleanType RenderFreetype(Image *image,const DrawInfo *draw_info, @@ -27,6 +26,3 @@ index 29c8bbe74..20fbf7bb1 100644 metrics->width=0; metrics->origin.x=0; metrics->origin.y=0; --- -2.31.0 - diff --git a/debian/patches/0002-Fix-api-Image-.html.patch b/debian/patches/0002-Fix-api-Image-.html.patch index 8206850..cedbd45 100644 --- a/debian/patches/0002-Fix-api-Image-.html.patch +++ b/debian/patches/0002-Fix-api-Image-.html.patch @@ -1,5 +1,4 @@ -From 992187e26057185e70e21aa77eda645697dfebae Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Wed, 14 Dec 2016 15:18:12 +0100 Subject: Fix api/Image++.html @@ -9,7 +8,7 @@ Forwarded: Yes, https://github.com/ImageMagick/ImageMagick/issues/304 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/www/api/Image++.html b/www/api/Image++.html -index 031a1a3ef4..c0cba474c9 100644 +index 031a1a3..c0cba47 100644 --- a/www/api/Image++.html +++ b/www/api/Image++.html @@ -147,7 +147,7 @@ int main(int argc,char **argv) diff --git a/debian/patches/0003-Fix-www-api-mophologie.html.patch b/debian/patches/0003-Fix-www-api-mophologie.html.patch index 8d472bc..64b4f5d 100644 --- a/debian/patches/0003-Fix-www-api-mophologie.html.patch +++ b/debian/patches/0003-Fix-www-api-mophologie.html.patch @@ -1,5 +1,4 @@ -From 239f4d987de41a153050e4f695cbeb36ddbdda1c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Wed, 14 Dec 2016 15:23:11 +0100 Subject: Fix www/api/mophologie.html @@ -9,7 +8,7 @@ Forwarded: Yes, https://github.com/ImageMagick/ImageMagick/issues/304 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/api/morphology.html b/www/api/morphology.html -index 734665c274..184fe8ddeb 100644 +index 734665c..184fe8d 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -321,7 +321,7 @@ void ScaleGeometryKernelInfo(KernelInfo *kernel, diff --git a/debian/patches/0004-Fix-www-command-line-options.html.patch b/debian/patches/0004-Fix-www-command-line-options.html.patch index cf74c7d..05bb8e3 100644 --- a/debian/patches/0004-Fix-www-command-line-options.html.patch +++ b/debian/patches/0004-Fix-www-command-line-options.html.patch @@ -1,15 +1,14 @@ -From 801e2ff28a4292868da219979ae197c14d46d6d4 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Wed, 14 Dec 2016 15:26:15 +0100 Subject: Fix www/command-line-options.html Forwarded: Yes, https://github.com/ImageMagick/ImageMagick/issues/304 --- - www/command-line-options.html | 721 +++++++++++++++++++++++++++++++++- + www/command-line-options.html | 721 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 720 insertions(+), 1 deletion(-) diff --git a/www/command-line-options.html b/www/command-line-options.html -index 3280c00f3c..f347420207 100644 +index 3280c00..f347420 100644 --- a/www/command-line-options.html +++ b/www/command-line-options.html @@ -1856,7 +1856,725 @@ is case-dependent.

diff --git a/debian/patches/0005-Use-modern-idiom-for-autoconf.patch b/debian/patches/0005-Use-modern-idiom-for-autoconf.patch index 49df7e1..ba23554 100644 --- a/debian/patches/0005-Use-modern-idiom-for-autoconf.patch +++ b/debian/patches/0005-Use-modern-idiom-for-autoconf.patch @@ -1,5 +1,4 @@ -From 1012523f76edd9c46ea5a9dff6062fefffb51a40 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Tue, 15 Sep 2015 22:01:13 +0200 Subject: Use modern idiom for autoconf @@ -9,7 +8,7 @@ Forwarded: yes, https://github.com/ImageMagick/ImageMagick/issues/305 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac -index 7963576e31..37ed00c988 100644 +index 7963576..37ed00c 100644 --- a/configure.ac +++ b/configure.ac @@ -208,9 +208,9 @@ AC_SUBST([SBIN_DIR]) diff --git a/debian/patches/0006-Allow-distribution-to-custumize-the-html-pointer-to-.patch b/debian/patches/0006-Allow-distribution-to-custumize-the-html-pointer-to-.patch index 404f116..83ce789 100644 --- a/debian/patches/0006-Allow-distribution-to-custumize-the-html-pointer-to-.patch +++ b/debian/patches/0006-Allow-distribution-to-custumize-the-html-pointer-to-.patch @@ -1,5 +1,4 @@ -From dfc70e98fbbcb4ce393deeaec86729469be6fc23 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Fri, 2 Feb 2018 22:17:26 +0100 Subject: Allow distribution to custumize the html pointer to documentation @@ -20,7 +19,7 @@ Bug-debian: https://bugs.debian.org/727739 9 files changed, 30 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac -index 37ed00c988..ea0bb94f1b 100644 +index 37ed00c..ea0bb94 100644 --- a/configure.ac +++ b/configure.ac @@ -3058,6 +3058,18 @@ esac @@ -43,7 +42,7 @@ index 37ed00c988..ea0bb94f1b 100644 # Enable/Disable documentation AC_ARG_ENABLE([docs], diff --git a/utilities/conjure.1.in b/utilities/conjure.1.in -index 93a503451c..a10c077c86 100644 +index 93a5034..a10c077 100644 --- a/utilities/conjure.1.in +++ b/utilities/conjure.1.in @@ -7,7 +7,7 @@ conjure \- interprets and executes scripts written in the Magick Scripting Langu @@ -62,7 +61,7 @@ index 93a503451c..a10c077c86 100644 -\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/convert.1.in b/utilities/convert.1.in -index 19b73fecd8..e588c02a47 100644 +index 19b73fe..e588c02 100644 --- a/utilities/convert.1.in +++ b/utilities/convert.1.in @@ -7,7 +7,7 @@ convert \- convert between image formats as well as resize an image, blur, crop, @@ -82,7 +81,7 @@ index 19b73fecd8..e588c02a47 100644 + +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/display.1.in b/utilities/display.1.in -index c8a9cf04a7..a9bdfa3fbc 100644 +index c8a9cf0..a9bdfa3 100644 --- a/utilities/display.1.in +++ b/utilities/display.1.in @@ -7,7 +7,7 @@ display \- displays an image or image sequence on any X server. @@ -101,7 +100,7 @@ index c8a9cf04a7..a9bdfa3fbc 100644 -\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/identify.1.in b/utilities/identify.1.in -index b553cc42be..6ba20ef736 100644 +index b553cc4..6ba20ef 100644 --- a/utilities/identify.1.in +++ b/utilities/identify.1.in @@ -7,7 +7,7 @@ identify \- describes the format and characteristics of one or more image files. @@ -120,7 +119,7 @@ index b553cc42be..6ba20ef736 100644 -\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/import.1.in b/utilities/import.1.in -index 3f726f96d4..e12586f83d 100644 +index 3f726f9..e12586f 100644 --- a/utilities/import.1.in +++ b/utilities/import.1.in @@ -7,7 +7,7 @@ import \- saves any visible window on an X server and outputs it as an image fil @@ -139,7 +138,7 @@ index 3f726f96d4..e12586f83d 100644 -\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/mogrify.1.in b/utilities/mogrify.1.in -index c76d312bb8..084765fe20 100644 +index c76d312..084765f 100644 --- a/utilities/mogrify.1.in +++ b/utilities/mogrify.1.in @@ -7,7 +7,7 @@ mogrify \- resize an image, blur, crop, despeckle, dither, draw on, flip, join, @@ -158,7 +157,7 @@ index c76d312bb8..084765fe20 100644 -\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/montage.1.in b/utilities/montage.1.in -index 5ea9a35b6c..d3664c5391 100644 +index 5ea9a35..d3664c5 100644 --- a/utilities/montage.1.in +++ b/utilities/montage.1.in @@ -7,7 +7,8 @@ montage \- create a composite image by combining several separate images. The im @@ -178,7 +177,7 @@ index 5ea9a35b6c..d3664c5391 100644 -\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html or http://imagemagick.org/script/license.php\fP +\fBCopyright (C) 1999-2020 ImageMagick Studio LLC. Additional copyrights and licenses apply to this software, see file://@DOCUMENTATION_PATH@/www/license.html@EXTRA_DOC_DIR@ or https://www.imagemagick.org/script/license.php\fP diff --git a/utilities/stream.1.in b/utilities/stream.1.in -index d0b6b8960a..d3002d95bb 100644 +index d0b6b89..d3002d9 100644 --- a/utilities/stream.1.in +++ b/utilities/stream.1.in @@ -7,7 +7,7 @@ stream \- a lightweight tool to stream one or more pixel components of the image diff --git a/debian/patches/0007-Improve-policy-in-order-to-be-safer.patch b/debian/patches/0007-Improve-policy-in-order-to-be-safer.patch index b81eb83..bb4f4c1 100644 --- a/debian/patches/0007-Improve-policy-in-order-to-be-safer.patch +++ b/debian/patches/0007-Improve-policy-in-order-to-be-safer.patch @@ -1,5 +1,4 @@ -From 6d99f963f4817a07e9a7f9ad65711693814f4ed8 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Tue, 22 Nov 2016 12:59:01 +0100 Subject: Improve policy in order to be safer @@ -13,7 +12,7 @@ Forwarded: No 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/config/policy.xml b/config/policy.xml -index 2ed14de8a6..54e64782b3 100644 +index 2ed14de..54e6478 100644 --- a/config/policy.xml +++ b/config/policy.xml @@ -57,26 +57,36 @@ diff --git a/debian/patches/0008-Fix-remaining-error-in-html-files.patch b/debian/patches/0008-Fix-remaining-error-in-html-files.patch index 6a2ef6d..9bd6c4e 100644 --- a/debian/patches/0008-Fix-remaining-error-in-html-files.patch +++ b/debian/patches/0008-Fix-remaining-error-in-html-files.patch @@ -1,5 +1,4 @@ -From 644457efe4a513b60d0f3085315426c5b4737a3b Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Sat, 18 Mar 2017 15:47:28 +0100 Subject: Fix remaining error in html files @@ -10,7 +9,7 @@ Subject: Fix remaining error in html files 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/www/changelog.html b/www/changelog.html -index 284960b90f..5d9c77bd4f 100644 +index 284960b..5d9c77b 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -67,8 +67,8 @@ @@ -57,7 +56,7 @@ index 284960b90f..5d9c77bd4f 100644 + diff --git a/www/download.html b/www/download.html -index bfd4fa0ffa..d467cd9242 100644 +index bfd4fa0..d467cd9 100644 --- a/www/download.html +++ b/www/download.html @@ -67,8 +67,8 @@ @@ -77,7 +76,7 @@ index bfd4fa0ffa..d467cd9242 100644 + diff --git a/www/index.html b/www/index.html -index 24709fc4f7..5bff3905e8 100644 +index 24709fc..5bff390 100644 --- a/www/index.html +++ b/www/index.html @@ -263,7 +263,6 @@ Use ImageMagick +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Sun, 4 Jun 2017 13:40:37 +0200 Subject: Fix changelog tag mismatch @@ -9,7 +8,7 @@ Forwarded: no 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/changelog.html b/www/changelog.html -index 5d9c77bd4f..a80e49c0d9 100644 +index 5d9c77b..a80e49c 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -1064,7 +1064,7 @@ diff --git a/debian/patches/0011-Fix-html-error-in-api-Image-.html.patch b/debian/patches/0011-Fix-html-error-in-api-Image-.html.patch index ffefe69..a131654 100644 --- a/debian/patches/0011-Fix-html-error-in-api-Image-.html.patch +++ b/debian/patches/0011-Fix-html-error-in-api-Image-.html.patch @@ -1,5 +1,4 @@ -From 4cd51ab65b1348fcc3371c0ff3a2d0257b775a63 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Fri, 11 Aug 2017 10:13:21 +0200 Subject: Fix html error in api/Image++.html @@ -9,7 +8,7 @@ Forwarded: Yes 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/www/api/Image++.html b/www/api/Image++.html -index c0cba474c9..2932882212 100644 +index c0cba47..2932882 100644 --- a/www/api/Image++.html +++ b/www/api/Image++.html @@ -66,8 +66,8 @@ diff --git a/debian/patches/0012-Fix-www-escape.html.patch b/debian/patches/0012-Fix-www-escape.html.patch index 64d4404..5f89fea 100644 --- a/debian/patches/0012-Fix-www-escape.html.patch +++ b/debian/patches/0012-Fix-www-escape.html.patch @@ -1,5 +1,4 @@ -From c3975d396ed061894f4f8ecc3a136f181fcaff8e Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Fri, 11 Aug 2017 10:14:36 +0200 Subject: Fix www/escape.html @@ -9,7 +8,7 @@ Forwarded: Yes 1 file changed, 1 insertion(+) diff --git a/www/escape.html b/www/escape.html -index 5e6c04139e..9e27c44401 100644 +index 5e6c041..9e27c44 100644 --- a/www/escape.html +++ b/www/escape.html @@ -832,6 +832,7 @@ information contained in the file:

diff --git a/debian/patches/0013-Fix-www-magick-script.html.patch b/debian/patches/0013-Fix-www-magick-script.html.patch index 8f06286..2276764 100644 --- a/debian/patches/0013-Fix-www-magick-script.html.patch +++ b/debian/patches/0013-Fix-www-magick-script.html.patch @@ -1,5 +1,4 @@ -From 0696eea1ce57371b52a4b4151bc3de399a19041d Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Fri, 11 Aug 2017 10:15:37 +0200 Subject: Fix www/magick-script.html @@ -9,7 +8,7 @@ Forwarded: Yes 1 file changed, 1 insertion(+) diff --git a/www/magick-script.html b/www/magick-script.html -index e82fbe3cb4..2aa6484258 100644 +index e82fbe3..2aa6484 100644 --- a/www/magick-script.html +++ b/www/magick-script.html @@ -91,6 +91,7 @@ diff --git a/debian/patches/0014-Fix-www-support.html.patch b/debian/patches/0014-Fix-www-support.html.patch index 04031c1..c3adcc8 100644 --- a/debian/patches/0014-Fix-www-support.html.patch +++ b/debian/patches/0014-Fix-www-support.html.patch @@ -1,5 +1,4 @@ -From 4390760a6cd693b36588e322ad51ff88a3bfdab3 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Fri, 11 Aug 2017 10:20:20 +0200 Subject: Fix www/support.html @@ -9,7 +8,7 @@ Forwarded: Yes 1 file changed, 1 insertion(+) diff --git a/www/support.html b/www/support.html -index 5de42edc9a..3688010f92 100644 +index 5de42ed..3688010 100644 --- a/www/support.html +++ b/www/support.html @@ -179,3 +179,4 @@ diff --git a/debian/patches/0015-Fix-instead-of-lt-and-input-form.patch b/debian/patches/0015-Fix-instead-of-lt-and-input-form.patch index 4953fa1..5059a32 100644 --- a/debian/patches/0015-Fix-instead-of-lt-and-input-form.patch +++ b/debian/patches/0015-Fix-instead-of-lt-and-input-form.patch @@ -1,5 +1,4 @@ -From 08775bc3b1c7796574bc30565e26c3c2ef89686c Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= +From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= Date: Sat, 3 Feb 2018 23:38:58 +0100 Subject: Fix < instead of < and input form @@ -131,7 +130,7 @@ Forwarded: Yes 123 files changed, 488 insertions(+), 498 deletions(-) diff --git a/index.html b/index.html -index ca08420fe0..7e3e1413ba 100644 +index ca08420..7e3e141 100644 --- a/index.html +++ b/index.html @@ -67,8 +67,8 @@ @@ -157,7 +156,7 @@ index ca08420fe0..7e3e1413ba 100644 \ No newline at end of file + diff --git a/www/ImageMagickObject.html b/www/ImageMagickObject.html -index 9c434e4649..9be497fb18 100644 +index 9c434e4..9be497f 100644 --- a/www/ImageMagickObject.html +++ b/www/ImageMagickObject.html @@ -67,8 +67,8 @@ @@ -181,7 +180,7 @@ index 9c434e4649..9be497fb18 100644 + diff --git a/www/advanced-unix-installation.html b/www/advanced-unix-installation.html -index f58c739132..8f1b24d2c5 100644 +index f58c739..8f1b24d 100644 --- a/www/advanced-unix-installation.html +++ b/www/advanced-unix-installation.html @@ -67,8 +67,8 @@ @@ -206,7 +205,7 @@ index f58c739132..8f1b24d2c5 100644 + diff --git a/www/advanced-windows-installation.html b/www/advanced-windows-installation.html -index a785190426..f976ea0c38 100644 +index a785190..f976ea0 100644 --- a/www/advanced-windows-installation.html +++ b/www/advanced-windows-installation.html @@ -67,8 +67,8 @@ @@ -230,7 +229,7 @@ index a785190426..f976ea0c38 100644 + diff --git a/www/animate.html b/www/animate.html -index 90fb2a59df..89993ec118 100644 +index 90fb2a5..89993ec 100644 --- a/www/animate.html +++ b/www/animate.html @@ -67,8 +67,8 @@ @@ -254,7 +253,7 @@ index 90fb2a59df..89993ec118 100644 + diff --git a/www/api/animate.html b/www/api/animate.html -index 0c819d217f..4d936f3980 100644 +index 0c819d2..4d936f3 100644 --- a/www/api/animate.html +++ b/www/api/animate.html @@ -66,8 +66,8 @@ @@ -281,7 +280,7 @@ index 0c819d217f..4d936f3980 100644 \ No newline at end of file + diff --git a/www/api/annotate.html b/www/api/annotate.html -index cecdb580e7..36bef3f574 100644 +index cecdb58..36bef3f 100644 --- a/www/api/annotate.html +++ b/www/api/annotate.html @@ -66,8 +66,8 @@ @@ -308,7 +307,7 @@ index cecdb580e7..36bef3f574 100644 \ No newline at end of file + diff --git a/www/api/attribute.html b/www/api/attribute.html -index 25f629f457..b9ff5b9540 100644 +index 25f629f..b9ff5b9 100644 --- a/www/api/attribute.html +++ b/www/api/attribute.html @@ -66,8 +66,8 @@ @@ -335,7 +334,7 @@ index 25f629f457..b9ff5b9540 100644 \ No newline at end of file + diff --git a/www/api/blob.html b/www/api/blob.html -index 5d224355a1..ff2efb13ac 100644 +index 5d22435..ff2efb1 100644 --- a/www/api/blob.html +++ b/www/api/blob.html @@ -66,8 +66,8 @@ @@ -362,7 +361,7 @@ index 5d224355a1..ff2efb13ac 100644 \ No newline at end of file + diff --git a/www/api/cache-view.html b/www/api/cache-view.html -index a35f1b7fab..a1ab00234a 100644 +index a35f1b7..a1ab002 100644 --- a/www/api/cache-view.html +++ b/www/api/cache-view.html @@ -66,8 +66,8 @@ @@ -389,7 +388,7 @@ index a35f1b7fab..a1ab00234a 100644 \ No newline at end of file + diff --git a/www/api/cache.html b/www/api/cache.html -index 7881cf519a..e6e8ea9ad8 100644 +index 7881cf5..e6e8ea9 100644 --- a/www/api/cache.html +++ b/www/api/cache.html @@ -66,8 +66,8 @@ @@ -416,7 +415,7 @@ index 7881cf519a..e6e8ea9ad8 100644 \ No newline at end of file + diff --git a/www/api/channel.html b/www/api/channel.html -index e996eb5c63..af948fc9db 100644 +index e996eb5..af948fc 100644 --- a/www/api/channel.html +++ b/www/api/channel.html @@ -66,8 +66,8 @@ @@ -443,7 +442,7 @@ index e996eb5c63..af948fc9db 100644 \ No newline at end of file + diff --git a/www/api/cipher.html b/www/api/cipher.html -index 02d54dd389..ed64fe9688 100644 +index 02d54dd..ed64fe9 100644 --- a/www/api/cipher.html +++ b/www/api/cipher.html @@ -66,8 +66,8 @@ @@ -470,7 +469,7 @@ index 02d54dd389..ed64fe9688 100644 \ No newline at end of file + diff --git a/www/api/color.html b/www/api/color.html -index 78e2d55682..3be5252a64 100644 +index 78e2d55..3be5252 100644 --- a/www/api/color.html +++ b/www/api/color.html @@ -66,8 +66,8 @@ @@ -497,7 +496,7 @@ index 78e2d55682..3be5252a64 100644 \ No newline at end of file + diff --git a/www/api/colormap.html b/www/api/colormap.html -index 4cb41b25d5..73b10c33c0 100644 +index 4cb41b2..73b10c3 100644 --- a/www/api/colormap.html +++ b/www/api/colormap.html @@ -66,8 +66,8 @@ @@ -524,7 +523,7 @@ index 4cb41b25d5..73b10c33c0 100644 \ No newline at end of file + diff --git a/www/api/colorspace.html b/www/api/colorspace.html -index f57f34c6f2..252439a433 100644 +index f57f34c..252439a 100644 --- a/www/api/colorspace.html +++ b/www/api/colorspace.html @@ -66,8 +66,8 @@ @@ -551,7 +550,7 @@ index f57f34c6f2..252439a433 100644 \ No newline at end of file + diff --git a/www/api/compare.html b/www/api/compare.html -index e2bded3012..ad5d4e0bfe 100644 +index e2bded3..ad5d4e0 100644 --- a/www/api/compare.html +++ b/www/api/compare.html @@ -66,8 +66,8 @@ @@ -578,7 +577,7 @@ index e2bded3012..ad5d4e0bfe 100644 \ No newline at end of file + diff --git a/www/api/composite.html b/www/api/composite.html -index 87796fecae..2b4a199816 100644 +index 87796fe..2b4a199 100644 --- a/www/api/composite.html +++ b/www/api/composite.html @@ -66,8 +66,8 @@ @@ -605,7 +604,7 @@ index 87796fecae..2b4a199816 100644 \ No newline at end of file + diff --git a/www/api/constitute.html b/www/api/constitute.html -index 980674b01e..804d47119b 100644 +index 980674b..804d471 100644 --- a/www/api/constitute.html +++ b/www/api/constitute.html @@ -66,8 +66,8 @@ @@ -632,7 +631,7 @@ index 980674b01e..804d47119b 100644 \ No newline at end of file + diff --git a/www/api/decorate.html b/www/api/decorate.html -index 2e684ed3a4..61d01300dd 100644 +index 2e684ed..61d0130 100644 --- a/www/api/decorate.html +++ b/www/api/decorate.html @@ -66,8 +66,8 @@ @@ -659,7 +658,7 @@ index 2e684ed3a4..61d01300dd 100644 \ No newline at end of file + diff --git a/www/api/deprecate.html b/www/api/deprecate.html -index 25ea36e780..bd0350bd6e 100644 +index 25ea36e..bd0350b 100644 --- a/www/api/deprecate.html +++ b/www/api/deprecate.html @@ -66,8 +66,8 @@ @@ -686,7 +685,7 @@ index 25ea36e780..bd0350bd6e 100644 \ No newline at end of file + diff --git a/www/api/display.html b/www/api/display.html -index 121e67a865..30e238c88d 100644 +index 121e67a..30e238c 100644 --- a/www/api/display.html +++ b/www/api/display.html @@ -66,8 +66,8 @@ @@ -713,7 +712,7 @@ index 121e67a865..30e238c88d 100644 \ No newline at end of file + diff --git a/www/api/distort.html b/www/api/distort.html -index 495c56ea8b..efa9557490 100644 +index 495c56e..efa9557 100644 --- a/www/api/distort.html +++ b/www/api/distort.html @@ -66,8 +66,8 @@ @@ -740,7 +739,7 @@ index 495c56ea8b..efa9557490 100644 \ No newline at end of file + diff --git a/www/api/draw.html b/www/api/draw.html -index 51add2a4b1..b46853141b 100644 +index 51add2a..b468531 100644 --- a/www/api/draw.html +++ b/www/api/draw.html @@ -66,8 +66,8 @@ @@ -767,7 +766,7 @@ index 51add2a4b1..b46853141b 100644 \ No newline at end of file + diff --git a/www/api/drawing-wand.html b/www/api/drawing-wand.html -index c6fa50666d..b1e792892c 100644 +index c6fa506..b1e7928 100644 --- a/www/api/drawing-wand.html +++ b/www/api/drawing-wand.html @@ -66,8 +66,8 @@ @@ -794,7 +793,7 @@ index c6fa50666d..b1e792892c 100644 \ No newline at end of file + diff --git a/www/api/effect.html b/www/api/effect.html -index 0d0a823512..d6b3250cf9 100644 +index 0d0a823..d6b3250 100644 --- a/www/api/effect.html +++ b/www/api/effect.html @@ -66,8 +66,8 @@ @@ -821,7 +820,7 @@ index 0d0a823512..d6b3250cf9 100644 \ No newline at end of file + diff --git a/www/api/enhance.html b/www/api/enhance.html -index 789ec08fd8..d616d43e52 100644 +index 789ec08..d616d43 100644 --- a/www/api/enhance.html +++ b/www/api/enhance.html @@ -66,8 +66,8 @@ @@ -848,7 +847,7 @@ index 789ec08fd8..d616d43e52 100644 \ No newline at end of file + diff --git a/www/api/exception.html b/www/api/exception.html -index e86d91e169..7ef2042ef7 100644 +index e86d91e..7ef2042 100644 --- a/www/api/exception.html +++ b/www/api/exception.html @@ -66,8 +66,8 @@ @@ -875,7 +874,7 @@ index e86d91e169..7ef2042ef7 100644 \ No newline at end of file + diff --git a/www/api/feature.html b/www/api/feature.html -index b12352f77f..9e925e4dcc 100644 +index b12352f..9e925e4 100644 --- a/www/api/feature.html +++ b/www/api/feature.html @@ -66,8 +66,8 @@ @@ -902,7 +901,7 @@ index b12352f77f..9e925e4dcc 100644 \ No newline at end of file + diff --git a/www/api/fourier.html b/www/api/fourier.html -index 2b6aa04e7f..b63988e067 100644 +index 2b6aa04..b63988e 100644 --- a/www/api/fourier.html +++ b/www/api/fourier.html @@ -66,8 +66,8 @@ @@ -929,7 +928,7 @@ index 2b6aa04e7f..b63988e067 100644 \ No newline at end of file + diff --git a/www/api/fx.html b/www/api/fx.html -index 728a162081..e28525edb3 100644 +index 728a162..e28525e 100644 --- a/www/api/fx.html +++ b/www/api/fx.html @@ -66,8 +66,8 @@ @@ -956,7 +955,7 @@ index 728a162081..e28525edb3 100644 \ No newline at end of file + diff --git a/www/api/histogram.html b/www/api/histogram.html -index c11236ba65..3264313488 100644 +index c11236b..3264313 100644 --- a/www/api/histogram.html +++ b/www/api/histogram.html @@ -66,8 +66,8 @@ @@ -983,7 +982,7 @@ index c11236ba65..3264313488 100644 \ No newline at end of file + diff --git a/www/api/image-view.html b/www/api/image-view.html -index b362065e87..dd09c66b90 100644 +index b362065..dd09c66 100644 --- a/www/api/image-view.html +++ b/www/api/image-view.html @@ -66,8 +66,8 @@ @@ -1010,7 +1009,7 @@ index b362065e87..dd09c66b90 100644 \ No newline at end of file + diff --git a/www/api/image.html b/www/api/image.html -index 247b78b3ea..595356dcd2 100644 +index 247b78b..595356d 100644 --- a/www/api/image.html +++ b/www/api/image.html @@ -66,8 +66,8 @@ @@ -1037,7 +1036,7 @@ index 247b78b3ea..595356dcd2 100644 \ No newline at end of file + diff --git a/www/api/layer.html b/www/api/layer.html -index 7a591ae7a6..cfe37f2b26 100644 +index 7a591ae..cfe37f2 100644 --- a/www/api/layer.html +++ b/www/api/layer.html @@ -66,8 +66,8 @@ @@ -1064,7 +1063,7 @@ index 7a591ae7a6..cfe37f2b26 100644 \ No newline at end of file + diff --git a/www/api/list.html b/www/api/list.html -index 9ac46e302a..365edfd21c 100644 +index 9ac46e3..365edfd 100644 --- a/www/api/list.html +++ b/www/api/list.html @@ -66,8 +66,8 @@ @@ -1091,7 +1090,7 @@ index 9ac46e302a..365edfd21c 100644 \ No newline at end of file + diff --git a/www/api/magick++-classes.html b/www/api/magick++-classes.html -index 2ee2f37735..77704f0cb6 100644 +index 2ee2f37..77704f0 100644 --- a/www/api/magick++-classes.html +++ b/www/api/magick++-classes.html @@ -167,8 +167,7 @@ containers of image frames. @@ -1107,7 +1106,7 @@ index 2ee2f37735..77704f0cb6 100644 \ No newline at end of file + diff --git a/www/api/magick-deprecate.html b/www/api/magick-deprecate.html -index 714ff039c2..2dbf084315 100644 +index 714ff03..2dbf084 100644 --- a/www/api/magick-deprecate.html +++ b/www/api/magick-deprecate.html @@ -66,8 +66,8 @@ @@ -1134,7 +1133,7 @@ index 714ff039c2..2dbf084315 100644 \ No newline at end of file + diff --git a/www/api/magick-image.html b/www/api/magick-image.html -index 4a7ba4fef5..495665c407 100644 +index 4a7ba4f..495665c 100644 --- a/www/api/magick-image.html +++ b/www/api/magick-image.html @@ -66,8 +66,8 @@ @@ -1161,7 +1160,7 @@ index 4a7ba4fef5..495665c407 100644 \ No newline at end of file + diff --git a/www/api/magick-property.html b/www/api/magick-property.html -index 9262a75d8d..902a0b4900 100644 +index 9262a75..902a0b4 100644 --- a/www/api/magick-property.html +++ b/www/api/magick-property.html @@ -66,8 +66,8 @@ @@ -1188,7 +1187,7 @@ index 9262a75d8d..902a0b4900 100644 \ No newline at end of file + diff --git a/www/api/magick-wand.html b/www/api/magick-wand.html -index e90183585b..76f6f9c82e 100644 +index e901835..76f6f9c 100644 --- a/www/api/magick-wand.html +++ b/www/api/magick-wand.html @@ -66,8 +66,8 @@ @@ -1215,7 +1214,7 @@ index e90183585b..76f6f9c82e 100644 \ No newline at end of file + diff --git a/www/api/magick.html b/www/api/magick.html -index 74ba75cbb5..52ed77ba09 100644 +index 74ba75c..52ed77b 100644 --- a/www/api/magick.html +++ b/www/api/magick.html @@ -66,8 +66,8 @@ @@ -1242,7 +1241,7 @@ index 74ba75cbb5..52ed77ba09 100644 \ No newline at end of file + diff --git a/www/api/memory.html b/www/api/memory.html -index f6b1c49ec6..808b94cea9 100644 +index f6b1c49..808b94c 100644 --- a/www/api/memory.html +++ b/www/api/memory.html @@ -66,8 +66,8 @@ @@ -1269,7 +1268,7 @@ index f6b1c49ec6..808b94cea9 100644 \ No newline at end of file + diff --git a/www/api/mime.html b/www/api/mime.html -index 33e489327e..2d469ecdd4 100644 +index 33e4893..2d469ec 100644 --- a/www/api/mime.html +++ b/www/api/mime.html @@ -66,8 +66,8 @@ @@ -1296,7 +1295,7 @@ index 33e489327e..2d469ecdd4 100644 \ No newline at end of file + diff --git a/www/api/module.html b/www/api/module.html -index 1cd7da8608..e3352bf1ff 100644 +index 1cd7da8..e3352bf 100644 --- a/www/api/module.html +++ b/www/api/module.html @@ -66,8 +66,8 @@ @@ -1323,7 +1322,7 @@ index 1cd7da8608..e3352bf1ff 100644 \ No newline at end of file + diff --git a/www/api/mogrify.html b/www/api/mogrify.html -index f9a4b43ce4..d20f787612 100644 +index f9a4b43..d20f787 100644 --- a/www/api/mogrify.html +++ b/www/api/mogrify.html @@ -66,8 +66,8 @@ @@ -1350,7 +1349,7 @@ index f9a4b43ce4..d20f787612 100644 \ No newline at end of file + diff --git a/www/api/monitor.html b/www/api/monitor.html -index d051e4e4f0..dabab5cf3e 100644 +index d051e4e..dabab5c 100644 --- a/www/api/monitor.html +++ b/www/api/monitor.html @@ -66,8 +66,8 @@ @@ -1377,7 +1376,7 @@ index d051e4e4f0..dabab5cf3e 100644 \ No newline at end of file + diff --git a/www/api/montage.html b/www/api/montage.html -index 45b8d34930..ba1b9b22d4 100644 +index 45b8d34..ba1b9b2 100644 --- a/www/api/montage.html +++ b/www/api/montage.html @@ -66,8 +66,8 @@ @@ -1404,7 +1403,7 @@ index 45b8d34930..ba1b9b22d4 100644 \ No newline at end of file + diff --git a/www/api/morphology.html b/www/api/morphology.html -index 184fe8ddeb..f2fc919120 100644 +index 184fe8d..f2fc919 100644 --- a/www/api/morphology.html +++ b/www/api/morphology.html @@ -66,8 +66,8 @@ @@ -1431,7 +1430,7 @@ index 184fe8ddeb..f2fc919120 100644 \ No newline at end of file + diff --git a/www/api/paint.html b/www/api/paint.html -index 72eecc9e31..c150221997 100644 +index 72eecc9..c150221 100644 --- a/www/api/paint.html +++ b/www/api/paint.html @@ -66,8 +66,8 @@ @@ -1458,7 +1457,7 @@ index 72eecc9e31..c150221997 100644 \ No newline at end of file + diff --git a/www/api/pixel-iterator.html b/www/api/pixel-iterator.html -index ac7bc1088a..245f701baf 100644 +index ac7bc10..245f701 100644 --- a/www/api/pixel-iterator.html +++ b/www/api/pixel-iterator.html @@ -66,8 +66,8 @@ @@ -1485,7 +1484,7 @@ index ac7bc1088a..245f701baf 100644 \ No newline at end of file + diff --git a/www/api/pixel-wand.html b/www/api/pixel-wand.html -index 875c3e2eba..e2bb446d08 100644 +index 875c3e2..e2bb446 100644 --- a/www/api/pixel-wand.html +++ b/www/api/pixel-wand.html @@ -66,8 +66,8 @@ @@ -1512,7 +1511,7 @@ index 875c3e2eba..e2bb446d08 100644 \ No newline at end of file + diff --git a/www/api/profile.html b/www/api/profile.html -index 89dd943b64..f4e268af12 100644 +index 89dd943..f4e268a 100644 --- a/www/api/profile.html +++ b/www/api/profile.html @@ -66,8 +66,8 @@ @@ -1539,7 +1538,7 @@ index 89dd943b64..f4e268af12 100644 \ No newline at end of file + diff --git a/www/api/property.html b/www/api/property.html -index e0cdde0bcb..7fd481f6f3 100644 +index e0cdde0..7fd481f 100644 --- a/www/api/property.html +++ b/www/api/property.html @@ -66,8 +66,8 @@ @@ -1566,7 +1565,7 @@ index e0cdde0bcb..7fd481f6f3 100644 \ No newline at end of file + diff --git a/www/api/quantize.html b/www/api/quantize.html -index ec170256ef..d3e23e7abf 100644 +index ec17025..d3e23e7 100644 --- a/www/api/quantize.html +++ b/www/api/quantize.html @@ -66,8 +66,8 @@ @@ -1593,7 +1592,7 @@ index ec170256ef..d3e23e7abf 100644 \ No newline at end of file + diff --git a/www/api/registry.html b/www/api/registry.html -index 8bdae028e4..fec9845f86 100644 +index 8bdae02..fec9845 100644 --- a/www/api/registry.html +++ b/www/api/registry.html @@ -66,8 +66,8 @@ @@ -1620,7 +1619,7 @@ index 8bdae028e4..fec9845f86 100644 \ No newline at end of file + diff --git a/www/api/resize.html b/www/api/resize.html -index ae0db0aa4d..027a464293 100644 +index ae0db0a..027a464 100644 --- a/www/api/resize.html +++ b/www/api/resize.html @@ -66,8 +66,8 @@ @@ -1647,7 +1646,7 @@ index ae0db0aa4d..027a464293 100644 \ No newline at end of file + diff --git a/www/api/resource.html b/www/api/resource.html -index db902065d3..07ccdc2cdd 100644 +index db90206..07ccdc2 100644 --- a/www/api/resource.html +++ b/www/api/resource.html @@ -66,8 +66,8 @@ @@ -1674,7 +1673,7 @@ index db902065d3..07ccdc2cdd 100644 \ No newline at end of file + diff --git a/www/api/segment.html b/www/api/segment.html -index c92e8d8fc7..76c7be50dd 100644 +index c92e8d8..76c7be5 100644 --- a/www/api/segment.html +++ b/www/api/segment.html @@ -66,8 +66,8 @@ @@ -1701,7 +1700,7 @@ index c92e8d8fc7..76c7be50dd 100644 \ No newline at end of file + diff --git a/www/api/shear.html b/www/api/shear.html -index ab8fe9fac8..e9dd82496b 100644 +index ab8fe9f..e9dd824 100644 --- a/www/api/shear.html +++ b/www/api/shear.html @@ -66,8 +66,8 @@ @@ -1728,7 +1727,7 @@ index ab8fe9fac8..e9dd82496b 100644 \ No newline at end of file + diff --git a/www/api/signature.html b/www/api/signature.html -index e3d7e1a7fc..b3d07a0252 100644 +index e3d7e1a..b3d07a0 100644 --- a/www/api/signature.html +++ b/www/api/signature.html @@ -66,8 +66,8 @@ @@ -1755,7 +1754,7 @@ index e3d7e1a7fc..b3d07a0252 100644 \ No newline at end of file + diff --git a/www/api/statistic.html b/www/api/statistic.html -index 8125dc1aec..3555fe780c 100644 +index 8125dc1..3555fe7 100644 --- a/www/api/statistic.html +++ b/www/api/statistic.html @@ -66,8 +66,8 @@ @@ -1782,7 +1781,7 @@ index 8125dc1aec..3555fe780c 100644 \ No newline at end of file + diff --git a/www/api/stream.html b/www/api/stream.html -index 8e0053fd04..736ce725f0 100644 +index 8e0053f..736ce72 100644 --- a/www/api/stream.html +++ b/www/api/stream.html @@ -66,8 +66,8 @@ @@ -1809,7 +1808,7 @@ index 8e0053fd04..736ce725f0 100644 \ No newline at end of file + diff --git a/www/api/transform.html b/www/api/transform.html -index efbf9d2821..497b9238b7 100644 +index efbf9d2..497b923 100644 --- a/www/api/transform.html +++ b/www/api/transform.html @@ -66,8 +66,8 @@ @@ -1836,7 +1835,7 @@ index efbf9d2821..497b9238b7 100644 \ No newline at end of file + diff --git a/www/api/version.html b/www/api/version.html -index 0a59115d8f..5eec8db2fa 100644 +index 0a59115..5eec8db 100644 --- a/www/api/version.html +++ b/www/api/version.html @@ -66,8 +66,8 @@ @@ -1863,7 +1862,7 @@ index 0a59115d8f..5eec8db2fa 100644 \ No newline at end of file + diff --git a/www/api/wand-view.html b/www/api/wand-view.html -index f44b674f1f..c877d6e3bb 100644 +index f44b674..c877d6e 100644 --- a/www/api/wand-view.html +++ b/www/api/wand-view.html @@ -66,8 +66,8 @@ @@ -1890,7 +1889,7 @@ index f44b674f1f..c877d6e3bb 100644 \ No newline at end of file + diff --git a/www/architecture.html b/www/architecture.html -index f3d9a6353a..7fe2eb9b86 100644 +index f3d9a63..7fe2eb9 100644 --- a/www/architecture.html +++ b/www/architecture.html @@ -67,8 +67,8 @@ @@ -1915,7 +1914,7 @@ index f3d9a6353a..7fe2eb9b86 100644 + + diff --git a/www/changelog.html b/www/changelog.html -index a80e49c0d9..fe5bca9fec 100644 +index a80e49c..fe5bca9 100644 --- a/www/changelog.html +++ b/www/changelog.html @@ -5113,7 +5113,7 @@ @@ -1928,7 +1927,7 @@ index a80e49c0d9..fe5bca9fec 100644