Browse Source

rsync 3.0.7-2 (Vine5 updates)

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

+ 9 - 1
r/rsync/rsync-vl.spec

@@ -2,7 +2,7 @@ Summary:     A program for synchronizing files over a network.
 Summary(ja): ネットワーク越しにファイルを同期させるプログラム
 Name: rsync
 Version: 3.0.7
-Release: 1%{_dist_release}
+Release: 2%{_dist_release}
 Group: Applications/Internet
 License: GPLv3+
 URL: http://rsync.samba.org
@@ -11,6 +11,8 @@ Source1: ftp://rsync.samba.org/pub/rsync/rsync-patches-%{version}.tar.gz
 Source2: rsync.xinetd
 
 Patch0: ssh-6-option.diff
+# security fixes
+Patch100: rsync-3.0.7_CVE-2011-1097.patch
 
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
@@ -56,6 +58,8 @@ patch -p1 -i patches/xattrs.diff
 patch -p1 -i patches/copy-devices.diff
 
 %patch0 -p1
+# security fixes
+%patch100 -p1 -b .CVE-2011-1097
 
 %build
 autoreconf
@@ -86,6 +90,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Apr  2 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>  3.0.7-2
+- add Patch100 for fix CVE-2011-1097 (filelist)
+- change specfile name (-vl)
+
 * Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 3.0.7-1
 - new upstream release