From owner-cvs-all@FreeBSD.ORG Sat Dec 19 18:16:40 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DD47C106568D; Sat, 19 Dec 2009 18:16:40 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B1F038FC0A; Sat, 19 Dec 2009 18:16:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBJIGegE029612; Sat, 19 Dec 2009 18:16:40 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBJIGekB029611; Sat, 19 Dec 2009 18:16:40 GMT (envelope-from hrs) Message-Id: <200912191816.nBJIGekB029611@repoman.freebsd.org> From: Hiroki Sato Date: Sat, 19 Dec 2009 18:16:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/print/ghostscript8 Makefile Makefile.drivers distinfo ports/print/ghostscript8/files patch-CVE-2009-0583,0584 patch-Resource-Init-cidfmap patch-Resource-Init-gs_statd.ps patch-base-devs.mak patch-psi-fapi_ft.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 18:16:41 -0000 hrs 2009-12-19 18:16:40 UTC FreeBSD ports repository Modified files: print/ghostscript8 Makefile Makefile.drivers distinfo print/ghostscript8/files patch-Resource-Init-cidfmap patch-Resource-Init-gs_statd.ps patch-base-devs.mak Removed files: print/ghostscript8/files patch-CVE-2009-0583,0584 patch-psi-fapi_ft.c Log: Update to 8.70. Changes include: - This release fixes a large number of issues with transparency, especially as it interacts with color space conversion, mask contexts and patterns. There have also been a number of significant fixes to font handling, especially when generating PDF. And there are numerous robustness, correctness and performance improvements. - New generic Esc/Page devices, eplmono and eplcolor were added to the contrib directory. A new cdnj500 device was added to support the HP DesignJet 500. - The licensing of the Free version of the core Ghostscript code has been changed to GPLv3 or later. Previously, the core code was GPLv2 only. Ghostscript can now be used with GPLv3 applications, and can no longer be used with applications that are GPLv2-only. - This release also includes security fixes addressing CVE-2009-0583 and CVE-2009-0792. [Incompatible changes] - The size of PostScript integers has been limited to 32 bits. Previously they used the C long type resulting in 64 bits of precision on LP64 systems (like on x86_64). As of this release all platforms match the recommended implementation limits in the specification. Revision Changes Path 1.190 +1 -2 ports/print/ghostscript8/Makefile 1.5 +4 -1 ports/print/ghostscript8/Makefile.drivers 1.71 +3 -3 ports/print/ghostscript8/distinfo 1.2 +0 -989 ports/print/ghostscript8/files/patch-CVE-2009-0583,0584 (dead) 1.3 +9 -4 ports/print/ghostscript8/files/patch-Resource-Init-cidfmap 1.2 +7 -7 ports/print/ghostscript8/files/patch-Resource-Init-gs_statd.ps 1.2 +12 -13 ports/print/ghostscript8/files/patch-base-devs.mak 1.2 +0 -22 ports/print/ghostscript8/files/patch-psi-fapi_ft.c (dead)