Update to patchlevel 26. This is a NOP as r369261 already covered it.

This commit is contained in:
Bryan Drewery 2014-09-26 21:29:20 +00:00
parent 2ebcb95cdb
commit 92e9f2e7d5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369347
3 changed files with 4 additions and 15 deletions

View file

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= bash
PATCHLEVEL= 25
PATCHLEVEL= 26
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
PORTREVISION?= 2
PORTREVISION?= 0
CATEGORIES= shells
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -50,3 +50,5 @@ SHA256 (bash/bash43-024) = 3b505882a0a6090667d75824fc919524cd44cc3bd89dd08b7c4e6
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

View file

@ -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';