Prechádzať zdrojové kódy

chkconfig,libcap: fix BR, libxml2: fix debian security announce DSA-2255, wireshark: new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4082 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 rokov pred
rodič
commit
7f9ea575f4

+ 6 - 2
c/chkconfig/chkconfig-vl.spec

@@ -2,7 +2,7 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy.
 Summary(ja): /etc/rc.d の階層をメンテナンスするためのシステムツール
 Name: chkconfig
 Version: 1.3.51
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 License: GPL
 Group: System Environment/Base
 Source: %{name}-%{version}.tar.bz2
@@ -11,7 +11,8 @@ Source3: ntsysv.8
 Source4: update-alternatives.ja.8
 Patch1: chkconfig-1.3.51-vine.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildPrereq: newt-devel popt
+BuildRequires: newt-devel
+BuildRequires: popt-devel
 Conflicts: initscripts <= 5.30-1
 
 %description
@@ -119,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.51-2
+- change BuildRequires: popt-devel intead of popt
+
 * Fri Apr 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.51-1
 - new upstream release
 - enable fedora version of alternatives

+ 5 - 1
lib/libc/libcap/libcap-vl.spec

@@ -4,7 +4,7 @@ Summary: Library for getting and setting POSIX.1e capabilities
 Summary(ja): POSIX.1e ケーパビリティを取得・設定するためのライブラリ
 Name: libcap
 Version: 2.16
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 License: LGPLv2
 Group: System Environment/Libraries
@@ -15,6 +15,7 @@ Patch0: libcap-2.16-headerfix.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libattr-devel
+BuildRequires: pam-devel
 
 %description
 libcap is a library for getting and setting POSIX.1e (formerly POSIX 6)
@@ -124,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Jun 07 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.16-3
+- add BuildRequires: pam-devel
+
 * Sat Apr 16 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.16-2
 - rebuilt with current VineSeed
 

+ 6 - 1
lib/libx/libxml2/libxml2-vl.spec

@@ -2,7 +2,7 @@ Summary: Library providing XML and HTML support
 Summary(ja): XML や HTML サポートを提供するライブラリ
 Name: libxml2
 Version: 2.7.8
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 License: MIT
 Group: System Environment/Libraries
 Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source: ftp://xmlsoft.org/libxml2-%{version}.tar.gz
 Patch0: libxml2-multilib.patch
 Patch1: libxml2-2.7.8-reactivate-versionning-script.patch
 Patch10: libxml2-2.7.8-CVE-2010-4494.patch
+Patch11: libxml2-2.7.8-xpath.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python
@@ -171,6 +172,7 @@ DTDであってもパースと確認が出来ます。
 %patch1 -p1
 
 %patch10 -p1 -b .CVE-2010-4494
+%patch11 -p1 -b .xpath
 
 %build
 %configure
@@ -255,6 +257,9 @@ touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxml2/libxml/parser.h $RPM
 %endif
 
 %changelog
+* Wed Jun 08 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.7.8-2
+- add Patch11 (libxml2-2.7.8-xpath.patch)
+
 * Mon Apr 25 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.8-1
 - new upstream release with security fix (CVE-2010-4008)
 - add patch1 from fc16

+ 5 - 1
w/wireshark/wireshark-vl.spec

@@ -3,7 +3,7 @@
 Summary: 	Network traffic analyzer
 Summary(ja):    ネットワークトラフィック解析プログラム
 Name: 		wireshark
-Version:	1.4.6
+Version:	1.4.7
 Release: 	1%{_dist_release}
 License: 	GPLv2
 Group: 		Applications/System
@@ -201,6 +201,10 @@ update-desktop-database -q
 
 
 %changelog
+* Sun Jun 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.7-1
+- new upstream release
+  (including security fix for CVE-2011-1957,1958,1959,2174,7175)
+
 * Sun Apr 24 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.6-1
 - new upstream release