Update to PostgreSQL 8.1.4 and PyGreSQL 3.8.

This commit is contained in:
Tom Lane 2006-05-22 16:08:15 +00:00
parent 5cdde2cf0c
commit 702bdb8c8b
4 changed files with 17 additions and 10 deletions

View File

@ -1,5 +1,5 @@
postgresql-8.1.3.tar.bz2 postgresql-8.1.4.tar.bz2
PyGreSQL-3.7.tgz PyGreSQL-3.8.tgz
pgtcl1.5.2.tar.gz pgtcl1.5.2.tar.gz
pgtcldocs-20041108.zip pgtcldocs-20041108.zip
postgresql-8.1-US.pdf postgresql-8.1-US.pdf

View File

@ -129,7 +129,7 @@ start(){
touch "$PGLOG" || exit 1 touch "$PGLOG" || exit 1
chown postgres:postgres "$PGLOG" chown postgres:postgres "$PGLOG"
chmod go-rwx "$PGLOG" chmod go-rwx "$PGLOG"
[ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_log_t "$PGLOG" [ -x /usr/bin/chcon ] && /usr/bin/chcon -u system_u -r object_r -t postgresql_log_t "$PGLOG" 2>/dev/null
fi fi
# Check for the PGDATA structure # Check for the PGDATA structure

View File

@ -81,8 +81,8 @@
Summary: PostgreSQL client programs and libraries. Summary: PostgreSQL client programs and libraries.
Name: postgresql Name: postgresql
Version: 8.1.3 Version: 8.1.4
Release: 2 Release: 1
License: BSD License: BSD
Group: Applications/Databases Group: Applications/Databases
Url: http://www.postgresql.org/ Url: http://www.postgresql.org/
@ -101,7 +101,7 @@ Source14: postgresql.pam
Source15: postgresql-bashprofile Source15: postgresql-bashprofile
Source16: filter-requires-perl-Pg.sh Source16: filter-requires-perl-Pg.sh
Source17: http://www.postgresql.org/docs/manuals/postgresql-8.1-US.pdf Source17: http://www.postgresql.org/docs/manuals/postgresql-8.1-US.pdf
Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.7.tgz Source18: ftp://ftp.pygresql.org/pub/distrib/PyGreSQL-3.8.tgz
Source19: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcl1.5.2.tar.gz Source19: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcl1.5.2.tar.gz
Source20: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcldocs-20041108.zip Source20: ftp://gborg.postgresql.org/pub/pgtclng/stable/pgtcldocs-20041108.zip
@ -349,7 +349,7 @@ cp -p %{SOURCE17} .
PYGRESQLDIR=`basename %{SOURCE18} .tgz` PYGRESQLDIR=`basename %{SOURCE18} .tgz`
mv $PYGRESQLDIR PyGreSQL mv $PYGRESQLDIR PyGreSQL
# Some versions of PyGreSQL.tgz contain wrong file permissions # Some versions of PyGreSQL.tgz contain wrong file permissions
chmod 644 PyGreSQL/Announce PyGreSQL/ChangeLog PyGreSQL/README chmod 644 PyGreSQL/announce.txt PyGreSQL/changelog.txt PyGreSQL/README
chmod 755 PyGreSQL/tutorial chmod 755 PyGreSQL/tutorial
chmod 644 PyGreSQL/tutorial/*.py chmod 644 PyGreSQL/tutorial/*.py
chmod 755 PyGreSQL/tutorial/advanced.py PyGreSQL/tutorial/basics.py chmod 755 PyGreSQL/tutorial/advanced.py PyGreSQL/tutorial/basics.py
@ -809,7 +809,8 @@ rm -rf $RPM_BUILD_ROOT
%if %python %if %python
%files python %files python
%defattr(-,root,root) %defattr(-,root,root)
%doc PyGreSQL/tutorial PyGreSQL/Announce PyGreSQL/ChangeLog PyGreSQL/README %doc PyGreSQL/announce.txt PyGreSQL/changelog.txt PyGreSQL/README
%doc PyGreSQL/tutorial
%{_libdir}/python%{pyver}/site-packages/_pgmodule.so %{_libdir}/python%{pyver}/site-packages/_pgmodule.so
%{_libdir}/python%{pyver}/site-packages/*.py %{_libdir}/python%{pyver}/site-packages/*.py
%endif %endif
@ -828,6 +829,12 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon May 22 2006 Tom Lane <tgl@redhat.com> 8.1.4-1
- Update to PostgreSQL 8.1.4 (includes fixes for CVE-2006-2313, CVE-2006-2314;
see bug #192173)
- Update to PyGreSQL 3.8
- Suppress noise from chcon, per bug #187744
* Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 8.1.3-2 * Mon Mar 27 2006 Tom Lane <tgl@redhat.com> 8.1.3-2
- Remove JDBC from this build; we will package it as separate SRPM - Remove JDBC from this build; we will package it as separate SRPM

View File

@ -1,5 +1,5 @@
bb510edbb533962c0692e211b3bd8cfa postgresql-8.1.3.tar.bz2 a65bdc5d833169d28bf6fbaaa8d57fcf postgresql-8.1.4.tar.bz2
9fa4c2fc1dd0b3b93a3381c048443e16 PyGreSQL-3.7.tgz 312f5e90a63ea17f8c65bc83b85a55f3 PyGreSQL-3.8.tgz
d19dfdcb54c334495d32456a043e0232 pgtcl1.5.2.tar.gz d19dfdcb54c334495d32456a043e0232 pgtcl1.5.2.tar.gz
3d504b46231914d61fd49175f67e8715 pgtcldocs-20041108.zip 3d504b46231914d61fd49175f67e8715 pgtcldocs-20041108.zip
66d80897840724917cb838c76393692b postgresql-8.1-US.pdf 66d80897840724917cb838c76393692b postgresql-8.1-US.pdf