Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2009 17:38:06 +0300 (EEST)
From:      Nikos Ntarmos <ntarmos@cs.uoi.gr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133272: [maintainer-update] Fix WWW pkg-descr field for security/unhide
Message-ID:  <200904011438.n31Ec6XZ019775@zeus.cs.uoi.gr>
Resent-Message-ID: <200904011440.n31Ee2oZ008905@freefall.freebsd.org>

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

>Number:         133272
>Category:       ports
>Synopsis:       [maintainer-update] Fix WWW pkg-descr field for security/unhide
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 01 14:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nikos Ntarmos
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
Computer Science Dept., U. of Ioannina, Greece
>Environment:
System: FreeBSD ace.cs.uoi.gr 7.1-STABLE FreeBSD 7.1-STABLE #2: Sat Feb 28 23:00:12 EET 2009 ntarmos@ace.cs.uoi.gr:/opt/obj/opt/src/sys/ACE i386


	
>Description:
The WWW field in the pkg-descr for security/unhide was wrong. This
trivial patch fixes it and bumps the portrevision.
	
>How-To-Repeat:
	
>Fix:

	

--- unhide.diff begins here ---
--- Makefile.orig
+++ Makefile
@@ -7,6 +7,7 @@
 
 PORTNAME=	unhide
 PORTVERSION=	20080519
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.security-projects.com/
 DISTNAME=	${PORTNAME}${DISTVERSION}
--- pkg-descr.orig
+++ pkg-descr
@@ -12,4 +12,4 @@ unhide-tcp identifies TCP/UDP ports that are listening but not listed in
 /bin/netstat by doing brute forcing of all TCP/UDP ports availables.
 
 
-WWW: http://http://www.security-projects.com/?Unhide/
+WWW: http://www.security-projects.com/?Unhide
--- unhide.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?200904011438.n31Ec6XZ019775>