Browse Source

upgrading package: rsync 3.0.6 -> 3.0.7

master
parent
commit
b283a588c6
  1. 18
      rsync/rsync.patch
  2. 4
      rsync/rsync.spec

18
rsync/rsync.patch

@ -1,6 +1,6 @@
Index: Makefile.in
--- Makefile.in.orig 2008-11-16 00:32:02 +0100
+++ Makefile.in 2008-12-29 09:06:40 +0100
--- Makefile.in.orig 2009-12-13 02:22:43 +0100
+++ Makefile.in 2010-01-05 11:58:10 +0100
@@ -13,6 +13,7 @@
CPPFLAGS=@CPPFLAGS@
EXEEXT=@EXEEXT@
@ -12,16 +12,16 @@ Index: Makefile.in
@@ -175,7 +176,7 @@
@if test -f proto.h; then :; else cp -p $(srcdir)/proto.h .; fi
proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c
proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c config.h
- perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c
+ $(PERL) $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c
man: rsync.1 rsyncd.conf.5
@if test -f rsync.1; then :; else cp -p $(srcdir)/rsync.1 .; fi
Index: compat.c
--- compat.c.orig 2008-08-02 16:04:54 +0200
+++ compat.c 2008-12-29 09:06:40 +0100
@@ -164,19 +164,21 @@
--- compat.c.orig 2009-12-21 23:40:41 +0100
+++ compat.c 2010-01-05 11:49:22 +0100
@@ -166,19 +166,21 @@
rprintf(FINFO, "(%s) Protocol versions: remote=%d, negotiated=%d\n",
am_server? "Server" : "Client", remote_protocol, protocol_version);
}
@ -51,9 +51,9 @@ Index: compat.c
}
if (protocol_version > PROTOCOL_VERSION) {
Index: rsync.h
--- rsync.h.orig 2008-09-27 06:21:52 +0200
+++ rsync.h 2008-12-29 09:06:40 +0100
@@ -114,9 +114,12 @@
--- rsync.h.orig 2009-12-23 20:36:27 +0100
+++ rsync.h 2010-01-05 11:49:22 +0100
@@ -115,9 +115,12 @@
* unlikely to begin by sending a byte between MIN_PROTOCL_VERSION and
* MAX_PROTOCOL_VERSION. */

4
rsync/rsync.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: CORE
Group: Filesystem
License: GPL
Version: 3.0.6
Release: 20090509
Version: 3.0.7
Release: 20100105
# package options
%option with_iconv no

Loading…
Cancel
Save