pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash Update bash to 5.0.17 (Patch 17 for bash 5.0)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/067d79fa8790
branches:  trunk
changeset: 428131:067d79fa8790
user:      kre <kre%pkgsrc.org@localhost>
date:      Sat Apr 25 12:56:54 2020 +0000

description:
Update bash to 5.0.17 (Patch 17 for bash 5.0)

Patch 16 was for this problem:
  Bash waits too long to reap /dev/fd process substitutions used as redirections
  with loops and group commands, which can lead to file descriptor exhaustion.

Patch 17 (this one):
  There were cases where patch 16 reaped process substitution file descriptors
  (or FIFOs) and processes to early. This is a better fix for the problem that
  bash50-016 attempted to solve.

diffstat:

 shells/bash/Makefile |  7 +++----
 shells/bash/distinfo |  6 +++++-
 2 files changed, 8 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 11e6774d8b66 -r 067d79fa8790 shells/bash/Makefile
--- a/shells/bash/Makefile      Sat Apr 25 12:54:00 2020 +0000
+++ b/shells/bash/Makefile      Sat Apr 25 12:56:54 2020 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.93 2020/03/26 15:06:58 nia Exp $
+# $NetBSD: Makefile,v 1.94 2020/04/25 12:56:54 kre Exp $
 
 BASH_VERSION=          5.0
-BASH_PATCHLEVEL=       16
+BASH_PATCHLEVEL=       17
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
-PKGREVISION=   1
 CATEGORIES=    shells
 MASTER_SITES=  ${MASTER_SITE_GNU:=bash/}
 
@@ -13,7 +12,7 @@
 PATCHFILES+=   bash50-001 bash50-002 bash50-003 bash50-004 bash50-005
 PATCHFILES+=   bash50-006 bash50-007 bash50-008 bash50-009 bash50-010
 PATCHFILES+=   bash50-011 bash50-012 bash50-013 bash50-014 bash50-015
-PATCHFILES+=   bash50-016
+PATCHFILES+=   bash50-016 bash50-017
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/bash/bash.html
diff -r 11e6774d8b66 -r 067d79fa8790 shells/bash/distinfo
--- a/shells/bash/distinfo      Sat Apr 25 12:54:00 2020 +0000
+++ b/shells/bash/distinfo      Sat Apr 25 12:56:54 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.59 2020/03/17 21:59:48 rillig Exp $
+$NetBSD: distinfo,v 1.60 2020/04/25 12:56:54 kre Exp $
 
 SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b
 RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1
@@ -68,6 +68,10 @@
 RMD160 (bash50-016) = 19d5f631e0181e2671f9bcb8ee7419a46f99008e
 SHA512 (bash50-016) = dbc3bd0fe3bddad8f6417b210fc5638a9c0c545f9d27638d63bac48aba9d3b93181a4f2e9898584d231b658589573fad5e4627ccbcf3e9d87e7663ac730b51aa
 Size (bash50-016) = 1534 bytes
+SHA1 (bash50-017) = bde40645832ba9dbd9cc531764489165fd67d15e
+RMD160 (bash50-017) = a46602c2186a902f20f3260da2bbde825b7a8ad9
+SHA512 (bash50-017) = d4a4b2746a106a7e78f7df2467cfd4ca486ab36b3e6e97eb9d47ede728033b1246bc1b60edc271cdb49df998af196619b09e598c0da1b425f05455237e256b65
+Size (bash50-017) = 6517 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index