Module Name: src
Committed By: christos
Date: Tue Jan 24 23:31:03 UTC 2017
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new tcpdump/libpcap
To generate a diff of this commit:
cvs rdiff -u -r1.1400 -r1.1401 src/doc/3RDPARTY
cvs rdiff -u -r1.2237 -r1.2238 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.1400 src/doc/3RDPARTY:1.1401
--- src/doc/3RDPARTY:1.1400 Sun Jan 22 17:26:16 2017
+++ src/doc/3RDPARTY Tue Jan 24 18:31:03 2017
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1400 2017/01/22 22:26:16 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1401 2017/01/24 23:31:03 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -779,8 +779,8 @@ libdevmapper ioctl protocol code, theref
import. Talk to haad before importing new version.
Package: libpcap
-Version: 1.7.2
-Current Vers: 1.7.2
+Version: 1.8.1
+Current Vers: 1.8.1
Maintainer: [email protected]
Archive Site: http://www.tcpdump.org/release/
Home Page: http://www.tcpdump.org/
@@ -1296,8 +1296,8 @@ Notes:
Run cleantags before importing because sqlite3.c has an RCSID
Package: tcpdump
-Version: 4.7.3
-Current Vers: 4.7.3
+Version: 4.8.1
+Current Vers: 4.8.1
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.2237 src/doc/CHANGES:1.2238
--- src/doc/CHANGES:1.2237 Sat Jan 14 01:51:02 2017
+++ src/doc/CHANGES Tue Jan 24 18:31:03 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2237 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2238 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -452,3 +452,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
ptrace(2): Add new options in EVENT_MASK: PTRACE_LWP_CREATE and
PTRACE_LWP_EXIT [kamil 20170114]
siginfo(2): Add new si_code for SIGTRAP: TRAP_LWP [kamil 20170114]
+ libpcap: Import 1.8.1. [christos 20170124]
+ tcpdump(8): Import 4.8.1. [christos 20170124]