Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 17:57:32 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369921 - head/shells/bash
Message-ID:  <201410031757.s93HvWXB099276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Oct  3 17:57:32 2014
New Revision: 369921
URL: https://svnweb.freebsd.org/changeset/ports/369921
QAT: https://qat.redports.org/buildarchive/r369921/

Log:
  - Update to patchlevel 4.3.29.
  
    This addresses the local crash from CVE-2014-6277. Note that
    the fixes applied in 4.3.25_2 (and upstream 4.3.27) already made
    this non-exploitable remotely.
  
    This makes 'bashcheck' [1] fully green now. It had a soft warning
    before for CVE-2014-6277.
  
  [1] https://github.com/hannob/bashcheck

Modified:
  head/shells/bash/Makefile
  head/shells/bash/distinfo

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Fri Oct  3 17:54:57 2014	(r369920)
+++ head/shells/bash/Makefile	Fri Oct  3 17:57:32 2014	(r369921)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		bash
-PATCHLEVEL=		28
+PATCHLEVEL=		29
 PORTVERSION=		4.3.${PATCHLEVEL:S/^0//g}
 PORTREVISION?=		0
 CATEGORIES=		shells

Modified: head/shells/bash/distinfo
==============================================================================
--- head/shells/bash/distinfo	Fri Oct  3 17:54:57 2014	(r369920)
+++ head/shells/bash/distinfo	Fri Oct  3 17:57:32 2014	(r369921)
@@ -56,3 +56,5 @@ SHA256 (bash/bash43-027) = 1eb76ad28561d
 SIZE (bash/bash43-027) = 6889
 SHA256 (bash/bash43-028) = e8b0dbed4724fa7b9bd8ff77d12c7f03da0fbfc5f8251ef5cb8511eb082b469d
 SIZE (bash/bash43-028) = 69606
+SHA256 (bash/bash43-029) = 4cc4a397fe6bc63ecb97d030a4e44258ef2d4e076d0e90c77782968cc43d6292
+SIZE (bash/bash43-029) = 1824



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