Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2005 15:07:32 -0400
From:      "Tom McLaughlin" <tmclaugh@sdf.lonestar.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        eik@FreeBSD.org
Subject:   ports/81927: net/rsync: Update to 2.6.5, make fetchable again
Message-ID:  <1117998452.0@compass.straycat.dhs.org>
Resent-Message-ID: <200506051910.j55JA1OK003661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81927
>Category:       ports
>Synopsis:       net/rsync: Update to 2.6.5, make fetchable again
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 05 19:10:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tom McLaughlin
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE #0: Sun May  8 10:21:06 UTC 2005
    root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC



>Description:


Attached patch updates rsync to 2.6.5.  This is primarily a bugfix released for
 2.6.4 which is also no longer fetchable.

Changelog: http://rsync.samba.org/ftp/rsync/NEWS


>How-To-Repeat:


make fetch


>Fix:


--- rsync-2.6.5_update.diff begins here ---
diff -Nur rsync.orig/Makefile rsync/Makefile
--- rsync.orig/Makefile	Tue May 24 21:28:32 2005
+++ rsync/Makefile	Sun Jun  5 13:48:42 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	rsync
-PORTVERSION=	2.6.4
-PORTREVISION=	1
+PORTVERSION=	2.6.5
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://rsync.samba.org/ftp/%SUBDIR%/ \
 		ftp://ftp.samba.org//pub/%SUBDIR%/ \
diff -Nur rsync.orig/distinfo rsync/distinfo
--- rsync.orig/distinfo	Tue May 24 21:28:32 2005
+++ rsync/distinfo	Sun Jun  5 13:49:07 2005
@@ -1,2 +1,2 @@
-MD5 (rsync-2.6.4.tar.gz) = a26c454a36148e0e873bedf3c0cc955d
-SIZE (rsync-2.6.4.tar.gz) = 627680
+MD5 (rsync-2.6.5.tar.gz) = 3691cdf1540d0649ba679edce6bae8fc
+SIZE (rsync-2.6.5.tar.gz) = 643388
diff -Nur rsync.orig/files/patch-exclude.c rsync/files/patch-exclude.c
--- rsync.orig/files/patch-exclude.c	Tue May 24 21:28:32 2005
+++ rsync/files/patch-exclude.c	Wed Dec 31 19:00:00 1969
@@ -1,11 +0,0 @@
---- exclude.c.orig	Sun Feb 27 16:34:27 2005
-+++ exclude.c	Sat May 21 18:52:41 2005
-@@ -1109,7 +1109,7 @@
- 		    && !(ent->match_flags & MATCHFLG_MERGE_FILE)) {
- 			int f = am_sender || protocol_version < 29 ? f_out : -1;
- 			send_rules(f, &cvs_filter_list);
--			if (f >= 0)
-+			if (f >= 0 || f_out < 0)
- 				continue;
- 		}
- 		p = get_rule_prefix(ent->match_flags, ent->pattern, 1, &plen);
--- rsync-2.6.5_update.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1117998452.0>