]> git.pld-linux.org Git - packages/postgresql.git/blobdiff - postgresql.spec
- up to 9.6.3 (CVE-2017-7484, CVE-2017-7485, CVE-2017-7486)
[packages/postgresql.git] / postgresql.spec
index 6ce961994fe6a8fb1c7f90b25f08d71eb7daa949..fded9ec6da89eb7274ab4b43731130c866cc6427 100644 (file)
@@ -34,12 +34,12 @@ Summary(tr.UTF-8):  Veri Tabanı Yönetim Sistemi
 Summary(uk.UTF-8):     PostgreSQL - система керування базами даних
 Summary(zh_CN.UTF-8):  PostgreSQL 客户端程序和库文件
 Name:          postgresql
-Version:       %{mver}.0
-Release:       2
+Version:       %{mver}.3
+Release:       1
 License:       BSD
 Group:         Applications/Databases
 Source0:       ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: c5af6ebb790ab877e1d2e56e19cebb29
+# Source0-md5: ce1d0a57ace0a5b7a994b56796fdba35
 Source1:       %{name}.init
 Source2:       pgsql-Database-HOWTO-html.tar.gz
 # Source2-md5: 5b656ddf1db41965761f85204a14398e
@@ -53,8 +53,7 @@ Patch2:               %{name}-ecpg-includedir.patch
 
 Patch4:                %{name}-disable_horology_test.patch
 Patch5:                %{name}-heimdal.patch
-Patch6:                %{name}-ossp_uuid.patch
-Patch7:                %{name}-link.patch
+Patch6:                %{name}-link.patch
 URL:           http://www.postgresql.org/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
@@ -775,7 +774,6 @@ Różne moduły dołączone do PostgreSQL-a.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-%patch7 -p1
 
 # force rebuild of bison/flex files
 find src -name \*.l -o -name \*.y | xargs touch
@@ -808,7 +806,7 @@ find src -name \*.l -o -name \*.y | xargs touch
        --with-system-tzdata=%{_datadir}/zoneinfo \
        %{?with_systemd:--with-systemd} \
        %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \
-       --with-uuid=ossp
+       --with-uuid=e2fs
 
 %{__make}
 
This page took 0.03912 seconds and 4 git commands to generate.