source:
branches/fc13-dev/server/fedora/specs/ghostscript.spec.patch
@
1613
Last change on this file since 1613 was 1587, checked in by geofft, 15 years ago | |
---|---|
File size: 1.4 KB |
-
ghostscript.spec
5 5 Name: ghostscript 6 6 Version: %{gs_ver} 7 7 8 Release: 6 %{?dist}8 Release: 6.scripts%{scriptsversion}%{?dist} 9 9 10 10 # Included CMap data is Redistributable, no modification permitted, 11 11 # see http://bugzilla.redhat.com/487510 … … 35 35 Patch17: ghostscript-tiff-default-strip-size.patch 36 36 Patch18: ghostscript-tiff-fixes.patch 37 37 38 Patch100: ghostscript-CVE-2010-1628.patch 39 38 40 Requires: urw-fonts >= 1.1, ghostscript-fonts 39 41 BuildRequires: xz 40 42 BuildRequires: libjpeg-devel, libXt-devel … … 151 153 # Backported some more TIFF fixes (bug #573970). 152 154 %patch18 -p1 -b .tiff-fixes 153 155 156 # Avoid an exploitable overflow (scripts.mit.edu local patch). 157 %patch100 -p1 -b .CVE-2010-1628 158 154 159 # Convert manual pages to UTF-8 155 160 from8859_1() { 156 161 iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_" … … 332 337 %{_libdir}/libgs.so 333 338 334 339 %changelog 340 * Fri Jul 16 2010 Geoffrey Thomas <geofft@mit.edu> 8.71-6.scripts 341 - Include the patch 342 http://bugs.ghostscript.com/attachment.cgi?id=6350 343 to fix CVE-2010-1628 (potential arbitrary code execution via 344 an overflow), from the upstream bug report: 345 http://bugs.ghostscript.com/show_bug.cgi?id=691295 346 335 347 * Tue Mar 16 2010 Tim Waugh <twaugh@redhat.com> 8.71-6 336 348 - Backported some more TIFF fixes (bug #573970). 337 349 - Use upstream fix for TIFF default strip size (bug #571520).
Note: See TracBrowser
for help on using the repository browser.