Changeset acc21f8


Ignore:
Timestamp:
02/10/2024 04:39:21 AM (4 months ago)
Author:
Rahul Chandra <rahul@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
d9142ec4
Parents:
8ed78f9
Message:

Update to Postgres-16.2

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r8ed78f9 racc21f8  
    4343      <para>February 9th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[rahul] - Update to PostgreSQL-16.2 (Security Update). Fixes
     47          <ulink url="&blfs-ticket-root;19269">#19269</ulink>.</para>
     48        </listitem>
    4549        <listitem>
    4650          <para>[rahul] - Update to mariadb-10.11.7. Fixes
  • packages.ent

    r8ed78f9 racc21f8  
    756756<!ENTITY lmdb-version                 "0.9.31">
    757757<!ENTITY mariadb-version              "10.11.7">
    758 <!ENTITY postgresql-version           "16.1">
     758<!ENTITY postgresql-version           "16.2">
    759759<!ENTITY sqlite-version               "3.45.1">
    760760<!ENTITY sqlite-year                  "2024">
  • server/databases/postgresql.xml

    r8ed78f9 racc21f8  
    77  <!ENTITY postgresql-download-http "https://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  " ">
    9   <!ENTITY postgresql-md5sum        "9cbfb9076ed06384471802b850698a6d">
    10   <!ENTITY postgresql-size          "23 MB">
    11   <!ENTITY postgresql-buildsize     "245 MB (add 25 MB for tests)">
     9  <!ENTITY postgresql-md5sum        "3d19d93434666db5d33e692472915ae5">
     10  <!ENTITY postgresql-size          "24 MB">
     11  <!ENTITY postgresql-buildsize     "227 MB (add 43 MB for tests)">
    1212  <!ENTITY postgresql-time          "0.8 SBU (with parallelism=4, add 0.2 SBU for tests)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.