Date: Wed, 28 Apr 2004 09:13:05 +0300 (EEST) From: Toni Viemero <toni.viemero@iki.fi> To: FreeBSD-gnats-submit@FreeBSD.org Cc: eik@FreeBSD.org Subject: ports/66041: [PATCH] net/rsync: fix distinfo Message-ID: <200404280613.i3S6D5r9030126@iso.egotaivas.com> Resent-Message-ID: <200404280620.i3S6KJmj008702@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 66041 >Category: ports >Synopsis: [PATCH] net/rsync: fix distinfo >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 27 23:20:18 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Toni Viemero >Release: FreeBSD 5.2.1-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD iso.egotaivas.com 5.2.1-RELEASE-p4 FreeBSD 5.2.1-RELEASE-p4 #1: Wed Mar 31 21:45:56 EEST 2004 >Description: Upgrading to 2.6.1 fails due to wrong MD5 and SIZE. Has the original .tar.gz changed since release? Works for me with the included patch. fetch: http://rsync.samba.org/ftp/rsync/rsync-2.6.1.tar.gz: size mismatch: expected 511412, actual 511395 fetch: ftp://ftp.sunet.se/pub/unix/admin/rsync/rsync-2.6.1.tar.gz: size mismatch: expected 511412, actual 511395 fetch: ftp://ftp.fu-berlin.de/pub/unix/network/rsync/rsync-2.6.1.tar.gz: size mismatch: expected 511412, actual 511395 Port maintainer (eik@FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: --- rsync-2.6.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/rsync/Makefile /home/toni/ports/rsync/Makefile --- /usr/ports/net/rsync/Makefile Wed Apr 28 08:58:08 2004 +++ /home/toni/ports/rsync/Makefile Wed Apr 28 09:07:09 2004 @@ -8,6 +8,7 @@ PORTNAME= rsync PORTVERSION= 2.6.1 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://rsync.samba.org/pub/%SUBDIR%/ \ diff -ruN --exclude=CVS /usr/ports/net/rsync/distinfo /home/toni/ports/rsync/distinfo --- /usr/ports/net/rsync/distinfo Wed Apr 28 00:59:18 2004 +++ /home/toni/ports/rsync/distinfo Wed Apr 28 09:07:33 2004 @@ -1,2 +1,2 @@ -MD5 (rsync-2.6.1.tar.gz) = ec09e62961c8edd0f9d3710b5ecb5b16 -SIZE (rsync-2.6.1.tar.gz) = 511412 +MD5 (rsync-2.6.1.tar.gz) = 6b1ee6a5878569215204f322ad128775 +SIZE (rsync-2.6.1.tar.gz) = 511395 --- rsync-2.6.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404280613.i3S6D5r9030126>