diff --git a/libpq.spec b/libpq.spec index ed28ce576079a03aab8958f684b196b0e4773cf2..f44946c278f176eceea153c993bf7f6bc00ea8d4 100644 --- a/libpq.spec +++ b/libpq.spec @@ -1,10 +1,10 @@ Name: libpq -Version: 11.2 -Release: 5 +Version: 11.16 +Release: 1 Summary: A share library of PostgreSQL License: PostgreSQL Url: http://www.postgresql.org/ -Source0: https://ftp.postgresql.org/pub/source/v11.2/postgresql-11.2.tar.bz2 +Source0: https://ftp.postgresql.org/pub/source/v11.16/postgresql-11.16.tar.bz2 Patch0001: libpq-10.3-rpm-pgsql.patch Patch0002: libpq-10.3-var-run-socket.patch Patch0003: libpq-10.4-symbol-versioning.patch @@ -70,6 +70,9 @@ cat pg_config-11.lang >>libpq-devel.lst %_libdir/pkgconfig/libpq.pc %changelog +* Thu May 19 2022 yangweidong - 11.16-1 +- Upgrade libpq to 11.16, fix CVES: CVE-2021-32028 CVE-2021-3677 CVE-2021-23222 + * Wed Sep 2 2020 chengzihan - 11.2-5 - Change actually numbers of version and release to macros diff --git a/postgresql-11.2.tar.bz2 b/postgresql-11.16.tar.bz2 similarity index 66% rename from postgresql-11.2.tar.bz2 rename to postgresql-11.16.tar.bz2 index ef77fcffec7780769136b6890dc64c585e831941..7f7a2a1ec609769327af3722480e7451287beeca 100644 Binary files a/postgresql-11.2.tar.bz2 and b/postgresql-11.16.tar.bz2 differ