From 3fe398b2dc17ef4c2a47223651dd6c27c648452b Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 4 Feb 2007 18:34:03 +0000 Subject: [PATCH] Update to PostgreSQL 8.2.2. --- .cvsignore | 2 +- postgresql.init | 2 +- postgresql.spec | 10 +++++++--- sources | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index a4188bd..a1e6929 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,4 +1,4 @@ -postgresql-8.2.1.tar.bz2 +postgresql-8.2.2.tar.bz2 PyGreSQL-3.8.1.tgz pgtcl1.5.3.tar.gz pgtcldocs-20060909.zip diff --git a/postgresql.init b/postgresql.init index 6a8e05a..37d6011 100644 --- a/postgresql.init +++ b/postgresql.init @@ -118,7 +118,7 @@ export PGPORT # Check that networking is up. # Pretty much need it for postmaster. -[ "${NETWORKING}" = "no" ] && exit 0 +[ "${NETWORKING}" = "no" ] && exit 1 [ -f "$PGENGINE/postmaster" ] || exit 1 diff --git a/postgresql.spec b/postgresql.spec index ed028b1..dbfef69 100755 --- a/postgresql.spec +++ b/postgresql.spec @@ -80,8 +80,8 @@ Summary: PostgreSQL client programs and libraries. Name: postgresql -Version: 8.2.1 -Release: 2%{?dist} +Version: 8.2.2 +Release: 1%{?dist} License: BSD Group: Applications/Databases Url: http://www.postgresql.org/ @@ -149,7 +149,7 @@ Obsoletes: postgresql-perl Obsoletes: postgresql-tk Obsoletes: rh-postgresql -Buildroot: %{_tmppath}/%{name}-%{version}-root +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root %description PostgreSQL is an advanced Object-Relational database management system @@ -822,6 +822,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Sun Feb 4 2007 Tom Lane 8.2.2-1 +- Update to PostgreSQL 8.2.2 to fix CVE-2007-0555, CVE-2007-0556 +Related: #225496 + * Fri Jan 12 2007 Tom Lane 8.2.1-2 - Split -pl subpackage into three new packages to reduce dependencies and track upstream project's packaging. diff --git a/sources b/sources index 09d943e..bae9ca3 100644 --- a/sources +++ b/sources @@ -1,4 +1,4 @@ -5cf003dfdbcab69974c091c3a0aa85eb postgresql-8.2.1.tar.bz2 +17a9703c83f3558d13ffbd96867caf38 postgresql-8.2.2.tar.bz2 5575979dac93c9c5795d7693a8f91c86 PyGreSQL-3.8.1.tgz 43ad97c7dd108fb7a165b4755d8aec32 pgtcl1.5.3.tar.gz a71b4aced6b0b068335f8e040e5b9fb6 pgtcldocs-20060909.zip