OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Apr-2006 20:39:08
Branch: HEAD Handle: 2006042219390700
Modified files:
openpkg-src/rsync rsync.patch rsync.spec
Log:
upgrading package: rsync 2.6.7 -> 2.6.8
Summary:
Revision Changes Path
1.21 +3 -24 openpkg-src/rsync/rsync.patch
1.80 +2 -2 openpkg-src/rsync/rsync.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.patch
============================================================================
$ cvs diff -u -r1.20 -r1.21 rsync.patch
--- openpkg-src/rsync/rsync.patch 4 Apr 2006 07:31:03 -0000 1.20
+++ openpkg-src/rsync/rsync.patch 22 Apr 2006 18:39:07 -0000 1.21
@@ -1,27 +1,6 @@
-Index: clientserver.c
---- clientserver.c.orig 2006-02-24 02:56:26 +0100
-+++ clientserver.c 2006-04-04 09:29:20 +0200
-@@ -733,8 +733,6 @@
- char *host = client_name(f_in);
- int i;
-
-- rprintf(FLOG, "connect from %s (%s)\n", host, addr);
--
- io_set_sock_fds(f_in, f_out);
-
- if (!lp_load(config_file, 0))
-@@ -742,6 +740,8 @@
-
- log_init();
-
-+ rprintf(FLOG, "connect from %s (%s)\n", host, addr);
-+
- if (!am_server) {
- set_socket_options(f_in, "SO_KEEPALIVE");
- if (sockopts)
Index: compat.c
--- compat.c.orig 2006-02-24 17:43:44 +0100
-+++ compat.c 2006-04-04 09:29:20 +0200
++++ compat.c 2006-04-22 20:30:39 +0200
@@ -57,19 +57,21 @@
rprintf(FINFO, "(%s) Protocol versions: remote=%d,
negotiated=%d\n",
am_server? "Server" : "Client", remote_protocol,
protocol_version);
@@ -52,8 +31,8 @@
}
if (protocol_version > PROTOCOL_VERSION) {
Index: rsync.h
---- rsync.h.orig 2006-02-27 22:11:56 +0100
-+++ rsync.h 2006-04-04 09:29:20 +0200
+--- rsync.h.orig 2006-04-13 18:53:15 +0200
++++ rsync.h 2006-04-22 20:30:39 +0200
@@ -85,9 +85,12 @@
* unlikely to begin by sending a byte between MIN_PROTOCL_VERSION and
* MAX_PROTOCOL_VERSION. */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/rsync/rsync.spec
============================================================================
$ cvs diff -u -r1.79 -r1.80 rsync.spec
--- openpkg-src/rsync/rsync.spec 4 Apr 2006 07:31:04 -0000 1.79
+++ openpkg-src/rsync/rsync.spec 22 Apr 2006 18:39:07 -0000 1.80
@@ -32,8 +32,8 @@
Class: CORE
Group: Filesystem
License: GPL
-Version: 2.6.7
-Release: 20060404
+Version: 2.6.8
+Release: 20060422
# package options
%option with_lastmatch no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]