Browse Source

rsync: new upstream release with security fix

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

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

@@ -1,8 +1,8 @@
 Summary:     A program for synchronizing files over a network.
 Summary(ja): ネットワーク越しにファイルを同期させるプログラム
 Name: rsync
-Version: 3.0.7
-Release: 2%{_dist_release}
+Version: 3.0.8
+Release: 1%{_dist_release}
 Group: Applications/Internet
 License: GPLv3+
 URL: http://rsync.samba.org
@@ -12,16 +12,13 @@ Source2: rsync.xinetd
 
 Patch0: ssh-6-option.diff
 # security fixes
-Patch100: rsync-3.0.7_CVE-2011-1097.patch
+# Patch100: rsync-3.0.7_CVE-2011-1097.patch
 
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: libacl-devel libattr-devel popt-devel
 
-# Security Fix
-# Patch10: http://www.suse.de/~krahmer/rsync-2.6.9-fname-obo.diff
-
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -59,7 +56,7 @@ patch -p1 -i patches/copy-devices.diff
 
 %patch0 -p1
 # security fixes
-%patch100 -p1 -b .CVE-2011-1097
+# %patch100 -p1 -b .CVE-2011-1097
 
 %build
 autoreconf
@@ -90,7 +87,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Apr  2 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp>  3.0.7-2
+* Sun May 22 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.8-1
+- new upstream release with security fixes
+- drop patch100 (is included in new release) 
+
+* 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)