mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to patchlevel 26. This is a NOP as r369261 already covered it.
This commit is contained in:
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
|
@ -2,9 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= bash
|
PORTNAME= bash
|
||||||
PATCHLEVEL= 25
|
PATCHLEVEL= 26
|
||||||
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
|
PORTVERSION= 4.3.${PATCHLEVEL:S/^0//g}
|
||||||
PORTREVISION?= 2
|
PORTREVISION?= 0
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
|
@ -50,3 +50,5 @@ SHA256 (bash/bash43-024) = 3b505882a0a6090667d75824fc919524cd44cc3bd89dd08b7c4e6
|
||||||
SIZE (bash/bash43-024) = 1909
|
SIZE (bash/bash43-024) = 1909
|
||||||
SHA256 (bash/bash43-025) = 1e5186f5c4a619bb134a1177d9e9de879f3bb85d9c5726832b03a762a2499251
|
SHA256 (bash/bash43-025) = 1e5186f5c4a619bb134a1177d9e9de879f3bb85d9c5726832b03a762a2499251
|
||||||
SIZE (bash/bash43-025) = 3940
|
SIZE (bash/bash43-025) = 3940
|
||||||
|
SHA256 (bash/bash43-026) = 2ecc12201b3ba4273b63af4e9aad2305168cf9babf6d11152796db08724c214d
|
||||||
|
SIZE (bash/bash43-026) = 1575
|
||||||
|
|
|
@ -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';
|
|
Loading…
Add table
Reference in a new issue