pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   kre
Date:           Thu Dec 11 09:51:48 UTC 2025

Modified Files:
        pkgsrc/doc: CHANGES-2025
        pkgsrc/shells/bash: Makefile distinfo

Log Message:
Update shells/bash to 5.3.9

One new (upstream) patch added.   Fixes a SIGSEGV if a SIGINT is received
during a reverse i-search (readline issue - to the embedded readline).


To generate a diff of this commit:
cvs rdiff -u -r1.7126 -r1.7127 pkgsrc/doc/CHANGES-2025
cvs rdiff -u -r1.123 -r1.124 pkgsrc/shells/bash/Makefile
cvs rdiff -u -r1.93 -r1.94 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/doc/CHANGES-2025
diff -u pkgsrc/doc/CHANGES-2025:1.7126 pkgsrc/doc/CHANGES-2025:1.7127
--- pkgsrc/doc/CHANGES-2025:1.7126      Thu Dec 11 09:47:29 2025
+++ pkgsrc/doc/CHANGES-2025     Thu Dec 11 09:51:48 2025
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2025,v 1.7126 2025/12/11 09:47:29 adam Exp $
+$NetBSD: CHANGES-2025,v 1.7127 2025/12/11 09:51:48 kre Exp $
 
 Changes to the packages collection and infrastructure in 2025:
 
@@ -10357,3 +10357,4 @@ Changes to the packages collection and i
        Updated security/py-certbot-dns-route53 to 5.2.2 [adam 2025-12-11]
        Updated security/py-certbot-dns-sakuracloud to 5.2.2 [adam 2025-12-11]
        Updated security/py-certbot-nginx to 5.2.2 [adam 2025-12-11]
+       Updated shells/bash to 5.3.9 [kre 2025-12-11]

Index: pkgsrc/shells/bash/Makefile
diff -u pkgsrc/shells/bash/Makefile:1.123 pkgsrc/shells/bash/Makefile:1.124
--- pkgsrc/shells/bash/Makefile:1.123   Thu Nov 27 12:29:34 2025
+++ pkgsrc/shells/bash/Makefile Thu Dec 11 09:51:48 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.123 2025/11/27 12:29:34 kre Exp $
+# $NetBSD: Makefile,v 1.124 2025/12/11 09:51:48 kre Exp $
 
 BASH_VERSION=          5.3
-BASH_PATCHLEVEL=       8
+BASH_PATCHLEVEL=       9
 
 DISTNAME=      bash-${BASH_VERSION}
 PKGNAME=       bash-${BASH_VERSION}.${BASH_PATCHLEVEL}
@@ -14,7 +14,7 @@ DIST_SUBDIR=  ${DISTNAME}
 
 PATCH_SITES=   ${MASTER_SITES:=bash-5.3-patches/}
 PATCHFILES+=   bash53-001 bash53-002 bash53-003 bash53-004 bash53-005
-PATCHFILES+=   bash53-006 bash53-007 bash53-008
+PATCHFILES+=   bash53-006 bash53-007 bash53-008 bash53-009
 
 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.93 pkgsrc/shells/bash/distinfo:1.94
--- pkgsrc/shells/bash/distinfo:1.93    Thu Nov 27 12:29:34 2025
+++ pkgsrc/shells/bash/distinfo Thu Dec 11 09:51:48 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.93 2025/11/27 12:29:34 kre Exp $
+$NetBSD: distinfo,v 1.94 2025/12/11 09:51:48 kre Exp $
 
 BLAKE2s (bash-5.3/bash-5.3.tar.gz) = d4ed22a4b1e170ae9eee8732048cb649aa1d0c4dded08f23abefd7a581822afc
 SHA512 (bash-5.3/bash-5.3.tar.gz) = 426702c8b0fb9e0c9956259973ce5b657890fd47f4f807a64febf20077bb48d0b91474ed6e843d2ef277186b46c5fffa79b808da9b48d4ec027d5e2de1b28ed8
@@ -27,6 +27,9 @@ Size (bash-5.3/bash53-007) = 1437 bytes
 BLAKE2s (bash-5.3/bash53-008) = ae2c64bcaf57a0253fc06ef8f52533821f830283a9f384675bcc6e6695dcc930
 SHA512 (bash-5.3/bash53-008) = 094b7dc2abe6fc41c62494c6b69640fbd8c6bd93e7cde0618504bb8589fc51fec2fb1686b2729c37e430d336d93ec174233d78f23c82026aca49a240a00477c1
 Size (bash-5.3/bash53-008) = 5717 bytes
+BLAKE2s (bash-5.3/bash53-009) = 7ed6ccba256c2b6f4cd85b0379664fa9e98625e5d72d83bd46e755d6d64e0fa4
+SHA512 (bash-5.3/bash53-009) = 07f37cee118e510ae58ea408f9d97b942017e1378532d4e3cd5a4d7405994ddadaba5d3ddb4bbda6b375760967faa51add7f46914ba919a27c14e7036f64f3be
+Size (bash-5.3/bash53-009) = 2468 bytes
 SHA1 (patch-Makefile.in) = 5e5333bfbb7ea03207e01ea75caeca0d9c9ecdc0
 SHA1 (patch-bashline.c) = 0f44d7995ff839b0a7ce6a6b55711a151fa94688
 SHA1 (patch-builtins_common.h) = c5b97e165fe06c612d340f683695c5c6a115c274



Home | Main Index | Thread Index | Old Index