pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/bash



Module Name:    pkgsrc
Committed By:   kre
Date:           Thu Aug 15 00:33:45 UTC 2019

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/shells/bash/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.86 pkgsrc/shells/bash/Makefile:1.87
--- pkgsrc/shells/bash/Makefile:1.86    Wed Apr 24 14:04:27 2019
+++ pkgsrc/shells/bash/Makefile Thu Aug 15 00:33:44 2019
@@ -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 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
 
 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

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.54 pkgsrc/shells/bash/distinfo:1.55
--- pkgsrc/shells/bash/distinfo:1.54    Wed Apr 24 14:04:27 2019
+++ pkgsrc/shells/bash/distinfo Thu Aug 15 00:33:44 2019
@@ -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 @@ SHA1 (bash50-007) = 43e1f09bc57bb442603d
 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