diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2024-11-16 15:54:24 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2024-11-16 15:54:24 -0600 |
commit | b487b8d6a397351901f31e32bf96c643c328047b (patch) | |
tree | 00dff2c2f4428816f64bdb21631ef81caca2efb5 | |
parent | 5201e02b417f626e26e70e5730a0bad215f0630c (diff) |
Update to postgresql-17.1.
-rw-r--r-- | introduction/welcome/changelog.xml | 10 | ||||
-rw-r--r-- | packages.ent | 2 | ||||
-rw-r--r-- | server/databases/postgresql.xml | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 8a2c4b5b4a..21c584f85a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -39,6 +39,16 @@ </listitem> --> <listitem> + <para>November 16th, 2024</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to postgresql-17.1. Fixes + <ulink url="&blfs-ticket-root;20661">#20661</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 15th, 2024</para> <itemizedlist> <listitem> diff --git a/packages.ent b/packages.ent index 19948ba5d2..58020a47df 100644 --- a/packages.ent +++ b/packages.ent @@ -795,7 +795,7 @@ <!ENTITY db-version "5.3.28"> <!ENTITY lmdb-version "0.9.31"> <!ENTITY mariadb-version "11.4.4"> -<!ENTITY postgresql-version "17.0"> +<!ENTITY postgresql-version "17.1"> <!ENTITY sqlite-version "3.47.0"> <!ENTITY sqlite-year "2024"> <!ENTITY sqlite-dl-version "3470000"> diff --git a/server/databases/postgresql.xml b/server/databases/postgresql.xml index 61f4c3bed1..499f0c77f5 100644 --- a/server/databases/postgresql.xml +++ b/server/databases/postgresql.xml @@ -6,7 +6,7 @@ <!ENTITY postgresql-download-http "https://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> <!ENTITY postgresql-download-ftp " "> - <!ENTITY postgresql-md5sum "97601aa2d849252d51c1022960b0abfa"> + <!ENTITY postgresql-md5sum "76709047835d82ce1ebf6f1fb8928b02"> <!ENTITY postgresql-size "20 MB"> <!ENTITY postgresql-buildsize "247 MB (add 86 MB for tests)"> <!ENTITY postgresql-time "0.8 SBU (with parallelism=4, add 0.1 SBU for tests)"> |