pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ettercap-NG - Update to 0.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43c46903a2e7
branches:  trunk
changeset: 494896:43c46903a2e7
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue May 31 19:03:50 2005 +0000

description:
- 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

diffstat:

 net/ettercap-NG/Makefile         |   4 ++--
 net/ettercap-NG/distinfo         |  10 +++++-----
 net/ettercap-NG/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 1b070842a42a -r 43c46903a2e7 net/ettercap-NG/Makefile
--- a/net/ettercap-NG/Makefile  Tue May 31 19:01:39 2005 +0000
+++ b/net/ettercap-NG/Makefile  Tue May 31 19:03:50 2005 +0000
@@ -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 -r 1b070842a42a -r 43c46903a2e7 net/ettercap-NG/distinfo
--- a/net/ettercap-NG/distinfo  Tue May 31 19:01:39 2005 +0000
+++ b/net/ettercap-NG/distinfo  Tue May 31 19:03:50 2005 +0000
@@ -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 -r 1b070842a42a -r 43c46903a2e7 net/ettercap-NG/patches/patch-aa
--- a/net/ettercap-NG/patches/patch-aa  Tue May 31 19:01:39 2005 +0000
+++ b/net/ettercap-NG/patches/patch-aa  Tue May 31 19:03:50 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index