mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
The PostgreSQL Global Development Group has released an update to all current
versions of the PostgreSQL database system, including versions 9.2.2, 9.1.7, 9.0.11, 8.4.15, and 8.3.22. Users of PostgreSQL Hot Standby replication should update at the next possible opportunity. Other users should update at their next maintenance window. Deprecate the 8.3.22 version, since it is near end-of-life. URL: http://www.postgresql.org/about/news/1430/ Feature safe: yes
This commit is contained in:
parent
cf9bd998c7
commit
9cc8994640
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308391
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTVERSION?= 8.3.21
|
||||
DISTVERSION?= 8.3.22
|
||||
PORTREVISION?= 0
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
||||
@ -13,6 +13,9 @@ MAINTAINER?= pgsql@FreeBSD.org
|
||||
|
||||
CONFIGURE_ARGS+=--with-docdir=${DOCSDIR}
|
||||
|
||||
DEPRECATED= End-of-life is coming up
|
||||
EXPIRATION_DATE=2013-03-01
|
||||
|
||||
ICU_PATCHFILE= pg-8311-icu-xx-2010-05-14.diff.gz
|
||||
BUILD_DIRS?= src/port src/timezone src/backend \
|
||||
src/backend/utils/mb/conversion_procs src/backend/snowball \
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-8.3.21.tar.bz2) = a64b6de9f8067b803f2ed46a025bfd2a16a5ae270db60e440a698f2c07e234f8
|
||||
SIZE (postgresql/postgresql-8.3.21.tar.bz2) = 14626010
|
||||
SHA256 (postgresql/postgresql-8.3.22.tar.bz2) = 17b8f3709c0442e25329e41743f980b10a3149940cee921c28e0bb5b51fef0c6
|
||||
SIZE (postgresql/postgresql-8.3.22.tar.bz2) = 14630723
|
||||
SHA256 (postgresql/pg-8311-icu-xx-2010-05-14.diff.gz) = 44146bdb29a5a7d51c70911096ed6d265bdf09f74f0084ee7ad1883bea2f852a
|
||||
SIZE (postgresql/pg-8311-icu-xx-2010-05-14.diff.gz) = 5064
|
||||
|
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 8.4.14
|
||||
DISTVERSION?= 8.4.15
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL
|
||||
@ -114,7 +114,7 @@ ICU_DESC= Use ICU for unicode collation (server)
|
||||
PAM_DESC= Build with PAM support (server only)
|
||||
LDAP_DESC= Build with LDAP authentication support
|
||||
MIT_KRB5_DESC= Build with MIT's kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
|
||||
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
|
||||
DEBUG_DESC= Builds with debugging symbols
|
||||
INTDATE_DESC= Builds with 64-bit date/time type (server)
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-8.4.14.tar.bz2) = 1172e7735beea8a933eab0a4c01f9ad49fe872d8786af12a7fe596346b1d133a
|
||||
SIZE (postgresql/postgresql-8.4.13.tar.bz2) = 14679559
|
||||
SHA256 (postgresql/postgresql-8.4.15.tar.bz2) = 6a83771bbbdf1ad9c1dd900da3fbfdf6ef75857db8e012f7129a1f865279bc4d
|
||||
SIZE (postgresql/postgresql-8.4.15.tar.bz2) = 14701182
|
||||
SHA256 (postgresql/pg-840-icu-2009-09-15.diff.gz) = c09d3b59340a3bb6ea754e985739d4fbb47f730d1e48a357c5585825034fc72e
|
||||
SIZE (postgresql/pg-840-icu-2009-09-15.diff.gz) = 4321
|
||||
|
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTVERSION?= 9.0.10
|
||||
DISTVERSION?= 9.0.11
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.0.10.tar.bz2) = 4394184b0099e8c86a482f7d62930aa31b50fb23e7dfb8fe9e1d93eb828dc729
|
||||
SIZE (postgresql/postgresql-9.0.10.tar.bz2) = 15015826
|
||||
SHA256 (postgresql/postgresql-9.0.11.tar.bz2) = a6dcdc8dc5cea5feb4522b0638646173e5a6680bd1e9b7ab72a8981e54e07b2c
|
||||
SIZE (postgresql/postgresql-9.0.11.tar.bz2) = 15044657
|
||||
SHA256 (postgresql/pg-900-icu-2010-09-19.diff.gz) = 27cea46241ec814965c278330cd96f67ee03422b7758a210713a63b4b5bb77e9
|
||||
SIZE (postgresql/pg-900-icu-2010-09-19.diff.gz) = 4349
|
||||
|
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 9.1.6
|
||||
DISTVERSION?= 9.1.7
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL
|
||||
@ -94,7 +94,7 @@ DTRACE_DESC= Build with DTrace probes (server only)
|
||||
PAM_DESC= Build with PAM Support
|
||||
LDAP_DESC= Build with LDAP authentication support
|
||||
MIT_KRB5_DESC= Build with MIT's kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
|
||||
GSSAPI_DESC= Build with GSSAPI support
|
||||
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
|
||||
XML_DESC= Build with XML data type (server)
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.1.6.tar.bz2) = 6e396aca621a95b9f5f7292a79ebe6ce892e36c7f7021814e1bd94bcfc6c31e7
|
||||
SIZE (postgresql/postgresql-9.1.6.tar.bz2) = 15621370
|
||||
SHA256 (postgresql/postgresql-9.1.7.tar.bz2) = df19eaa98e6065034401b312f476ab4d3c27d67e0ae5063400eae8b00d333c82
|
||||
SIZE (postgresql/postgresql-9.1.7.tar.bz2) = 15688516
|
||||
SHA256 (postgresql/pg-910-icu-2011-09-22.diff.gz) = a88094ec22a8caeffa06d7c3a6b53d19035b171dad2acb9084da0a617a93e149
|
||||
SIZE (postgresql/pg-910-icu-2011-09-22.diff.gz) = 4373
|
||||
|
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= postgresql
|
||||
DISTVERSION?= 9.2.1
|
||||
DISTVERSION?= 9.2.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES?= databases
|
||||
MASTER_SITES= PGSQL
|
||||
@ -94,7 +94,7 @@ DTRACE_DESC= Build with DTrace probes (server only)
|
||||
PAM_DESC= Build with PAM Support
|
||||
LDAP_DESC= Build with LDAP authentication support
|
||||
MIT_KRB5_DESC= Build with MIT's kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos support
|
||||
HEIMDAL_KRB5_DESC= Builds with Heimdal kerberos
|
||||
GSSAPI_DESC= Build with GSSAPI support
|
||||
OPTIMIZED_CFLAGS_DESC= Builds with compiler optimizations (-O3)
|
||||
XML_DESC= Build with XML data type (server)
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (postgresql/postgresql-9.2.1.tar.bz2) = db61d498105a7d5fe46185e67ac830c878cdd7dc1f82a87f06b842217924c461
|
||||
SIZE (postgresql/postgresql-9.2.1.tar.bz2) = 16113737
|
||||
SHA256 (postgresql/postgresql-9.2.2.tar.bz2) = e1a7a854a98896cb7fcd1696a76fca6f3bcac94d75e68a6154ffe2b69184f7f3
|
||||
SIZE (postgresql/postgresql-9.2.2.tar.bz2) = 16222148
|
||||
SHA256 (postgresql/pg-910-icu-2011-09-22.diff.gz) = a88094ec22a8caeffa06d7c3a6b53d19035b171dad2acb9084da0a617a93e149
|
||||
SIZE (postgresql/pg-910-icu-2011-09-22.diff.gz) = 4373
|
||||
|
@ -604,6 +604,7 @@ share/postgresql/psqlrc.sample
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/ecpglib6-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/libpq5-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_config-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_dump-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pgscripts-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/psql-9.2.mo
|
||||
%%GETTEXT%%share/locale/de/LC_MESSAGES/ecpg-9.2.mo
|
||||
@ -647,12 +648,14 @@ share/postgresql/psqlrc.sample
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/libpq5-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_config-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_dump-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pgscripts-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/psql-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpg-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.2.mo
|
||||
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.2.mo
|
||||
@ -676,6 +679,7 @@ share/postgresql/psqlrc.sample
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.2.mo
|
||||
|
@ -54,6 +54,8 @@ share/postgresql/extension/plpgsql--unpackaged--1.0.sql
|
||||
share/postgresql/extension/plpgsql.control
|
||||
@dirrmtry share/postgresql/extension
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/initdb-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_basebackup-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_controldata-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_ctl-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/pg_resetxlog-9.2.mo
|
||||
%%GETTEXT%%share/locale/cs/LC_MESSAGES/plpgsql-9.2.mo
|
||||
@ -90,12 +92,14 @@ share/postgresql/extension/plpgsql.control
|
||||
%%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb-9.2.mo
|
||||
%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_basebackup-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_ctl-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_resetxlog-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/plpgsql-9.2.mo
|
||||
%%GETTEXT%%share/locale/pl/LC_MESSAGES/postgres-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/initdb-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-9.2.mo
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_resetxlog-9.2.mo
|
||||
@ -117,7 +121,9 @@ share/postgresql/extension/plpgsql.control
|
||||
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-9.2.mo
|
||||
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.2.mo
|
||||
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.2.mo
|
||||
|
Loading…
Reference in New Issue
Block a user