OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 27-Dec-2002 10:29:17
Branch: HEAD Handle: 2002122709291601
Modified files:
openpkg-src/rsync rsync.patch rsync.spec
openpkg-web news.txt
Log:
ok, finally follow FreeBSD and make SSH the default transport for
rsync
Summary:
Revision Changes Path
1.3 +18 -0 openpkg-src/rsync/rsync.patch
1.36 +1 -1 openpkg-src/rsync/rsync.spec
1.2391 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 rsync.patch
--- openpkg-src/rsync/rsync.patch 11 Jun 2002 13:54:49 -0000 1.2
+++ openpkg-src/rsync/rsync.patch 27 Dec 2002 09:29:17 -0000 1.3
@@ -41,3 +41,21 @@
#endif
/* these are needed for the uid/gid mapping code */
+--- main.c.orig Tue Sep 5 19:46:43 2000
++++ main.c Sat Apr 7 23:32:25 2001
+@@ -134 +134 @@
+- cmd = RSYNC_RSH;
++ cmd = RSYNC_SSH;
+--- options.c.orig Thu Mar 8 03:31:32 2001
++++ options.c Thu Mar 8 03:31:32 2001
+@@ -141 +141 @@
+- rprintf(F," -e, --rsh=COMMAND specify rsh replacement\n");
++ rprintf(F," -e, --rsh=COMMAND specify rsh replacement (default %s)\n",
RSYNC_SSH);
+--- rsync.h.orig Sat Aug 19 06:10:39 2000
++++ rsync.h Sat Apr 7 23:31:00 2001
+@@ -75,4 +75,5 @@
+ #define RSYNC_RSH "rsh"
+ #endif
++#define RSYNC_SSH "ssh"
+
+ #include <sys/types.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.35 -r1.36 rsync.spec
--- openpkg-src/rsync/rsync.spec 20 Dec 2002 19:33:12 -0000 1.35
+++ openpkg-src/rsync/rsync.spec 27 Dec 2002 09:29:17 -0000 1.36
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 2.5.5
-Release: 20021217
+Release: 20021227
# list of sources
Source0: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2390 -r1.2391 news.txt
--- openpkg-web/news.txt 27 Dec 2002 09:05:24 -0000 1.2390
+++ openpkg-web/news.txt 27 Dec 2002 09:29:16 -0000 1.2391
@@ -1,3 +1,4 @@
+27-Dec-2002: Upgraded package: P<rsync-2.5.5-20021227>
27-Dec-2002: Upgraded package: P<devtodo-0.1.17-20021227>
26-Dec-2002: Upgraded package: P<db-4.1.25.0-20021226>
26-Dec-2002: Upgraded package: P<openpkg-tool-20021226-20021226>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]