Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/bash Add bash patch bash50-018 -- updates bash ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86dba481a040
branches:  trunk
changeset: 435638:86dba481a040
user:      kre <kre%pkgsrc.org@localhost>
date:      Fri Jul 10 20:40:26 2020 +0000

description:
Add bash patch bash50-018 -- updates bash to 5.0.18(1)-release

This fixes:
  In certain cases, bash does not perform quoted null removal on patterns
  that are used as part of word expansions such as ${parameter##pattern}, so
  empty patterns are treated as non-empty

diffstat:

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

diffs (42 lines):

diff -r c581f23c1c8f -r 86dba481a040 shells/bash/Makefile
--- a/shells/bash/Makefile      Fri Jul 10 20:02:54 2020 +0000
+++ b/shells/bash/Makefile      Fri Jul 10 20:40:26 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2020/04/25 12:56:54 kre Exp $
+# $NetBSD: Makefile,v 1.95 2020/07/10 20:40:26 kre Exp $
 
 BASH_VERSION=          5.0
-BASH_PATCHLEVEL=       17
+BASH_PATCHLEVEL=       18
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION:C/4\.4\..*/4.4/}.${BASH_PATCHLEVEL}
@@ -12,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 bash50-017
+PATCHFILES+=   bash50-016 bash50-017 bash50-018
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.gnu.org/software/bash/bash.html
diff -r c581f23c1c8f -r 86dba481a040 shells/bash/distinfo
--- a/shells/bash/distinfo      Fri Jul 10 20:02:54 2020 +0000
+++ b/shells/bash/distinfo      Fri Jul 10 20:40:26 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.60 2020/04/25 12:56:54 kre Exp $
+$NetBSD: distinfo,v 1.61 2020/07/10 20:40:26 kre Exp $
 
 SHA1 (bash-5.0.tar.gz) = d116b469b9e6ea5264a74661d3a4c797da7f997b
 RMD160 (bash-5.0.tar.gz) = a081428a896d617855499376b670eca3433a27c1
@@ -72,6 +72,10 @@
 RMD160 (bash50-017) = a46602c2186a902f20f3260da2bbde825b7a8ad9
 SHA512 (bash50-017) = d4a4b2746a106a7e78f7df2467cfd4ca486ab36b3e6e97eb9d47ede728033b1246bc1b60edc271cdb49df998af196619b09e598c0da1b425f05455237e256b65
 Size (bash50-017) = 6517 bytes
+SHA1 (bash50-018) = 4599f8f88ea950aac47d4c3dddc7de14fd70f38d
+RMD160 (bash50-018) = f3c61856439972d3a5b51c8140bb6899c259816e
+SHA512 (bash50-018) = cfbad36b1805ad76cb21d9136843171d794e57383318a014522e2d35905cf262d6721615f0a79972cacc45152de636977c957cbbad08ccb52f96de40b09bba5c
+Size (bash50-018) = 1242 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index