rpms/ettercap/devel ettercap-NG-0.7.3-selinux-fcntl.patch, NONE, 1.1 ettercap.spec, 1.21, 1.22

Jon Ciesla limb at fedoraproject.org
Tue Mar 31 15:06:41 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/ettercap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18966

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/devel/ettercap.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ettercap.spec	24 Feb 2009 15:35:31 -0000	1.21
+++ ettercap.spec	31 Mar 2009 15:06:11 -0000	1.22
@@ -1,6 +1,6 @@
 Name: ettercap
 Version: 0.7.3
-Release: 31%{?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,9 @@
 %{_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
 




More information about the fedora-extras-commits mailing list