From 4a440434ac111e040f3f786416d5e3d26acf0284 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:16:20 +0000 Subject: [PATCH] auto-import ghostscript-7.05-20.1 from ghostscript-7.05-20.1.src.rpm --- ghostscript.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ghostscript.spec b/ghostscript.spec index 3586522..bab4ac9 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Version: %{gs_ver} BuildRequires: gimp-print-devel BuildRequires: patchutils >= 0.2.13 -Release: 20 +Release: 20.1 %define hpijs 1.1 %define hpijs_release %{release} @@ -76,6 +76,7 @@ Patch25: ghostscript-7.05-gsj-fixups.patch Patch26: ghostscript-7.05-dx6.patch Patch27: ghostscript-7.05-fPIC.patch Patch28: ghostscript-7.05-gb18030.patch +Patch29: ghostscript-7.05-zfile.patch # I dont think this patch is needed anymore, so it is not applied. # but I might be wrong, and dont really understand it, so it is still @@ -464,6 +465,9 @@ $(GLOBJ)gdevcups.$(OBJ): $(GLSRC)gdevcups.c $(PDEVH) # Add CIDnmap for GB18030 font (bug #71135) %patch28 -p1 -b .gb18030 +# Added zfile.c security fixes from 7.07. +%patch29 -p1 -b .zfile + # Set up for a unix os, gcc compiler build, and replace our insertion string sed -e "s/_XXX_RPM_GS_DEVICES_XXX_/$GS_DEVS/;" src/unix-gcc.mak > Makefile @@ -581,6 +585,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libijs.a %changelog +* Sun May 18 2003 Tim Waugh 7.05-20.1 +- Added zfile.c security fixes from 7.07. + * Thu Aug 15 2002 Tim Waugh 7.05-20 - Add cups device (bug #69573).