Browse Source

ghostscript-9.15-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9690 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
780c5fec03
1 changed files with 9 additions and 1 deletions
  1. 9 1
      g/ghostscript/ghostscript-vl.spec

+ 9 - 1
g/ghostscript/ghostscript-vl.spec

@@ -5,7 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
 Summary(ja): 日本語 PostScript(TM) インタプリタ/レンダラ/ビュア
 Name: ghostscript
 Version: %{gs_ver}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
@@ -38,6 +38,8 @@ Patch8: ghostscript-system-openjpeg2.patch
 # buildfix
 Patch20: ghostscript-8.71-fix-build-executables.patch
 
+# security patches
+Patch1000: fix696041.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: xz
@@ -164,6 +166,9 @@ rm -rf expat freetype icclib jasper jpeg jpegxr lcms lcms2 libpng openjpeg zlib
 
 %patch8 -p1 -b .system-openjpeg2
 
+# security patches.
+%patch1000 -p2 -b .fix696041
+
 
 # Convert manual pages to UTF-8
 from8859_1() {
@@ -371,6 +376,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Sun Aug  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.15-2
+- added patch1000 to fix CVE-2015-3228.
+
 * Wed Dec 24 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.15-1
 - new upstream release.
 - imported patches from RawHide.