rpms/ettercap/devel ettercap-NG-0.7.3-daemon-textmode.patch, NONE, 1.1 ettercap.spec, 1.13, 1.14

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Thu Jun 12 18:15:46 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/ettercap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23034

Modified Files:
	ettercap.spec 
Added Files:
	ettercap-NG-0.7.3-daemon-textmode.patch 
Log Message:
BZ 450923.


ettercap-NG-0.7.3-daemon-textmode.patch:

--- NEW FILE ettercap-NG-0.7.3-daemon-textmode.patch ---
--- src/ec_parser.c	2008-06-12 12:55:39.000000000 -0500
+++ src/ec_parser.c	2008-06-12 12:55:39.000000000 -0500
@@ -459,12 +459,12 @@
     }
      
    /* force text interface for only mitm attack */
-   if (GBL_OPTIONS->only_mitm) {
-      if (GBL_OPTIONS->mitm)
-         select_text_interface();
-      else
-         FATAL_ERROR("Only mitm requires at least one mitm method");
-   }
+   //if (GBL_OPTIONS->only_mitm) {
+   //   if (GBL_OPTIONS->mitm)
+   //      select_text_interface();
+   //   else
+   //      FATAL_ERROR("Only mitm requires at least one mitm method");
+   //}
 
    DEBUG_MSG("parse_options: options combination looks good");
    


Index: ettercap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ettercap/devel/ettercap.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ettercap.spec	10 Jun 2008 20:06:28 -0000	1.13
+++ ettercap.spec	12 Jun 2008 18:14:59 -0000	1.14
@@ -1,6 +1,6 @@
 Name: ettercap
 Version: 0.7.3
-Release: 23%{?dist}
+Release: 24%{?dist}
 Summary: Network traffic sniffer/analyser, NCURSES interface version
 Group: Applications/Internet
 License: GPLv2+
@@ -11,6 +11,7 @@
 Patch0: ettercap-NG-0.7.3-UI.patch
 Patch1: ettercap-NG-0.7.3-ec_log.patch
 Patch2: ettercap-NG-0.7.3-daemon-ui.patch
+Patch3: ettercap-NG-0.7.3-daemon-textmode.patch
 BuildRoot: %{_tmppath}/%{name}-NG-%{version}-%{release}-root%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils
@@ -93,6 +94,7 @@
 %patch0 -p1
 %patch1 -p0
 %patch2 -p0
+%patch3 -p0
 
 %build
 %configure --enable-gtk
@@ -186,6 +188,9 @@
 %{_datadir}/icons/hicolor/32x32/apps/ettercap.png
 
 %changelog
+* Thu Jun 12 2008 Jon Ciesla <limb at jcomserv.net> - 0.7.3-24
+- Patch to fix daemon mode mitm behaviour BZ 450923.
+
 * Tue Jun 10 2008 Jon Ciesla <limb at jcomserv.net> - 0.7.3-23
 - Patch to fix ui in daemon mode BZ 450029.
 




More information about the fedora-extras-commits mailing list