Browse Source

gtk2-2.24.30-2

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

+ 11 - 1
g/gtk2/gtk2-vl.spec

@@ -26,7 +26,7 @@ Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X.
 Summary(ja): X 用 GUI 作成ライブラリ: GIMP ツールキット(GTK+)
 Name: gtk2
 Version: %{base_version}
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: LGPLv2+
 Group: System Environment/Libraries
 
@@ -37,6 +37,11 @@ Patch1: gtk2-2.24.21-lib64.patch
 
 Patch100: gtk+-2.24.8-vine-default-theme.patch
 
+# security fix(es)
+
+# this patch will be included the next version (2.4.31).
+Patch1000: CVE-2013-7447.patch
+
 BuildRequires: atk-devel >= %{atk_version}
 BuildRequires: pango-devel >= %{pango_version}
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -161,6 +166,8 @@ docs for the GTK+ widget toolkit.
 %patch1 -p1 -b .lib64
 %patch100 -p1 -b .vine-default-theme
 
+%patch1000 -p1 -b .CVE-2013-7447
+
 #for i in config.guess config.sub ; do
 #	test -f %{_datadir}/libtool/$i && cp %{_datadir}/libtool/$i .
 #done
@@ -331,6 +338,9 @@ fi
 %endif
 
 %changelog
+* Sun May 29 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.30-2
+- added Patch1000 (CVE-2013-7447.patch).
+
 * Mon May 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.24.30-1
 - new upstream release