From nobody@FreeBSD.org  Sun Feb 14 22:49:47 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 290FE1065676
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Feb 2010 22:49:47 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 183F88FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Feb 2010 22:49:47 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1EMnkx1004098
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 14 Feb 2010 22:49:46 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1EMnkmx004097;
	Sun, 14 Feb 2010 22:49:46 GMT
	(envelope-from nobody)
Message-Id: <201002142249.o1EMnkmx004097@www.freebsd.org>
Date: Sun, 14 Feb 2010 22:49:46 GMT
From: Niels Heinen <niels@heinen.ws>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] security/nikto port upgrade to 2.1.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         143943
>Category:       ports
>Synopsis:       [patch] security/nikto port upgrade to 2.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 14 22:50:00 UTC 2010
>Closed-Date:    Thu Mar 04 14:24:19 UTC 2010
>Last-Modified:  Thu Mar  4 14:30:01 UTC 2010
>Originator:     Niels Heinen
>Release:        8.0-RELEASE
>Organization:
>Environment:
FreeBSD devbsd.lan 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:

Please find attached an upgrade of Nikto to version 2.1.1. The patch also updates the pkg-descr file but for the rest, this is a minor change.

Thanks in advance!
>How-To-Repeat:
N/A
>Fix:

Apply the patch ;-)

Patch attached with submission follows:

diff -r nikto.2.1.0.orig/Makefile nikto/Makefile
11c11
< PORTVERSION=	2.1.0
---
> PORTVERSION=	2.1.1
27c27
< PORTDOCS=	CHANGES.txt LICENSE.txt nikto_manual.html
---
> PORTDOCS=	CHANGES.txt LICENSE.txt nikto.dtd nikto_manual.html
diff -r nikto.2.1.0.orig/distinfo nikto/distinfo
1,3c1,3
< MD5 (nikto-2.1.0.tar.bz2) = ce971262e14f5ac1ff634b86366bdaa8
< SHA256 (nikto-2.1.0.tar.bz2) = 8883cc91ed5831c05ac18929a7a93907229ab9836313c2bf9e47e33f3a4e45b5
< SIZE (nikto-2.1.0.tar.bz2) = 230536
---
> MD5 (nikto-2.1.1.tar.bz2) = 4a7ca9634190eba8cac9847117a72446
> SHA256 (nikto-2.1.1.tar.bz2) = 11443267c33ebdc696e39a9e76f5a842f5dc568afc7351d22310991ee900c29d
> SIZE (nikto-2.1.1.tar.bz2) = 262100
diff -r nikto.2.1.0.orig/pkg-descr nikto/pkg-descr
1,5c1,13
< Nikto is a web server scanner which performs comprehensive tests against web 
< servers for multiple items, including over 2200 potentially dangerous 
< files/CGIs, versions on over 140 servers, and problems on over 210 servers.
< Scan items and plugins are frequently updated and can be automatically updated
< (if desired).
---
> Nikto is an Open Source (GPL) web server scanner which performs
> comprehensive tests against web servers for multiple items, including
> over 6100 potentially dangerous files/CGIs, checks for outdated
> versions of over 950 servers, and version specific problems on over
> 260 servers. It also checks for server configuration items such as
> the presence of multiple index files, HTTP server options, and will
> attempt to identify installed web servers and software. Scan items
> and plugins are frequently updated and can be automatically updated.
> 
> It uses Rain Forest Puppy's LibWhisker (wiretrip.net) for HTTP
> functionality, and can perform checks in HTTP or HTTPS.  It also
> supports basic port scanning and will determine if a web server is
> running on any open ports.
7,8c15
< Nikto is designed to examine web servers and look for items in multiple 
< categories:
---
> Nikto is written by Chris Sullo and David Lodge.
10,23c17
< - misconfigurations
< - default files and scripts
< - insecure files and scripts
< - outdated software
< 
< It uses Rain Forest Puppy's LibWhisker (wiretrip.net) for HTTP functiona lity,
< and can perform checks in HTTP or HTTPS.  It also supports basic port scanning
<  and will determine if a web server is running on any open ports.
< 
< WWW: http://www.cirt.net/code/nikto.shtml
< 
< - pandzilla
< 
< jan@atstake.com
---
> WWW: http://cirt.net/nikto2


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->change-request 
Class-Changed-By: linimon 
Class-Changed-When: Mon Feb 15 02:28:18 UTC 2010 
Class-Changed-Why:  
ports PR. 


Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Feb 15 02:28:18 UTC 2010 
Responsible-Changed-Why:  

http://www.freebsd.org/cgi/query-pr.cgi?pr=143943 
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: lwhsu 
Responsible-Changed-When: Mon Feb 15 11:49:49 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143943 
State-Changed-From-To: open->closed 
State-Changed-By: itetcu 
State-Changed-When: Thu Mar 4 14:24:19 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143943: commit references a PR
Date: Thu,  4 Mar 2010 14:24:22 +0000 (UTC)

 itetcu      2010-03-04 14:24:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/nikto       Makefile distinfo pkg-descr 
   Log:
   - upgrade to 2.1.1
   - pass maintainership to submiter since he's more interested in this port
   
   PR:             143943
   Submitted by:   Niels Heinen
   Feature safe:   yes
   
   Revision  Changes    Path
   1.24      +3 -3      ports/security/nikto/Makefile
   1.13      +3 -3      ports/security/nikto/distinfo
   1.2       +15 -21    ports/security/nikto/pkg-descr
 _______________________________________________
 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:
