rpms/ettercap/F-10 ettercap-NG-0.7.3-selinux-fcntl.patch, NONE, 1.1 ettercap.spec, 1.17, 1.18

Jon Ciesla limb at fedoraproject.org
Tue Mar 31 15:20:04 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/ettercap/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23172

Modified Files:
	ettercap.spec 
Added Files:
	ettercap-NG-0.7.3-selinux-fcntl.patch 
Log Message:
Patch for selinux/fctnl issue, BZ 491612.


ettercap-NG-0.7.3-selinux-fcntl.patch:

--- NEW FILE ettercap-NG-0.7.3-selinux-fcntl.patch ---
--- src/ec_socket.c~	2009-03-31 09:32:12.000000000 -0500
+++ src/ec_socket.c	2009-03-31 09:32:12.000000000 -0500
@@ -68 +68 @@
-   fcntl (s, F_SETFL, ret);
+   fcntl (s, F_SETFL, F_SETFD, FD_CLOEXEC, ret);


Index: ettercap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ettercap/F-10/ettercap.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ettercap.spec	4 Feb 2009 20:54:22 -0000	1.17
+++ ettercap.spec	31 Mar 2009 15:19:34 -0000	1.18
@@ -1,6 +1,6 @@
 Name: ettercap
 Version: 0.7.3
-Release: 30%{?dist}
+Release: 32%{?dist}
 Summary: Network traffic sniffer/analyser, NCURSES interface version
 Group: Applications/Internet
 License: GPLv2+
@@ -13,6 +13,7 @@
 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
 BuildRoot: %{_tmppath}/%{name}-NG-%{version}-%{release}-root%(%{__id_u} -n)
 
 BuildRequires: desktop-file-utils
@@ -98,6 +99,7 @@
 %patch2 -p0
 %patch3 -p0
 %patch4 -p0
+%patch5 -p0
 
 %build
 %configure --enable-gtk
@@ -194,6 +196,12 @@
 %{_datadir}/icons/hicolor/32x32/apps/ettercap.png
 
 %changelog
+* Tue Mar 31 2009 Jon Ciesla <limb at jcomserv.net> - 0.7.3-32
+- Patch for selinux/fctnl issue, BZ 491612.
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.3-31
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed Feb 04 2009 Jon Ciesla <limb at jcomserv.net> - 0.7.3-30
 - Correction to -29.
 




More information about the fedora-extras-commits mailing list