Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8D4067A284 for ; Sun, 14 Aug 2016 10:24:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D13FF85ED0; Sun, 14 Aug 2016 10:24:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6200585ECE for ; Sun, 14 Aug 2016 10:24:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iSa9gCmdMUsw for ; Sun, 14 Aug 2016 10:24:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EB49385E7C for ; Sun, 14 Aug 2016 10:24:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E56B7FBC3; Sun, 14 Aug 2016 10:24:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471170284172600" MIME-Version: 1.0 Date: Sun, 14 Aug 2016 10:24:44 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/net/tcpdump To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20160814102444.E56B7FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471170284172600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sun Aug 14 10:24:44 UTC 2016 Modified Files: pkgsrc/net/tcpdump: Makefile distinfo Log Message: Updated net/tcpdump 4.7.4 to 4.8.0 ---------------------------------- Tuesday April 14, 2015 guy at alum.mit.edu Summary for 4.8.0 tcpdump release Fix "-x" for Apple PKTAP and PPI packets To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/tcpdump/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/tcpdump/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471170284172600 Content-Disposition: inline Content-Length: 1639 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tcpdump/Makefile diff -u pkgsrc/net/tcpdump/Makefile:1.41 pkgsrc/net/tcpdump/Makefile:1.42 --- pkgsrc/net/tcpdump/Makefile:1.41 Tue Mar 8 12:53:34 2016 +++ pkgsrc/net/tcpdump/Makefile Sun Aug 14 10:24:44 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2016/03/08 12:53:34 adam Exp $ +# $NetBSD: Makefile,v 1.42 2016/08/14 10:24:44 mef Exp $ -DISTNAME= tcpdump-4.7.4 -PKGREVISION= 1 +DISTNAME= tcpdump-4.8.0 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ Index: pkgsrc/net/tcpdump/distinfo diff -u pkgsrc/net/tcpdump/distinfo:1.23 pkgsrc/net/tcpdump/distinfo:1.24 --- pkgsrc/net/tcpdump/distinfo:1.23 Sat Oct 17 10:08:22 2015 +++ pkgsrc/net/tcpdump/distinfo Sun Aug 14 10:24:44 2016 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2015/10/17 10:08:22 adam Exp $ +$NetBSD: distinfo,v 1.24 2016/08/14 10:24:44 mef Exp $ -SHA1 (tcpdump-4.7.4.tar.gz) = a18c9dbc4b5c4983af9cb52d8e473f5504546f4a -RMD160 (tcpdump-4.7.4.tar.gz) = 7e10dfc5b3cde9ad5a50c2e52646bdb4d9d9ee3f -SHA512 (tcpdump-4.7.4.tar.gz) = 5660d82abdf7327c3e1717db519b2c98cd217fff17440019f3ccf166b3cb28ab1c1850b7c42f8c6ee38110838bb8a4a10cd394f25123783bb3d58e1f350ef326 -Size (tcpdump-4.7.4.tar.gz) = 1153657 bytes +SHA1 (tcpdump-4.8.0.tar.gz) = e256e8b42765ccf7cfff06a6349dffeb97ef3b1e +RMD160 (tcpdump-4.8.0.tar.gz) = 3f67d57c8a8c668203c9625e8055dc4b77c39d09 +SHA512 (tcpdump-4.8.0.tar.gz) = dda074d14337099990fbde62692a50bea80f4492c61dded17cb31fc451f115c8b0815cd7f56e92c6658f02a27b363378cd30fc5d5e38ae782e99485066699817 +Size (tcpdump-4.8.0.tar.gz) = 1210470 bytes SHA1 (patch-ah) = 75dbc11440b32349014919ac04a628d8d4d8c45c --_----------=_1471170284172600--