update to 4.3.28: fixes two local buffer overflows in parse.y

This commit is contained in:
naddy 2014-10-03 19:11:20 +00:00
parent b395e2da93
commit 748b67f4d0
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.88 2014/09/28 13:26:55 naddy Exp $
# $OpenBSD: Makefile,v 1.89 2014/10/03 19:11:20 naddy Exp $
COMMENT= GNU Bourne Again Shell
DISTNAME= bash-4.3
PKGNAME= ${DISTNAME}.27
PKGNAME= ${DISTNAME}.28
CATEGORIES= shells
HOMEPAGE= http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
MASTER_SITES0= ${MASTER_SITE_GNU:=bash/${DISTNAME}-patches/}
DIST_SUBDIR= bash
.for i in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 \
21 22 23 24 25 26 27
21 22 23 24 25 26 27 28
PATCHFILES+= bash43-0$i:0
.endfor

View File

@ -26,6 +26,7 @@ SHA256 (bash/bash43-024) = O1BYgqCmCQZn11gk/JGVJM1EzDvYndCLfE5iLT+WD2w=
SHA256 (bash/bash43-025) = HlGG9cSmGbsTShF32eneh587uF2cVyaDKwOnYqJJklE=
SHA256 (bash/bash43-026) = LswSIBs7pCc7Y69Omq0jBRaM+bq/bREVJ5bbCHJMIU0=
SHA256 (bash/bash43-027) = Hrdq0oVh0n90A/88dqNukykopLWKAbho1mPBZfB22r4=
SHA256 (bash/bash43-028) = 6LDb7Uck+nub2P930Sx/A9oPv8X4JR71y4UR6wgrRp0=
SIZE (bash/bash-4.3.tar.gz) = 7955839
SIZE (bash/bash43-001) = 1617
SIZE (bash/bash43-002) = 1594
@ -54,3 +55,4 @@ SIZE (bash/bash43-024) = 1909
SIZE (bash/bash43-025) = 3940
SIZE (bash/bash43-026) = 1575
SIZE (bash/bash43-027) = 6889
SIZE (bash/bash43-028) = 69606