diff options
| author | Tom Lane <tgl@fedoraproject.org> | 2009-03-21 22:43:50 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@fedoraproject.org> | 2009-03-21 22:43:50 +0000 |
| commit | bc5e872454761688b6d4e3e05f9909a6e8592ca8 (patch) | |
| tree | 33c1c9fa612749026f86f2b440f802d422134dd8 /postgresql.spec | |
| parent | 18a2a1a2f2ea180d353058877e181df6b71b94f4 (diff) | |
Update to PostgreSQL 8.3.7postgresql-8_3_7-1_fc11F-11-startF-11-split
Diffstat (limited to 'postgresql.spec')
| -rwxr-xr-x | postgresql.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/postgresql.spec b/postgresql.spec index d253ba4..a5993b0 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -83,8 +83,8 @@ Summary: PostgreSQL client programs and libraries Name: postgresql -Version: 8.3.6 -Release: 4%{?dist} +Version: 8.3.7 +Release: 1%{?dist} License: BSD Group: Applications/Databases Url: http://www.postgresql.org/ @@ -98,7 +98,7 @@ Source7: ecpg_config.h Source14: postgresql.pam Source15: postgresql-bashprofile Source16: filter-requires-perl-Pg.sh -Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.6-US.pdf +Source17: http://www.postgresql.org/docs/manuals/postgresql-8.3.7-US.pdf Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.8.1.tgz Source19: http://pgfoundry.org/projects/pgtclng/pgtcl1.6.2.tar.gz Source20: http://pgfoundry.org/projects/pgtclng/pgtcldocs-20070115.zip @@ -109,7 +109,6 @@ Patch3: postgresql-logging.patch Patch4: postgresql-test.patch Patch5: pgtcl-no-rpath.patch Patch6: postgresql-perl-rpath.patch -Patch7: postgresql-sdt-includes.patch BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex autoconf gawk BuildRequires: perl(ExtUtils::Embed), perl-devel @@ -362,7 +361,6 @@ system, including regression tests and benchmarks. %patch4 -p1 # patch5 is applied later %patch6 -p1 -%patch7 -p1 #call autoconf 2.53 or greater %aconfver @@ -873,6 +871,11 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sat Mar 21 2009 Tom Lane <tgl@redhat.com> 8.3.7-1 +- Update to PostgreSQL 8.3.7, for various fixes described at + http://www.postgresql.org/docs/8.3/static/release-8-3-7.html + notably the fix for CVE-2009-0922 + * Tue Mar 10 2009 Tom Lane <tgl@redhat.com> 8.3.6-4 - Prevent dependent packages from needing to include sys/sdt.h (unintended side effect of previous patch) |
