Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2006 12:13:54 +0300
From:      Vasil Dimov <vd@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org
Subject:   ports/96308: Update port: net/rsync from 2.6.7 to 2.6.8
Message-ID:  <20060425091354.GA70788@qlovarnika.bg.datamax>
Resent-Message-ID: <200604250920.k3P9K8QJ027647@freefall.freebsd.org>

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

>Number:         96308
>Category:       ports
>Synopsis:       Update port: net/rsync from 2.6.7 to 2.6.8
>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:   Tue Apr 25 09:20:07 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.0-STABLE amd64
>Organization:
N/A
>Environment:

>Description:

Update net/rsync from 2.6.7 to 2.6.8, files/patch-clientserver.c is not
needed anymore - something similar is included upstream.

>How-To-Repeat:

>Fix:

--- rsync_2.6.7-2.6.8.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net/rsync/Makefile,v
retrieving revision 1.106
diff -u -r1.106 Makefile
--- Makefile	3 Apr 2006 21:12:24 -0000	1.106
+++ Makefile	25 Apr 2006 09:11:04 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	rsync
-PORTVERSION=	2.6.7
-PORTREVISION=	1
+PORTVERSION=	2.6.8
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://rsync.samba.org/ftp/%SUBDIR%/ \
 		ftp://ftp.samba.org//pub/%SUBDIR%/ \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net/rsync/distinfo,v
retrieving revision 1.46
diff -u -r1.46 distinfo
--- distinfo	15 Mar 2006 10:36:08 -0000	1.46
+++ distinfo	25 Apr 2006 09:11:04 -0000
@@ -1,3 +1,3 @@
-MD5 (rsync-2.6.7.tar.gz) = fb51636c719e789244d5d4423cf157ac
-SHA256 (rsync-2.6.7.tar.gz) = b70604b47cec2a5a47bcc03c652633ca2d2926445e620af19510a5784f570a99
-SIZE (rsync-2.6.7.tar.gz) = 757572
+MD5 (rsync-2.6.8.tar.gz) = 082a9dba1f741e6591e5cd748a1233de
+SHA256 (rsync-2.6.8.tar.gz) = 784782de0efee0b4624bdd1d75d524ef95d16354cb13cbb5449d990b61e607a6
+SIZE (rsync-2.6.8.tar.gz) = 772314
Index: files/patch-clientserver.c
===================================================================
RCS file: files/patch-clientserver.c
diff -N files/patch-clientserver.c
--- files/patch-clientserver.c	3 Apr 2006 21:12:25 -0000	1.3
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- clientserver.c	24 Feb 2006 01:56:26 -0000	1.177
-+++ clientserver.c	31 Mar 2006 17:36:26 -0000
-@@ -733,8 +733,6 @@ int start_daemon(int f_in, int f_out)
- 	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 @@ int start_daemon(int f_in, int f_out)
- 
- 	log_init();
- 
-+	rprintf(FLOG, "connect from %s (%s)\n", host, addr);
-+
- 	if (!am_server) {
- 		set_socket_options(f_in, "SO_KEEPALIVE");
- 		if (sockopts)
--- rsync_2.6.7-2.6.8.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?20060425091354.GA70788>