[COMMITTED] Containerfile-autogen-glibc: Update gperf to version 3.3

Mark Wielaard mark@klomp.org
Tue Nov 4 14:56:29 GMT 2025


Hi Collin,

On Mon, Nov 03, 2025 at 06:24:31PM -0800, Collin Funk wrote:
> Mark Wielaard <mark@klomp.org> writes:
> 
> >  # Get, build and install gperf 3.1
> > -RUN wget https://ftpmirror.gnu.org/gnu/gperf/gperf-3.1.tar.gz && \
> 
> Not a big deal at all, but you forgot the comment. :)

Eep. Shows why I should always wait for a review instead of just
pushing a commit because it is obviously correct. There is always that
one obvious typo... Fixed.

Thanks,

Mark
-------------- next part --------------
>From 2bc41740f3fb92815779e4c8a61e6fc29d41c125 Mon Sep 17 00:00:00 2001
From: Mark Wielaard <mark@klomp.org>
Date: Tue, 4 Nov 2025 15:54:13 +0100
Subject: [PATCH] Containerfile-autogen-glibc: Add reference to Regeneration
 wiki page

And update gperf version in comment.
---
 builder/containers/Containerfile-autogen-glibc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/builder/containers/Containerfile-autogen-glibc b/builder/containers/Containerfile-autogen-glibc
index d776d9c736a7..1b44b5c6579b 100644
--- a/builder/containers/Containerfile-autogen-glibc
+++ b/builder/containers/Containerfile-autogen-glibc
@@ -1,5 +1,8 @@
 # Container file for setting up auto regeneration programs as used by glibc.
 
+# See https://sourceware.org/glibc/wiki/Regeneration for what is
+# regenerated by which program/version.
+
 # Setup the (minimal) image, upgrade and install all devel packages
 FROM debian:stable
 RUN apt-get update && \
@@ -34,7 +37,7 @@ RUN wget https://ftpmirror.gnu.org/gnu/texinfo/texinfo-7.2.tar.gz && \
   ./configure && \
   make && make install
 
-# Get, build and install gperf 3.1
+# Get, build and install gperf 3.3
 RUN wget https://ftpmirror.gnu.org/gnu/gperf/gperf-3.3.tar.gz && \
   (echo -n "fd87e0aba7e43ae054837afd6cd4db03a3f2693deb3619085e6ed9d8d9604ad8"; \
    echo " gperf-3.3.tar.gz") | sha256sum --check && \
-- 
2.51.1



More information about the Libc-testresults mailing list