Up to [NetBSD] / pkgsrc / print / ghostscript
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Fix build with png-1.5. Patch from John Bowler in private mail.
Pullup ticket 3280 - requested by tron
security fixes
Revisions pulled up:
- pkgsrc/print/ghostscript/Makefile 1.82
- pkgsrc/print/ghostscript/distinfo 1.36
Files added:
pkgsrc/print/ghostscript/patches/patch-ae
pkgsrc/print/ghostscript/patches/patch-bd
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: bouyer
Date: Sat Nov 13 17:03:00 UTC 2010
Modified Files:
pkgsrc/print/ghostscript: Makefile distinfo
Added Files:
pkgsrc/print/ghostscript/patches: patch-bd
Log Message:
Apply patch from official repository:
- Fixed memory reallocation on bitmap size change. Reallocation is not only
needed when dimendions and margins change, but also when the color depth
changes. Fixes bugs #691029 and #691108.
- Fixed arrayoption() macro in cups_put_params() function. Array values did
not get actually set in cups.header data structure. Bug only showed via
a compiler warning.
- Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero.
makes my epson USB printer work again with 2010Q3 cups+ghostscript
PKGREVISION++
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 pkgsrc/print/ghostscript/Makefile
cvs rdiff -u -r1.34 -r1.35 pkgsrc/print/ghostscript/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/print/ghostscript/patches/patch-bd
-------------------------------------------------------------------------
Module Name: pkgsrc
Committed By: tron
Date: Tue Nov 23 11:10:16 UTC 2010
Modified Files:
pkgsrc/print/ghostscript: Makefile distinfo
Added Files:
pkgsrc/print/ghostscript/patches: patch-ae
Log Message:
Add Dr. Werner Fink's patch for the vulnerability reported in CVE-2010-2055.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 pkgsrc/print/ghostscript/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/ghostscript/distinfo
cvs rdiff -u -r0 -r1.6 pkgsrc/print/ghostscript/patches/patch-ae
Add Dr. Werner Fink's patch for the vulnerability reported in CVE-2010-2055.
Apply patch from official repository: - Fixed memory reallocation on bitmap size change. Reallocation is not only needed when dimendions and margins change, but also when the color depth changes. Fixes bugs #691029 and #691108. - Fixed arrayoption() macro in cups_put_params() function. Array values did not get actually set in cups.header data structure. Bug only showed via a compiler warning. - Silenced compiler warning by presetting c0..c3 in cups_map_cmyk() to zero. makes my epson USB printer work again with 2010Q3 cups+ghostscript PKGREVISION++
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching error, and to sync with reality.
Add a fix for the security vulnerability reported in CVE-2010-1628 taken from the Ghostscript Bugzilla.
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Do some initialization of global stuff earlier, in particular before "@file" args get processed, fixes PR pkg/42984 from T. M. Pederson. I'm not 100% sure that this has no side effects (the initialization order in gs is messy and undocumented) but I haven't found any within some weeks of testing. bump PKGREVISION
add patch from upstream (rev. 10778) to fix problems with PDF display, from Dennis den Brok per PR pkg/42946
void function cannot return value
update to 8.71 This is the second release in the stable 8.7x series. It features improved handling of fonts, nesting and color fixes with transparency objects, reduced memory footprint for the halftone cache, as well as improvements to the pxl output devices, and the usual number of bug and robustness fixes.
replace some sprintf by snprintf, fixes CVE-2009-4270 hopefully bump PKGREVISION
Add upstream bug report URL and RCS ID.
Fixing build error on AIX as reported in PR pkg/42063
Update to 8.70: The license is now GPLv3 or later. A large number of issues with transparency were fixed. Several significant fixes to font handling, especially when generating PDF, were made. Numerous robustness, correctness, and performance improvements were made. Security fixes addressing CVE-2009-0583 and CVE-2009-0792 were made. New generic Esc/Page devices, eplmono and eplcolor, were added, as well as the cdnj500 device to support the HP DesignJet 500. The size of PostScript integers was limited to 32 bits, as recommended in the specification. XXX: does not fix build with cups option and jpeg7.
Pullup ticket #2749 - requested by drochner ghostscript: security patch Revisions pulled up: - print/ghostscript/Makefile 1.62 - print/ghostscript/distinfo 1.24 - print/ghostscript/patches/patch-aj 1.4 --- Module Name: pkgsrc Committed By: drochner Date: Fri Apr 17 15:05:31 UTC 2009 Modified Files: pkgsrc/print/ghostscript: Makefile distinfo pkgsrc/print/ghostscript/patches: patch-aj Log Message: add a patch (from Redhat bugzilla #491853) to fix more integer overflows in the icc code (CVE-2009-0792), bump PKGREVISION
Pullup ticket 2738 - requested by tron Security fix Revisions pulled up: - pkgsrc/graphics/ghostscript/Makefile 1.61 - pkgsrc/graphics/ghostscript/distinfo 1.23 - pkgsrc/graphics/ghostscript/patches/patch-aa 1.4 Module Name: pkgsrc Committed By: tron Date: Tue Apr 14 19:32:54 UTC 2009 Modified Files: pkgsrc/print/ghostscript: Makefile distinfo Added Files: pkgsrc/print/ghostscript/patches: patch-aa Log Message: Add patch for the security vulnerability reported in CVE-2009-0196 taken from Redhat's Bugzilla. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 pkgsrc/print/ghostscript/Makefile cvs rdiff -u -r1.22 -r1.23 pkgsrc/print/ghostscript/distinfo cvs rdiff -u -r0 -r1.4 pkgsrc/print/ghostscript/patches/patch-aa
add a patch (from Redhat bugzilla #491853) to fix more integer overflows in the icc code (CVE-2009-0792), bump PKGREVISION
Add patch for the security vulnerability reported in CVE-2009-0196 taken from Redhat's Bugzilla.
add a patch from gentoo to fix range checks in icc profile handling which could lead to DOS or possibly code injection (CVE-2009-0583, CVE-2009-0584), bump PKGREVISION
replace BSD/Linux specific "qd" printf format specifier by "lld", should fix build problem on Solaris reported by Joern Clausen per PR pkg/40664
fix a build problem with native xorg reported by Matthias Scheler, being here, quell a printf format compiler warning
update to 8.64 Approximately 100 bugs have been fixed since the 8.63 release. Of particular note in this release are improvements to overprint and spot color support in documents with transparency, improvements to PDF and PS output, proper handling of PDF-specific text rendering modes and support for reading AES-encrypted PDF documents. Also improved is handling of CJK text, especially in vertical writing modes, memory footprint processing some files at high resolution and support for using the system's default paper size on unix. The interpreter's handling of color spaces has been moved from PostScript code to C. A number of the included printer drivers and cups wrappers have been updated to support a PDF-based workflow. Also fixed are several long-standing bugs in the pcl drivers with respect to duplex, resolution and paper tray selection.
ghostscript has hand-rolled shared lib handling in src/unix-dll.mak that does not do the right thing on Darwin (where shared libs are created with different linking flags and use dylib rather than so as an extension). you need to manually reconfigure unix-dll.mak to make it work, so do it in hacks.mk. XXX: this still leaves the issue of libgs.so (et al.) being hardwired in PLIST, instead of using libgs.dylib (et al.). i'm not sure of the best way to fix that. at least it compiles now....
Build libgs as a shared library as increasingly other packages expect it to be there and want to link with it. Bump PKGREVISION.
update to 8.63 changes: -bugfixes -multithreaded rendering -Images are now always interpolated in their source colorspace -Support for OpenPrinting Vector devices has been upgraded to version 1.0 -two new devices: cairo, svgwrite -maximum number of color components has been reduced to 8 (from 252) -The -Z: debugging option now uses 'realtime' instead of 'usertime'
fix a botched pointer comparision which fails if the pointer difference overflows the signed integer range, this fixes font problems in PDF creation for me, bump PKGREVISION
update to 8.62, fixes a buffer overflow (CVE-2008-0411) (it appearently doesn't fix the font embedding problems in PDF generation reported recently)
update to 8.61 changes: a number of bug fixes and improvements Note: The default device in the gcc build is now the 'x11alpha' device which provides antialiasing for display. To recover the old default behaviour add '-sDEVICE=x11' to the command line.
Don't attempt to use fdopen64 at all. It's not a standardised API and none of the platforms we care about seem to have it. Fixes PR pkg/36757.
Update to ghostscript-8.60: The major milestone of this release is a merge from the ESP Ghostscript fork, used to support the CUPS printing system. This means that free operating systems can now ship a single copy of upstream Ghostscript with their releases. Thanks to Till Kamppeter and Mike Sweet for making this possible. This release also includes numerous important bug fixes over the previous stable versions, as well as improvements to performance, memory footprint, shading and image handling. We recommend this upgrade to all free users. While here, add DESTDIR support.
Don't use fdopen64 on AIX.
Fix broken build on HPUX
update to 8.57 In addition to the usual bug fixes, there are specific performance and quality improvements in the areas of patterns, shading and image filtering. Also new in this release is an implementation of the Well Tempered Screening algorithm in an output device, using Graeme Gill's IMDI library for efficient color mapping. pkgsrc change: use the bundled jasper as the pkgsrc one is incompatible
avoid segfaults on 64-bit systems for some inputs files and pdf output
Update to gpl ghostscript-8.54 aka print/ghostscript-afpl relaunched under GPL with options.mk. This was discussed on tech-pkg@.
remove duplicated entry
Add x11 option to the various ghostscript packages, and get rid of the separate ghostscript*x11* packages.
Use a common distinfo file between ghostscript and ghostscript-nox11.
Move to sha1 digests, where appropriate and possible, and add distfile sizes.
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo