Up to [cvs.netbsd.org] / pkgsrc / print / ghostscript
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.37 / (download) - annotate - [select for diffs], Sat Jan 15 14:08:10 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
HEAD
Changes since 1.36: +2 -1
lines
Diff to previous 1.36 (colored)
Fix build with png-1.5. Patch from John Bowler in private mail.
Revision 1.34.2.1 / (download) - annotate - [select for diffs], Tue Nov 23 22:43:36 2010 UTC (18 months ago) by spz
Branch: pkgsrc-2010Q3
Changes since 1.34: +3 -1
lines
Diff to previous 1.34 (colored) next main 1.35 (colored)
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
Revision 1.36 / (download) - annotate - [select for diffs], Tue Nov 23 11:10:15 2010 UTC (18 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
Add Dr. Werner Fink's patch for the vulnerability reported in CVE-2010-2055.
Revision 1.35 / (download) - annotate - [select for diffs], Sat Nov 13 17:03:00 2010 UTC (18 months, 1 week ago) by bouyer
Branch: MAIN
Changes since 1.34: +2 -1
lines
Diff to previous 1.34 (colored)
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++
Revision 1.33.2.1 / (download) - annotate - [select for diffs], Sun Jul 4 07:24:39 2010 UTC (22 months, 3 weeks ago) by agc
Branch: pkgsrc-2010Q2
Changes since 1.33: +4 -1
lines
Diff to previous 1.33 (colored) next main 1.34 (colored)
Pullup previous changes on HEAD to pkgsrc-2010Q2 branch to fix branching error, and to sync with reality.
Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 30 12:44:55 2010 UTC (22 months, 3 weeks ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base
Branch point for: pkgsrc-2010Q3
Changes since 1.33: +4 -1
lines
Diff to previous 1.33 (colored)
Add a fix for the security vulnerability reported in CVE-2010-1628 taken from the Ghostscript Bugzilla.
Revision 1.33 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:15 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base
Branch point for: pkgsrc-2010Q2
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
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.
Revision 1.32 / (download) - annotate - [select for diffs], Fri Apr 9 19:39:06 2010 UTC (2 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
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
Revision 1.31 / (download) - annotate - [select for diffs], Thu Mar 11 12:53:52 2010 UTC (2 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
add patch from upstream (rev. 10778) to fix problems with PDF display, from Dennis den Brok per PR pkg/42946
Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 4 11:16:27 2010 UTC (2 years, 2 months ago) by tnn
Branch: MAIN
Changes since 1.29: +3 -1
lines
Diff to previous 1.29 (colored)
void function cannot return value
Revision 1.29 / (download) - annotate - [select for diffs], Tue Feb 23 20:31:26 2010 UTC (2 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.28: +7 -8
lines
Diff to previous 1.28 (colored)
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.
Revision 1.28 / (download) - annotate - [select for diffs], Wed Dec 23 13:27:59 2009 UTC (2 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
replace some sprintf by snprintf, fixes CVE-2009-4270 hopefully bump PKGREVISION
Revision 1.27 / (download) - annotate - [select for diffs], Tue Nov 3 00:05:59 2009 UTC (2 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Add upstream bug report URL and RCS ID.
Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 15 05:35:17 2009 UTC (2 years, 8 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Fixing build error on AIX as reported in PR pkg/42063
Revision 1.25 / (download) - annotate - [select for diffs], Mon Aug 31 20:12:20 2009 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.24: +5 -7
lines
Diff to previous 1.24 (colored)
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.
Revision 1.22.2.2 / (download) - annotate - [select for diffs], Tue Apr 28 10:08:44 2009 UTC (3 years ago) by tron
Branch: pkgsrc-2009Q1
Changes since 1.22.2.1: +2 -2
lines
Diff to previous 1.22.2.1 (colored) to branchpoint 1.22 (colored) next main 1.23 (colored)
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
Revision 1.22.2.1 / (download) - annotate - [select for diffs], Fri Apr 17 21:43:51 2009 UTC (3 years, 1 month ago) by spz
Branch: pkgsrc-2009Q1
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
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
Revision 1.24 / (download) - annotate - [select for diffs], Fri Apr 17 15:05:31 2009 UTC (3 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
add a patch (from Redhat bugzilla #491853) to fix more integer overflows in the icc code (CVE-2009-0792), bump PKGREVISION
Revision 1.23 / (download) - annotate - [select for diffs], Tue Apr 14 19:32:54 2009 UTC (3 years, 1 month ago) by tron
Branch: MAIN
Changes since 1.22: +2 -1
lines
Diff to previous 1.22 (colored)
Add patch for the security vulnerability reported in CVE-2009-0196 taken from Redhat's Bugzilla.
Revision 1.22 / (download) - annotate - [select for diffs], Wed Mar 25 10:42:13 2009 UTC (3 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base
Branch point for: pkgsrc-2009Q1
Changes since 1.21: +2 -1
lines
Diff to previous 1.21 (colored)
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
Revision 1.21 / (download) - annotate - [select for diffs], Mon Feb 16 16:31:30 2009 UTC (3 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
replace BSD/Linux specific "qd" printf format specifier by "lld", should fix build problem on Solaris reported by Joern Clausen per PR pkg/40664
Revision 1.20 / (download) - annotate - [select for diffs], Fri Feb 13 15:31:35 2009 UTC (3 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.19: +3 -1
lines
Diff to previous 1.19 (colored)
fix a build problem with native xorg reported by Matthias Scheler, being here, quell a printf format compiler warning
Revision 1.19 / (download) - annotate - [select for diffs], Thu Feb 12 19:51:08 2009 UTC (3 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.18: +8 -7
lines
Diff to previous 1.18 (colored)
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.
Revision 1.18 / (download) - annotate - [select for diffs], Thu Nov 13 17:36:54 2008 UTC (3 years, 6 months ago) by chuck
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
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....
Revision 1.17 / (download) - annotate - [select for diffs], Wed Sep 3 21:31:12 2008 UTC (3 years, 8 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +2 -1
lines
Diff to previous 1.16 (colored)
Build libgs as a shared library as increasingly other packages expect it to be there and want to link with it. Bump PKGREVISION.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Aug 7 18:21:40 2008 UTC (3 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.15: +4 -4
lines
Diff to previous 1.15 (colored)
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'
Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 5 19:12:16 2008 UTC (4 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
cwrapper
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
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
Revision 1.14 / (download) - annotate - [select for diffs], Wed Mar 5 11:01:12 2008 UTC (4 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.13: +4 -4
lines
Diff to previous 1.13 (colored)
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)
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 9 19:01:07 2008 UTC (4 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.12: +4 -6
lines
Diff to previous 1.12 (colored)
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.
Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 9 18:52:38 2007 UTC (4 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
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.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 8 17:32:07 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.10: +6 -6
lines
Diff to previous 1.10 (colored)
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.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Aug 3 20:02:30 2007 UTC (4 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Don't use fdopen64 on AIX.
Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 18 02:47:02 2007 UTC (4 years, 10 months ago) by tnn
Branch: MAIN
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Fix broken build on HPUX
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 17 18:53:55 2007 UTC (4 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.7: +4 -5
lines
Diff to previous 1.7 (colored)
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
Revision 1.7 / (download) - annotate - [select for diffs], Fri Jun 29 19:24:45 2007 UTC (4 years, 10 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
avoid segfaults on 64-bit systems for some inputs files and pdf output
Revision 1.6 / (download) - annotate - [select for diffs], Wed Dec 27 18:18:22 2006 UTC (5 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.5: +7 -80
lines
Diff to previous 1.5 (colored)
Update to gpl ghostscript-8.54 aka print/ghostscript-afpl relaunched under GPL with options.mk. This was discussed on tech-pkg@.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Apr 14 12:21:49 2006 UTC (6 years, 1 month ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.4: +1 -2
lines
Diff to previous 1.4 (colored)
remove duplicated entry
Revision 1.4 / (download) - annotate - [select for diffs], Fri Dec 9 20:30:16 2005 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.3: +40 -7
lines
Diff to previous 1.3 (colored)
Add x11 option to the various ghostscript packages, and get rid of the separate ghostscript*x11* packages.
Revision 1.3, Wed May 2 21:47:04 2001 UTC (11 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1,
pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4,
buildlink2-base
Changes since 1.2: +1 -1
lines
FILE REMOVED
Use a common distinfo file between ghostscript and ghostscript-nox11.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 20 12:41:50 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
Changes since 1.1: +25 -14
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, where appropriate and possible, and add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 11:43:41 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo