Module Name: src
Committed By: christos
Date: Thu Nov 20 03:07:30 UTC 2014
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new tcpdump and libpcap
To generate a diff of this commit:
cvs rdiff -u -r1.1174 -r1.1175 src/doc/3RDPARTY
cvs rdiff -u -r1.2020 -r1.2021 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1174 src/doc/3RDPARTY:1.1175
--- src/doc/3RDPARTY:1.1174 Mon Nov 17 21:01:08 2014
+++ src/doc/3RDPARTY Wed Nov 19 22:07:30 2014
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1174 2014/11/18 02:01:08 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1175 2014/11/20 03:07:30 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -718,8 +718,8 @@ We maintain our own version of libdevmap
should test it before import. Talk to haad before importing new version.
Package: libpcap
-Version: 1.5.2
-Current Vers: 1.5.2
+Version: 1.6.2
+Current Vers: 1.6.2
Maintainer: [email protected]
Archive Site: http://www.tcpdump.org/release/
Home Page: http://www.tcpdump.org/
@@ -1232,8 +1232,8 @@ Notes:
Run cleantags before inporting because sqlite3.c has an RCSID
Package: tcpdump
-Version: 4.5.1
-Current Vers: 4.5.1
+Version: 4.6.2
+Current Vers: 4.6.2
Maintainer: [email protected]
Archive Site: http://www.tcpdump.org/release/
Home Page: http://www.tcpdump.org/
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2020 src/doc/CHANGES:1.2021
--- src/doc/CHANGES:1.2020 Mon Nov 17 21:01:08 2014
+++ src/doc/CHANGES Wed Nov 19 22:07:30 2014
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2020 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2021 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -106,3 +106,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
[jmcneill 20141115]
zoneinfo: Import tzdata2014j. [apb 20141116]
libc: Update to tzcode2014j. [christos 20141117]
+ libpcap: Import 1.6.2. [christos 20141119]
+ tcpdump(8): Import 4.6.2. [christos 20141119]