From abc854b26fc0e61f9dbc955dae168cd2bd66fcd2 Mon Sep 17 00:00:00 2001 From: adrianp Date: Tue, 31 May 2005 19:03:50 +0000 Subject: - Update to 0.7.3 - From the CHANGELOG: > + added the INC (+=) and DEC (-=) operators to the filter engine > !! fixed the compilation of some plugins > !! fixed a segfault in the isolate plugin > !! fixed a bug in the dhcp spoofing module > !! fixed a serious security bug --- net/ettercap-NG/Makefile | 4 ++-- net/ettercap-NG/distinfo | 10 +++++----- net/ettercap-NG/patches/patch-aa | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'net/ettercap-NG') diff --git a/net/ettercap-NG/Makefile b/net/ettercap-NG/Makefile index 1d4f0b7aff0..707cff2a4fc 100644 --- a/net/ettercap-NG/Makefile +++ b/net/ettercap-NG/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2005/05/14 17:19:02 adrianp Exp $ +# $NetBSD: Makefile,v 1.4 2005/05/31 19:03:50 adrianp Exp $ -DISTNAME= ettercap-NG-0.7.2 +DISTNAME= ettercap-NG-0.7.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ettercap/} diff --git a/net/ettercap-NG/distinfo b/net/ettercap-NG/distinfo index e8386b1a7ff..717e46282eb 100644 --- a/net/ettercap-NG/distinfo +++ b/net/ettercap-NG/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.2 2005/05/14 17:19:02 adrianp Exp $ +$NetBSD: distinfo,v 1.3 2005/05/31 19:03:50 adrianp Exp $ -SHA1 (ettercap-NG-0.7.2.tar.gz) = 514760efdca27a45d6486c18679d2b6e9ba67452 -RMD160 (ettercap-NG-0.7.2.tar.gz) = 8026dd3ff3cc0b9ef2c5e00c99b0857d323e7717 -Size (ettercap-NG-0.7.2.tar.gz) = 1114060 bytes -SHA1 (patch-aa) = 0745cd8e124ee11fbda8d5e0deb16ad0dab4b499 +SHA1 (ettercap-NG-0.7.3.tar.gz) = 7a2c3f848ca4f39c07fddeb0d6308641265bc4ff +RMD160 (ettercap-NG-0.7.3.tar.gz) = f4e6c0d87b2064b3775e9af60f34575273742616 +Size (ettercap-NG-0.7.3.tar.gz) = 1138643 bytes +SHA1 (patch-aa) = 27c7f53e0d704b7dc2b8c9c76bf1f9aeff1bbece SHA1 (patch-ab) = 7cf863797abac4b67dbca55f6f763bf7b9830259 SHA1 (patch-ac) = ad04400499dcfdb4067079a58c849c287a34d12f SHA1 (patch-ad) = f39de66feb894ef2f1134abd3a3ca36677bea2b4 diff --git a/net/ettercap-NG/patches/patch-aa b/net/ettercap-NG/patches/patch-aa index 7ea9b27779c..0156cdd290b 100644 --- a/net/ettercap-NG/patches/patch-aa +++ b/net/ettercap-NG/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1.1.1 2005/05/05 19:34:44 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2005/05/31 19:03:50 adrianp Exp $ ---- share/Makefile.in.orig 2004-12-17 09:50:34.000000000 +0100 +--- share/Makefile.in.orig 2005-05-31 19:58:25.000000000 +0100 +++ share/Makefile.in -@@ -329,8 +329,6 @@ install-sysconfDATA: $(sysconf_DATA) +@@ -321,8 +321,6 @@ install-sysconfDATA: $(sysconf_DATA) @list='$(sysconf_DATA)'; for p in $$list; do \ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f=$(am__strip_dir) \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ - echo " $(sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \ - $(sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \ done -- cgit v1.2.3