Re: Security lessons from liblzma

From: Joe Conway <mail(at)joeconway(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Security lessons from liblzma
Date: 2024-03-31 00:05:59
Message-ID: 6433289a-b9af-42bd-8c90-d99a98a83474@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/30/24 19:54, Joe Conway wrote:
>> On 2024-03-30 16:50:26 -0400, Robert Haas wrote:
>>> or what Tom does when he builds the release tarballs.
>
> Tom follows this, at least last time I checked:
>
> https://wiki.postgresql.org/wiki/Release_process

Reading through that, I wonder if this part is true anymore:

In principle this could be done anywhere, but again there's a concern
about reproducibility, since the results may vary depending on
installed bison, flex, docbook, etc versions. Current practice is to
always do this as pgsql on borka.postgresql.org, so it can only be
done by people who have a login there. In detail:

Maybe if we split out the docs from the release tarball, we could also
add the script (mk-release) to our git repo?

Some other aspects of that wiki page look out of date too. Perhaps it
needs an overall update? Maybe Tom and/or Magnus could weigh in here.

--
Joe Conway
PostgreSQL Contributors Team
RDS Open Source Databases
Amazon Web Services: https://aws.amazon.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-03-31 00:08:56 Re: Statistics Import and Export
Previous Message Joe Conway 2024-03-30 23:54:00 Re: Security lessons from liblzma