]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- patch for CAN-2005-1279 and CAN-2005-1280
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 9 May 2005 22:52:08 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- stricter BR: libpcap-devel
- release 3

Changed files:
    tcpdump.spec -> 1.62

tcpdump.spec

index 08b092a0d9978b502d32f7498de2972b78f27d9a..2c9d4c1d35446129eda27fd6fc9409a2ffdbe4b4 100644 (file)
@@ -1,5 +1,3 @@
-# TODO
-# - security http://www.gentoo.org/security/en/glsa/glsa-200505-06.xml
 #
 # Conditional build:
 %bcond_without libsmi  # Build without SMI support
@@ -15,16 +13,17 @@ Summary(tr):        Bir a
 Summary(uk):   ¶ÎÓÔÒÕÍÅÎÔ ÄÌÑ ÍÏΦÔÏÒÉÎÇÕ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ
 Name:          tcpdump
 Version:       3.8.3
-Release:       2
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Applications/Networking
 Source0:       http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
 # Source0-md5: 30645001f4b97019677cad88d3811904
 Patch0:                %{name}-pcap_debug.patch
+Patch1:                %{name}-CAN-2005-1279_1280.patch
 URL:           http://www.tcpdump.org/
 BuildRequires: automake
-BuildRequires: libpcap-devel >= 2:0.8.3
+BuildRequires: libpcap-devel >= 2:0.8.3-3
 %{?with_libsmi:BuildRequires:  libsmi-devel}
 BuildRequires: openssl-devel >= 0.9.7d
 # beware of tar 1.13.9[12] madness (tarball contains tcpdump-3.8.3/./* paths)
@@ -76,6 +75,7 @@ Tcpdump 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
This page took 0.040448 seconds and 4 git commands to generate.