Author: adamg Date: Thu Jun 19 08:52:56 2008 GMT Module: SPECS Tag: AC-branch ---- Log message: - updated to 8.2.9 - fixes CVE-2007-6600, CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, CVE-2007-6601, CVE-2007-3278 (8.2.6) - fixes CVE-2007-2138 (8.2.4)
---- Files affected: SPECS: postgresql.spec (1.379.2.5 -> 1.379.2.6) ---- Diffs: ================================================================ Index: SPECS/postgresql.spec diff -u SPECS/postgresql.spec:1.379.2.5 SPECS/postgresql.spec:1.379.2.6 --- SPECS/postgresql.spec:1.379.2.5 Wed Mar 19 14:51:35 2008 +++ SPECS/postgresql.spec Thu Jun 19 10:52:50 2008 @@ -21,12 +21,12 @@ Summary(uk.UTF-8): PostgreSQL - система керування базами даних Summary(zh_CN.UTF-8): PostgreSQL 客户端程序和库文件 Name: postgresql -Version: 8.2.5 +Version: 8.2.9 Release: 1 License: BSD Group: Applications/Databases Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2 -# Source0-md5: bb1cd309ea72f070cb964736f5755847 +# Source0-md5: 579506cf91881f6ede67e3be98a47c37 Source1: %{name}.init Source2: pgsql-Database-HOWTO-html.tar.gz # Source2-md5: 5b656ddf1db41965761f85204a14398e @@ -38,6 +38,7 @@ Patch2: %{name}-ecpg_link.patch Patch3: %{name}-ecpg-includedir.patch Patch4: %{name}-pg_ctl-fix.patch +Patch5: %{name}-autoconf.patch URL: http://www.postgresql.org/ BuildRequires: autoconf BuildRequires: automake @@ -797,6 +798,7 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 %if %{with php} patch -p1 < plphp.patch @@ -1194,6 +1196,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.379.2.6 2008/06/19 08:52:50 adamg +- updated to 8.2.9 +- fixes CVE-2007-6600, CVE-2007-4769, CVE-2007-4772, CVE-2007-6067, + CVE-2007-6601, CVE-2007-3278 (8.2.6) +- fixes CVE-2007-2138 (8.2.4) + Revision 1.379.2.5 2008/03/19 13:51:35 glen - convert to utf8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.379.2.5&r2=1.379.2.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
