From owner-svn-src-head@freebsd.org Fri Feb 3 19:36:33 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0C5D1CCFEE6; Fri, 3 Feb 2017 19:36:33 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (glebi.us [96.95.210.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cell.glebi.us", Issuer "cell.glebi.us" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E89C3E87; Fri, 3 Feb 2017 19:36:32 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebi.us (localhost [127.0.0.1]) by cell.glebi.us (8.15.2/8.15.2) with ESMTPS id v13JaVDa008631 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 Feb 2017 11:36:32 -0800 (PST) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebi.us (8.15.2/8.15.2/Submit) id v13JaVUJ008630; Fri, 3 Feb 2017 11:36:31 -0800 (PST) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebi.us: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 3 Feb 2017 11:36:31 -0800 From: Gleb Smirnoff To: Renato Botelho Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r313048 - in head: contrib/tcpdump contrib/tcpdump/lbl contrib/tcpdump/missing usr.sbin/tcpdump/tcpdump Message-ID: <20170203193631.GD2556@FreeBSD.org> References: <201702012026.v11KQgS3069932@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 19:36:33 -0000 On Fri, Feb 03, 2017 at 06:26:49AM -0200, Renato Botelho wrote: R> > Author: glebius R> > Date: Wed Feb 1 20:26:42 2017 R> > New Revision: 313048 R> > URL: https://svnweb.freebsd.org/changeset/base/313048 R> > R> > Log: R> > Update tcpdump to 4.9.0. R> > R> > It fixes many buffer overflow in different protocol parsers, but none of R> > them are critical, even in absense of Capsicum. R> > R> > Security: CVE-2016-7922, CVE-2016-7923, CVE-2016-7924, CVE-2016-7925 R> > Security: CVE-2016-7926, CVE-2016-7927, CVE-2016-7928, CVE-2016-7929 R> > Security: CVE-2016-7930, CVE-2016-7931, CVE-2016-7932, CVE-2016-7933 R> > Security: CVE-2016-7934, CVE-2016-7935, CVE-2016-7936, CVE-2016-7937 R> > Security: CVE-2016-7938, CVE-2016-7939, CVE-2016-7940, CVE-2016-7973 R> > Security: CVE-2016-7974, CVE-2016-7975, CVE-2016-7983, CVE-2016-7984 R> > Security: CVE-2016-7985, CVE-2016-7986, CVE-2016-7992, CVE-2016-7993 R> > Security: CVE-2016-8574, CVE-2016-8575, CVE-2017-5202, CVE-2017-5203 R> > Security: CVE-2017-5204, CVE-2017-5205, CVE-2017-5341, CVE-2017-5342 R> > Security: CVE-2017-5482, CVE-2017-5483, CVE-2017-5484, CVE-2017-5485 R> > Security: CVE-2017-5486 R> R> Hi Gleb, R> R> Do you plan to MFC it to stable/11 and stable/10? Yes, after 3 days. -- Totus tuus, Glebius.