<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/graphics/ImageMagick, branch pkgsrc_2004Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2004Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2005-02-21T17:26:20Z</updated>
<entry>
<title>Pullup ticket 301 - requested by Lubomir Sedlacik</title>
<updated>2005-02-21T17:26:20Z</updated>
<author>
<name>snj</name>
<email>snj</email>
</author>
<published>2005-02-21T17:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7f9b4f1344ae5f2eef63f88d0b217ff6331b44ea'/>
<id>urn:sha1:7f9b4f1344ae5f2eef63f88d0b217ff6331b44ea</id>
<content type='text'>
security fix for ImageMagick and p5-PerlMagick

Revisions pulled up:
- pkgsrc/graphics/ImageMagick/Makefile		1.123,1.125
- pkgsrc/graphics/ImageMagick/Makefile.common	1.25-1.27
- pkgsrc/graphics/ImageMagick/options.mk	1.1
- pkgsrc/graphics/ImageMagick/PLIST		1.28-1.29
- pkgsrc/graphics/ImageMagick/distinfo		1.35-1.37
- pkgsrc/graphics/ImageMagick/patches/patch-aa	1.27
- pkgsrc/graphics/p5-PerlMagick/Makefile	1.38


   Module Name:    pkgsrc
   Committed By:   tv
   Date:           Fri Dec 24 23:42:49 UTC 2004

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile
   Added Files:
           pkgsrc/graphics/ImageMagick: options.mk

   Log Message:
   Allow building without X11 support with "PKG_OPTIONS.ImageMagick=-x11".
   Idea inspired by post to tech-pkg from &lt;imil@home.imil.net&gt;.

   ---

   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Wed Jan  5 09:25:18 UTC 2005

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile Makefile.common PLIST distinfo
           pkgsrc/graphics/ImageMagick/patches: patch-aa

   Log Message:
   Changes 6.1.7:
   * ReadPALMImage() now produces a proper RGB image
   * Added the -shadow option to simulate an image shadow
   * Fix file leak in ImageToBlob() method

   ---

   Module Name:    pkgsrc
   Committed By:   adam
   Date:           Fri Jan 14 12:41:07 UTC 2005

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo

   Log Message:
   Changes 6.1.8-6:
   * Bug fixes and improvements

   ---

   Module Name:    pkgsrc
   Committed By:   drochner
   Date:           Tue Jan 18 11:22:10 UTC 2005

   Modified Files:
           pkgsrc/graphics/ImageMagick: Makefile.common distinfo
           pkgsrc/graphics/p5-PerlMagick: Makefile

   Log Message:
   update to 6.1.8-8, fixes a security problem, see
   http://www.idefense.com/application/poi/display?id=184&amp;type=vulnerabilities
</content>
</entry>
<entry>
<title>Changes 6.1.6-0:</title>
<updated>2004-12-05T09:42:11Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-12-05T09:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5b4f86103d4d07a5c2e540b700ce2fa1a828c406'/>
<id>urn:sha1:5b4f86103d4d07a5c2e540b700ce2fa1a828c406</id>
<content type='text'>
  * The -channel option is operational again.
  * The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
</content>
</entry>
<entry>
<title>Chamges 6.1.5-7:</title>
<updated>2004-11-29T09:05:46Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-29T09:05:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f8f6b93acb6a84fa028f02a875e44d4d68a14f38'/>
<id>urn:sha1:f8f6b93acb6a84fa028f02a875e44d4d68a14f38</id>
<content type='text'>
* The black channel offset was incorrectly computed when compositing causing
  a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
  QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
  image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics().  Its like QueryTypeMetrics()
  but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.
</content>
</entry>
<entry>
<title>Changes 6.1.5-2:</title>
<updated>2004-11-22T16:28:24Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-22T16:28:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8cec79ae832317f4fb2920980408c7354c67ee3f'/>
<id>urn:sha1:8cec79ae832317f4fb2920980408c7354c67ee3f</id>
<content type='text'>
  * The black channel offset was incorrectly computed when compositing causing
    a seg-fault (bug report from Arfune).
  * Under extremely rare conditions the GIF coder had a memory leak.
  * Moved image list advancement to after the progress monitor call in
    QuantizeImages() (bug report by Tim Hunter).
</content>
</entry>
<entry>
<title>Bumped to -3, since -1 is no longer available</title>
<updated>2004-11-16T09:39:51Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-16T09:39:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=21a65ea6df74c788ea3fb91e4c86c87bbe9053ae'/>
<id>urn:sha1:21a65ea6df74c788ea3fb91e4c86c87bbe9053ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changes 6.1.4-1:</title>
<updated>2004-11-15T11:14:15Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-11-15T11:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f03b28f4bfdc841220a7bd31d2f62ef17b85c8a1'/>
<id>urn:sha1:f03b28f4bfdc841220a7bd31d2f62ef17b85c8a1</id>
<content type='text'>
* Bug-fixes and improvemens [as usually]
</content>
</entry>
<entry>
<title>Changes 6.1.2: bug fixes and improvements</title>
<updated>2004-10-28T14:34:17Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-10-28T14:34:17Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e76de26cc023bc9821b102cd406dc11dd04a0003'/>
<id>urn:sha1:e76de26cc023bc9821b102cd406dc11dd04a0003</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This pkg fails to build with make from NetBSD-1.6.2.  Use the GNU make</title>
<updated>2004-10-10T11:20:08Z</updated>
<author>
<name>kristerw</name>
<email>kristerw</email>
</author>
<published>2004-10-10T11:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f17eb23bd83cd59161e9ae76854a3f26083db705'/>
<id>urn:sha1:f17eb23bd83cd59161e9ae76854a3f26083db705</id>
<content type='text'>
instead.
</content>
</entry>
<entry>
<title>Update patch so it works with bash too.</title>
<updated>2004-10-05T22:12:00Z</updated>
<author>
<name>reed</name>
<email>reed</email>
</author>
<published>2004-10-05T22:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5dcfbf9aa233d423034db9a99e4f6ca3dd35ed81'/>
<id>urn:sha1:5dcfbf9aa233d423034db9a99e4f6ca3dd35ed81</id>
<content type='text'>
No change to actual configuration.

Maintainer, adam@, says this patch is used to prevent
installing/overwriting libltdl.
</content>
</entry>
<entry>
<title>Changes 6.1.0-2:</title>
<updated>2004-10-05T12:07:31Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2004-10-05T12:07:31Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=95d694782eed8b14e998d337569df91fb2174669'/>
<id>urn:sha1:95d694782eed8b14e998d337569df91fb2174669</id>
<content type='text'>
* Bug-fix release
</content>
</entry>
</feed>
