rpms/argus/F-12 argus.spec,1.11,1.12

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


Author: kkofler

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

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/F-12/argus.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- argus.spec	24 Jul 2009 17:03:06 -0000	1.11
+++ argus.spec	4 Oct 2009 06:22:54 -0000	1.12
@@ -1,6 +1,6 @@
 Name: argus
 Version: 2.0.6.fixes.1
-Release: 17%{?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,12 @@ 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
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.6.fixes.1-17
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list