Browse Source

rdesktop-1.6.0-4

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3849 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 14 years ago
parent
commit
db23bad89f
1 changed files with 7 additions and 1 deletions
  1. 7 1
      r/rdesktop/rdesktop-vl.spec

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

@@ -2,8 +2,9 @@ Summary: A Remote Desktop Protocol Client
 Summary(ja): リモートデスクトッププロトコルクライアント
 Name: rdesktop
 Version: 1.6.0
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 Source0: %{name}-%{version}.tar.gz
+Patch0: remote-file-access.patch
 URL: http://www.rdesktop.org/
 License: GPL
 Group: User Interface/Desktops
@@ -28,6 +29,7 @@ rdesktop は Windows NT ターミナルサーバ、Windows 20000 ターミナル
 
 %prep
 %setup -q
+%patch0 -p0 -b .remote-file-access
 
 %build
 %configure
@@ -48,6 +50,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Thu May 12 2011 IWAI, Masaharu <iwai@alib.jp> 1.6.0-4
+- SECURITY FIX: CVE-2011-1595
+ - add remote-file-access patch (Patch0): from RHEL6 1.6.0-8.1
+
 * 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