diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 20:21:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-24 20:21:14 +0000 |
commit | 6f55f2197b758ef6d5b21e8f84bc3b9f9d98766a (patch) | |
tree | c7c5186148783cef2e64e362c7fc642832c62448 /print/ghostscript7/files/patch-lib:gs_init.ps | |
parent | Document a local vulnerability in mod_dosevasive. (diff) |
- Update gimp-print to 4.2.7
- Correct merge cups/pstoraster patches
PR: ports/76569
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
Notes
Notes:
svn path=/head/; revision=127220
Diffstat (limited to 'print/ghostscript7/files/patch-lib:gs_init.ps')
-rw-r--r-- | print/ghostscript7/files/patch-lib:gs_init.ps | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/print/ghostscript7/files/patch-lib:gs_init.ps b/print/ghostscript7/files/patch-lib:gs_init.ps index 70de88245ddc..143fa1a1d673 100644 --- a/print/ghostscript7/files/patch-lib:gs_init.ps +++ b/print/ghostscript7/files/patch-lib:gs_init.ps @@ -1,6 +1,14 @@ ---- lib/gs_init.ps.orig Fri Feb 1 12:25:45 2002 -+++ lib/gs_init.ps Sat Feb 9 01:42:10 2002 -@@ -1274,7 +1274,7 @@ +--- lib/gs_init.ps.orig Sat Jan 22 13:15:37 2005 ++++ lib/gs_init.ps Sat Jan 22 13:15:05 2005 +@@ -119,6 +119,7 @@ + currentdict /NOFONTPATH known /NOFONTPATH exch def + currentdict /NOGC known /NOGC exch def + currentdict /NOINTERPOLATE .knownget { /INTERPOLATE exch not def } if ++currentdict /NOMEDIAATTRS known /NOMEDIAATTRS exch def + currentdict /NOPAGEPROMPT known /NOPAGEPROMPT exch def + currentdict /NOPAUSE known /NOPAUSE exch def + currentdict /NOPLATFONTS known /NOPLATFONTS exch def +@@ -1274,7 +1275,7 @@ % Set the default screen and BG/UCR. /.setdefaultbgucr { systemdict /setblackgeneration known { @@ -9,7 +17,7 @@ } if } bind def /.useloresscreen { % - .useloresscreen <bool> -@@ -1874,3 +1874,7 @@ +@@ -1883,3 +1884,7 @@ userdict /AGM_preserve_spots false put % The interpreter will run the initial procedure (start). |