Public bug reported:

FFe justification: several CVE fixes from upstream, which will need to
be provided in a security update immediately upon release otherwise.
Additionally, this is a minor-release update from upstream.

Upstream ChangeLog additions:

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2017-01-14  6.9.7-4 Cristy  <quetzlzacatenango@image...>
+  * Release ImageMagick version 6.9.7-4, GIT revision 11293:272cd5d:20170114.
+
+2017-01-14  6.9.7-4 Dirk Lemstra <d...@lem.....org>
+  * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the
+    BMP encoder (reference
+    https://github.com/ImageMagick/ImageMagick/issues/344).
+
+2017-01-10  6.9.7-4 Cristy  <quetzlzacatenango@image...>
+  * Recognize XML policy closing tags (reference
+    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31182).
+  * Fix memory leak in MPC image format.
+
+2017-01-07  6.9.7-3 Cristy  <quetzlzacatenango@image...>
+  * Release ImageMagick version 6.9.7-3, GIT revision 11280:7d65a81:20170107.
+
+2017-01-04  6.9.7-3 Cristy  <quetzlzacatenango@image...>
+  * Increase memory allocation for TIFF pixels (reference
+    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31161).
+
+2017-01-03  6.9.7-2 Cristy  <quetzlzacatenango@image...>
+  * Release ImageMagick version 6.9.7-2, GIT revision 11274:2faf8d7:20170103.
+
+2017-01-02  6.9.7-2 Cristy  <quetzlzacatenango@image...>
+  * Validation unit test for MNG works again.
+
+2016-12-31  6.9.7-1 Cristy  <quetzlzacatenango@image...>
+  * Release ImageMagick version 6.9.7-1, GIT revision 11265:2b38406:20161231.
+
+2016-12-26  6.9.7-1 Cristy  <quetzlzacatenango@image...>
+  * Initialize draw_info alpha member to OpaqueAlpha.
+  * The TMPDIR environment variable has precedence over P_tmpdir (reference
+    https://github.com/ImageMagick/ImageMagick/issues/337).
+  * Monochrome images no longer have inverted colors (reference
+    https://github.com/ImageMagick/ImageMagick/issues/332).

Of these, only the 6.9.7-4 change might be considered a feature change
(rather than a bugfix), and it's introducing flags that were not used
before to the BMP encoder, which seems overall minimal and safe.

imagemagick (8:6.9.7.4+dfsg-2ubuntu1) zesty; urgency=medium

  * Merge with Debian unstable (LP: #). Remaining changes:
    - Drop dependency on libopenjp2-7-dev, which is needed for JPEG2000
      but is not in main (LP: #711061).
      + Regenerate d/control file with `debian/rules update_pkg`

 -- Nishanth Aravamudan <nish.aravamu...@canonical.com>  Fri, 10 Mar
2017 10:59:40 -0800

** Affects: imagemagick (Ubuntu)
     Importance: Undecided
     Assignee: Nish Aravamudan (nacc)
         Status: In Progress

** Changed in: imagemagick (Ubuntu)
       Status: New => In Progress

** Changed in: imagemagick (Ubuntu)
     Assignee: (unassigned) => Nish Aravamudan (nacc)

** Description changed:

  FFe justification: several CVE fixes from upstream, which will need to
  be provided in a security update immediately upon release otherwise.
- Additionally, this is a minor-release update. FFe may not be necessary,
- need to verify.
+ Additionally, this is a minor-release update from upstream.
+ 
+ Upstream ChangeLog additions:
+ 
+ --- a/ChangeLog
+ +++ b/ChangeLog
+ @@ -1,3 +1,39 @@
+ +2017-01-14  6.9.7-4 Cristy  <quetzlzacatenango@image...>
+ +  * Release ImageMagick version 6.9.7-4, GIT revision 11293:272cd5d:20170114.
+ +
+ +2017-01-14  6.9.7-4 Dirk Lemstra <d...@lem.....org>
+ +  * Added support for RGB555, RGB565, ARGB4444 and ARGB1555 to the
+ +    BMP encoder (reference
+ +    https://github.com/ImageMagick/ImageMagick/issues/344).
+ +
+ +2017-01-10  6.9.7-4 Cristy  <quetzlzacatenango@image...>
+ +  * Recognize XML policy closing tags (reference
+ +    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31182).
+ +  * Fix memory leak in MPC image format.
+ +
+ +2017-01-07  6.9.7-3 Cristy  <quetzlzacatenango@image...>
+ +  * Release ImageMagick version 6.9.7-3, GIT revision 11280:7d65a81:20170107.
+ +
+ +2017-01-04  6.9.7-3 Cristy  <quetzlzacatenango@image...>
+ +  * Increase memory allocation for TIFF pixels (reference
+ +    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31161).
+ +
+ +2017-01-03  6.9.7-2 Cristy  <quetzlzacatenango@image...>
+ +  * Release ImageMagick version 6.9.7-2, GIT revision 11274:2faf8d7:20170103.
+ +
+ +2017-01-02  6.9.7-2 Cristy  <quetzlzacatenango@image...>
+ +  * Validation unit test for MNG works again.
+ +
+ +2016-12-31  6.9.7-1 Cristy  <quetzlzacatenango@image...>
+ +  * Release ImageMagick version 6.9.7-1, GIT revision 11265:2b38406:20161231.
+ +
+ +2016-12-26  6.9.7-1 Cristy  <quetzlzacatenango@image...>
+ +  * Initialize draw_info alpha member to OpaqueAlpha.
+ +  * The TMPDIR environment variable has precedence over P_tmpdir (reference
+ +    https://github.com/ImageMagick/ImageMagick/issues/337).
+ +  * Monochrome images no longer have inverted colors (reference
+ +    https://github.com/ImageMagick/ImageMagick/issues/332).
+ 
+ Of these, only the 6.9.7-4 change might be considered a feature change
+ (rather than a bugfix), and it's introducing flags that were not used
+ before to the BMP encoder, which seems overall minimal and safe.
  
  imagemagick (8:6.9.7.4+dfsg-2ubuntu1) zesty; urgency=medium
  
-   * Merge with Debian unstable (LP: #). Remaining changes:
-     - Drop dependency on libopenjp2-7-dev, which is needed for JPEG2000
-       but is not in main (LP: #711061).
-       + Regenerate d/control file with `debian/rules update_pkg`
+   * Merge with Debian unstable (LP: #). Remaining changes:
+     - Drop dependency on libopenjp2-7-dev, which is needed for JPEG2000
+       but is not in main (LP: #711061).
+       + Regenerate d/control file with `debian/rules update_pkg`
  
-  -- Nishanth Aravamudan <nish.aravamu...@canonical.com>  Fri, 10 Mar
+  -- Nishanth Aravamudan <nish.aravamu...@canonical.com>  Fri, 10 Mar
  2017 10:59:40 -0800

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1671905

Title:
  [FFe] Please merge with imagemagick 8:6.9.7.4+dfsg-2 from Debian
  unstable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagemagick/+bug/1671905/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to