From owner-cvs-all@FreeBSD.ORG Wed Apr 28 06:47:21 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A7CA16A4CE; Wed, 28 Apr 2004 06:47:21 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rrcs-midsouth-24-172-16-118.biz.rr.com [24.172.16.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id A889243D1F; Wed, 28 Apr 2004 06:47:20 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) i3SDjLdI052248; Wed, 28 Apr 2004 09:45:21 -0400 (EDT) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Oliver Eikemeier In-Reply-To: <408F61C8.1020900@fillmore-labs.com> References: <200404272159.i3RLxJDN071124@repoman.freebsd.org> <20040428010240.GA85771@freebsd.csie.nctu.edu.tw> <1083114476.15886.4.camel@shumai.marcuscom.com> <408F61C8.1020900@fillmore-labs.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-9i8NXU3ZojgbEldtTfLp" Organization: MarcusCom, Inc. Message-Id: <1083160018.9704.2.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 28 Apr 2004 09:46:58 -0400 cc: cvs-ports@FreeBSD.org cc: Ying-Chieh Liao cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org cc: Oliver Eikemeier Subject: Re: cvs commit: ports/net/rsync Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 13:47:22 -0000 --=-9i8NXU3ZojgbEldtTfLp Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2004-04-28 at 03:48, Oliver Eikemeier wrote: > Joe Marcus Clarke wrote: >=20 > > On Tue, 2004-04-27 at 21:02, Ying-Chieh Liao wrote: > >=20 > >>I got a size mismatch... > >> > >>>>Attempting to fetch from http://rsync.samba.org/ftp/rsync/. > >> > >>fetch: http://rsync.samba.org/ftp/rsync/rsync-2.6.1.tar.gz: size mismat= ch: expected 511412, actual 511395 > >> > >>MD5 (rsync-2.6.1.tar.gz) =3D 6b1ee6a5878569215204f322ad128775 > >>SIZE (rsync-2.6.1.tar.gz) =3D 511395 > >=20 > > I see the same thing from http://rsync.samba.org/ftp/rsync/, but the > > distfile from ftp://sunsite.auc.dk/pub/unix/rsync/ is inline with > > distinfo. It looks like the distfile was rerolled. > >=20 > > Oliver, if this can't be fixed quickly, I'm going to revert the 2.6.1 > > update. >=20 > Grmbl. They removed a forgotten debug statement: >=20 > diff -Nur rsync-2.6.1/util.c rsync-2.6.1.rerolled/util.c > --- rsync-2.6.1/util.c Fri Apr 23 00:17:15 2004 > +++ rsync-2.6.1.rerolled/util.c Tue Apr 27 18:43:40 2004 > @@ -805,7 +805,6 @@ > rlen--; > buf[rlen] =3D '\0'; > } > - fprintf(stderr, "p:`%s'\n", buf); > =20 > return buf; > } >=20 > New distinfo: >=20 > diff -u -r1.37 distinfo > --- distinfo 27 Apr 2004 21:59:18 -0000 1.37 > +++ distinfo 28 Apr 2004 07:43:48 -0000 > @@ -1,2 +1,2 @@ > -MD5 (rsync-2.6.1.tar.gz) =3D ec09e62961c8edd0f9d3710b5ecb5b16 > -SIZE (rsync-2.6.1.tar.gz) =3D 511412 > +MD5 (rsync-2.6.1.tar.gz) =3D 6b1ee6a5878569215204f322ad128775 > +SIZE (rsync-2.6.1.tar.gz) =3D 511395 >=20 > Should I commit this? I hope sunsite.auc.dk and others catch > up with the master site soon. Assuming the other mirrors catch up, please fix the distinfo. If not, please revert to 2.6.0 to avoid any confusion. Joe >=20 > -Oliver --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-9i8NXU3ZojgbEldtTfLp Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAj7XSb2iPiv4Uz4cRAuB+AKCupxAVBavzk68LWEvuAJpMpsbkIwCgkD71 toNmbxdRlUML3hoyhlLRnms= =rV1N -----END PGP SIGNATURE----- --=-9i8NXU3ZojgbEldtTfLp--