Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 15:10:54 -0600
From:      "Frank J. Laszlo" <laszlof@vonostingroup.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/104307: [PATCH]: security/its4: Fix checksum mismatch
Message-ID:  <E1GXlLq-000I9L-Te@main.vonostingroup.com>
Resent-Message-ID: <200610112120.k9BLK8Er007656@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.pre.mk>
 
 .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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GXlLq-000I9L-Te>