Date: Sun, 30 Oct 2005 10:45:50 +0100 (CET) From: Nicolas Jombart <ecu@ipv42.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/88223: [PATCH] net/ipsorc: [fix MASTER_SITES] Message-ID: <20051030094550.AF6021528A@shiva.ipv42.net> Resent-Message-ID: <200510300950.j9U9oLGC099056@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <ecu@ipv42.net> +WWW: http://www.mimisbrunnr.net/~case/ipsorcery.html --- ipsorc-1.7.5_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051030094550.AF6021528A>