diff --git a/libpq.spec b/libpq.spec index bdf0fedee01c1299a137f6a083c4332400975d83..580c1b820d1e7e62570250d26e016c7cfefc9242 100644 --- a/libpq.spec +++ b/libpq.spec @@ -1,6 +1,6 @@ Name: libpq -Version: 13.7 -Release: 3 +Version: 13.12 +Release: 1 Summary: PostgreSQL client library License: PostgreSQL Url: http://www.postgresql.org/ @@ -10,7 +10,7 @@ Patch0001: libpq-10.3-rpm-pgsql.patch Patch0002: libpq-10.3-var-run-socket.patch Patch0003: libpq-12.1-symbol-versioning.patch Patch0004: add-loongarch-support.patch -Patch0005: postgresql-13.7-sw.patch +Patch0005: postgresql-13.12-sw.patch BuildRequires: gcc glibc-devel bison flex gawk zlib-devel openssl-devel BuildRequires: krb5-devel openldap-devel gettext multilib-rpm-config @@ -81,6 +81,9 @@ cat pg_config-13.lang >>libpq-devel.lst %_libdir/pkgconfig/libpq.pc %changelog +* Thu Aug 31 2023 ZhengZhenyu - 13.12-1 +- Bump to 13.12 to fix CVEs + * Mon Aug 14 2023 suwei - 13.7-3 - Fix sw_64 build error diff --git a/postgresql-13.7-sw.patch b/postgresql-13.12-sw.patch similarity index 100% rename from postgresql-13.7-sw.patch rename to postgresql-13.12-sw.patch diff --git a/postgresql-13.7.tar.bz2 b/postgresql-13.12.tar.bz2 similarity index 68% rename from postgresql-13.7.tar.bz2 rename to postgresql-13.12.tar.bz2 index 2cabc642e794ce8a07b4327f0197e96249e078c2..46ad4624eb8759a2834d5728ab15641b47dbcb93 100644 Binary files a/postgresql-13.7.tar.bz2 and b/postgresql-13.12.tar.bz2 differ