aboutsummaryrefslogtreecommitdiff
path: root/net/sniffit
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-08-27 05:09:38 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-08-27 05:09:38 +0000
commit5bb2f84b01e7d9de8412da16809582249617bb53 (patch)
tree15097db69c907c7acc1c93eeb7ee7717981bdf70 /net/sniffit
parent0c6715fb31ac1782b16a718d1164d1ba8d768e6e (diff)
downloadports-5bb2f84b01e7d9de8412da16809582249617bb53.tar.gz
ports-5bb2f84b01e7d9de8412da16809582249617bb53.zip
Use Debian patch which contains some security tweaks (as discussed on
Bugtraq), and updates the GNU autoconf bits to newer versions.
Notes
Notes: svn path=/head/; revision=32026
Diffstat (limited to 'net/sniffit')
-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
-