]> git.pld-linux.org Git - packages/tcpdump.git/commitdiff
- added bgp-infinite-loop2 patch from Gentoo (fixes CAN-2005-1267)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Jun 2005 08:47:15 +0000 (08:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it appears that CAN-2005-1279_1280 patch fixed CAN-2005-1278 as well
- release 7

Changed files:
    tcpdump.spec -> 1.67

tcpdump.spec

index f9046190cb0cecfe7839b544677fcb408e0ad85a..de6308f669466f516dd064623dd7d1503d7f6869 100644 (file)
@@ -1,5 +1,3 @@
-# TODO
-# - check http://security.gentoo.org/glsa/glsa-200505-06.xml
 #
 # Conditional build:
 %bcond_without libsmi  # Build without SMI support
@@ -15,7 +13,7 @@ Summary(tr):  Bir a
 Summary(uk):   ¶ÎÓÔÒÕÍÅÎÔ ÄÌÑ ÍÏΦÔÏÒÉÎÇÕ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ
 Name:          tcpdump
 Version:       3.8.3
-Release:       6
+Release:       7
 Epoch:         1
 License:       BSD
 Group:         Applications/Networking
@@ -23,6 +21,7 @@ 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
+Patch2:                %{name}-bgp-infinite-loop2.patch
 URL:           http://www.tcpdump.org/
 BuildRequires: automake
 BuildRequires: libpcap-devel >= 2:0.8.3-6
@@ -78,6 +77,7 @@ Tcpdump 
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 cp -f /usr/share/automake/config.* .
This page took 0.049187 seconds and 4 git commands to generate.