postgresql: update to 8.4.22.
This commit is contained in:
parent
92415a2815
commit
85c7015f32
2 changed files with 3 additions and 7 deletions
|
@ -1,9 +1,5 @@
|
||||||
=====================================================================
|
|
||||||
|
|
||||||
To customize PostgreSQL's initialization:
|
To customize PostgreSQL's initialization:
|
||||||
/etc/default/postgresql
|
/etc/default/postgresql
|
||||||
|
|
||||||
To customize PostgreSQL's server configuration:
|
To customize PostgreSQL's server configuration:
|
||||||
/etc/postgresql/postgresql.conf
|
/etc/postgresql/postgresql.conf
|
||||||
|
|
||||||
=====================================================================
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=8.4.21
|
version=8.4.22
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
configure_args="--with-docdir=/usr/share/doc --with-openssl --with-python
|
||||||
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
--with-pam --datadir=/usr/share/postgresql --enable-thread-safety
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.postgresql.org"
|
homepage="http://www.postgresql.org"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="ftp://ftp.postgresql.org/pub/source/v${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=388f67e59f2a16c27e84f50656f5d755adf3d0a883138366d091aa0c727c1e2c
|
checksum=5c1d56ce77448706d9dd03b2896af19d9ab1b9b8dcdb96c39707c74675ca3826
|
||||||
|
|
||||||
hostmakedepends="flex"
|
hostmakedepends="flex"
|
||||||
makedepends="libfl-devel readline-devel>=6.3 libressl-devel perl>=5.16
|
makedepends="libfl-devel readline-devel>=6.3 libressl-devel perl>=5.16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue