From owner-svn-ports-head@freebsd.org Mon Feb 1 22:13:48 2016 Return-Path: Delivered-To: svn-ports-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 4AAE5A98BE5; Mon, 1 Feb 2016 22:13:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D11012D8; Mon, 1 Feb 2016 22:13:48 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u11MDlGg049505; Mon, 1 Feb 2016 22:13:47 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u11MDlYY049501; Mon, 1 Feb 2016 22:13:47 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201602012213.u11MDlYY049501@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Mon, 1 Feb 2016 22:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407779 - head/net/socat X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Feb 2016 22:13:48 -0000 Author: feld Date: Mon Feb 1 22:13:46 2016 New Revision: 407779 URL: https://svnweb.freebsd.org/changeset/ports/407779 Log: net/socat: Update to 1.7.3.1 This release fixes an important security bug with a hardcoded DH parameter not being a prime number. http://www.dest-unreach.org/socat/contrib/socat-secadv7.html MFH: 2016Q1 Security: https://vuxml.freebsd.org/freebsd/a52a7172-c92e-11e5-96d6-14dae9d210b8.html Modified: head/net/socat/Makefile head/net/socat/distinfo Modified: head/net/socat/Makefile ============================================================================== --- head/net/socat/Makefile Mon Feb 1 22:09:10 2016 (r407778) +++ head/net/socat/Makefile Mon Feb 1 22:13:46 2016 (r407779) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= socat -PORTVERSION= 1.7.3.0 -PORTREVISION= 2 +PORTVERSION= 1.7.3.1 +PORTREVISION= 0 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt Modified: head/net/socat/distinfo ============================================================================== --- head/net/socat/distinfo Mon Feb 1 22:09:10 2016 (r407778) +++ head/net/socat/distinfo Mon Feb 1 22:13:46 2016 (r407779) @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.3.0.tar.bz2) = 0767e850c0329b9fdf711c6cd468565cbbb28786ba1a8a1cbd5531d4016b3e04 -SIZE (socat-1.7.3.0.tar.bz2) = 474633 +SHA256 (socat-1.7.3.1.tar.bz2) = d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa +SIZE (socat-1.7.3.1.tar.bz2) = 488467