Kaynağa Gözat

upgrading package: rsync 3.0.4 -> 3.0.5

Ralf S. Engelschall 17 yıl önce
ebeveyn
işleme
e04688094b
2 değiştirilmiş dosya ile 13 ekleme ve 13 silme
  1. 11 11
      rsync/rsync.patch
  2. 2 2
      rsync/rsync.spec

+ 11 - 11
rsync/rsync.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2008-02-13 02:29:09 +0100
-+++ Makefile.in	2008-03-12 17:12:05 +0100
+--- Makefile.in.orig	2008-11-16 00:32:02 +0100
++++ Makefile.in	2008-12-29 09:06:40 +0100
 @@ -13,6 +13,7 @@
  CPPFLAGS=@CPPFLAGS@
  EXEEXT=@EXEEXT@
@@ -9,19 +9,19 @@ Index: Makefile.in
  
  INSTALLCMD=@INSTALL@
  INSTALLMAN=@INSTALL@
-@@ -147,7 +148,7 @@
- 	@echo ' ' >/dev/null
+@@ -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
 -	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-03-01 21:01:41 +0100
-+++ compat.c	2008-03-12 17:10:21 +0100
-@@ -161,19 +161,21 @@
+--- compat.c.orig	2008-08-02 16:04:54 +0200
++++ compat.c	2008-12-29 09:06:40 +0100
+@@ -164,19 +164,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-03-01 21:12:04 +0100
-+++ rsync.h	2008-03-12 17:10:21 +0100
-@@ -113,9 +113,12 @@
+--- rsync.h.orig	2008-09-27 06:21:52 +0200
++++ rsync.h	2008-12-29 09:06:40 +0100
+@@ -114,9 +114,12 @@
   * unlikely to begin by sending a byte between MIN_PROTOCL_VERSION and
   * MAX_PROTOCOL_VERSION. */
  

+ 2 - 2
rsync/rsync.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        CORE
 Group:        Filesystem
 License:      GPL
-Version:      3.0.4
-Release:      20080907
+Version:      3.0.5
+Release:      20081229
 
 #   package options
 %option       with_iconv  no