dev-db/postgresql: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 4 Jun 2018 20:04:39 +0000 (22:04 +0200)
committerAaron Bauman <bman@gentoo.org>
Thu, 7 Jun 2018 19:20:25 +0000 (15:20 -0400)
dev-db/postgresql/postgresql-10.3.ebuild
dev-db/postgresql/postgresql-10.4.ebuild
dev-db/postgresql/postgresql-9.3.22.ebuild
dev-db/postgresql/postgresql-9.3.23.ebuild
dev-db/postgresql/postgresql-9.4.17.ebuild
dev-db/postgresql/postgresql-9.4.18.ebuild
dev-db/postgresql/postgresql-9.5.12.ebuild
dev-db/postgresql/postgresql-9.5.13.ebuild
dev-db/postgresql/postgresql-9.6.8.ebuild
dev-db/postgresql/postgresql-9.6.9.ebuild
dev-db/postgresql/postgresql-9999.ebuild

index 73c9fb3fe9a241fb15e6284997a7825d8882d19a..7170883aee52081ade3f30d23f45115277c9db89 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl python +readline
          selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -291,7 +291,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -356,8 +356,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index aeb8a7a0850fda79594000bde3a2b185bff2dd0e..50f0472a5668081119cd21ba582ac3d6c03c5a21 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl python +readline
          selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -291,7 +291,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -356,8 +356,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 7d174a4697788b0666a56d103d7e5e7b095dae10..e1ed1641a5fcead675d21b0552d0d8169e2dc1f9 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -286,7 +286,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -351,8 +351,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 9bd6eb22b92253e8f4c6e7db518af3898a32909a..b102a6c5fabbac3ee575795247b27b7119159c95 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -286,7 +286,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -351,8 +351,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index f40cb53ae05ee416350393a77b3ccf79d14bf097..6e9dd5d11fe6ea610b434c2687932e9d2b8002ef 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -318,7 +318,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -383,8 +383,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 2f448ba1c0c0793c326f0fd4bcf4ac93f2142219..7243cdb0dd49ba7677f49c6333cce42ee3a32c4d 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -318,7 +318,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -383,8 +383,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index af7b5fab1067693d84b975cf3c538b7b0839e37b..003f5398f4eff6300b287921422f435e24902575 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -324,7 +324,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -389,8 +389,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 4e1148a89f370ba7d78504776688ab83bce522dc..fd41b7ff3302527298ca9cb8329c7eca1007ab5b 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI="mirror://postgresql/source/v${PV}/postgresql-${PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -324,7 +324,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -389,8 +389,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 136a3759b716ac980185ad3cfdd31b2284bbe266..c5669d4179fc1d5135532b8a53fe793743e92b3e 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -324,7 +324,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -389,8 +389,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 1d5a335c5909127bfb8d48d6bfd2f3c8117fa69b..1297819d3de9f6c9e1eedc7c6b6328197b69e814 100644 (file)
@@ -19,7 +19,7 @@ SRC_URI="mirror://postgresql/source/v${MY_PV}/postgresql-${MY_PV}.tar.bz2"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="doc kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -324,7 +324,7 @@ pkg_postinst() {
                elog "https://wiki.gentoo.org/wiki/PostgreSQL"
                elog
                elog "Official documentation:"
-               elog "http://www.postgresql.org/docs/${SLOT}/static/index.html"
+               elog "https://www.postgresql.org/docs/${SLOT}/static/index.html"
                elog
                elog "The default location of the Unix-domain socket is:"
                elog "    ${EROOT%/}/run/postgresql/"
@@ -389,8 +389,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then
index 151af8e7d5742a2375a2b513a3ab271da70a142f..c63f1facc0ed20846161925ac109e92a9215a706 100644 (file)
@@ -17,7 +17,7 @@ EGIT_REPO_URI="https://git.postgresql.org/git/postgresql.git"
 
 LICENSE="POSTGRESQL GPL-2"
 DESCRIPTION="PostgreSQL RDBMS"
-HOMEPAGE="http://www.postgresql.org/"
+HOMEPAGE="https://www.postgresql.org/"
 
 IUSE="kerberos kernel_linux ldap libressl nls pam perl -pg_legacytimestamp python
          +readline selinux +server systemd ssl static-libs tcl threads uuid xml zlib"
@@ -338,8 +338,8 @@ pkg_config() {
        einfo "    ${EROOT%/}/etc/conf.d/postgresql-${SLOT}"
        einfo
        einfo "Information on options that can be passed to initdb are found at:"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
-       einfo "    http://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/creating-cluster.html"
+       einfo "    https://www.postgresql.org/docs/${SLOT}/static/app-initdb.html"
        einfo
        einfo "PG_INITDB_OPTS is currently set to:"
        if [[ -z "${PG_INITDB_OPTS}" ]] ; then