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:           Sun Sep  1 05:59:21 UTC 2019

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.55 -r1.56 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.87 pkgsrc/shells/bash/Makefile:1.88
--- pkgsrc/shells/bash/Makefile:1.87    Thu Aug 15 00:33:44 2019
+++ pkgsrc/shells/bash/Makefile Sun Sep  1 05:59:21 2019
@@ -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 @@ MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
 
 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

Index: pkgsrc/shells/bash/distinfo
diff -u pkgsrc/shells/bash/distinfo:1.55 pkgsrc/shells/bash/distinfo:1.56
--- pkgsrc/shells/bash/distinfo:1.55    Thu Aug 15 00:33:44 2019
+++ pkgsrc/shells/bash/distinfo Sun Sep  1 05:59:21 2019
@@ -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 @@ SHA1 (bash50-009) = 38e2101c03c9d48595df
 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