rpms/argus/devel argus.spec,1.12,1.13

Kevin Kofler kkofler at fedoraproject.org
Sun Oct 4 06:22:56 UTC 2009


Author: kkofler

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

Modified Files:
	argus.spec 
Log Message:
* Sun Oct 04 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.6.fixes.1-19
- Fix build with libpcap 1.0 (rename conflicting bpf_dump symbol)


Index: argus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/argus/devel/argus.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- argus.spec	30 Sep 2009 13:35:20 -0000	1.12
+++ argus.spec	4 Oct 2009 06:22:55 -0000	1.13
@@ -1,6 +1,6 @@
 Name: argus
 Version: 2.0.6.fixes.1
-Release: 18%{?dist}
+Release: 19%{?dist}
 Summary: Network transaction audit tool
 License: GPLv2+
 Group: Applications/Internet
@@ -38,6 +38,9 @@ Clients to the argus probe which process
 %setup -a1
 %patch0 -p1
 %patch1 -p1
+# bpf_dump conflicts with a function with slightly different prototype (added
+# const) in libpcap 1.0
+sed -i -e s/bpf_dump/internal_bpf_dump/g include/argus_filter.h common/argus_{filter,parse}.c
 pushd %{name}-clients-%{version}
 %patch2 -p1
 %patch3 -p1
@@ -123,6 +126,9 @@ fi
 %{_mandir}/man5/ra*
 
 %changelog
+* Sun Oct 04 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.6.fixes.1-19
+- Fix build with libpcap 1.0 (rename conflicting bpf_dump symbol)
+
 * Wed Sep 30 2009 Gabriel Somlo <somlo at cmu.edu> - 2.0.6.fixes.1-18
 - Rebuilt for libpcap.1.0
 




More information about the scm-commits mailing list