From e26e441d63c8a5ed21129b3224d8b7fc5027098d Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Jun 12 2008 20:04:09 +0000 Subject: Patch correction. --- diff --git a/ettercap-NG-0.7.3-daemon-textmode.patch b/ettercap-NG-0.7.3-daemon-textmode.patch index 686180d..cee04d8 100644 --- a/ettercap-NG-0.7.3-daemon-textmode.patch +++ b/ettercap-NG-0.7.3-daemon-textmode.patch @@ -1,5 +1,14 @@ ---- src/ec_parser.c 2008-06-12 12:55:39.000000000 -0500 -+++ src/ec_parser.c 2008-06-12 12:55:39.000000000 -0500 +--- src/ec_parser.c 2008-06-12 14:49:05.000000000 -0500 ++++ src/ec_parser.c 2008-06-12 14:49:05.000000000 -0500 +@@ -214,7 +214,7 @@ + + case 'o': + GBL_OPTIONS->only_mitm = 1; +- select_text_interface(); ++ //select_text_interface(); + break; + + case 'B': @@ -459,12 +459,12 @@ } diff --git a/ettercap.spec b/ettercap.spec index 2193748..d75498f 100644 --- a/ettercap.spec +++ b/ettercap.spec @@ -1,6 +1,6 @@ Name: ettercap Version: 0.7.3 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Network traffic sniffer/analyser, NCURSES interface version Group: Applications/Internet License: GPLv2+ @@ -188,6 +188,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/32x32/apps/ettercap.png %changelog +* Thu Jun 12 2008 Jon Ciesla - 0.7.3-25 +- Corrected -24 patch. + * Thu Jun 12 2008 Jon Ciesla - 0.7.3-24 - Patch to fix daemon mode mitm behaviour BZ 450923.