rpms/tcpdump/devel tcpdump-3.9.7-crypto.patch, NONE, 1.1 tcpdump.spec, 1.61, 1.62

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Thu Aug 9 14:51:22 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/tcpdump/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32609

Modified Files:
	tcpdump.spec 
Added Files:
	tcpdump-3.9.7-crypto.patch 
Log Message:
- enable crypto support on 64-bit architectures
- update license tag


tcpdump-3.9.7-crypto.patch:

--- NEW FILE tcpdump-3.9.7-crypto.patch ---
--- tcpdump-3.9.7/configure.crypto	2006-09-19 21:07:56.000000000 +0200
+++ tcpdump-3.9.7/configure	2007-08-01 14:43:55.000000000 +0200
@@ -12814,7 +12814,8 @@ for dir in $Xprefix /usr/${host_alias} /
 	#
 	# Or should we just look for "libcrypto.*"?
 	#
-	if test -d $dir/lib -a \( -f $dir/lib/libcrypto.a -o \
+	if test \( -f $dir/lib/libcrypto.a -o \
+			          -f $dir/lib64/libcrypto.so -o \
 			          -f $dir/lib/libcrypto.so -o \
 			          -f $dir/lib/libcrypto.sl -o \
 				  -f $dir/lib/libcrypto.dylib \); then


Index: tcpdump.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tcpdump/devel/tcpdump.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- tcpdump.spec	25 Jul 2007 17:28:50 -0000	1.61
+++ tcpdump.spec	9 Aug 2007 14:50:50 -0000	1.62
@@ -3,7 +3,7 @@
 Epoch: 14
 Version: 3.9.7
 Release: 2%{?dist}
-License: BSD
+License: BSD with advertising
 URL: http://www.tcpdump.org
 Group: Applications/Internet
 Requires(pre): shadow-utils 
@@ -14,6 +14,7 @@
 Source1: ftp://ftp.ee.lbl.gov/tcpslice-1.2a3.tar.gz
 Patch1: tcpdump-3.9.7-droproot.patch
 Patch2: tcpdump-3.6.1-portnumbers.patch
+Patch3: tcpdump-3.9.7-crypto.patch
 Patch5: tcpslice-1.2a3-time.patch
 Patch6: tcpslice-CVS.20010207-bpf.patch
 
@@ -32,6 +33,7 @@
 
 %patch1 -p1 -b .droproot
 %patch2 -p1 -b .portnumbers
+%patch3 -p1 -b .crypto
 
 pushd %{tcpslice_dir}
 %patch5 -p1 -b .time
@@ -87,6 +89,10 @@
 %{_mandir}/man8/tcpdump.8*
 
 %changelog
+* Thu Aug 09 2007 Miroslav Lichvar <mlichvar at redhat.com> - 14:3.9.7-3
+- enable crypto support on 64-bit architectures
+- update license tag
+
 * Wed Jul 25 2007 Jeremy Katz <katzj at redhat.com> - 14:3.9.7-2
 - rebuild for toolchain bug
 




More information about the fedora-extras-commits mailing list