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:           Thu Nov  9 22:44:29 UTC 2023

Modified Files:
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
Update bash from 5.2.15 to 5.2.21 (6 new patches)

16: If an expression in an arithmetic for loop expands to NULL, the shell
    would crash.
17: In certain cases, using the `.' builtin in a subshell would optimize away
    the rest of the commands in the subshell.
18: Fix two problems with returning tokens to yyparse() when the shell
    encounters a syntax error or when it reads EOF.
19: Don't reset the terminal process group when it wasn't altered initially.
20: The parser did not allow `time' to appear as the first reserved word in a
    command substitution.
21: Fix an off-by-one error that causes command substitutions to fail when
    they appear in a word expansion inside a here-document.


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.78 -r1.79 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.109 pkgsrc/shells/bash/Makefile:1.110
--- pkgsrc/shells/bash/Makefile:1.109   Wed Dec 14 16:48:41 2022
+++ pkgsrc/shells/bash/Makefile Thu Nov  9 22:44:29 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.109 2022/12/14 16:48:41 kre Exp $
+# $NetBSD: Makefile,v 1.110 2023/11/09 22:44:29 kre Exp $
 
 BASH_VERSION=          5.2
-BASH_PATCHLEVEL=       15
+BASH_PATCHLEVEL=       21
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
@@ -12,6 +12,8 @@ PATCH_SITES=  ${MASTER_SITES:=bash-5.2-pa
 PATCHFILES+=   bash52-001 bash52-002 bash52-003 bash52-004 bash52-005
 PATCHFILES+=   bash52-006 bash52-007 bash52-008 bash52-009 bash52-010
 PATCHFILES+=   bash52-011 bash52-012 bash52-013 bash52-014 bash52-015
+PATCHFILES+=   bash52-016 bash52-017 bash52-018 bash52-019 bash52-020
+PATCHFILES+=   bash52-021
 
 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.78 pkgsrc/shells/bash/distinfo:1.79
--- pkgsrc/shells/bash/distinfo:1.78    Thu Jan 19 10:50:21 2023
+++ pkgsrc/shells/bash/distinfo Thu Nov  9 22:44:29 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.78 2023/01/19 10:50:21 sborrill Exp $
+$NetBSD: distinfo,v 1.79 2023/11/09 22:44:29 kre Exp $
 
 BLAKE2s (bash-5.2.tar.gz) = 430755ea2af4903dba2bdbeffd4d861edb9f54c248071362f0d14f15171764cd
 SHA512 (bash-5.2.tar.gz) = 5647636223ba336bf33e0c65e516d8ebcf6932de8b44f37bc468eedb87579c628ad44213f78534beb10f47aebb9c6fa670cb0bed3b4e7717e5faf7e9a1ef81ae
@@ -48,6 +48,24 @@ Size (bash52-014) = 3245 bytes
 BLAKE2s (bash52-015) = ad6658c68d0ac6c40341d3e1c7ee43a3b8ee4e382b45e1fea31a6bf089288bce
 SHA512 (bash52-015) = eb1bd6b3bf8811d765f222cd48360eb7f3f0aaa4f29f1b6c1f17635b819e5e4734ec4e7fcfde551fd7a6299a7d67869ea0bc5cc86cc523bc4a64d30e433df493
 Size (bash52-015) = 8088 bytes
+BLAKE2s (bash52-016) = 07203a6a4ae3e2678ac3402b3739d2c754769da1f85fb1a59c6eeb923fa53179
+SHA512 (bash52-016) = 11c3197870570050767887a7497b52549caf2bf74e69c5a4eb95ff316942177da0a1150819f7051eb690841796b98d9a81f784204d18ad176cd2c29473e466d4
+Size (bash52-016) = 1225 bytes
+BLAKE2s (bash52-017) = 08678163a8661d7f7c6177a40590430262e7ce5d0c8e46443fb3cac5b810bb82
+SHA512 (bash52-017) = 1844d1f4fbce0ae1dd8f2b9c152decc7cc645b7c0c66e84ed129072251e990f2da2220917957e98dd8b1299d2d10fb2dd23e184e40457063c1d554bb132ef1e5
+Size (bash52-017) = 1396 bytes
+BLAKE2s (bash52-018) = 963bff57ea63d6f14d99415932f9c9a577c5a23a19ae91f9ab705cad744fda61
+SHA512 (bash52-018) = b454ba8a311b0943f9669425891499fe8d4b5f1a90899bf6c4d0969699e21f8f8e08d0b0e23a7cf5c97aa6b21384ae907ed710254053e7edd43328aa6003780c
+Size (bash52-018) = 151467 bytes
+BLAKE2s (bash52-019) = 860a8e163707481b42601921fabe41875bcbd89bf8685bb97e180c7d9cfa6b94
+SHA512 (bash52-019) = d009b0a571a3e23ab723c6c6fd4b28c48db1a927d690b4c42d7ed2fa51052aaf662026a2de9e4ee3676087eac844f8b57adae567556228c4fd8fb4ed3c8a1b94
+Size (bash52-019) = 2548 bytes
+BLAKE2s (bash52-020) = 55118bb23608eea47252d2aa3941c317acfa149ffd810a6ede7945ea6d2e41f8
+SHA512 (bash52-020) = a5a927e90ac3daead54e90f8ff99dbda0fd652c3df83b7bcde0adb136fc4ba8498810e5bfa1d7f0c143422bf1f4622a4669c96e505bccad7c9a271d7e0668187
+Size (bash52-020) = 1459 bytes
+BLAKE2s (bash52-021) = 323342e574ace61041f5d9238de72aaa37e4093eacca443ec751d859f983ae6a
+SHA512 (bash52-021) = c3a61e975819919d7ba120f322fc5e9a420b21f03d7bf989a5e7b6a99bfe35372744277040e88361ee383ab53b05d607d52ff2000b401de038af67c91728b48f
+Size (bash52-021) = 1890 bytes
 SHA1 (patch-Makefile.in) = 2e4c15afd9b50d44967ee8e1f85bdc908c0eeeb0
 SHA1 (patch-builtins_printf.def) = e26e3209902247263884cfebc11a2f7e43245062
 SHA1 (patch-builtins_psize.c) = cd3b151e3bb045d2bb609c0a03d7d3df2c871f47



Home | Main Index | Thread Index | Old Index