auto-import postgresql-7.2.4-5.80 from postgresql-7.2.4-5.80.src.rpm
This commit is contained in:
parent
5a04de7396
commit
7fe3c31010
@ -1,3 +1,3 @@
|
|||||||
migration-scripts.tar.gz
|
migration-scripts.tar.gz
|
||||||
postgresql-7.2.3.tar.gz
|
postgresql-7.2.4.tar.gz
|
||||||
postgresql-dump.1.gz
|
postgresql-dump.1.gz
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
Summary: PostgreSQL client programs and libraries.
|
Summary: PostgreSQL client programs and libraries.
|
||||||
Name: postgresql
|
Name: postgresql
|
||||||
Version: 7.2.3
|
Version: 7.2.4
|
||||||
|
|
||||||
# Conventions for PostgreSQL Global Development Group RPM releases:
|
# Conventions for PostgreSQL Global Development Group RPM releases:
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ Source12: postgresql-dump.1.gz
|
|||||||
Source14: rh-pgdump.sh
|
Source14: rh-pgdump.sh
|
||||||
Source15: postgresql-bashprofile
|
Source15: postgresql-bashprofile
|
||||||
Patch1: rpm-pgsql-%{version}.patch
|
Patch1: rpm-pgsql-%{version}.patch
|
||||||
Patch2: postgresql-%{version}-geo_ops.patch
|
Patch2: postgresql-%{version}-security.patch
|
||||||
Patch3: postgresql-%{version}-tighten.patch
|
Patch3: postgresql-%{version}-tighten.patch
|
||||||
Buildrequires: perl glibc-devel
|
Buildrequires: perl glibc-devel
|
||||||
Prereq: /sbin/ldconfig initscripts
|
Prereq: /sbin/ldconfig initscripts
|
||||||
@ -708,12 +708,14 @@ rm -f perlfiles.list
|
|||||||
/usr/lib/pgsql/moddatetime.so
|
/usr/lib/pgsql/moddatetime.so
|
||||||
/usr/lib/pgsql/noup.so
|
/usr/lib/pgsql/noup.so
|
||||||
/usr/lib/pgsql/pgcrypto.so
|
/usr/lib/pgsql/pgcrypto.so
|
||||||
|
/usr/lib/pgsql/pgstattuple.so
|
||||||
/usr/lib/pgsql/refint.so
|
/usr/lib/pgsql/refint.so
|
||||||
/usr/lib/pgsql/rserv.so
|
/usr/lib/pgsql/rserv.so
|
||||||
/usr/lib/pgsql/rtree_gist.so
|
/usr/lib/pgsql/rtree_gist.so
|
||||||
/usr/lib/pgsql/seg.so
|
/usr/lib/pgsql/seg.so
|
||||||
/usr/lib/pgsql/string_io.so
|
/usr/lib/pgsql/string_io.so
|
||||||
/usr/lib/pgsql/timetravel.so
|
/usr/lib/pgsql/timetravel.so
|
||||||
|
/usr/lib/pgsql/tsearch.so
|
||||||
/usr/lib/pgsql/user_locks.so
|
/usr/lib/pgsql/user_locks.so
|
||||||
/usr/share/pgsql/contrib/
|
/usr/share/pgsql/contrib/
|
||||||
/usr/bin/dbf2pg
|
/usr/bin/dbf2pg
|
||||||
@ -739,7 +741,8 @@ rm -f perlfiles.list
|
|||||||
/usr/bin/ApplySnapshot
|
/usr/bin/ApplySnapshot
|
||||||
/usr/bin/InitRservTest
|
/usr/bin/InitRservTest
|
||||||
/usr/bin/vacuumlo
|
/usr/bin/vacuumlo
|
||||||
%doc contrib/*/README.* contrib/spi/*.example
|
%doc %{_docdir}/postgresql/contrib/README.*
|
||||||
|
%doc %{_docdir}/postgresql/contrib/*.example
|
||||||
|
|
||||||
%files libs -f libpq.lang
|
%files libs -f libpq.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -764,6 +767,7 @@ rm -f perlfiles.list
|
|||||||
%{_mandir}/man1/ipcclean.1*
|
%{_mandir}/man1/ipcclean.1*
|
||||||
%{_mandir}/man1/pg_ctl.1*
|
%{_mandir}/man1/pg_ctl.1*
|
||||||
%{_mandir}/man1/pg_passwd.1*
|
%{_mandir}/man1/pg_passwd.1*
|
||||||
|
%{_mandir}/man1/pg_restore.1*
|
||||||
%{_mandir}/man1/postgres.1*
|
%{_mandir}/man1/postgres.1*
|
||||||
%{_mandir}/man1/postmaster.1*
|
%{_mandir}/man1/postmaster.1*
|
||||||
%{_mandir}/man1/postgresql-dump.1*
|
%{_mandir}/man1/postgresql-dump.1*
|
||||||
@ -793,6 +797,9 @@ rm -f perlfiles.list
|
|||||||
/usr/lib/libecpg.a
|
/usr/lib/libecpg.a
|
||||||
/usr/lib/libpq++.a
|
/usr/lib/libpq++.a
|
||||||
/usr/lib/libpgeasy.a
|
/usr/lib/libpgeasy.a
|
||||||
|
%if %odbc
|
||||||
|
/usr/lib/libpsqlodbc.a
|
||||||
|
%endif
|
||||||
%if %tcl
|
%if %tcl
|
||||||
/usr/lib/libpgtcl.a
|
/usr/lib/libpgtcl.a
|
||||||
%endif
|
%endif
|
||||||
@ -808,6 +815,10 @@ rm -f perlfiles.list
|
|||||||
/usr/bin/pgtclsh
|
/usr/bin/pgtclsh
|
||||||
%{_mandir}/man1/pgtclsh.1*
|
%{_mandir}/man1/pgtclsh.1*
|
||||||
/usr/lib/pgsql/pltcl.so
|
/usr/lib/pgsql/pltcl.so
|
||||||
|
/usr/bin/pltcl_delmod
|
||||||
|
/usr/bin/pltcl_listmod
|
||||||
|
/usr/bin/pltcl_loadmod
|
||||||
|
/usr/share/pgsql/unknown.pltcl
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %tkpkg
|
%if %tkpkg
|
||||||
@ -829,6 +840,7 @@ rm -f perlfiles.list
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%attr(755,root,root) /usr/lib/libpsqlodbc.so*
|
%attr(755,root,root) /usr/lib/libpsqlodbc.so*
|
||||||
/usr/share/pgsql/odbc.sql
|
/usr/share/pgsql/odbc.sql
|
||||||
|
/usr/share/pgsql/odbc-drop.sql
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %perl
|
%if %perl
|
||||||
@ -851,6 +863,7 @@ rm -f perlfiles.list
|
|||||||
%doc src/interfaces/python/README src/interfaces/python/tutorial
|
%doc src/interfaces/python/README src/interfaces/python/tutorial
|
||||||
/usr/lib/python%{pyver}/site-packages/_pgmodule.so
|
/usr/lib/python%{pyver}/site-packages/_pgmodule.so
|
||||||
/usr/lib/python%{pyver}/site-packages/*.py
|
/usr/lib/python%{pyver}/site-packages/*.py
|
||||||
|
/usr/lib/pgsql/plpython.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %jdbc
|
%if %jdbc
|
||||||
@ -870,6 +883,23 @@ rm -f perlfiles.list
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 03 2003 David Jee <djee@redhat.com>
|
||||||
|
- 7.2.4-4.(73,80) - rename the to_ascii() patch to a generic security
|
||||||
|
patch, and add another security patch to it, which avoids running off
|
||||||
|
the end of to_timestamp()'s input string when the input is shorter than
|
||||||
|
the format string expects.
|
||||||
|
- 7.2.4-5.(73,80) - fix the entry above to say to_timestamp(), not
|
||||||
|
to_char()
|
||||||
|
|
||||||
|
* Fri Oct 31 2003 David Jee <djee@redhat.com>
|
||||||
|
- 7.2.4-2.(73,80) - merge changes from 7.2.4-2PGDG release: Fixed some
|
||||||
|
missing files in devel, python, odbc, tcl, and contrib packages.
|
||||||
|
- 7.2.4-3.(73,80) - include a patch for to_ascii() buffer overrun
|
||||||
|
vulnerability.
|
||||||
|
|
||||||
|
* Tue Oct 28 2003 David Jee <djee@redhat.com>
|
||||||
|
- 7.2.4-1.(73,80) - initial Red Hat build.
|
||||||
|
|
||||||
* Wed Dec 20 2002 Andrew Overholt <overholt@redhat.com>
|
* Wed Dec 20 2002 Andrew Overholt <overholt@redhat.com>
|
||||||
- 7.2.3-4.(73,80) - add buffer overrun patch for geo_ops
|
- 7.2.3-4.(73,80) - add buffer overrun patch for geo_ops
|
||||||
- 7.2.3-5.(73,80) - add pg_hba.conf tightening patch
|
- 7.2.3-5.(73,80) - add pg_hba.conf tightening patch
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
5e9beca9c039be1ded2e51a0edcd9fba migration-scripts.tar.gz
|
5e9beca9c039be1ded2e51a0edcd9fba migration-scripts.tar.gz
|
||||||
cf665c93a08a60e4a99db3a6dfe7ba10 postgresql-7.2.3.tar.gz
|
b767f204a91097f1b3a6d2b4c39eac7a postgresql-7.2.4.tar.gz
|
||||||
3d2e8223f6bb715659cbecedeae81ccc postgresql-dump.1.gz
|
3d2e8223f6bb715659cbecedeae81ccc postgresql-dump.1.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user