pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/ghostscript-agpl



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Nov 22 01:12:43 UTC 2018

Modified Files:
        pkgsrc/print/ghostscript-agpl: Makefile.common PLIST distinfo

Log Message:
ghostscript-agpl: Update print/ghostscript-agpl to 9.26

Changes:
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
    Mu:ller of Ruhr-Universita: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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/ghostscript-agpl/Makefile.common
cvs rdiff -u -r1.11 -r1.12 pkgsrc/print/ghostscript-agpl/PLIST
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/ghostscript-agpl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/ghostscript-agpl/Makefile.common
diff -u pkgsrc/print/ghostscript-agpl/Makefile.common:1.15 pkgsrc/print/ghostscript-agpl/Makefile.common:1.16
--- pkgsrc/print/ghostscript-agpl/Makefile.common:1.15  Fri Sep 21 12:06:46 2018
+++ pkgsrc/print/ghostscript-agpl/Makefile.common       Thu Nov 22 01:12:43 2018
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile.common,v 1.15 2018/09/21 12:06:46 adam Exp $
+# $NetBSD: Makefile.common,v 1.16 2018/11/22 01:12:43 leot Exp $
 # used by print/ghostscript-agpl/Makefile
 # used by fonts/ghostscript-cidfonts-ryumin/Makefile
 
-GS_VERSION=    9.25
+GS_VERSION=    9.26

Index: pkgsrc/print/ghostscript-agpl/PLIST
diff -u pkgsrc/print/ghostscript-agpl/PLIST:1.11 pkgsrc/print/ghostscript-agpl/PLIST:1.12
--- pkgsrc/print/ghostscript-agpl/PLIST:1.11    Wed Sep  5 13:19:40 2018
+++ pkgsrc/print/ghostscript-agpl/PLIST Thu Nov 22 01:12:43 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2018/09/05 13:19:40 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2018/11/22 01:12:43 leot Exp $
 bin/dvipdf
 bin/eps2eps
 bin/gs
@@ -70,7 +70,6 @@ man/man1/ps2pdfwr.1
 man/man1/ps2ps.1
 share/doc/ghostscript/${PKGVERSION}/API.htm
 share/doc/ghostscript/${PKGVERSION}/C-style.htm
-share/doc/ghostscript/${PKGVERSION}/COPYING
 share/doc/ghostscript/${PKGVERSION}/Commprod.htm
 share/doc/ghostscript/${PKGVERSION}/DLL.htm
 share/doc/ghostscript/${PKGVERSION}/Deprecated.htm
@@ -79,7 +78,6 @@ share/doc/ghostscript/${PKGVERSION}/Devi
 share/doc/ghostscript/${PKGVERSION}/Drivers.htm
 share/doc/ghostscript/${PKGVERSION}/Fonts.htm
 share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.pdf
-share/doc/ghostscript/${PKGVERSION}/GS9_Color_Management.tex
 share/doc/ghostscript/${PKGVERSION}/History9.htm
 share/doc/ghostscript/${PKGVERSION}/Install.htm
 share/doc/ghostscript/${PKGVERSION}/Language.htm
@@ -98,11 +96,17 @@ share/doc/ghostscript/${PKGVERSION}/Use.
 share/doc/ghostscript/${PKGVERSION}/VectorDevices.htm
 share/doc/ghostscript/${PKGVERSION}/WhatIsGS.htm
 share/doc/ghostscript/${PKGVERSION}/gdevds32.c
-share/doc/ghostscript/${PKGVERSION}/gs-vms.hlp
-share/doc/ghostscript/${PKGVERSION}/gsdoc.el
+share/doc/ghostscript/${PKGVERSION}/gs-style.css
+share/doc/ghostscript/${PKGVERSION}/images/Artifex_logo.png
+share/doc/ghostscript/${PKGVERSION}/images/favicon.png
+share/doc/ghostscript/${PKGVERSION}/images/ghostscript_logo.png
+share/doc/ghostscript/${PKGVERSION}/images/hamburger-light.png
+share/doc/ghostscript/${PKGVERSION}/images/x-light.png
 share/doc/ghostscript/${PKGVERSION}/index.html
+share/doc/ghostscript/${PKGVERSION}/index.js
 share/doc/ghostscript/${PKGVERSION}/pscet_status.txt
 share/doc/ghostscript/${PKGVERSION}/sample_downscale_device.htm
+share/doc/ghostscript/${PKGVERSION}/style.css
 share/doc/ghostscript/${PKGVERSION}/subclass.htm
 share/doc/ghostscript/${PKGVERSION}/thirdparty.htm
 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/CIDFSubst/DroidSansFallback.ttf

Index: pkgsrc/print/ghostscript-agpl/distinfo
diff -u pkgsrc/print/ghostscript-agpl/distinfo:1.23 pkgsrc/print/ghostscript-agpl/distinfo:1.24
--- pkgsrc/print/ghostscript-agpl/distinfo:1.23 Mon Oct  1 09:21:32 2018
+++ pkgsrc/print/ghostscript-agpl/distinfo      Thu Nov 22 01:12:43 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.23 2018/10/01 09:21:32 jperkin Exp $
+$NetBSD: distinfo,v 1.24 2018/11/22 01:12:43 leot Exp $
 
-SHA1 (ghostscript-9.25.tar.xz) = 9d8ddff3382113bf4a1640368350e05652c93613
-RMD160 (ghostscript-9.25.tar.xz) = f549670b7b16fbeed723afdf8f72ed39460ecbc2
-SHA512 (ghostscript-9.25.tar.xz) = 7a1c0b7546ed523f50c1452d4a1c13fcf043d6060fc9708bbc4b543f66ecb1b619b6e71998094ac702ef44a2fd159b6523271de19b1cae352981ef51fb637651
-Size (ghostscript-9.25.tar.xz) = 33027708 bytes
+SHA1 (ghostscript-9.26.tar.xz) = 2727000ebee0d08311705859a31a504e259f0d98
+RMD160 (ghostscript-9.26.tar.xz) = c03fe07b078986754cf36b909063b981e4b6e536
+SHA512 (ghostscript-9.26.tar.xz) = 3ddb83029edf32282357bf606f4045a9ac73df6543cd423cfad09158ec12ada083a0dbb5aac3b73ae24cbc6c1e9d7574257a5c1fae63ba8776fbb00150ef2a3e
+Size (ghostscript-9.26.tar.xz) = 33059724 bytes
 SHA1 (patch-base_gserrors_h) = ce75cfb7528871842a3bd35e18a6d91c89823909
 SHA1 (patch-base_lib.mak) = 723926f167b49568376ef0c0da6aa4ec01fe1516
 SHA1 (patch-base_mkromfs.c) = 96006928e0b5381e7101027372b6e6408f1c4a0b



Home | Main Index | Thread Index | Old Index