Browse Source

wireshark: new upstream release, others: rebuild with openssl-1.0.0c

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2506 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
6d7b5dc3fb
4 changed files with 27 additions and 5 deletions
  1. 6 1
      q/qt4/qt4-vl.spec
  2. 6 1
      r/rdesktop/rdesktop-vl.spec
  3. 6 2
      w/wireshark/wireshark-vl.spec
  4. 9 1
      x/xchat/xchat-vl.spec

+ 6 - 1
q/qt4/qt4-vl.spec

@@ -28,7 +28,7 @@ Summary: Qt toolkit
 Summary(ja): Qt ツールキット
 Name: qt4
 Version: 4.6.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -146,6 +146,7 @@ BuildRequires: glib2-devel gtk2-devel
 BuildRequires: libpng-devel >= 1.2.5
 BuildRequires: libmng-devel libtiff-devel libjpeg-devel freetype2-devel
 BuildRequires: zlib-devel libungif-devel openssl-devel
+BuildRequires: alsa-lib-devel
 BuildRequires: cups-devel >= 1.1.9
 BuildRequires: dbus-devel >= 0.62
 BuildRequires: desktop-file-utils
@@ -916,6 +917,10 @@ fi
 %endif
 
 %changelog
+* Wed Jan 12 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.6.3-3
+- rebuild with openssl-1.0.0c
+- add BuildRequires: alsa-lib-devel
+
 * Mon Sep 20 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.3-2
 - rebuilt with rpm-4.8.1
 

+ 6 - 1
r/rdesktop/rdesktop-vl.spec

@@ -2,7 +2,7 @@ Summary: A Remote Desktop Protocol Client
 Summary(ja): リモートデスクトッププロトコルクライアント
 Name: rdesktop
 Version: 1.6.0
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Source0: %{name}-%{version}.tar.gz
 URL: http://www.rdesktop.org/
 License: GPL
@@ -12,6 +12,7 @@ BuildRequires: openssl-devel
 BuildRequires: libX11-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: libsamplerate-devel
+BuildRequires: libao-devel
 
 %description
 rdesktop is an open source client for Windows NT Terminal Server and
@@ -47,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-3
+- rebuild with openssl-1.0.0c
+- add BuildRequires: libap-devel
+
 * Thu May 07 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-2
 - add BR: alsa-lib-devel, libX11-devel, libsamplerate-devel
 - remove BR: XOrg-devel

+ 6 - 2
w/wireshark/wireshark-vl.spec

@@ -3,8 +3,8 @@
 Summary: 	Network traffic analyzer
 Summary(ja):    ネットワークトラフィック解析プログラム
 Name: 		wireshark
-Version:	1.4.2
-Release: 	2%{_dist_release}
+Version:	1.4.3
+Release: 	1%{_dist_release}
 License: 	GPLv2
 Group: 		Applications/System
 Source0:	http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
@@ -201,6 +201,10 @@ update-desktop-database -q
 
 
 %changelog
+* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.3-1
+- new upstream release
+  (including security fix for CVE-2010-4538)
+
 * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.2-2
 - rebuild with openssl-1.0.0c
 

+ 9 - 1
x/xchat/xchat-vl.spec

@@ -3,7 +3,7 @@
 
 %define name xchat
 %define version 2.8.6
-%define release 4%{?_dist_release}
+%define release 5%{?_dist_release}
 
 Summary:   GTK2 based graphical IRC client
 Summary(ja):   GTK2 ベースのグラフィカル IRC クライアント
@@ -23,6 +23,7 @@ Patch10: http://xchat.org/files/source/2.8/patches/xc286-smallfixes.diff
 Patch100: http://takuo.jp/junk/xchat/99_plus.dpatch
 Patch110: http://takuo.jp/junk/xchat/99_x_dialog.dpatch
 Patch200: xchat-2.8.6_defaultserver-vine.patch
+Patch201: xchat-2.8.6-x86_64.patch
 
 # xchat MUST have the version of perl installed which was used to compile
 # it, or else the embeded perl interpreter will break.
@@ -36,6 +37,7 @@ BuildRequires: perl, python-devel, openssl-devel, pkgconfig
 BuildRequires: autoconf 
 BuildRequires: GConf2-devel
 BuildRequires: dbus-devel >= 1.0
+BuildRequires: tcl
 
 Requires(post): GConf2 >= 2.14
 Requires(preun): GConf2 >= 2.14
@@ -60,6 +62,7 @@ X-ChatはGTK2ベースのXウィンドウシステム用のIRCクライアント
 %patch110 -p1 -b .dialog
 
 %patch200 -p1 -b .servlist
+%patch201 -p1 -b .x86_64
 
 sed -i -e 's/#define GTK_DISABLE_DEPRECATED//g' src/fe-gtk/*.c
 
@@ -140,6 +143,11 @@ fi
 
 
 %changelog
+* Sat Jan 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.6-5
+- rebuild with openssl-1.0.0c
+- add BuildRequires: tcl
+- add Patch201 (xchat-2.8.6-x86_64.patch)
+
 * Fri Feb 05 2010 Shu KONNO <owa@bg.wakwak.com> 2.8.6-4
 - rebuilt with python-2.6.4-3