diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-28 21:52:45 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-28 21:52:45 +0000 |
commit | 4642cedfedfae72388c36b5268555c22650f74ad (patch) | |
tree | 54b60edd78837e6e42d0aef5ce38c5e9319a346f /net/ipsorc | |
parent | 16a8a6bc78222f1a1258c11f79c52dbf3734fa61 (diff) | |
download | ports-4642cedfedfae72388c36b5268555c22650f74ad.tar.gz ports-4642cedfedfae72388c36b5268555c22650f74ad.zip |
Notes
Diffstat (limited to 'net/ipsorc')
-rw-r--r-- | net/ipsorc/Makefile | 2 | ||||
-rw-r--r-- | net/ipsorc/distinfo | 2 | ||||
-rw-r--r-- | net/ipsorc/files/patch-aa | 22 | ||||
-rw-r--r-- | net/ipsorc/files/patch-ab | 11 |
4 files changed, 11 insertions, 26 deletions
diff --git a/net/ipsorc/Makefile b/net/ipsorc/Makefile index 850af7918233..7fddd42a6667 100644 --- a/net/ipsorc/Makefile +++ b/net/ipsorc/Makefile @@ -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 --git a/net/ipsorc/distinfo b/net/ipsorc/distinfo index 32a5b503500a..27997f669127 100644 --- a/net/ipsorc/distinfo +++ b/net/ipsorc/distinfo @@ -1 +1 @@ -MD5 (ipsorc-1.4.tar.gz) = 1a5472ae897b289ba07953386d26d1b3 +MD5 (ipsorc-1.4.3.tar.gz) = 45124f867566c093b3007d2f94c413b6 diff --git a/net/ipsorc/files/patch-aa b/net/ipsorc/files/patch-aa index 27a6524aace3..a27a02dfc1e3 100644 --- a/net/ipsorc/files/patch-aa +++ b/net/ipsorc/files/patch-aa @@ -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 --git a/net/ipsorc/files/patch-ab b/net/ipsorc/files/patch-ab deleted file mode 100644 index a27a02dfc1e3..000000000000 --- a/net/ipsorc/files/patch-ab +++ /dev/null @@ -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 - |