From laszlof@main.vonostingroup.com  Wed Oct 11 21:11:06 2006
Return-Path: <laszlof@main.vonostingroup.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6B3FD16A47B
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <laszlof@main.vonostingroup.com>)
	id 1GXlLq-000I9L-Te
	for FreeBSD-gnats-submit@freebsd.org; Wed, 11 Oct 2006 15:10:54 -0600
Message-Id: <E1GXlLq-000I9L-Te@main.vonostingroup.com>
Date: Wed, 11 Oct 2006 15:10:54 -0600
From: Frank J. Laszlo <laszlof@vonostingroup.com>
Reply-To: Frank J. Laszlo <laszlof@vonostingroup.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH]: security/its4: Fix checksum mismatch
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         104307
>Category:       ports
>Synopsis:       [PATCH]: security/its4: Fix checksum mismatch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 11 21:20:07 GMT 2006
>Closed-Date:    Thu Oct 12 00:38:29 GMT 2006
>Last-Modified:  Thu Oct 12 00:40:14 GMT 2006
>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:

From: "Frank J. Laszlo" <laszlof@vonostingroup.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104307: [PATCH]: security/its4: Fix checksum mismatch
Date: Wed, 11 Oct 2006 18:44:49 -0400

 This is a multi-part message in MIME format.
 --------------060703010804040003050108
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 Attached is a diff of the changes between the original distfile and the 
 new one. As you can see there are only minor text changes. Thanks
 
 -Frank Laszlo
 
 --------------060703010804040003050108
 Content-Type: text/plain;
  name="its4-CHANGES.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="its4-CHANGES.diff"
 
 diff -NrU3 its4.orig/CHANGES its4/CHANGES
 --- its4.orig/CHANGES   Tue Jul 10 08:17:23 2001
 +++ its4/CHANGES        Thu Oct  5 08:56:58 2000
 @@ -1,6 +1,3 @@
 -1.1.1
 -- Cosmetic documentation changes. Updated the contact address.
 -
  1.1
  - Added handlers for format string attacks, along w/ some supporting code.
  - Support was added to integrate ITS4 with the Visual Studio GUI.
 diff -NrU3 its4.orig/INSTALL its4/INSTALL
 --- its4.orig/INSTALL   Tue Jul 10 08:17:23 2001
 +++ its4/INSTALL        Thu Oct  5 08:56:58 2000
 @@ -54,7 +54,9 @@
  me a line, letting me know that you ran into it.  The more I hear
  about it, the more likely I am to fix it.
 
 -Please report any problems you have at the address below.
 +Please me know about any other problems you have at the address below.
 
 -its4@cigital.com
 -http://www.cigital.com/its4
 +John Viega
 +viega@cigital.com
 +viega@list.org
 +http://www.list.org/~viega/
 diff -NrU3 its4.orig/TODO its4/TODO
 --- its4.orig/TODO      Tue Jul 10 08:17:23 2001
 +++ its4/TODO   Thu Oct  5 08:56:58 2000
 @@ -29,7 +29,7 @@
  Integrate in more linty scanning tools.
  Regularly run through purify to make sure no new leaks, etc. have been added
 
 -Other suggestions?  We'd love to hear them.
 +Other suggestions?  I'd love to hear them.
 
 -its4@cigital.com
 -http://www.cigital.com/its4
 +John Viega
 +viega@list.org
 
 --------------060703010804040003050108--
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Wed Oct 11 23:43:42 UTC 2006 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=104307 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Thu Oct 12 00:38:12 UTC 2006 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/104307: commit references a PR
Date: Thu, 12 Oct 2006 00:36:09 +0000 (UTC)

 shaun       2006-10-12 00:36:00 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/its4        Makefile distinfo 
   Log:
   Update distinfo to reflect re-rolled distfile, and unbreak the port. The
   differences between the old and new files were entirely cosmetic. The
   full diff is available in the Audit-Trail of the PR below.
   
   PR:             ports/104307
   Submitted by:   Frank J. Laszlo <laszlof@vonostingroup.com>
   Approved by:    portmgr (marcus)
   
   Revision  Changes    Path
   1.11      +4 -4      ports/security/its4/Makefile
   1.6       +3 -1      ports/security/its4/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
