From a9f5909c3f858a51ca8ac9937d0dec28dbb855cf Mon Sep 17 00:00:00 2001 From: drochner Date: Wed, 5 Mar 2008 11:01:12 +0000 Subject: 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) --- print/ghostscript/Makefile | 6 +++--- print/ghostscript/PLIST | 38 +++++++++++++++++++++++++++++++++++++- print/ghostscript/distinfo | 8 ++++---- 3 files changed, 44 insertions(+), 8 deletions(-) (limited to 'print/ghostscript') diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index ed0e5f3464a..5c344c5e74c 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2008/01/29 16:04:13 gdt Exp $ +# $NetBSD: Makefile,v 1.45 2008/03/05 11:01:12 drochner Exp $ -DISTNAME= ghostscript-8.61 -PKGREVISION= 3 +DISTNAME= ghostscript-8.62 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} EXTRACT_SUFX= .tar.bz2 @@ -20,6 +19,7 @@ DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts USE_TOOLS+= gmake perl:run lex pkg-config GNU_CONFIGURE= yes +#CONFIGURE_ARGS+= --enable-debug MAKE_JOBS_SAFE= no REPLACE_PERL+= lib/fixmswrd.pl diff --git a/print/ghostscript/PLIST b/print/ghostscript/PLIST index abb5fb0bbba..9f36f1e8b56 100644 --- a/print/ghostscript/PLIST +++ b/print/ghostscript/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2008/01/29 16:04:13 gdt Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/03/05 11:01:12 drochner Exp $ bin/bdftops bin/dumphint bin/dvipdf @@ -327,6 +327,41 @@ share/ghostscript/${PKGVERSION}/Resource/Decoding/Latin1 share/ghostscript/${PKGVERSION}/Resource/Decoding/StandardEncoding share/ghostscript/${PKGVERSION}/Resource/Decoding/Unicode share/ghostscript/${PKGVERSION}/Resource/Encoding/Wingdings +share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Bold +share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-BoldItal +share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Ital +share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Roma +share/ghostscript/${PKGVERSION}/Resource/Font/Dingbats +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-Bold +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-BoldObli +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-Regu +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusMonL-ReguObli +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-Medi +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-MediItal +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-Regu +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusRomNo9L-ReguItal +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-Bold +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldCond +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldCondItal +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-BoldItal +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-Regu +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguCond +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguCondItal +share/ghostscript/${PKGVERSION}/Resource/Font/NimbusSanL-ReguItal +share/ghostscript/${PKGVERSION}/Resource/Font/StandardSymL +share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-DemiBold +share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-DemiBoldItal +share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-Ligh +share/ghostscript/${PKGVERSION}/Resource/Font/URWBookmanL-LighItal +share/ghostscript/${PKGVERSION}/Resource/Font/URWChanceryL-MediItal +share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-Book +share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-BookObli +share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-Demi +share/ghostscript/${PKGVERSION}/Resource/Font/URWGothicL-DemiObli +share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Bold +share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-BoldItal +share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Ital +share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Roma share/ghostscript/${PKGVERSION}/doc/API.htm share/ghostscript/${PKGVERSION}/doc/C-style.htm share/ghostscript/${PKGVERSION}/doc/Changes.htm @@ -645,6 +680,7 @@ share/ghostscript/${PKGVERSION}/lib/zeroline.ps @dirrm share/ghostscript/${PKGVERSION}/lib @dirrm share/ghostscript/${PKGVERSION}/examples @dirrm share/ghostscript/${PKGVERSION}/doc +@dirrm share/ghostscript/${PKGVERSION}/Resource/Font @dirrm share/ghostscript/${PKGVERSION}/Resource/Encoding @dirrm share/ghostscript/${PKGVERSION}/Resource/Decoding @dirrm share/ghostscript/${PKGVERSION}/Resource/ColorSpace diff --git a/print/ghostscript/distinfo b/print/ghostscript/distinfo index 65d25cfe176..ef975a90ed9 100644 --- a/print/ghostscript/distinfo +++ b/print/ghostscript/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.13 2008/01/09 19:01:07 drochner Exp $ +$NetBSD: distinfo,v 1.14 2008/03/05 11:01:12 drochner Exp $ -SHA1 (ghostscript-8.61.tar.bz2) = b05ac61885c0370e432531ffb79de349c6e8b896 -RMD160 (ghostscript-8.61.tar.bz2) = ec217b05f62f2f268a72c073f85aa95ee6f6c2aa -Size (ghostscript-8.61.tar.bz2) = 13244754 bytes +SHA1 (ghostscript-8.62.tar.bz2) = a254a3bc4ca824ac90624090d175d17c0a22fed1 +RMD160 (ghostscript-8.62.tar.bz2) = 6f129fc679f4532729c07c018e82d162343f95ba +Size (ghostscript-8.62.tar.bz2) = 15063641 bytes SHA1 (patch-ab) = 2477242c4c5f6b6feaaa217deb1aa37485f2fac5 SHA1 (patch-ad) = 8b3b743b2d6405ea35bfb16970942ecd55702401 -- cgit v1.2.3