Received: by mail.netbsd.org (Postfix, from userid 605) id 08E6984E1C; Sat, 25 Apr 2020 12:56:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8838184DF3 for ; Sat, 25 Apr 2020 12:56:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FvtIrf-U09Ia for ; Sat, 25 Apr 2020 12:56:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E61DA84D3C for ; Sat, 25 Apr 2020 12:56:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E0269FB27; Sat, 25 Apr 2020 12:56:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587819414274910" MIME-Version: 1.0 Date: Sat, 25 Apr 2020 12:56:54 +0000 From: "Robert Elz" Subject: CVS commit: pkgsrc/shells/bash To: pkgsrc-changes@NetBSD.org Reply-To: kre@netbsd.org X-Mailer: log_accum Message-Id: <20200425125654.E0269FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587819414274910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kre Date: Sat Apr 25 12:56:54 UTC 2020 Modified Files: pkgsrc/shells/bash: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/shells/bash/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/shells/bash/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587819414274910 Content-Disposition: inline Content-Length: 2340 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/shells/bash/Makefile diff -u pkgsrc/shells/bash/Makefile:1.93 pkgsrc/shells/bash/Makefile:1.94 --- pkgsrc/shells/bash/Makefile:1.93 Thu Mar 26 15:06:58 2020 +++ pkgsrc/shells/bash/Makefile Sat Apr 25 12:56:54 2020 @@ -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 @@ PATCH_SITES= ${MASTER_SITES:=bash-5.0-pa 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 HOMEPAGE= https://www.gnu.org/software/bash/bash.html Index: pkgsrc/shells/bash/distinfo diff -u pkgsrc/shells/bash/distinfo:1.59 pkgsrc/shells/bash/distinfo:1.60 --- pkgsrc/shells/bash/distinfo:1.59 Tue Mar 17 21:59:48 2020 +++ pkgsrc/shells/bash/distinfo Sat Apr 25 12:56:54 2020 @@ -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 @@ SHA1 (bash50-016) = 93c1a62446bf403139fd 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 --_----------=_1587819414274910--