From owner-freebsd-ports Thu Feb 28 11:50:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B8A7C37B41C for ; Thu, 28 Feb 2002 11:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1SJo1b07746; Thu, 28 Feb 2002 11:50:01 -0800 (PST) (envelope-from gnats) Received: from itesec.hsc.fr (itesec.hsc.fr [192.70.106.33]) by hub.freebsd.org (Postfix) with ESMTP id 65ADB37B4CB for ; Thu, 28 Feb 2002 11:46:06 -0800 (PST) Received: from polom.hsc.fr (polom.hsc.fr [192.70.106.68]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "ecureuil.hsc.fr", Issuer "HSC CA" (verified OK)) by itesec.hsc.fr (Postfix) with ESMTP id 997822102C for ; Thu, 28 Feb 2002 20:45:54 +0100 (CET) Received: by polom.hsc.fr (Postfix, from userid 1000) id 44B32103AE8; Thu, 28 Feb 2002 19:41:26 +0100 (CET) Message-Id: <20020228184126.44B32103AE8@polom.hsc.fr> Date: Thu, 28 Feb 2002 19:41:26 +0100 (CET) From: Nicolas Jombart Reply-To: Nicolas Jombart To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/35424: Upgrade port: net/ipsorc 1.4 -> 1.4.3 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 35424 >Category: ports >Synopsis: Upgrade port: net/ipsorc 1.4 -> 1.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 11:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Nicolas Jombart >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD polom.hsc.fr 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Fri Dec 28 19:33:54 CET 2001 ecu@polom.hsc.fr:/usr/src/sys/i386/compile/ECU i386 >Description: Upgrade net/ipsorc to 1.4.3 Committer : file files/patch-ab removed. >How-To-Repeat: >Fix: diff -ruN ipsorc.old/Makefile ipsorc/Makefile --- ipsorc.old/Makefile Thu Feb 28 19:12:18 2002 +++ ipsorc/Makefile Thu Feb 28 19:18:02 2002 @@ -6,7 +6,7 @@ # PORTNAME= ipsorc -PORTVERSION= 1.4 +PORTVERSION= 1.4.3 CATEGORIES= net security MASTER_SITES= http://www.legions.org/~phric/ MASTER_SITE_SUBDIR= ${PORTNAME} diff -ruN ipsorc.old/distinfo ipsorc/distinfo --- ipsorc.old/distinfo Thu Feb 28 19:12:18 2002 +++ ipsorc/distinfo Thu Feb 28 19:13:59 2002 @@ -1 +1 @@ -MD5 (ipsorc-1.4.tar.gz) = 1a5472ae897b289ba07953386d26d1b3 +MD5 (ipsorc-1.4.3.tar.gz) = 45124f867566c093b3007d2f94c413b6 diff -ruN ipsorc.old/files/patch-aa ipsorc/files/patch-aa --- ipsorc.old/files/patch-aa Thu Feb 28 19:12:18 2002 +++ ipsorc/files/patch-aa Sun Dec 2 14:35:12 2001 @@ -1,15 +1,11 @@ ---- spellbook.c Sun Dec 2 09:22:58 2001 -+++ ../ipsorc-1.4.patch/spellbook.c Sun Dec 2 13:04:07 2001 -@@ -114,10 +114,10 @@ - { type = ICMP_ECHOREPLY; } +--- Makefile.orig Sun Dec 2 14:25:31 2001 ++++ Makefile Sun Dec 2 14:25:45 2001 +@@ -6,6 +6,8 @@ + CON = sorcery.c spells.c ipsorcery.c + #OBJS = $(SRC:.c=.o) - else if(strstr(type_name, "Destination Unreachable")) -- { type = ICMP_DEST_UNREACH; } -+ { type = ICMP_UNREACH_PORT; } ++all: con gtk ++ + con: + $(CC) -g -O2 -Wall -ansi $(CON) -o ipmagic - else if(strstr(type_name, "Source Quench")) -- { type = ICMP_SOURCE_QUENCH; } -+ { type = ICMP_SOURCEQUENCH; } - - else if(strstr(type_name, "Redirect")) - { type = ICMP_REDIRECT; } diff -ruN ipsorc.old/files/patch-ab ipsorc/files/patch-ab --- ipsorc.old/files/patch-ab Thu Feb 28 19:12:18 2002 +++ ipsorc/files/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- Makefile.orig Sun Dec 2 14:25:31 2001 -+++ Makefile Sun Dec 2 14:25:45 2001 -@@ -6,6 +6,8 @@ - CON = sorcery.c spells.c ipsorcery.c - #OBJS = $(SRC:.c=.o) - -+all: con gtk -+ - con: - $(CC) -g -O2 -Wall -ansi $(CON) -o ipmagic - >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message