From owner-svn-ports-head@FreeBSD.ORG Wed Jan 29 07:32:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 068DDEAC; Wed, 29 Jan 2014 07:32:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6E2819C6; Wed, 29 Jan 2014 07:32:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0T7WTgW017020; Wed, 29 Jan 2014 07:32:29 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0T7WTVG017017; Wed, 29 Jan 2014 07:32:29 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201401290732.s0T7WTVG017017@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 29 Jan 2014 07:32:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341683 - 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.17 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: Wed, 29 Jan 2014 07:32:30 -0000 Author: ehaupt Date: Wed Jan 29 07:32:29 2014 New Revision: 341683 URL: http://svnweb.freebsd.org/changeset/ports/341683 QAT: https://qat.redports.org/buildarchive/r341683/ Log: Update to 1.7.2.3, this fixes a security issue, where socats PROXY-CONNECT address was vulnerable to a buffer overflow with data provided on the command line. Security: CVE-2014-0019 Modified: head/net/socat/Makefile head/net/socat/distinfo Modified: head/net/socat/Makefile ============================================================================== --- head/net/socat/Makefile Wed Jan 29 07:25:06 2014 (r341682) +++ head/net/socat/Makefile Wed Jan 29 07:32:29 2014 (r341683) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= socat -PORTVERSION= 1.7.2.2 -PORTREVISION= 2 +PORTVERSION= 1.7.2.3 CATEGORIES= net ipv6 MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ CRITICAL Modified: head/net/socat/distinfo ============================================================================== --- head/net/socat/distinfo Wed Jan 29 07:25:06 2014 (r341682) +++ head/net/socat/distinfo Wed Jan 29 07:32:29 2014 (r341683) @@ -1,2 +1,2 @@ -SHA256 (socat-1.7.2.2.tar.bz2) = 9a167af11a4d3809cbc66f5e2dcb39b6e371251282ef5de6ea6ff0c4be8a953c -SIZE (socat-1.7.2.2.tar.bz2) = 433222 +SHA256 (socat-1.7.2.3.tar.bz2) = 0598ac54af7b138cda9e3c141bcf0cc63eeb2ab31f468a772dc3f7eb3896aad0 +SIZE (socat-1.7.2.3.tar.bz2) = 424461