[Midnightbsd-cvs] mports [17631] trunk/shells/bash: bash 4.3 patch 27

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 28 10:56:02 EDT 2014


Revision: 17631
          http://svnweb.midnightbsd.org/mports/?rev=17631
Author:   laffer1
Date:     2014-09-28 10:55:58 -0400 (Sun, 28 Sep 2014)
Log Message:
-----------
bash 4.3 patch 27

Modified Paths:
--------------
    trunk/shells/bash/Makefile
    trunk/shells/bash/distinfo

Removed Paths:
-------------
    trunk/shells/bash/files/patch-parse.y

Modified: trunk/shells/bash/Makefile
===================================================================
--- trunk/shells/bash/Makefile	2014-09-28 12:39:10 UTC (rev 17630)
+++ trunk/shells/bash/Makefile	2014-09-28 14:55:58 UTC (rev 17631)
@@ -1,9 +1,9 @@
 # $MidnightBSD$
 
 PORTNAME=		bash
-PATCHLEVEL=		25
+PATCHLEVEL=		27
 PORTVERSION=		4.3.${PATCHLEVEL:S/^0//g}
-PORTREVISION?=		2
+PORTREVISION?=		0
 CATEGORIES=		shells
 MASTER_SITES=		GNU
 MASTER_SITE_SUBDIR=	${PORTNAME}

Modified: trunk/shells/bash/distinfo
===================================================================
--- trunk/shells/bash/distinfo	2014-09-28 12:39:10 UTC (rev 17630)
+++ trunk/shells/bash/distinfo	2014-09-28 14:55:58 UTC (rev 17631)
@@ -50,3 +50,7 @@
 SIZE (bash/bash43-024) = 1909
 SHA256 (bash/bash43-025) = 1e5186f5c4a619bb134a1177d9e9de879f3bb85d9c5726832b03a762a2499251
 SIZE (bash/bash43-025) = 3940
+SHA256 (bash/bash43-026) = 2ecc12201b3ba4273b63af4e9aad2305168cf9babf6d11152796db08724c214d
+SIZE (bash/bash43-026) = 1575
+SHA256 (bash/bash43-027) = 1eb76ad28561d27f7403ff3c76a36e932928a4b58a01b868d663c165f076dabe
+SIZE (bash/bash43-027) = 6889

Deleted: trunk/shells/bash/files/patch-parse.y
===================================================================
--- trunk/shells/bash/files/patch-parse.y	2014-09-28 12:39:10 UTC (rev 17630)
+++ trunk/shells/bash/files/patch-parse.y	2014-09-28 14:55:58 UTC (rev 17631)
@@ -1,13 +0,0 @@
-http://seclists.org/oss-sec/2014/q3/690
-
-*** ../bash-20140912/parse.y	2014-08-26 15:09:42.000000000 -0400
---- parse.y	2014-09-24 22:47:28.000000000 -0400
-***************
-*** 2959,2962 ****
---- 2959,2964 ----
-    word_desc_to_read = (WORD_DESC *)NULL;
-  
-+   eol_ungetc_lookahead = 0;
-+ 
-    current_token = '\n';		/* XXX */
-    last_read_token = '\n';



More information about the Midnightbsd-cvs mailing list