]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- added -sec.patch - security fix - see:
authortwittner <twittner@pld-linux.org>
Mon, 16 Aug 2004 08:33:11 +0000 (08:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://securitytracker.com/alerts/2004/Aug/1010940.html
- rel 3.2 - builds, not tested.

Changed files:
    rsync.spec -> 1.86

rsync.spec

index 105ffff45ed6e19c2d6ad1efbdab943d8693b156..936a7e505939fba256183a0b1973b78bf21d2840 100644 (file)
@@ -1,6 +1,4 @@
-# TODO:
-# - SECURITY: http://securitytracker.com/alerts/2004/Aug/1010940.html
-#
+
 # Conditional build:
 %bcond_with    rsh     # set remote shell command to rsh instead of ssh (old behaviour)
 #
@@ -15,7 +13,7 @@ Summary(zh_CN):       [ͨѶ]
 Summary(zh_TW):        [³ñ°Ô]\e$(B6G?i¤õ(c\e(B
 Name:          rsync
 Version:       2.6.2
-Release:       3.1
+Release:       3.2
 License:       GPL
 Group:         Daemons
 Source0:       http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -28,14 +26,13 @@ Patch0:             %{name}-config.patch
 Patch1:                %{name}-man.patch
 Patch2:                %{name}-segv.patch
 Patch3:                %{name}-ipv6_socket.patch
+Patch4:                %{name}-sec.patch
 BuildRequires: autoconf >= 2.52
 BuildRequires: automake
 BuildRequires: popt-devel
 URL:           http://rsync.samba.org/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sysconfdir     /etc/rsyncd
-
 %description
 rsync is a replacement for rcp that has many more features.
 
@@ -154,6 +151,9 @@ techniczna nowego algorytmu zosta
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+
+%define                _sysconfdir     /etc/rsyncd
 
 %build
 cp -f /usr/share/automake/config.sub .
This page took 0.104739 seconds and 4 git commands to generate.