From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 11 21:20:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1406D16A415 for ; Wed, 11 Oct 2006 21:20:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B50C43D5A for ; Wed, 11 Oct 2006 21:20:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k9BLK87I007660 for ; Wed, 11 Oct 2006 21:20:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9BLK8Er007656; Wed, 11 Oct 2006 21:20:08 GMT (envelope-from gnats) Resent-Date: Wed, 11 Oct 2006 21:20:08 GMT Resent-Message-Id: <200610112120.k9BLK8Er007656@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, "Frank J. Laszlo" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3FD16A47B for ; Wed, 11 Oct 2006 21:11:06 +0000 (UTC) (envelope-from laszlof@main.vonostingroup.com) Received: from main.vonostingroup.com (main.vonostingroup.com [216.32.84.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8821743D49 for ; Wed, 11 Oct 2006 21:10:56 +0000 (GMT) (envelope-from laszlof@main.vonostingroup.com) Received: from laszlof by main.vonostingroup.com with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GXlLq-000I9L-Te for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Oct 2006 15:10:54 -0600 Message-Id: Date: Wed, 11 Oct 2006 15:10:54 -0600 From: "Frank J. Laszlo" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/104307: [PATCH]: security/its4: Fix checksum mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Frank J. Laszlo" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 21:20:17 -0000 >Number: 104307 >Category: ports >Synopsis: [PATCH]: security/its4: Fix checksum mismatch >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 11 21:20:07 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Frank J. Laszlo >Release: FreeBSD 5.4-RELEASE-p18 i386 >Organization: >Environment: System: FreeBSD main.vonostingroup.com 5.4-RELEASE-p18 FreeBSD 5.4-RELEASE-p18 #1: Sat Sep 16 18:56:42 UTC 2006 laszlof@main.vonostingroup.com:/usr/obj/usr/src/sys/MAIN i386 >Description: Fix checksum mismatch in security/its4 and a few portlint reported mistakes. >How-To-Repeat: >Fix: --- its4-1.1.1.diff begins here --- diff -NrU3 its4.orig/Makefile its4/Makefile --- its4.orig/Makefile Sat Sep 16 19:09:43 2006 +++ its4/Makefile Wed Oct 11 15:07:53 2006 @@ -14,8 +14,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to scan C/C++ source for potential vulnerabilities -BROKEN= Checksum mismatch - WRKSRC= ${WRKDIR}/${PORTNAME} HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ @@ -25,7 +23,9 @@ .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING) -IGNORE= "The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually at: http://www.cigital.com/its4/download.html Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build" +IGNORE= the source to this port may not be automatically fetched due to licensing restrictions.\ +You MUST fetch the source manually at: http://www.cigital.com/its4/download.html Once\ +${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build .endif post-install: diff -NrU3 its4.orig/distinfo its4/distinfo --- its4.orig/distinfo Tue Aug 7 14:16:35 2001 +++ its4/distinfo Wed Oct 11 14:55:29 2006 @@ -1 +1,3 @@ -MD5 (its4-1.1.1.tgz) = 23df542a8499628d17a3678bc4b4166c +MD5 (its4-1.1.1.tgz) = 771d18f5781a3b2a95d8e2e4e747be6b +SHA256 (its4-1.1.1.tgz) = 386ca694c969108863f3e5c0571ea8c5cbdc288dd13e12ba573a592844682df4 +SIZE (its4-1.1.1.tgz) = 59759 --- its4-1.1.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: