upgrade base PostgreSQL v8.4.0->8.4.1

This commit is contained in:
KaiGai Kohei 2009-09-11 10:40:20 +00:00
commit e1c40b3cbf
5 changed files with 2735 additions and 1626 deletions

View file

@ -1 +1 @@
postgresql-8.4.0.tar.bz2
postgresql-8.4.1.tar.bz2

File diff suppressed because it is too large Load diff

View file

@ -7,9 +7,8 @@
# pidfile: /var/run/postmaster.pid
#---------------------------------------------------------------------
PGVERSION="8.3.7"
PGVERSION="8.4.1"
PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9a-z]*\).*$/\1/'`
SEPGVERSION="1990"
# source function library
. /etc/rc.d/init.d/functions

View file

@ -11,8 +11,8 @@
Summary: Security Enhanced PostgreSQL
Name: sepostgresql
Version: 8.4.0
Release: 2238%{?dist}
Version: 8.4.1
Release: 2305%{?dist}
License: BSD
Group: Applications/Databases
Url: http://code.google.com/p/sepgsql/
@ -192,6 +192,10 @@ fi
%attr(700,sepgsql,sepgsql) %dir %{_localstatedir}/lib/sepgsql/backups
%changelog
* Fri Sep 11 2009 KaiGai Kohei <kaigai@kaigai.gr.jp> - 8.4.1-2305
- Upgrade base SE-PostgreSQL v8.4.0->v8.4.1
- rework: backport features from v8.5devel tree
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.0-2238
- rebuilt with new openssl

View file

@ -1 +1 @@
1f172d5f60326e972837f58fa5acd130 postgresql-8.4.0.tar.bz2
f2015af17bacbbfe140daf0d1067f9c9 postgresql-8.4.1.tar.bz2