From aad057b3e376df3c42fdb944b3f8040dd5f2b052 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 14 Feb 2019 13:39:24 +0100 Subject: [PATCH 1/2] ghostscript: Update version from 9.25 to 9.26 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The release notes are available [online][1]. > Version 9.26 (2018-11-20) > > Highlights in this release include: > > * Security issues have been the primary focus of this release, including solving several (well publicised) real and potential exploits. > > PLEASE NOTE: We strongly urge users to upgrade to this latest release to avoid these issues. > > * IMPORTANT: We are in the process of forking LittleCMS. LCMS2 is not thread safe, and cannot be made thread safe without breaking the ABI. Our fork will be thread safe, and include performance enhancements (these changes have all be been offered and rejected upstream). We will maintain compatibility between Ghostscript and LCMS2 for a time, but not in perpetuity. Our fork will be available as its own package separately from Ghostscript (and MuPDF). > > * Thanks to Man Yue Mo of Semmle Security Research Team, Jens Müller of Ruhr-Universität Bochum and Tavis Ormandy of Google's Project Zero for their help to identify specific security issues. > > * The usual round of bug fixes, compatibility changes, and incremental improvements. > > For a list of open issues, or to report problems, please visit bugs.ghostscript.com. [1]: https://www.ghostscript.com/doc/9.26/News.htm --- ghostscript.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index 5d22fc867..93172a7d3 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -1,6 +1,6 @@ #!/bin/env beesh -# BEE_VERSION ghostscript-9.25-0 +# BEE_VERSION ghostscript-9.26-0 XPKGVERSION_COMPACT=$(echo ${PKGVERSION} | tr -d '.') SRCURL[0]="https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${XPKGVERSION_COMPACT}/ghostscript-${PKGVERSION}.tar.gz" From 7234765e2576c3fe3de55abdc5aab7a031528298 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 14 Feb 2019 13:39:48 +0100 Subject: [PATCH 2/2] ghostscript: Prepend `make so` with `start_cmd` --- ghostscript.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostscript.be0 b/ghostscript.be0 index 93172a7d3..95cb2c28a 100755 --- a/ghostscript.be0 +++ b/ghostscript.be0 @@ -19,7 +19,7 @@ mee_configure() { mee_build() { bee_build - make so + start_cmd make so } mee_install() {