Update to PostgreSQL 8.2.2.
This commit is contained in:
parent
d6ea25dd93
commit
3fe398b2dc
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 <tgl@redhat.com> 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 <tgl@redhat.com> 8.2.1-2
|
||||
- Split -pl subpackage into three new packages to reduce dependencies
|
||||
and track upstream project's packaging.
|
||||
|
2
sources
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user