From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 30 09:50:23 2005 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 BA49A16A429 for ; Sun, 30 Oct 2005 09:50:23 +0000 (GMT) (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 0124943D4C for ; Sun, 30 Oct 2005 09:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9U9oL9x099057 for ; Sun, 30 Oct 2005 09:50:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9U9oLGC099056; Sun, 30 Oct 2005 09:50:21 GMT (envelope-from gnats) Resent-Date: Sun, 30 Oct 2005 09:50:21 GMT Resent-Message-Id: <200510300950.j9U9oLGC099056@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, Nicolas Jombart Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC0C316A41F for ; Sun, 30 Oct 2005 09:45:52 +0000 (GMT) (envelope-from ecu@shiva.ipv42.net) Received: from shiva.ipv42.net (shiva.ipv42.net [213.41.240.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BCAE43D49 for ; Sun, 30 Oct 2005 09:45:52 +0000 (GMT) (envelope-from ecu@shiva.ipv42.net) Received: by shiva.ipv42.net (Postfix, from userid 1000) id AF6021528A; Sun, 30 Oct 2005 10:45:50 +0100 (CET) Message-Id: <20051030094550.AF6021528A@shiva.ipv42.net> Date: Sun, 30 Oct 2005 10:45:50 +0100 (CET) From: Nicolas Jombart To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/88223: [PATCH] net/ipsorc: [fix MASTER_SITES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 09:50:24 -0000 >Number: 88223 >Category: ports >Synopsis: [PATCH] net/ipsorc: [fix MASTER_SITES] >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: Sun Oct 30 09:50:21 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD shiva.int.ipv42.net 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Jun 25 11:14:20 CEST 2005 >Description: Fix MASTER_SITES (and pkg-descr by the way) Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- ipsorc-1.7.5_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/ipsorc/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- Makefile 4 Feb 2004 05:08:08 -0000 1.12 +++ Makefile 30 Oct 2005 09:44:19 -0000 @@ -5,19 +5,18 @@ # $FreeBSD: ports/net/ipsorc/Makefile,v 1.12 2004/02/04 05:08:08 marcus Exp $ # -PORTNAME= ipsorc +PORTNAME= ipsorc PORTVERSION= 1.7.5 PORTREVISION= 1 -CATEGORIES= net security -MASTER_SITES= http://www.informony.com/ipsorc/ \ - http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ \ - http://www.l0t3k.net/tools/PacketGenerator/ +CATEGORIES= net security +MASTER_SITES= http://ipv42.net/distfiles/ipsorc/ \ + http://sorcerer.mirrors.pair.com/sources/ipsorcery/${PORTVERSION}/ -MAINTAINER= ecu@ipv42.net -COMMENT= A tool to create and send IP packets with a graphical GTK front-end +MAINTAINER= ecu@ipv42.net +COMMENT= A tool to create and send IP packets with a graphical GTK front-end -USE_GNOME= gtk12 -USE_BZIP2= yes +USE_GNOME= gtk12 +USE_BZIP2= yes post-patch: @${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old Index: pkg-descr =================================================================== RCS file: /home/ncvs/ports/net/ipsorc/pkg-descr,v retrieving revision 1.2 diff -u -r1.2 pkg-descr --- pkg-descr 18 Jan 2003 22:48:26 -0000 1.2 +++ pkg-descr 30 Oct 2005 09:44:19 -0000 @@ -1,8 +1,6 @@ -IP Sorcery (ajs023@motorola.com) is a program that can generate IP packets -(TCP, UDP, ICMP), with total control to fields, bits and data. It can work -whitin the command line or a graphical frond-end written in GTK. -IP Sorcery is useful to test program, firewalls, routers, etc. +IP Sorcery is a network troubleshooting and firewall testing tool. +The prorgram works by generating custom "packets" and sending them +to a target host. Thus testing the authenticity of firewall rules +and host verification. It also has a graphical user interface. -WWW: http://www.legions.org/~phric/ipsorcery.html - ---Nicolas Jombart +WWW: http://www.mimisbrunnr.net/~case/ipsorcery.html --- ipsorc-1.7.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: