[libpq] Update to 16.4 (#40485)

This commit is contained in:
Kai Pastor 2024-08-19 18:54:25 +02:00 committed by GitHub
parent f2ea3e0789
commit d4738ebc46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 10 additions and 4 deletions

View File

@ -1,7 +1,8 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.postgresql.org/pub/source/v${VERSION}/postgresql-${VERSION}.tar.bz2"
"https://www.mirrorservice.org/sites/ftp.postgresql.org/source/v${VERSION}/postgresql-${VERSION}.tar.bz2"
FILENAME "postgresql-${VERSION}.tar.bz2"
SHA512 dc1c8d4fbc8e53e9be91dcf1b644b3969bd634f11bf5a1c4fe16619fd386f3349a5509788d43e6a57d099ad75233026d4dd4e0bb180ffc747fd3c1a575c51a5f
SHA512 f2070299f0857a270317ac984f8393374cf00d4f32a082fe3c5481e36c560595ea711fed95e40d1bc90c5089edf8f165649d443d8b9c68614e1c83fc91268e96
)
vcpkg_extract_source_archive(

View File

@ -4,7 +4,7 @@ index 7f97248..48ff1a1 100644
+++ b/configure.ac
@@ -19,7 +19,8 @@ m4_pattern_forbid(^PGAC_)dnl to catch undefined macros
AC_INIT([PostgreSQL], [16.3], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
AC_INIT([PostgreSQL], [16.4], [pgsql-bugs@lists.postgresql.org], [], [https://www.postgresql.org/])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
+cross_compiling=yes # Avoid conftest loading shared objects

View File

@ -1,6 +1,6 @@
{
"name": "libpq",
"version": "16.3",
"version": "16.4",
"description": "The official database access API of postgresql",
"homepage": "https://www.postgresql.org/",
"license": "PostgreSQL",

View File

@ -4885,7 +4885,7 @@
"port-version": 17
},
"libpq": {
"baseline": "16.3",
"baseline": "16.4",
"port-version": 0
},
"libpqxx": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dcaa1ec8552b8ef987d6d80f708b8828bcd795eb",
"version": "16.4",
"port-version": 0
},
{
"git-tree": "e5b88c49c78feaa118b52ae4279e372aa52dbe9b",
"version": "16.3",