mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-23 23:59:00 +08:00
[libpq] Update to 16.4 (#40485)
This commit is contained in:
parent
f2ea3e0789
commit
d4738ebc46
@ -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(
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
@ -4885,7 +4885,7 @@
|
||||
"port-version": 17
|
||||
},
|
||||
"libpq": {
|
||||
"baseline": "16.3",
|
||||
"baseline": "16.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"libpqxx": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "dcaa1ec8552b8ef987d6d80f708b8828bcd795eb",
|
||||
"version": "16.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e5b88c49c78feaa118b52ae4279e372aa52dbe9b",
|
||||
"version": "16.3",
|
||||
|
Loading…
Reference in New Issue
Block a user