From d.ortiz@in.ilimit.es  Fri Jul 25 03:35:20 2003
Return-Path: <d.ortiz@in.ilimit.es>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5C15537B401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 03:35:20 -0700 (PDT)
Received: from moe.ilimit.es (38.Red-213-96-13.pooles.rima-tde.net [213.96.13.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5C0A943F85
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 03:35:16 -0700 (PDT)
	(envelope-from d.ortiz@in.ilimit.es)
Received: from dani.ilimit.lan ([192.168.1.57] helo=in.ilimit.es)
	by moe.ilimit.lan with smtp (Exim 3.35 #1 (Debian))
	id 19fzuq-0005hS-00
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 25 Jul 2003 12:35:12 +0200
Received: by in.ilimit.es (sSMTP sendmail emulation); Fri, 25 Jul 2003 12:34:37 +0200
Message-Id: <E19fzuq-0005hS-00@moe.ilimit.lan>
Date: Fri, 25 Jul 2003 12:34:37 +0200
From: Daniel Ortiz <d.ortiz@in.ilimit.es>
Reply-To: Daniel Ortiz <d.ortiz@in.ilimit.es>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Checksum mismatch on Linux-Realplayer port
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54841
>Category:       ports
>Synopsis:       Checksum mismatch on Linux-Realplayer port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 25 03:40:18 PDT 2003
>Closed-Date:    Fri Jan 02 22:41:15 PST 2004
>Last-Modified:  Fri Jan 02 22:41:15 PST 2004
>Originator:     Daniel Ortiz
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD dani 4.8-STABLE FreeBSD 4.8-STABLE #1: Fri Jul 25 09:30:01 CEST 2003 root@dani:/usr/src/sys/compile/SKYDOLL i386


	
>Description:
	The distinfo of linux-realplayer port '/usr/ports/multimedia/linux-realplayer' has a bad checksum for rv9_libc6_i386_cs2.tgz file.
        Distinfo checksum: MD5 (rv9_libc6_i386_cs2.tgz) = b2fd9f4148edfd8e2a714dd57634ae1b
	Real checksum: MD5 (rv9_libc6_i386_cs2.tgz) = b1bd70a1388232ed9f892a087a7ef152
	That file has been downloaded from 'http://realforum.real.com/cgi-bin/unixplayer/showthreaded.pl?Cat=&Board=announcements&Number=3128&page=0&view=collapsed&sb=5' and seems to work fine.
			
>How-To-Repeat:
	Try to compile the port.
>Fix:
	Change the MD5 checksum on distinfo port file.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: mat 
State-Changed-When: Wed Nov 26 05:22:34 PST 2003 
State-Changed-Why:  
maintainer asked about this. 
submitter asked for a patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54841 

From: Mathieu Arnold <mat@FreeBSD.org>
To: vns@delta.odessa.ua, d.ortiz@in.ilimit.es
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port
Date: Wed, 26 Nov 2003 14:26:24 +0100

 To maintainer, could you have a look at PR 54841
  <http://www.freebsd.org/cgi/query-pr.cgi?pr=54841>
 and approve or disaprove the change ?
 
 To submitter, could you submit back a diff of the two distfiles so that the
 committer trying to solve this PR don't have to fetch the file ?
 
 Thanks both of you.
 
 -- 
 Mathieu Arnold

From: Daniel Ortiz <d.ortiz@in.ilimit.es>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mat@FreeBSD.org
Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port	
Date: Wed, 26 Nov 2003 17:13:03 +0100

 >Submitter-Id:	current-users
 >Originator:	Daniel Ortiz
 >Organization:	
 >Confidential:	no 
 >Synopsis:	Re: ports/54841: Checksum mismatch on Linux-Realplayer port	
 >Severity:	non-critical
 >Priority:	low
 >Category:	ports	
 >Class:		update	
 >Release:	FreeBSD 4.9-STABLE i386
 >Environment:
 System: FreeBSD dani 4.9-STABLE FreeBSD 4.9-STABLE #4: Fri Nov 21 09:50:17 CET 2003 root@dani:/usr/src/sys/compile/SKYDOLL i386
 
 
 >How-To-Repeat:
 	
 >Fix:
 
 Apply this patch
 
 --- distinfo-linux-realplayer.diff begins here ---
 --- /usr/ports/multimedia/linux-realplayer/distinfo	Mon Mar  3 14:18:43 2003
 +++ /usr/ports/multimedia/linux-realplayer/distinfo-corrected	Wed Nov 26 16:17:37 2003
 @@ -1,2 +1,2 @@
  MD5 (rp8_linux20_libc6_i386_cs2_rpm) = 525f6f050d076148e9e02769f2055d53
 -MD5 (rv9_libc6_i386_cs2.tgz) = b2fd9f4148edfd8e2a714dd57634ae1b
 +MD5 (rv9_libc6_i386_cs2.tgz) = b1bd70a1388232ed9f892a087a7ef152 
 --- distinfo-linux-realplayer.diff ends here ---
 
 

From: Pete Fritchman <petef@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, d.ortiz@in.ilimit.es
Cc: vns@delta.odessa.ua
Subject: Re: ports/54841: Checksum mismatch on Linux-Realplayer port
Date: Sat, 20 Dec 2003 22:27:21 -0600

 The old checksum works just fine for me (b2f...).  Can you verify
 this is no longer a problem for you?
 
 --pete
State-Changed-From-To: feedback->closed 
State-Changed-By: edwin 
State-Changed-When: Fri Jan 2 22:40:49 PST 2004 
State-Changed-Why:  
Checksum works fine for the version I just have downloaded 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54841 
>Unformatted:
