Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2015 11:40:03 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r384102 - in branches/2015Q2/net/tcpdump: . files
Message-ID:  <201504161140.t3GBe3j2006703@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Thu Apr 16 11:40:03 2015
New Revision: 384102
URL: https://svnweb.freebsd.org/changeset/ports/384102

Log:
  MFH: r384101
  
  - Add a patch to fix heap overflow
  - Bump PORTREVISION
  
  Obtained from:	https://github.com/the-tcpdump-group/tcpdump/issues/446
  Security:	CVE-2015-3138
  Approved by:	portmgr (erwin)

Added:
  branches/2015Q2/net/tcpdump/files/
     - copied from r384101, head/net/tcpdump/files/
Modified:
  branches/2015Q2/net/tcpdump/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/net/tcpdump/Makefile
==============================================================================
--- branches/2015Q2/net/tcpdump/Makefile	Thu Apr 16 11:21:44 2015	(r384101)
+++ branches/2015Q2/net/tcpdump/Makefile	Thu Apr 16 11:40:03 2015	(r384102)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tcpdump
 PORTVERSION=	4.7.3
+PORTREVISION=	1
 CATEGORIES=	net ipv6
 MASTER_SITES=	http://www.tcpdump.org/release/
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504161140.t3GBe3j2006703>