From nobody@FreeBSD.org  Mon Mar 26 16:35:20 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id DF01137B71A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 26 Mar 2001 16:35:19 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f2R0ZJC83733;
	Mon, 26 Mar 2001 16:35:19 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103270035.f2R0ZJC83733@freefall.freebsd.org>
Date: Mon, 26 Mar 2001 16:35:19 -0800 (PST)
From: anarcat@tao.ca
To: freebsd-gnats-submit@FreeBSD.org
Subject: net/ipcheck port relies on non-version-numbered distfile integrity
X-Send-Pr-Version: www-1.0

>Number:         26138
>Category:       ports
>Synopsis:       net/ipcheck port relies on non-version-numbered distfile integrity
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 26 16:40:00 PST 2001
>Closed-Date:    Tue Apr 10 14:33:52 PDT 2001
>Last-Modified:  Tue Apr 10 14:34:09 PDT 2001
>Originator:     The Anarcat
>Release:        FreeBSD 4.3-BETA
>Organization:
Nada, Inc.
>Environment:
FreeBSD shall.anarcat.yi.org 4.3-BETA FreeBSD 4.3-BETA #2: Wed Mar 14 18:50:48 EST 2001     root@:/usr/obj/usr/src/sys/SHALL  i386

Recent (last night) ports collection

>Description:
The net/ipcheck distfile is not version-numbered ("ipcheck.py").

The author of the software recently updated the file, it seems, and 
the checksum fails.

>How-To-Repeat:
shall# cd /usr/ports/net/ipcheck/
mashall# make install clean
>Fix:
Workaround:

# make install clean MASTER_SITE_OVERRIDE=ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/

or

# make install clean NO_CHECKSUM=yes

Fix:

Again, this is more like a workaround. I have tried the new version, but we
could just switch to version 0.88.

I don't know how to deal with this issue. I haven't contacted the author
of the software. The file does not seem to be registered on sourceforge's
cvs. 

# diff -u Makefile.orig Makefile
--- Makefile.orig       Mon Mar 26 19:31:18 2001
+++ Makefile    Mon Mar 26 19:31:51 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=      ipcheck
-PORTVERSION=   0.85
+PORTVERSION=   0.88
 CATEGORIES=    net python
 MASTER_SITES=  http://ipcheck.sourceforge.net/
 DISTNAME=      ipcheck.py
# diff -u distinfo.orig distinfo
--- distinfo.orig       Mon Mar 26 19:31:13 2001
+++ distinfo    Mon Mar 26 19:31:35 2001
@@ -1 +1 @@
-MD5 (ipcheck.py) = 29b6823d6d1bcfa3e6544fd8b78d889c
+MD5 (ipcheck.py) = 5f3bf1e103970982ca2a461347b06ad0
# 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->lioux 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Tue Apr 10 13:59:28 PDT 2001 
Responsible-Changed-Why:  
I'm the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26138 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Tue Apr 10 14:33:52 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26138 
>Unformatted:
 >> ipcheck.py doesn't seem to exist in /usr/ports/distfiles/.
 >> Attempting to fetch from http://ipcheck.sourceforge.net/.
 Receiving ipcheck.py (80434 bytes): 100%
 80434 bytes transferred in 1.4 seconds (57.36 kBps)
 ===>  Extracting for ipcheck-0.85
 >> Checksum mismatch for ipcheck.py.
 Make sure the Makefile and distinfo file (/usr/ports/net/ipcheck/distinfo)
 are up to date.  If you are absolutely sure you want to override this
 check, type "make NO_CHECKSUM=yes [other args]".
 *** Error code 1
 
 Stop in /usr/ports/net/ipcheck.
 
 
