aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-08-27 13:09:38 +0800
committerobrien <obrien@FreeBSD.org>2000-08-27 13:09:38 +0800
commit552402dc3760e4dbfb8e36ef0eeffdd0a8c22794 (patch)
tree22f6d13c4d4abfba03a1e24d61e1d93e403895b8 /net
parent8fd1a9cc0cb4e0268bd19adc1aebb4755a58b5b3 (diff)
downloadfreebsd-ports-gnome-552402dc3760e4dbfb8e36ef0eeffdd0a8c22794.tar.gz
freebsd-ports-gnome-552402dc3760e4dbfb8e36ef0eeffdd0a8c22794.tar.zst
freebsd-ports-gnome-552402dc3760e4dbfb8e36ef0eeffdd0a8c22794.zip
Use Debian patch which contains some security tweaks (as discussed on
Bugtraq), and updates the GNU autoconf bits to newer versions.
Diffstat (limited to 'net')
-rw-r--r--net/sniffit/Makefile4
-rw-r--r--net/sniffit/distinfo1
-rw-r--r--net/sniffit/files/patch-018
3 files changed, 5 insertions, 8 deletions
diff --git a/net/sniffit/Makefile b/net/sniffit/Makefile
index fed08b002e1d..60dd3cc7f1df 100644
--- a/net/sniffit/Makefile
+++ b/net/sniffit/Makefile
@@ -14,6 +14,10 @@ MASTER_SITES= http://reptile.rug.ac.be/~coder/sniffit/files/ \
MASTER_SITE_SUBDIR= obrien
DISTNAME= sniffit.0.3.7.beta
+PATCH_SITES= http://ftp.debian.org/debian/dists/stable/main/source/net/
+PATCHFILES= sniffit_0.3.7.beta-6.1.diff.gz
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= obrien@FreeBSD.org
GNU_CONFIGURE= yes
diff --git a/net/sniffit/distinfo b/net/sniffit/distinfo
index a89a487af2ca..3c09f04c1ef8 100644
--- a/net/sniffit/distinfo
+++ b/net/sniffit/distinfo
@@ -1 +1,2 @@
MD5 (sniffit.0.3.7.beta.tar.gz) = 2697cc18878480199fe6db1e61134d5a
+MD5 (sniffit_0.3.7.beta-6.1.diff.gz) = 8c4f4f589635cb424fe230ca981d9150
diff --git a/net/sniffit/files/patch-01 b/net/sniffit/files/patch-01
index b2aab77d5068..e5482e6fd31f 100644
--- a/net/sniffit/files/patch-01
+++ b/net/sniffit/files/patch-01
@@ -15,11 +15,3 @@
EXE_OBJ = sn_packets.o sn_generation.o sn_interface.o sn_cfgfile.o \
sn_logfile.o sn_resolv.o
DEP_FILES = sn_config.h ./libpcap/pcap.h sn_data.h sn_defines.h sn_plugins.h \
-@@ -26,7 +26,6 @@
- @echo "Succesfull compilation..."
-
- sniffit: $(SNIFFIT) $(DEP_FILES)
-- cd libpcap; make; cd ..
- $(CC) $(EXE_FLAG) $(SNIFFIT) $(EXE_OBJ) $(EXE_OPT) $(LIBS) $(DEFS) $(OS_OPT)
- strip sniffit
-