diff --git a/ghostscript.spec b/ghostscript.spec index 1c3d373..548e2ff 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -1,7 +1,7 @@ Summary: A PostScript(TM) interpreter and renderer. Name: ghostscript Version: 6.51 -Release: 16.2 +Release: 16.3 License: GPL URL: http://gnu-gs.sourceforge.net/ Group: Applications/Publishing @@ -58,6 +58,7 @@ Patch22: ghostscript-6.51-Omni_path.patch Patch23: ghostscript-6.51-Omni_quiet.patch Patch25: ghostscript-6.52-gsj-fixups.patch +Patch26: ghostscript-6.51-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 @@ -407,6 +408,9 @@ $(DD)gdi.dev: $(GDIMONO) $(DD)page.dev # Fix-up gdevdmpr.c %patch25 -p1 -b .gsj-fixups +# Added zfile.c security fix from 7.07. +%patch26 -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 @@ -450,6 +454,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue May 20 2003 Tim Waugh 6.51-16.3 +- Added zfile.c security fix from 7.07. + * Tue May 21 2002 Tim Waugh 6.51-16.2 - Add security patch from 6.53. - Add pdf2dsc.ps patch from CVS.