From owner-svn-ports-all@freebsd.org Mon Jan 30 21:28:04 2017 Return-Path: Delivered-To: svn-ports-all@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 9E130CC8390; Mon, 30 Jan 2017 21:28:04 +0000 (UTC) (envelope-from ehaupt@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 5F8761437; Mon, 30 Jan 2017 21:28:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0ULS3C2075960; Mon, 30 Jan 2017 21:28:03 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0ULS3C4075957; Mon, 30 Jan 2017 21:28:03 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201701302128.v0ULS3C4075957@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 30 Jan 2017 21:28:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432872 - branches/2017Q1/shells/bash X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 21:28:04 -0000 Author: ehaupt Date: Mon Jan 30 21:28:03 2017 New Revision: 432872 URL: https://svnweb.freebsd.org/changeset/ports/432872 Log: MFH: r432612 Update to 4.4.12 Changelog: Fixes a bug. When -N is used, the input is not supposed to be split using $IFS, but leading and trailing IFS whitespace was still removed. Approved by: ports-secteam (feld) Modified: branches/2017Q1/shells/bash/Makefile branches/2017Q1/shells/bash/distinfo Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/shells/bash/Makefile ============================================================================== --- branches/2017Q1/shells/bash/Makefile Mon Jan 30 21:14:23 2017 (r432871) +++ branches/2017Q1/shells/bash/Makefile Mon Jan 30 21:28:03 2017 (r432872) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bash -PATCHLEVEL= 11 +PATCHLEVEL= 12 PORTVERSION= 4.4.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells Modified: branches/2017Q1/shells/bash/distinfo ============================================================================== --- branches/2017Q1/shells/bash/distinfo Mon Jan 30 21:14:23 2017 (r432871) +++ branches/2017Q1/shells/bash/distinfo Mon Jan 30 21:28:03 2017 (r432872) @@ -1,4 +1,4 @@ -TIMESTAMP = 1485118817 +TIMESTAMP = 1485577943 SHA256 (bash/bash-4.4.tar.gz) = d86b3392c1202e8ff5a423b302e6284db7f8f435ea9f39b5b1b20fd3ac36dfcb SIZE (bash/bash-4.4.tar.gz) = 9377313 SHA256 (bash/bash44-001) = 3e28d91531752df9a8cb167ad07cc542abaf944de9353fe8c6a535c9f1f17f0f @@ -23,3 +23,5 @@ SHA256 (bash/bash44-010) = 8465c6f2c56af SIZE (bash/bash44-010) = 1670 SHA256 (bash/bash44-011) = dd56426ef7d7295e1107c0b3d06c192eb9298f4023c202ca2ba6266c613d170d SIZE (bash/bash44-011) = 1603 +SHA256 (bash/bash44-012) = fac271d2bf6372c9903e3b353cb9eda044d7fe36b5aab52f21f3f21cd6a2063e +SIZE (bash/bash44-012) = 5768