This patch makes emission of /CreationDate and /ModDate headers optional. If the environment variable GS_GENERATE_UUIDS is set to "0" or "no", it will not write out the "/ID" field (if that's permissible). Upstream does not want to do this. See: https://bugs.ghostscript.com/show_bug.cgi?id=698208 diff --git a/orig/gnu-ghostscript-9.14.0/devices/vector/gdevpdf.c b/bb/gnu-ghostscript-9.14.0/devices/vector/gdevpdf.c index 0fb067e..b342e2c 100644 --- orig/gnu-ghostscript-9.14.0/devices/vector/gdevpdf.c +++ gnu-ghostscript-9.14.0/devices/vector/gdevpdf.c @@ -305,6 +305,9 @@ pdf_initialize_ids(gx_device_pdf * pdev) * date and time, rather than (for example) %%CreationDate from the * PostScript file. We think this is wrong, but we do the same. */ + if (!getenv("GS_GENERATE_UUIDS") || + (strcasecmp(getenv("GS_GENERATE_UUIDS"), "0") != 0 && + strcasecmp(getenv("GS_GENERATE_UUIDS"), "no") != 0)) { struct tm tms; time_t t; aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mes.scm
AgeCommit message (Expand)Author
2018-12-16gnu: mes: Update to 0.19....Jan Nieuwenhuizen
2018-10-07gnu: mes: Update to 0.18....Jan Nieuwenhuizen
2018-09-11gnu: mes: Oops, use mirror://gnu download url....Jan Nieuwenhuizen
2018-09-08gnu: mes: Update to 0.17.1....Jan Nieuwenhuizen
2018-09-08gnu: nyacc: Update to 0.86.0....Jan Nieuwenhuizen
2018-08-19gnu: mescc-tools: Update to 0.5.2....Jan Nieuwenhuizen
2018-08-10gnu: mes: Update to 0.17....Jan Nieuwenhuizen
2018-07-13gnu: mes: Update to 0.16.1....Jan Nieuwenhuizen
2018-06-26gnu: mescc-tools: Update to 0.5.1....Jan Nieuwenhuizen
2018-06-26gnu: mes: Update to 0.16....Jan Nieuwenhuizen
2018-06-26gnu: mescc-tools: Update to 0.5....Jan Nieuwenhuizen
2018-06-12gnu: mes: Update to 0.15....Jan Nieuwenhuizen