upgrade base PostgreSQL v8.4.0->8.4.1
This commit is contained in:
parent
1fd93188bc
commit
e1c40b3cbf
5 changed files with 2735 additions and 1626 deletions
|
|
@ -1 +1 @@
|
|||
postgresql-8.4.0.tar.bz2
|
||||
postgresql-8.4.1.tar.bz2
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1f172d5f60326e972837f58fa5acd130 postgresql-8.4.0.tar.bz2
|
||||
f2015af17bacbbfe140daf0d1067f9c9 postgresql-8.4.1.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue