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:   wiz
Date:           Wed Jan  5 20:50:16 UTC 2022

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
bash: update to 5.1.16.

13: Fix ~ expansion after : in assignment statements in POSIX mode.
14: Fix corruption in multibyte chars spanning a 512 byte buffer when
    reading the output of a command substitution
15: Fix sign extension with charsets containing 'negative' chars
16: Make multiple ! in a [[ ]] toggle negation instead of just more of the same

Mostly from kre@


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.68 -r1.69 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.102 pkgsrc/shells/bash/Makefile:1.103
--- pkgsrc/shells/bash/Makefile:1.102   Thu Nov 18 20:38:19 2021
+++ pkgsrc/shells/bash/Makefile Wed Jan  5 20:50:16 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.102 2021/11/18 20:38:19 wiz Exp $
+# $NetBSD: Makefile,v 1.103 2022/01/05 20:50:16 wiz Exp $
 
 BASH_VERSION=          5.1
-BASH_PATCHLEVEL=       12
+BASH_PATCHLEVEL=       16
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
@@ -12,6 +12,7 @@ PATCH_SITES=  ${MASTER_SITES:=bash-5.1-pa
 PATCHFILES+=   bash51-001 bash51-002 bash51-003 bash51-004
 PATCHFILES+=   bash51-005 bash51-006 bash51-007 bash51-008
 PATCHFILES+=   bash51-009 bash51-010 bash51-011 bash51-012
+PATCHFILES+=   bash51-013 bash51-014 bash51-015 bash51-016
 
 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.68 pkgsrc/shells/bash/distinfo:1.69
--- pkgsrc/shells/bash/distinfo:1.68    Thu Nov 18 20:38:19 2021
+++ pkgsrc/shells/bash/distinfo Wed Jan  5 20:50:16 2022
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.68 2021/11/18 20:38:19 wiz Exp $
+$NetBSD: distinfo,v 1.69 2022/01/05 20:50:16 wiz Exp $
 
 BLAKE2s (bash-5.1.tar.gz) = 9053924a9a02eb9e6d9aed99e945c23ddd98481234a50c5897f124dc3f02dd33
 SHA512 (bash-5.1.tar.gz) = c44a0ce381469219548a3a27589af3fea4f22eda1ca4e9434b59fc16da81b471c29ce18e31590e0860a6a251a664b68c2b45e3a17d22cfc02799ffd9a208390c
@@ -39,6 +39,18 @@ Size (bash51-011) = 2229 bytes
 BLAKE2s (bash51-012) = d9e0cbc34d1ead557dca3a467043c10756d32d13af64aa30eb8d025876c2ccb5
 SHA512 (bash51-012) = 59819914b6821d9f4af0aade7b9b7ea92368c2b8eb8407cea11dfeee7208905dd06bdef7a049d7b1c4fac41c44d9a130b95a061957a9649050b37471b3044cf1
 Size (bash51-012) = 6372 bytes
+BLAKE2s (bash51-013) = 121f6c877b2f1afc5aaacad40e1a79079d0efe48cbc2eee261a0680288c2e9d1
+SHA512 (bash51-013) = 67535155f49a7f54f151e62aba9274f82d01f33a1a1a7e5efd1aa0d63ba2d078765f0b5e22cb24db7132eff2d8c5852a3688298baa5217b8b6e159aae065d748
+Size (bash51-013) = 1277 bytes
+BLAKE2s (bash51-014) = 476c2c957ec7f8bcc4ea8e3c4e4c36957ffcc9841fc8ac2d6a7d6859613ef4a0
+SHA512 (bash51-014) = f658ab7ef01ba1d26f735e24b23bf35687e15b0d5d20f90da233d000745a55bdba142c11e9fba52e3b84470ec625fab60cc74cd6be533d990496a3795c658e88
+Size (bash51-014) = 1456 bytes
+BLAKE2s (bash51-015) = 3f7d50d8a376f952742acbcc119b464b07e35337170f2cd37f1e129691b323c2
+SHA512 (bash51-015) = fd4bc85f942a3a16c545f7e951a24f620ff2d884640dea6e05f305aaf88ed41862bfb05eea2258881608de696f9dc7a0fe3bebb51a011f50b720ea7a66699184
+Size (bash51-015) = 1409 bytes
+BLAKE2s (bash51-016) = dc335fd01741128eac6dd2f9dabb41ff3933b88467538f89e39f95262f87b48b
+SHA512 (bash51-016) = 020b3f3db77ca603a27a3423323538db5c9844be17ee428cf7cda80bebdcc715d30eab6c95773541cb8d14f3ad9e6142bf0adcda0e745ee638242508cc0ab05f
+Size (bash51-016) = 2122 bytes
 SHA1 (patch-af) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-ag) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47
 SHA1 (patch-aj) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0



Home | Main Index | Thread Index | Old Index