]> git.pld-linux.org Git - packages/rsync.git/commitdiff
- enable openssl support (rsyncs://...); rel 2 auto/th/rsync-3_0_5-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Feb 2009 14:43:19 +0000 (14:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rsync.spec -> 1.141

rsync.spec

index 2a7e5c0a4d5da9f1280a130e1e54ca7e754bc022..4852da8ea2e316ec3048de7b22761a0d84f57459 100644 (file)
@@ -17,7 +17,7 @@ Summary(zh_CN.UTF-8): [通讯]传输工具
 Summary(zh_TW.UTF-8):  [喙啪]\e$(B6G?i火(c\e(B
 Name:          rsync
 Version:       3.0.5
-Release:       1
+Release:       2
 License:       GPL
 Group:         Networking/Utilities
 Source0:       http://rsync.samba.org/ftp/rsync/%{name}-%{version}.tar.gz
@@ -161,6 +161,7 @@ techniczna nowego algorytmu została również dołączona do pakietu.
 # for compat with previous patched version
 patch -p1 -i patches/acls.diff || exit 1
 patch -p1 -i patches/xattrs.diff || exit 1
+patch -p1 < patches/openssl-support.diff || exit 1
 
 %build
 cp -f /usr/share/automake/config.sub .
@@ -170,6 +171,7 @@ cp -f /usr/share/automake/config.sub .
        %{?with_rsh:--with-rsh=rsh} \
        --enable-ipv6 \
        --enable-acl-support \
+       --enable-openssl \
        --enable-xattr-support \
        --disable-debug \
        --with-rsyncd-conf=%{_sysconfdir}/rsyncd.conf
This page took 0.14497 seconds and 4 git commands to generate.