Browse Source

update: chasen

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5314 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 12 years ago
parent
commit
aa32b33bb9
1 changed files with 17 additions and 6 deletions
  1. 17 6
      c/chasen/chasen-vl.spec

+ 17 - 6
c/chasen/chasen-vl.spec

@@ -2,17 +2,24 @@ Name:         chasen
 Summary:      Japanese Morphological Analysis System, ChaSen
 Summary(ja):  茶筌 - 日本語形態素解析システム
 Version:      2.4.4
-Release:      2%{?_dist_release}
+Release:      3%{?_dist_release}
+
 License:      BSD, Other License(s), see package
 Group:        Applications/Text
 URL:          http://chasen-legacy.sourceforge.jp/
+
 Source0:      %{name}-%{version}.tar.gz
-BuildRoot:    %{_tmppath}/%{name}-%{version}-root
+
+# secutiry patch
+Patch100:     chasen244-secfix.diff
+
+BuildRoot:     %{_tmppath}/%{name}-%{version}-root
 BuildRequires: darts-devel >= 0.32
-Requires:     ipadic
-Vendor: Project Vine
-Distribution: Vine Linux
-Packager: inagaki
+Requires:      ipadic
+
+Vendor:        Project Vine
+Distribution:  Vine Linux
+Packager:      inagaki
 
 %description
 Japanese Morphological Analysis System, ChaSen
@@ -41,6 +48,7 @@ Libraries and header files for ChaSen developers.
 
 %prep
 %setup -q
+%patch100 -p1 -b .cve-2011-4000
 
 %build
 %configure --with-darts=%{_includedir} --disable-static
@@ -75,6 +83,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.la
 
 
 %changelog
+* Fri Dec 23 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.4.4-3
+- added Patch100 for CVE-2011-4000
+
 * Thu Apr 28 2011  Shu KONNO <owa@bg.wakwak.com> 2.4.4-2
 - rebuilt