pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash Include bash patches 10 & 11 (becomes bash...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/919d4efdf50d
branches:  trunk
changeset: 338884:919d4efdf50d
user:      kre <kre%pkgsrc.org@localhost>
date:      Sun Sep 01 05:59:21 2019 +0000

description:
Include bash patches 10 & 11 (becomes bash-5.0.11)

10: fix var-assigns before special builtins & fn calls in posix mode
11: fixed missing quoted nul removal (in one odd case).

See the patch files (once fetched) for more details of what was altered.

diffstat:

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

diffs (47 lines):

diff -r a80749807ec5 -r 919d4efdf50d shells/bash/Makefile
--- a/shells/bash/Makefile      Sun Sep 01 02:19:37 2019 +0000
+++ b/shells/bash/Makefile      Sun Sep 01 05:59:21 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.87 2019/08/15 00:33:44 kre Exp $
+# $NetBSD: Makefile,v 1.88 2019/09/01 05:59:21 kre Exp $
 
 BASH_VERSION=          5.0
-BASH_PATCHLEVEL=       9
+BASH_PATCHLEVEL=       11
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
@@ -10,7 +10,8 @@
 
 PATCH_SITES=   ${MASTER_SITES:=bash-5.0-patches/}
 PATCHFILES+=   bash50-001 bash50-002 bash50-003 bash50-004 bash50-005
-PATCHFILES+=   bash50-006 bash50-007 bash50-008 bash50-009
+PATCHFILES+=   bash50-006 bash50-007 bash50-008 bash50-009 bash50-010
+PATCHFILES+=   bash50-011
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/bash/bash.html
diff -r a80749807ec5 -r 919d4efdf50d shells/bash/distinfo
--- a/shells/bash/distinfo      Sun Sep 01 02:19:37 2019 +0000
+++ b/shells/bash/distinfo      Sun Sep 01 05:59:21 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.55 2019/08/15 00:33:44 kre Exp $
+$NetBSD: distinfo,v 1.56 2019/09/01 05:59:21 kre Exp $
 
 SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b
 RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1
@@ -40,6 +40,14 @@
 RMD160 (bash50-009) = 55a8d44d5ef731d4996bdf69dcf6a80105ca168e
 SHA512 (bash50-009) = 6b770dbd4ca1175f9b958931b1e725d96626a24fb270bac5414d1679dde05276c87654815e9957d6932c515e8792caf8a5f0e9f2dc108bdd041d8024cf75a833
 Size (bash50-009) = 1095 bytes
+SHA1 (bash50-010) = f938ba0730f63f4535eaf4298ae4ebe1121553ca
+RMD160 (bash50-010) = 40599f5fe2f5a9cfa9324cd31c0487166ff68f5a
+SHA512 (bash50-010) = 8ca2cea0264bc0401414207fd8752d4d6eda64be3bb10fdc22529fa2bcedb84e6ab257ba2badc7078ece7f2ae1e2964635926f227eea7aed58166e82871322c2
+Size (bash50-010) = 6407 bytes
+SHA1 (bash50-011) = c8dfa690a081b15826737cab955ff2d79c69dd7a
+RMD160 (bash50-011) = d2866cbdf4f5a8e1f79ff4795b6045a45bea4627
+SHA512 (bash50-011) = 05833d6c85f3795a9c100246335f39155c1b5d190e073bf382269c2bbceb13a2de3f85dbe1dd5d4c7824fcca481febe3bdbb4c555e1f2de86bec05fcf6f5871e
+Size (bash50-011) = 1870 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index