Path to this page:
./
print/ghostscript,
Postscript interpreter
Branch: pkgsrc-2010Q3,
Version: 8.71nb6,
Package name: ghostscript-8.71nb6,
Maintainer: pkgsrc-usersGhostscript is the well-known PostScript interpreter which is available for
all common and most esoteric platforms and supports many different printers
and some displays.
This is the latest version of Ghostscript, formerly being distributed
under Aladdin Free Public License and released under GPL. The main
ghostscript version now includes support for cups, enabled by the
"cups" option (which is off by default), and thus it is no longer
necessary to use ghostscript-esp.
Required to run:[
graphics/png] [
graphics/tiff] [
print/libpaper] [
fonts/ghostscript-fonts] [
fonts/fontconfig] [
lang/perl5]
Required to build:[
pkgtools/x11-links] [
devel/pkg-config] [
devel/gmake]
Package options: fontconfig, x11
Master sites:
SHA1: 629299140f612fac32f6289be0904107dfd1b555
RMD160: efce74cf22cf99b2b1a145df466e79a86e3dfefb
Filesize: 24649.22 KB
Version history: (Expand)
- (2010-11-24) Updated to version: ghostscript-8.71nb6
- (2010-10-17) Package has been reborn
- (2010-10-16) Package added to pkgsrc.se, version ghostscript-8.71nb4 (created)
CVS history: (Expand)
2010-11-23 23:43:36 by S.P.Zeidler | Files touched by this commit (4) |
Log message:
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
|