Bug 26138 - net/ipcheck port relies on non-version-numbered distfile integrity
Summary: net/ipcheck port relies on non-version-numbered distfile integrity
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-27 01:40 UTC by anarcat
Modified: 2001-04-10 22:34 UTC (History)
0 users

See Also:


Attachments
file.diff (521 bytes, patch)
2001-03-27 01:40 UTC, anarcat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description anarcat 2001-03-27 01:40:00 UTC
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.

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
How-To-Repeat: shall# cd /usr/ports/net/ipcheck/
mashall# make install clean
Comment 1 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-04-10 21:59:28 UTC
Responsible Changed
From-To: freebsd-ports->lioux

I'm the maintainer.
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2001-04-10 22:33:52 UTC
State Changed
From-To: open->closed

Committed, thanks!