pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/bash Update to bash 5.0.9 (5.0 patchlevel 9)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d2b49306255
branches:  trunk
changeset: 337919:5d2b49306255
user:      kre <kre%pkgsrc.org@localhost>
date:      Thu Aug 15 00:33:44 2019 +0000

description:
Update to bash 5.0.9 (5.0 patchlevel 9)

patch8: fix potential core dump if HISTSIZE is set to 0
patch9: fix fd leak if history file reading finds empty file

diffstat:

 shells/bash/Makefile |   6 +++---
 shells/bash/distinfo |  10 +++++++++-
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r 92157ea9c613 -r 5d2b49306255 shells/bash/Makefile
--- a/shells/bash/Makefile      Wed Aug 14 22:46:20 2019 +0000
+++ b/shells/bash/Makefile      Thu Aug 15 00:33:44 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2019/04/24 14:04:27 kre Exp $
+# $NetBSD: Makefile,v 1.87 2019/08/15 00:33:44 kre Exp $
 
 BASH_VERSION=          5.0
-BASH_PATCHLEVEL=       7
+BASH_PATCHLEVEL=       9
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
@@ -10,7 +10,7 @@
 
 PATCH_SITES=   ${MASTER_SITES:=bash-5.0-patches/}
 PATCHFILES+=   bash50-001 bash50-002 bash50-003 bash50-004 bash50-005
-PATCHFILES+=   bash50-006 bash50-007
+PATCHFILES+=   bash50-006 bash50-007 bash50-008 bash50-009
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/bash/bash.html
diff -r 92157ea9c613 -r 5d2b49306255 shells/bash/distinfo
--- a/shells/bash/distinfo      Wed Aug 14 22:46:20 2019 +0000
+++ b/shells/bash/distinfo      Thu Aug 15 00:33:44 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.54 2019/04/24 14:04:27 kre Exp $
+$NetBSD: distinfo,v 1.55 2019/08/15 00:33:44 kre Exp $
 
 SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b
 RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1
@@ -32,6 +32,14 @@
 RMD160 (bash50-007) = 75f55a086cb11db8fb0faa001a7fe8d77b17b30f
 SHA512 (bash50-007) = 467d377836c53d188cda39de550ce1e00b58895a6646c4da3535e74e599978558a92d8e7bf7c59c988159468fbce04f3a0dbf62cbded28472272f1b9811786e8
 Size (bash50-007) = 1640 bytes
+SHA1 (bash50-008) = 953e54638c2e0f3bed5f6589df6b9710f5d6bd35
+RMD160 (bash50-008) = e4076df3d86bb750c2fd72766fcdf855a92b9269
+SHA512 (bash50-008) = 110fef44c1a26819ad8926ce00bd5378e99275763db4b0e9cfd125ba1ab7eb9f93abf912efb9841fa2ac59c380995e477683afc8cf6bf00367a9af7ae371e7f4
+Size (bash50-008) = 2622 bytes
+SHA1 (bash50-009) = 38e2101c03c9d48595df248a5115b61bd62c0b00
+RMD160 (bash50-009) = 55a8d44d5ef731d4996bdf69dcf6a80105ca168e
+SHA512 (bash50-009) = 6b770dbd4ca1175f9b958931b1e725d96626a24fb270bac5414d1679dde05276c87654815e9957d6932c515e8792caf8a5f0e9f2dc108bdd041d8024cf75a833
+Size (bash50-009) = 1095 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index