Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2004 01:10:22 -0700 (PDT)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66041: [PATCH] net/rsync: fix distinfo
Message-ID:  <200404280810.i3S8AMfP053643@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66041; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Toni Viemero <toni.viemero@iki.fi>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/66041: [PATCH] net/rsync: fix distinfo
Date: Wed, 28 Apr 2004 10:01:40 +0200

 Toni Viemero wrote:
 
 > Upgrading to 2.6.1 fails due to wrong MD5 and SIZE.
 > Has the original .tar.gz changed since release?
 
 ftp://sunsite.auc.dk/pub/unix/rsync/rsync-2.6.1.tar.gz has
 the old distfile, so it should be fetchable. They removed
 a debugging statement:
 
 diff -Nur rsync-2.6.1.old/util.c rsync-2.6.1/util.c
 --- rsync-2.6.1.old/util.c	Fri Apr 23 00:17:15 2004
 +++ rsync-2.6.1/util.c	Tue Apr 27 18:43:40 2004
 @@ -805,7 +805,6 @@
  			rlen--;
  		buf[rlen] = '\0';
  	}
 -	fprintf(stderr, "p:`%s'\n", buf);
  
  	return buf;
  }
 
 Sorry for the inconvenience, this problem is being worked on
 -Oliver



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