Re: [PATCH] Fix link error on GNU/Hurd.

2025-05-16 Thread Chet Ramey
On 5/9/25 1:29 AM, Collin Funk wrote: Hi Chet, Building bash from the devel branch fails the link on GNU/Hurd. Here is the error: Thanks for the report. I'm interested in why you're not using ncurses. Is it just not installed on your build system? Chet -- ``The lyf so short, the craft so lon

Re: SourceAv in xparse_dolparen when trying to compare with rvalue

2025-05-16 Thread Chet Ramey
On 5/13/25 7:14 PM, Александр Ушаков wrote: Dear Bash maintainers, I recently reported a NULL-pointer dereference issues (leading to a segmentation fault) in Bash 5.2. Thank you for confirming the bug and worked on a fix. Could you clarify whether a CVE will be assigned for this vulnerabili

What is the status of bash-5.3?

2025-05-16 Thread Bruce Dubbs
At the linuxfromscratch project, we document for users how to build a relatively complete Linux system from source code. When we do this we consider bash to be one of the most important packages in the system. https://www.linuxfromscratch.org/lfs/view/stable/ Our policy is to use the most r

Re: [PATCH] Fix link error on GNU/Hurd.

2025-05-16 Thread Collin Funk
Hi Chet, Chet Ramey writes: > Thanks for the report. I'm interested in why you're not using ncurses. Is > it just not installed on your build system? I occasionally test Gnulib in a Hurd VM (fresh each time since my image doesn't like to reboot, unfortunately). I had assumed that libncurses-de

Re: Cross-Compile - Makefile - Install-strip

2025-05-16 Thread Chet Ramey
On 5/12/25 5:02 PM, NR wrote: "STRIP" is currently hard-set to "strip", which fails for cross-compiled binaries. There's no builtin autoconf macro for strip. I suppose I could add one using AC_CHECK_TOOL. ``` install-strip: $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s --s

Re: Brace expansion change on devel

2025-05-16 Thread Chet Ramey
On 5/10/25 11:18 AM, Sam James wrote: Hi, Since the following commit on devel commit c3ca11424d2ae66cafa2f931b008dfb728e209a5 Author: Chet Ramey Date: Wed Feb 12 11:18:16 2025 -0500 fix issue with redirections to bash input file descriptor; new minimal chmod buil