From neuhauser@chello.cz  Mon May 24 00:56:08 2004
Return-Path: <neuhauser@chello.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4140C16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2004 00:56:08 -0700 (PDT)
Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id 1006E43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 24 May 2004 00:56:07 -0700 (PDT)
	(envelope-from neuhauser@chello.cz)
Received: (qmail 61115 invoked by uid 0); 24 May 2004 07:55:42 -0000
Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16)
  by smtp.dkm.cz with SMTP; 24 May 2004 07:55:41 -0000
Received: by isis.wad.cz (Postfix, from userid 1001)
	id AD5912FDA01; Mon, 24 May 2004 09:55:41 +0200 (CEST)
Message-Id: <20040524075541.AD5912FDA01@isis.wad.cz>
Date: Mon, 24 May 2004 09:55:41 +0200 (CEST)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: billf@FreeBSD.org
Subject: [PATCH] security/portscanner distsite fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         67116
>Category:       ports
>Synopsis:       [PATCH] security/portscanner distsite fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 24 01:00:47 PDT 2004
>Closed-Date:    Thu Jun 24 19:02:40 GMT 2004
>Last-Modified:  Thu Jun 24 19:02:40 GMT 2004
>Originator:     Roman Neuhauser
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386


	
>Description:
maintainer cc'd

% w3m -dump http://www.ameth.org/~veilleux/PortScan/PortScanner-1.2.tar.gz
Forbidden

You don't have permission to access /~veilleux/PortScan/PortScanner-1.2.tar.gz
on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an
ErrorDocument to handle the request.

-------------------------------------------------------------------------------

Apache/2.0.46 (Red Hat) Server at www.ameth.org Port 80

>How-To-Repeat:
	
>Fix:

	

--- security::portscanner.distsite.patch begins here ---
Index: security/portscanner/Makefile
===================================================================
RCS file: /home/ncvs/ports/security/portscanner/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- security/portscanner/Makefile	6 Feb 2004 13:12:18 -0000	1.15
+++ security/portscanner/Makefile	24 May 2004 07:49:55 -0000
@@ -9,7 +9,7 @@
 PORTVERSION=	1.2
 PORTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://www.ameth.org/~veilleux/PortScan/
+MASTER_SITES=	http://www.packetstormsecurity.com/UNIX/scanners/
 DISTNAME=	PortScanner-${PORTVERSION}
 
 MAINTAINER=	billf@FreeBSD.org
--- security::portscanner.distsite.patch ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->billf  
Responsible-Changed-By: krion 
Responsible-Changed-When: Mon May 24 02:10:57 PDT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

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

From: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/67116: [PATCH] security/portscanner distsite fix
Date: Mon, 24 May 2004 21:02:57 +0200

 --jI8keyz6grp/JLjh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 updated patch, one more distsite
 
 --jI8keyz6grp/JLjh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="security::portscanner.distsite,1.patch"
 
 Index: security/portscanner/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/portscanner/Makefile,v
 retrieving revision 1.15
 diff -u -r1.15 Makefile
 --- security/portscanner/Makefile	6 Feb 2004 13:12:18 -0000	1.15
 +++ security/portscanner/Makefile	24 May 2004 18:55:47 -0000
 @@ -9,7 +9,8 @@
  PORTVERSION=	1.2
  PORTREVISION=	1
  CATEGORIES=	security
 -MASTER_SITES=	http://www.ameth.org/~veilleux/PortScan/
 +MASTER_SITES=	http://www.packetstormsecurity.com/UNIX/scanners/ \
 +		http://www.cyberborneo.com/tools/
  DISTNAME=	PortScanner-${PORTVERSION}
  
  MAINTAINER=	billf@FreeBSD.org
 
 --jI8keyz6grp/JLjh--

From: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/67116: [PATCH] security/portscanner distsite fix
Date: Tue, 25 May 2004 00:35:58 +0200

 --8t9RHnE3ZwKMSgU+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 this might me even better
 
 --8t9RHnE3ZwKMSgU+
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="security::portscanner.distsite,3.patch"
 
 Index: security/portscanner/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/portscanner/Makefile,v
 retrieving revision 1.15
 diff -u -u -r1.15 Makefile
 --- security/portscanner/Makefile	6 Feb 2004 13:12:18 -0000	1.15
 +++ security/portscanner/Makefile	24 May 2004 22:15:36 -0000
 @@ -9,8 +9,10 @@
  PORTVERSION=	1.2
  PORTREVISION=	1
  CATEGORIES=	security
 -MASTER_SITES=	http://www.ameth.org/~veilleux/PortScan/
 -DISTNAME=	PortScanner-${PORTVERSION}
 +MASTER_SITES=	${MASTER_SITE_PACKETSTORM:S/$/:pstorm/} \
 +		http://www.cyberborneo.com/tools/
 +MASTER_SITE_SUBDIR=	UNIX/scanners/:pstorm
 +DISTFILES=	PortScanner-${PORTVERSION}${EXTRACT_SUFX}:pstorm,DEFAULT
  
  MAINTAINER=	billf@FreeBSD.org
  COMMENT=	A simple and easy to use TCP port scanner
 
 --8t9RHnE3ZwKMSgU+--

From: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/67116: [PATCH] security/portscanner distsite fix
Date: Tue, 25 May 2004 01:34:26 +0200

 --yNb1oOkm5a9FJOVX
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 a saner patch. sorry for the noise.
 
 --yNb1oOkm5a9FJOVX
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="security::portscanner.distsite,4.patch"
 
 Index: security/portscanner/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/portscanner/Makefile,v
 retrieving revision 1.15
 diff -u -r1.15 Makefile
 --- security/portscanner/Makefile	6 Feb 2004 13:12:18 -0000	1.15
 +++ security/portscanner/Makefile	24 May 2004 23:31:23 -0000
 @@ -9,7 +9,9 @@
  PORTVERSION=	1.2
  PORTREVISION=	1
  CATEGORIES=	security
 -MASTER_SITES=	http://www.ameth.org/~veilleux/PortScan/
 +MASTER_SITES=	${MASTER_SITE_PACKETSTORM} \
 +		http://www.cyberborneo.com/tools/
 +MASTER_SITE_SUBDIR=	UNIX/scanners
  DISTNAME=	PortScanner-${PORTVERSION}
  
  MAINTAINER=	billf@FreeBSD.org
 
 --yNb1oOkm5a9FJOVX--
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Thu Jun 24 19:02:10 GMT 2004 
State-Changed-Why:  
Committed (maintainer timeout: 4 weeks).  I did not include 
cyberborneo because I could not get it to resolve. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67116 
>Unformatted:
