OBS User unknown
2007-07-14 15:31:42 +00:00
committed by Git OBS Bridge
parent 94bf738a5a
commit 47e1814c2b
11 changed files with 84 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package tcpdump (Version 3.9.5)
# spec file for package tcpdump (Version 3.9.6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -12,10 +12,10 @@
Name: tcpdump
BuildRequires: libpcap libsmi openssl-devel
Version: 3.9.5
Release: 7
Version: 3.9.6
Release: 1
Autoreqprov: on
License: BSD License and BSD-like
License: BSD 3-Clause
Group: Productivity/Networking/Diagnostic
URL: http://www.tcpdump.org/
Summary: A Packet Sniffer
@@ -27,6 +27,7 @@ Patch2: %{name}-%{version}-aliasing.diff
Patch3: %{name}-%{version}-uninitialized.diff
Patch4: %{name}-%{version}-juniper.diff
Patch5: %{name}-%{version}-802_11-overflow.diff
Patch6: %{name}-%{version}-bgp-overflow.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -44,6 +45,7 @@ rm -rf win32
%patch3
%patch4
%patch5
%patch6
%build
%{suse_update_config -f}
@@ -73,6 +75,32 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/*
%changelog
* Thu Jul 12 2007 - prusnak@suse.cz
- update to 3.9.6
* added support for:
- OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
- Message-id NACK c-type
- 802.3ah loopback ctrl msg
- Multiple-STP as per 802.1s
- rapid-SPT as per 802.1w
- CFM Link-trace msg, Link-trace-Reply msg,
- unidirectional link detection
- the olsr protocol as per RFC 3626 plus the LQ extensions from olsr.org
- variable-length checksum in DCCP, as per section 9 of RFC 4340
- per-VLAN spanning tree and per-VLAN rapid spanning tree
- Multiple-STP as per 802.1s
- the cisco propriatry 'dynamic trunking protocol'
- the cisco proprietary VTP protocol
- additional values in pflog
* changes to both TCP and IP Printer Output
* fixed a potential buffer overflow in the 802.11 printer
* print basic info about a few more Cisco LAN protocols
* mDNS cleanup
* ICMP MPLS rework of the extension code
* use the correct codepoint for the OSPF simple text auth token entry
* use safeputs to print the password
* update dhcp6 options table as per IETF standardization activities
- fixed overflow in bgp (bgp-overflow.patch) [#291356]
* Fri Mar 02 2007 - prusnak@suse.cz
- fixed one byte overflow (802_11-overflow.diff) [#250163]
* Wed Jan 03 2007 - prusnak@suse.cz