From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Mar 26 19:50:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9153D106564A for ; Wed, 26 Mar 2008 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 72F578FC15 for ; Wed, 26 Mar 2008 19:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2QJo1eg026467 for ; Wed, 26 Mar 2008 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2QJo1Au026466; Wed, 26 Mar 2008 19:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 26 Mar 2008 19:50:01 GMT Resent-Message-Id: <200803261950.m2QJo1Au026466@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ganael Laplanche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BA4B1065670 for ; Wed, 26 Mar 2008 19:41:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8F58C8FC16 for ; Wed, 26 Mar 2008 19:41:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2QJfBd1053091 for ; Wed, 26 Mar 2008 19:41:11 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2QJfB6v053090; Wed, 26 Mar 2008 19:41:11 GMT (envelope-from nobody) Message-Id: <200803261941.m2QJfB6v053090@www.freebsd.org> Date: Wed, 26 Mar 2008 19:41:11 GMT From: Ganael Laplanche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/122125: [port fix] benchmarks/nttcp: Checksum mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2008 19:50:01 -0000 >Number: 122125 >Category: ports >Synopsis: [port fix] benchmarks/nttcp: Checksum mismatch >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: Wed Mar 26 19:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Ganael Laplanche >Release: 7.0-STABLE >Organization: http://contribs.martymac.com >Environment: FreeBSD home.martymac.com 7.0-STABLE FreeBSD 7.0-STABLE #11: Tue Mar 25 14:32:03 CET 2008 root@home.martymac.com:/usr/obj/usr/src/sys/MYKERNEL amd64 >Description: benchmarks/nttcp was marked as BROKEN due to a distfile checksum mismatch. I have checked the distfiles and found that mirrors were offering two different files : - The FreeBSD mirror and the fresh.t-systems-sfr.com were offering : MD5 (nttcp-1.47.tar.gz) = 05cc30409e6f2cb8cfdf40334d1dcd77 SHA256 (nttcp-1.47.tar.gz) = a0e0ac34d250ba874f9ce75da60717cde8da4ebbef56879bbc8b8ed2743b81ae SIZE (nttcp-1.47.tar.gz) = 25693 It seems to correspond to the 'old' file, the one we were using before the port break. - The two other mirrors (freeware.sgi.com and reality.sgiweb.org) were offering another file : MD5 (nttcp-1.47.tar.gz) = 50f0c405b3fa488f6b00db32bf994a7d SHA256 (nttcp-1.47.tar.gz) = 9cad788b08880be7444d134892c681043bf3ad03e8b798d90ad2a6c56d605af2 SIZE (nttcp-1.47.tar.gz) = 25633 I have compared the two files : a diff produces no difference (really *nothing*). So, to be able to keep two mirrors (+ the FreeBSD mirror once the file has been updated), I have deleted the first mirror (fresh.t-systems-sfr.com) and updated the distinfo file. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -aur nttcp.orig/Makefile nttcp/Makefile --- nttcp.orig/Makefile 2008-03-26 20:02:41.192663068 +0100 +++ nttcp/Makefile 2008-03-26 20:31:18.600208161 +0100 @@ -9,15 +9,12 @@ PORTVERSION= 1.47 PORTREVISION= 1 CATEGORIES= benchmarks net -MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/privat2/ \ - http://freeware.sgi.com/source/nttcp/ \ - http://reality.sgiweb.org/freeware/source/nttcp/ +MASTER_SITES= http://freeware.sgi.com/source/nttcp/ \ + http://reality.sgiweb.org/freeware/source/nttcp/ MAINTAINER= ports@FreeBSD.org COMMENT= A client/server program for testing network performance -BROKEN= Checksum mismatch - ALL_TARGET= nttcp MAN1= nttcp.1 PLIST_FILES= bin/nttcp diff -aur nttcp.orig/distinfo nttcp/distinfo --- nttcp.orig/distinfo 2008-03-26 20:02:41.192663068 +0100 +++ nttcp/distinfo 2008-03-26 20:31:26.708187248 +0100 @@ -1,3 +1,3 @@ -MD5 (nttcp-1.47.tar.gz) = 05cc30409e6f2cb8cfdf40334d1dcd77 -SHA256 (nttcp-1.47.tar.gz) = a0e0ac34d250ba874f9ce75da60717cde8da4ebbef56879bbc8b8ed2743b81ae -SIZE (nttcp-1.47.tar.gz) = 25693 +MD5 (nttcp-1.47.tar.gz) = 50f0c405b3fa488f6b00db32bf994a7d +SHA256 (nttcp-1.47.tar.gz) = 9cad788b08880be7444d134892c681043bf3ad03e8b798d90ad2a6c56d605af2 +SIZE (nttcp-1.47.tar.gz) = 25633 >Release-Note: >Audit-Trail: >Unformatted: