|
@@ -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)
|
|
|
|