SHA256
1
0
forked from pool/rsync
OBS User unknown
2008-01-10 02:03:34 +00:00
committed by Git OBS Bridge
parent 7e64737048
commit f54019c0de
3 changed files with 352 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package rsync (Version 2.6.9)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -23,7 +23,7 @@ Group: Productivity/Networking/Other
PreReq: %fillup_prereq %insserv_prereq sed grep
AutoReqProv: on
Version: 2.6.9
Release: 70
Release: 87
Summary: Replacement for RCP/mirror that has Many More Features
Source: samba.org/ftp/rsync/rsync-%{version}.tar.bz2
Source1: logrotate.rsync
@@ -38,6 +38,7 @@ Patch4: rsync-overlong.patch
Patch5: lutimes-hack.diff
Patch6: rsync-fix_fuzzy.patch
Patch7: rsync-hlink_crash.patch
Patch8: munge-symlinks-2.6.9.diff
Url: http://rsync.samba.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define with_system_zlib 0
@@ -77,6 +78,7 @@ cp configure.orig configure
%patch5
%patch6
%patch7
%patch8
cp configure.orig configure
%build
@@ -143,7 +145,10 @@ fi
%doc %{_mandir}/man1/rsync.1.gz
%doc %{_mandir}/man5/rsyncd.conf.5.gz
%doc COPYING NEWS README tech_report.ps tech_report.tex
%changelog
* Tue Dec 04 2007 - ro@suse.de
- added munge-symlinks patch (#345507) CVE-2007-6199
* Thu Nov 08 2007 - ro@suse.de
- fix uninitialized struct sx in hlink.c:hard_link_cluster
to prevent crash when using acls (#338358)