From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 11 22:50:20 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 00DD016A403 for ; Wed, 11 Oct 2006 22:50:20 +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 D334743D5A for ; Wed, 11 Oct 2006 22:50:18 +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 k9BMoIYj015785 for ; Wed, 11 Oct 2006 22:50:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k9BMoImI015783; Wed, 11 Oct 2006 22:50:18 GMT (envelope-from gnats) Date: Wed, 11 Oct 2006 22:50:18 GMT Message-Id: <200610112250.k9BMoImI015783@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: "Frank J. Laszlo" Cc: Subject: Re: 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 22:50:20 -0000 The following reply was made to PR ports/104307; it has been noted by GNATS. From: "Frank J. Laszlo" 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--