Browse Source

gimp: fix security issue, others: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4732 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 12 years ago
parent
commit
ca71c4a0bd
5 changed files with 35 additions and 18 deletions
  1. 7 3
      c/clutter/clutter-vl.spec
  2. 8 7
      c/cogl/cogl-vl.spec
  3. 13 7
      g/gimp/gimp-vl.spec
  4. 4 1
      g/gtk3/gtk3-vl.spec
  5. 3 0
      u/udisks/udisks-vl.spec

+ 7 - 3
c/clutter/clutter-vl.spec

@@ -1,4 +1,4 @@
-%define         clutter_version 1.7.12
+%define         clutter_version 1.7.14
 %define         clutter_release 1%{?_dist_release}
 
 Name:           clutter
@@ -35,8 +35,9 @@ BuildRequires:  gobject-introspection-devel >= 0.9.5
 BuildRequires:	json-glib-devel
 BuildRequires:	cogl-devel >= 1.7.4
 
-Vendor: Project Vine
-Distribution: Vine Linux
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
 
 %description
 Clutter is an open source software library for creating fast, 
@@ -142,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Sep 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.14-1
+- new upstream release
+
 * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.12-1
 - new upstream release
 

+ 8 - 7
c/cogl/cogl-vl.spec

@@ -1,4 +1,4 @@
-%define         cogl_version 1.7.6
+%define         cogl_version 1.7.8
 %define         cogl_release 1%{?_dist_release}
 
 Name:           cogl
@@ -11,8 +11,6 @@ License:        LGPLv2+
 URL:            http://www.clutter-project.org/
 Source0:        http://www.clutter-project.org/sources/%{name}/1.7/%{name}-%{version}.tar.xz
 
-Patch0:		cogl-1.7.6-configure.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:	gobject-introspection-devel
@@ -21,9 +19,9 @@ BuildRequires:	mesa-libGL-devel
 BuildRequires:	pango-devel
 BuildRequires:	gtk-doc
 
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: Takemikaduchi
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
 
 %description
 Cogl is a small open source library for using 3D graphics hardware to draw
@@ -57,7 +55,6 @@ This package contains documentation for cogl.
 
 %prep
 %setup -q
-%patch0 -p1 -b .config
 
 %build
 autoreconf -if
@@ -105,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/gtk-doc/html/cogl-2.0-experimental
 
 %changelog
+* Tue Sep 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.8-1
+- new upstream release
+- remove Patch0
+
 * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.6-1
 - new upstream release
 - add Patch0 (cogl-1.7.6-configure.patch)

+ 13 - 7
g/gimp/gimp-vl.spec

@@ -6,17 +6,16 @@ Summary: 	The GNU Image Manipulation Program
 Summary(ja):    GNU 画像加工プログラム
 Name: 		gimp
 Version: 	2.6.11
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 License: 	GPL, LGPL
 Group: 		Applications/Graphics
 URL: 		http://www.gimp.org/
 Source: 	ftp://ftp.gimp.org/pub/gimp/%{verdir}/%{name}-%{version}.tar.bz2
 
-Patch10:	gimp-2.0-desktopfile-no-gimp-remote.patch
+# including security fix for CVE-2010-4540,4541,4542,4543 and CVE-2011-1782,2896
+Patch0:		gimp-2.6-git20110825.patch
 
-# patch21,22 from debian
-Patch21:	05_CVE-2010-454x.patch
-Patch22:	06_CVE-2010-4543.patch
+Patch10:	gimp-2.0-desktopfile-no-gimp-remote.patch
 
 Patch100:       gimp-2.6.11-gimprc-vine.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-root
@@ -49,6 +48,9 @@ BuildRequires:  libXpm-devel
 BuildRequires:  libXmu-devel
 BuildRequires:  pygtk2-devel
 
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	Takemikaduchi
 
 %description
 The GIMP (GNU Image Manipulation Program) is a powerful image
@@ -121,8 +123,7 @@ and gimp, and you may want to install gimp-data-extras.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch21 -p1 -b .454x
-%patch22 -p1 -b .4543
+%patch0 -p1
 %patch100 -p1 -b .gimprc
 
 
@@ -234,6 +235,11 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Sep 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-5
+- add Patch0 (gimp-2.6-git20110825.patch)
+  (including security fix for CVE-2010-4540,4541,4542,4543 and CVE-2011-1782,2896)
+- remove Patch21,22
+
 * Wed Apr 27 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.11-4
 - add Patch21 (05_CVE-2010-454x.patch) from debian
   (including security fix for CVE-2010-4540,4541,4542)

+ 4 - 1
g/gtk3/gtk3-vl.spec

@@ -13,7 +13,7 @@
 %define gobject_introspection_version 0.10.8
 
 
-%define base_version 3.1.16
+%define base_version 3.1.18
 %define bin_version 3.0.0
 
 # biarch support
@@ -312,6 +312,9 @@ fi
 %endif
 
 %changelog
+* Tue Sep 06 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.18-1
+- new upstream release
+
 * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.16-1
 - new upstream release
 

+ 3 - 0
u/udisks/udisks-vl.spec

@@ -164,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 # Note: please don't forget the %{?dist} in the changelog. Thanks
 #
 %changelog
+* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.4-1
+- new upstream release
+
 * Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.0.3-1
 - new upstream release
 - drop Patch0