summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:38:15 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:38:15 +0000
commit04df73802b27eb36454cc05a362bf62cee126a32 (patch)
treed49afb70306a647a016e06a19eaf4d8b405ac7c3
parent48d7a1429d78edbd84d1b747d64cd44cd617ea8f (diff)
downloadpostgresql-setup-04df73802b27eb36454cc05a362bf62cee126a32.tar.gz
postgresql-setup-04df73802b27eb36454cc05a362bf62cee126a32.tar.xz
postgresql-setup-04df73802b27eb36454cc05a362bf62cee126a32.zip
auto-import postgresql-7.1.3-4bp.2 from postgresql-7.1.3-4bp.2.src.rpmpostgresql-7_1_3-4bp_2
-rwxr-xr-xpostgresql.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 529b044..c791d5f 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -44,7 +44,7 @@ Version: 7.1.3
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
# -- only test releases or full releases should be.
-Release: 3
+Release: 4bp.2
License: BSD
Group: Applications/Databases
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz
@@ -62,6 +62,7 @@ Source16: http://www.sai.msu.su/~megera/postgres/gist/code/7.1.2/contrib-intarra
Patch1: rpm-pgsql-7.1.patch
Patch2: postgresql-7.1.plperl.patch
Patch3: postgresql-7.1.s390x.patch
+Patch4: postgresql-7.1.3-security.patch
Buildrequires: perl glibc-devel
Prereq: /sbin/ldconfig initscripts
BuildPrereq: python-devel perl tcl /lib/cpp
@@ -319,6 +320,9 @@ system, including regression tests and benchmarks.
%patch2 -p1
%patch3 -p1
+#Backpatched security fixes
+%patch4 -p1
+
%if %forceplperl
FORCEPLPERL=--force
@@ -948,8 +952,11 @@ rm -f perlfiles.list
%endif
%changelog
-* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
-- rebuild with new gcc and binutils
+* Wed Jan 9 2003 Andrew Overholt <overholt@redhat.com> [7.1.3-4bp.2]
+- Addition to security backpatch
+
+* Mon Dec 16 2002 Andrew Overholt <overholt@redhat.com> [7.1.3-4bp]
+- Add backpatching of security fixes from 7.2.2 and 7.3.
* Mon Aug 20 2001 Trond Eivind Glomsrød <teg@redhat.com> 7.1.3-2
- Fix usage of "Red Hat Linux" in the README.rpm-dist, do other minor