summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-02-28 21:52:45 +0000
committerPatrick Li <pat@FreeBSD.org>2002-02-28 21:52:45 +0000
commit4642cedfedfae72388c36b5268555c22650f74ad (patch)
tree54b60edd78837e6e42d0aef5ce38c5e9319a346f /net
parentUpdate to 0.60.0 (diff)
Update to 1.4.3
PR: 35424 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=55354
Diffstat (limited to 'net')
-rw-r--r--net/ipsorc/Makefile2
-rw-r--r--net/ipsorc/distinfo2
-rw-r--r--net/ipsorc/files/patch-aa22
-rw-r--r--net/ipsorc/files/patch-ab11
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
-