From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 05:30:18 2003 Return-Path: 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 87C6037B401 for ; Mon, 12 May 2003 05:30:18 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB89343FF9 for ; Mon, 12 May 2003 05:30:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h4CCUDUp018621 for ; Mon, 12 May 2003 05:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h4CCUDhi018620; Mon, 12 May 2003 05:30:13 -0700 (PDT) Resent-Date: Mon, 12 May 2003 05:30:13 -0700 (PDT) Resent-Message-Id: <200305121230.h4CCUDhi018620@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jim Geovedi Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26CEB37B401 for ; Mon, 12 May 2003 05:24:28 -0700 (PDT) Received: from develbox.bhc.or.id (develbox.bhc.or.id [202.77.97.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F84843FA3 for ; Mon, 12 May 2003 05:23:47 -0700 (PDT) (envelope-from negative@develbox.bhc.or.id) Received: by develbox.bhc.or.id (Postfix, from userid 1027) id 691B6C09; Mon, 12 May 2003 19:17:15 +0700 (WIT) Message-Id: <20030512121715.691B6C09@develbox.bhc.or.id> Date: Mon, 12 May 2003 19:17:15 +0700 (WIT) From: Jim Geovedi To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/52109: Add MASTER_SITE_PACKETSTORM as additional mirror X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim Geovedi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 12:30:18 -0000 >Number: 52109 >Category: ports >Synopsis: Add MASTER_SITE_PACKETSTORM as additional mirror >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 12 05:30:13 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Jim Geovedi >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD develbox.bhc.or.id 4.8-STABLE FreeBSD 4.8-STABLE #1: Thu May 1 09:18:05 WIT 2003 root@develbox.bhc.or.id:/usr/obj/usr/src/sys/BHC i386 >Description: Add MASTER_SITE_PACKETSTORM as additional mirror >How-To-Repeat: >Fix: --- packetstorm.diff begins here --- Index: net/angst/Makefile =================================================================== RCS file: /home/ncvs/ports/net/angst/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- net/angst/Makefile 22 Feb 2003 03:32:00 -0000 1.4 +++ net/angst/Makefile 12 May 2003 11:37:48 -0000 @@ -9,7 +9,8 @@ PORTNAME= angst PORTVERSION= 0.4b CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/angst:} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org Index: net/ettercap/Makefile =================================================================== RCS file: /home/ncvs/ports/net/ettercap/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- net/ettercap/Makefile 7 Mar 2003 06:07:41 -0000 1.12 +++ net/ettercap/Makefile 12 May 2003 11:42:27 -0000 @@ -8,7 +8,8 @@ PORTNAME= ettercap PORTVERSION= 0.6.7 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:sniffers/ettercap:} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= greid@FreeBSD.org Index: security/apg/Makefile =================================================================== RCS file: /home/ncvs/ports/security/apg/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- security/apg/Makefile 19 Feb 2003 16:07:28 -0000 1.6 +++ security/apg/Makefile 12 May 2003 11:39:50 -0000 @@ -8,7 +8,9 @@ PORTNAME= apg PORTVERSION= 2.1.0 CATEGORIES= security -MASTER_SITES= http://www.adel.nursat.kz/apg/download/ +MASTER_SITES= http://www.adel.nursat.kz/apg/download/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/misc MAINTAINER= roam@FreeBSD.org COMMENT= "An automated password generator" Index: security/crack/Makefile =================================================================== RCS file: /home/ncvs/ports/security/crack/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- security/crack/Makefile 20 Feb 2003 18:59:03 -0000 1.23 +++ security/crack/Makefile 12 May 2003 11:41:37 -0000 @@ -11,7 +11,9 @@ PORTVERSION= 5.0 CATEGORIES= security MASTER_SITES= ftp://ftp.cerias.purdue.edu/pub/tools/unix/pwdutils/crack/ \ - ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ + ftp://ftp.cert.dfn.de/pub/tools/password/Crack/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= Crackers/crack DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org Index: security/fragroute/Makefile =================================================================== RCS file: /home/ncvs/ports/security/fragroute/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- security/fragroute/Makefile 21 Feb 2003 13:26:43 -0000 1.7 +++ security/fragroute/Makefile 12 May 2003 11:43:25 -0000 @@ -9,7 +9,9 @@ PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= security net -MASTER_SITES= http://monkey.org/~dugsong/fragroute/ +MASTER_SITES= http://monkey.org/~dugsong/fragroute/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/security MAINTAINER= d.marks@student.umist.ac.uk COMMENT= A tool for intercepting, modifying and rewriting egress traffic Index: security/outguess/Makefile =================================================================== RCS file: /home/ncvs/ports/security/outguess/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- security/outguess/Makefile 1 Mar 2003 14:34:28 -0000 1.6 +++ security/outguess/Makefile 12 May 2003 11:44:25 -0000 @@ -14,7 +14,9 @@ http://www.internet2.edu/~shalunov/mirror/ \ http://cimarron.river.com/mirrors/www.outguess.org/ \ http://munitions.vipul.net/software/steganography/ \ - http://the25200-1.gw.connect.com.au/security/steganography/ + http://the25200-1.gw.connect.com.au/security/steganography/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= crypt/stego MAINTAINER= trevor@FreeBSD.org COMMENT= Steganographic tool Index: security/siphon/Makefile =================================================================== RCS file: /home/ncvs/ports/security/siphon/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- security/siphon/Makefile 7 Mar 2003 06:10:49 -0000 1.4 +++ security/siphon/Makefile 12 May 2003 11:46:31 -0000 @@ -9,7 +9,9 @@ PORTVERSION= 0.666 CATEGORIES= security MASTER_SITES= ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \ - ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ + ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/utilities # http://www.subterrain.net/projects/siphon/ DISTFILES= siphon-v.666.tar.gz siphon-report.pl EXTRACT_ONLY= siphon-v.666.tar.gz Index: sysutils/task/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/task/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- sysutils/task/Makefile 21 Feb 2003 13:28:54 -0000 1.4 +++ sysutils/task/Makefile 12 May 2003 11:47:21 -0000 @@ -8,7 +8,8 @@ PORTNAME= task PORTVERSION= 1.50 CATEGORIES= sysutils security -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_PACKETSTORM:S:%SUBDIR%:UNIX/utilities:} MASTER_SITE_SUBDIR=sleuthkit MAINTAINER= jan@atstake.com Index: sysutils/whowatch/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/whowatch/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- sysutils/whowatch/Makefile 7 Mar 2003 06:11:17 -0000 1.5 +++ sysutils/whowatch/Makefile 12 May 2003 11:48:27 -0000 @@ -8,7 +8,9 @@ PORTNAME= whowatch PORTVERSION= 1.4 CATEGORIES= sysutils -MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ +MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \ + ${MASTER_SITE_PACKETSTORM} +MASTER_SITE_SUBDIR= UNIX/IDS MAINTAINER= dannyboy@FreeBSD.org COMMENT= Displays information in real time about users currently logged on --- packetstorm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: