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: Fri Jul 25 20:15:47 UTC 2025
Modified Files:
pkgsrc/shells/bash: Makefile distinfo
Log Message:
Update bash to 5.3.3
Three bug-fix patches added:
5.3.1: Fix "wait -n job/pid ..." to not ignore the list of
jobs (or pids) given to it and instead simply wait
for any random exited process.
5.3.2: Avoid use of shm_open() because of too many impl
differences
5.3.3: Fix an internal quoting issue with expansions in
the arithmetic command ("(( ))") and other arithmetic
contexts (mostly affecting array subscript evaluation).
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.87 -r1.88 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.120 pkgsrc/shells/bash/Makefile:1.121
--- pkgsrc/shells/bash/Makefile:1.120 Mon Jul 21 17:16:09 2025
+++ pkgsrc/shells/bash/Makefile Fri Jul 25 20:15:47 2025
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.120 2025/07/21 17:16:09 kim Exp $
+# $NetBSD: Makefile,v 1.121 2025/07/25 20:15:47 kre Exp $
BASH_VERSION= 5.3
-#BASH_PATCHLEVEL= 37
+BASH_PATCHLEVEL= 3
DISTNAME= bash-${BASH_VERSION}
-#PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
-PKGREVISION= 1
+PKGNAME= bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
+#PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_GNU:=bash/}
-#PATCH_SITES= ${MASTER_SITES:=bash-5.3-patches/}
-#PATCHFILES+= bash52-001 bash52-002 bash52-003 bash52-004 bash52-005
+PATCH_SITES= ${MASTER_SITES:=bash-5.3-patches/}
+PATCHFILES+= bash53-001 bash53-002 bash53-003
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.87 pkgsrc/shells/bash/distinfo:1.88
--- pkgsrc/shells/bash/distinfo:1.87 Thu Jul 10 14:36:20 2025
+++ pkgsrc/shells/bash/distinfo Fri Jul 25 20:15:47 2025
@@ -1,8 +1,17 @@
-$NetBSD: distinfo,v 1.87 2025/07/10 14:36:20 jperkin Exp $
+$NetBSD: distinfo,v 1.88 2025/07/25 20:15:47 kre Exp $
BLAKE2s (bash-5.3.tar.gz) = 48e50ced4874740dc0f36bd19d0f7aab0cb5d6d4b04899e27143707fcab41d4c
SHA512 (bash-5.3.tar.gz) = 05ef640e8ba011d10f858a270c626daa42ed5a75789d0298ae0ced9b2ebaf93d94d8ed5a211ac30cd34e82af8865e50024144c88a3c979bee7c38e449350e02e
Size (bash-5.3.tar.gz) = 11354270 bytes
+BLAKE2s (bash53-001) = 850c3cf0fe928bc4bd0c97600c7c05eb3db71099938b56e87866607f49317e78
+SHA512 (bash53-001) = 66d0987f1a8951974c3a707a1980ef391a1f2a2938f0fa46adb77fcdcef6a3ca49e67182b9640ece3e59bb289e5b4a17eb870aa2a525a03e829a7be158d020a6
+Size (bash53-001) = 1531 bytes
+BLAKE2s (bash53-002) = 8fac730e9b52420ae482dd917911290dd57ab7b42f96902aea1b4114cfe001d6
+SHA512 (bash53-002) = 05caea1c1f5a3d27f2aa351c24f324f9d544ded89db4183ae2872e0283dde62dd6166ca4e780304398935b4aa3fb4db77ecf57acd0f0e295d279ffe40b772158
+Size (bash53-002) = 2635 bytes
+BLAKE2s (bash53-003) = 31eed599d5c14d9c946dc79f723d7285f367208de18e91a41e7a1fce75e98b31
+SHA512 (bash53-003) = 3d4004653cb3f2cba984e67b8e7ae54c19351e176b62bb415f88fdd482ae04be063dacf6303c8343ab6c8bf4f2388026c1742ac603a5cd5c330db22a4b76f4cb
+Size (bash53-003) = 2683 bytes
SHA1 (patch-Makefile.in) = 5e5333bfbb7ea03207e01ea75caeca0d9c9ecdc0
SHA1 (patch-examples_loadables_Makefile.in) = 0d27f82399c4ae9fae8ac0f8c48c68a23a3dcbd8
SHA1 (patch-examples_loadables_finfo.c) = 3151c7cc860f263ff055654aadb61cc62141e157
Home |
Main Index |
Thread Index |
Old Index