Skip to content

Commit

Permalink
ghostscript: Update version from 9.25 to 9.26
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Feb 14, 2019
1 parent 50e40f2 commit aad057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghostscript.be0
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit aad057b

Please sign in to comment.