[ettercap] 0.7.4.

Jon Ciesla limb at fedoraproject.org
Thu Jan 26 17:21:38 UTC 2012


commit 71324e7fb2b2da8dba4fa670823b1f101181526e
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Jan 26 11:20:04 2012 -0600

    0.7.4.

 .gitignore    |    1 +
 ettercap.spec |   29 ++++++++++++++++++-----------
 sources       |    2 +-
 3 files changed, 20 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 180f965..1e9b5eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ettercap-NG-0.7.3.tar.gz
+/ettercap-0.7.4.tar.gz
diff --git a/ettercap.spec b/ettercap.spec
index 8eec8a3..1b92f45 100644
--- a/ettercap.spec
+++ b/ettercap.spec
@@ -1,23 +1,23 @@
 Name: ettercap
-Version: 0.7.3
-Release: 40%{?dist}
+Version: 0.7.4
+Release: 1%{?dist}
 Summary: Network traffic sniffer/analyser, NCURSES interface version
 Group: Applications/Internet
 License: GPLv2+
 URL: http://ettercap.sourceforge.net
-Source0: http://downloads.sourceforge.net/ettercap/ettercap-NG-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/ettercap/ettercap-%{version}.tar.gz
 Source1: ettercap.desktop
 Source2: ettercap-README.fedora
 # Permission from upstream to drop the silly modification restriction
 Source3: ettercap_easter_egg_license.txt
 Patch0: ettercap-NG-0.7.3-UI.patch
-Patch1: ettercap-NG-0.7.3-ec_log.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
 Patch4: ettercap-NG-0.7.3-mitm-loop.patch
 Patch5: ettercap-NG-0.7.3-selinux-fcntl.patch
-Patch6: ettercap-NG-0.7.3-64bit-crash.patch
-Patch7: ettercap-NG-0.7.3-passive-dns.patch
+#Patch6: ettercap-NG-0.7.3-64bit-crash.patch
+#Patch7: ettercap-NG-0.7.3-passive-dns.patch
 # Remove the silly modification restriction
 Patch8: ettercap-NG-0.7.3-license-fix.patch
 
@@ -31,6 +31,9 @@ BuildRequires: openssl-devel
 BuildRequires: pcre-devel
 BuildRequires: autoconf
 BuildRequires: libtool
+#BuildRequires: byacc
+BuildRequires: bison
+BuildRequires: flex
 #some requirements are available in fedora but not in stock epel
 #build for epel requires libnet which is only available from rpmforge
 %if 0%{?rhel}
@@ -101,16 +104,16 @@ analysis.
 This package contains the GTK version.
 
 %prep
-%setup -q -n ettercap-NG-%{version}
+%setup -q -n ettercap
 
 %patch0 -p1
-%patch1 -p0
+#%patch1 -p0
 %patch2 -p0
 %patch3 -p0
 %patch4 -p0
 %patch5 -p0
-%patch6 -p0
-%patch7 -p0
+#%patch6 -p0
+#%patch7 -p0
 %patch8 -p1 -b .license
 
 %build
@@ -120,7 +123,8 @@ make %{?_smp_mflags}
 cp src/ettercap src/ettercap-gtk
 make clean
 %configure --disable-gtk
-make %{?_smp_mflags}
+#make %{?_smp_mflags}  Broken as of 0.7.4
+make 
 
 %install
 rm -rf %{buildroot}
@@ -211,6 +215,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/32x32/apps/ettercap.png
 
 %changelog
+* Thu Jan 26 2012 Jon Ciesla <limburgher at gmail.com> - 0.7.4-1
+- New upstream. Now BRs bison, flex.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-40
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e5cd986..2fb973a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28fb15cd024162c55249888fe1b97820  ettercap-NG-0.7.3.tar.gz
+6846d76af94c0c1c1eb107d1913cc768  ettercap-0.7.4.tar.gz


More information about the scm-commits mailing list