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:           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.

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@localhost
 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



Home | Main Index | Thread Index | Old Index