commit:     9315609f6838c6d6497e579f6060b1e22d15212c
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Sat Sep  9 15:40:41 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Nov  9 22:03:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9315609f

net-fs/samba: use HTTPS for links to samba.org (bug #636916)

 net-fs/samba/samba-4.2.14.ebuild    |  8 ++++----
 net-fs/samba/samba-4.5.10-r1.ebuild | 10 +++++-----
 net-fs/samba/samba-4.5.13.ebuild    | 10 +++++-----
 net-fs/samba/samba-4.6.8-r1.ebuild  | 10 +++++-----
 net-fs/samba/samba-4.7.0-r1.ebuild  | 10 +++++-----
 5 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/net-fs/samba/samba-4.2.14.ebuild b/net-fs/samba/samba-4.2.14.ebuild
index 1bf4b2e1684..0213488e770 100644
--- a/net-fs/samba/samba-4.2.14.ebuild
+++ b/net-fs/samba/samba-4.2.14.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
 KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="http://www.samba.org/";
+HOMEPAGE="https://www.samba.org/";
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -251,7 +251,7 @@ pkg_postinst() {
        ewarn "controller work previously known as 'samba4'."
 
        elog "For further information and migration steps make sure to read "
-       elog "http://samba.org/samba/history/${P}.html "
-       elog "http://samba.org/samba/history/${PN}-4.2.0.html and"
-       elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
+       elog "https://www.samba.org/samba/history/${P}.html "
+       elog "https://www.samba.org/samba/history/${PN}-4.2.0.html and"
+       elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
 }

diff --git a/net-fs/samba/samba-4.5.10-r1.ebuild 
b/net-fs/samba/samba-4.5.10-r1.ebuild
index bb4953a89c6..92ac19751e0 100644
--- a/net-fs/samba/samba-4.5.10-r1.ebuild
+++ b/net-fs/samba/samba-4.5.10-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
 KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 sparc x86"
 
 DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="http://www.samba.org/";
+HOMEPAGE="https://www.samba.org/";
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -138,7 +138,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # when specifying libs for samba build you must append NONE to the end 
to 
+       # when specifying libs for samba build you must append NONE to the end 
to
        # stop it automatically including things
        local bundled_libs="NONE"
        if ! use system-heimdal && ! use system-mitkrb5 ; then
@@ -275,7 +275,7 @@ pkg_postinst() {
        ewarn "controller work previously known as 'samba4'."
 
        elog "For further information and migration steps make sure to read "
-       elog "http://samba.org/samba/history/${P}.html "
-       elog "http://samba.org/samba/history/${PN}-4.5.0.html and"
-       elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
+       elog "https://www.samba.org/samba/history/${P}.html "
+       elog "https://www.samba.org/samba/history/${PN}-4.5.0.html and"
+       elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
 }

diff --git a/net-fs/samba/samba-4.5.13.ebuild b/net-fs/samba/samba-4.5.13.ebuild
index cbf7ec7d4fc..5b022e87b8e 100644
--- a/net-fs/samba/samba-4.5.13.ebuild
+++ b/net-fs/samba/samba-4.5.13.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="http://www.samba.org/";
+HOMEPAGE="https://www.samba.org/";
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -139,7 +139,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # when specifying libs for samba build you must append NONE to the end 
to 
+       # when specifying libs for samba build you must append NONE to the end 
to
        # stop it automatically including things
        local bundled_libs="NONE"
        if ! use system-heimdal && ! use system-mitkrb5 ; then
@@ -276,7 +276,7 @@ pkg_postinst() {
        ewarn "controller work previously known as 'samba4'."
 
        elog "For further information and migration steps make sure to read "
-       elog "http://samba.org/samba/history/${P}.html "
-       elog "http://samba.org/samba/history/${PN}-4.5.0.html and"
-       elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
+       elog "https://www.samba.org/samba/history/${P}.html "
+       elog "https://www.samba.org/samba/history/${PN}-4.5.0.html and"
+       elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
 }

diff --git a/net-fs/samba/samba-4.6.8-r1.ebuild 
b/net-fs/samba/samba-4.6.8-r1.ebuild
index b4690d4142e..f0db4e738cc 100644
--- a/net-fs/samba/samba-4.6.8-r1.ebuild
+++ b/net-fs/samba/samba-4.6.8-r1.ebuild
@@ -19,7 +19,7 @@ SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="http://www.samba.org/";
+HOMEPAGE="https://www.samba.org/";
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -160,7 +160,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # when specifying libs for samba build you must append NONE to the end 
to 
+       # when specifying libs for samba build you must append NONE to the end 
to
        # stop it automatically including things
        local bundled_libs="NONE"
        if ! use system-heimdal && ! use system-mitkrb5 ; then
@@ -299,7 +299,7 @@ pkg_postinst() {
        ewarn "controller work previously known as 'samba4'."
 
        elog "For further information and migration steps make sure to read "
-       elog "http://samba.org/samba/history/${P}.html "
-       elog "http://samba.org/samba/history/${PN}-4.5.0.html and"
-       elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
+       elog "https://www.samba.org/samba/history/${P}.html "
+       elog "https://www.samba.org/samba/history/${PN}-4.5.0.html and"
+       elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
 }

diff --git a/net-fs/samba/samba-4.7.0-r1.ebuild 
b/net-fs/samba/samba-4.7.0-r1.ebuild
index 8e9afc791ab..abccdda2227 100644
--- a/net-fs/samba/samba-4.7.0-r1.ebuild
+++ b/net-fs/samba/samba-4.7.0-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://samba/${SRC_PATH}/${MY_P}.tar.gz"
 KEYWORDS="~amd64 ~arm64 ~x86"
 
 DESCRIPTION="Samba Suite Version 4"
-HOMEPAGE="http://www.samba.org/";
+HOMEPAGE="https://www.samba.org/";
 LICENSE="GPL-3"
 
 SLOT="0"
@@ -157,7 +157,7 @@ src_prepare() {
 }
 
 multilib_src_configure() {
-       # when specifying libs for samba build you must append NONE to the end 
to 
+       # when specifying libs for samba build you must append NONE to the end 
to
        # stop it automatically including things
        local bundled_libs="NONE"
        if ! use system-heimdal && ! use system-mitkrb5 ; then
@@ -298,7 +298,7 @@ pkg_postinst() {
        ewarn "controller work previously known as 'samba4'."
 
        elog "For further information and migration steps make sure to read "
-       elog "http://samba.org/samba/history/${P}.html "
-       elog "http://samba.org/samba/history/${PN}-4.5.0.html and"
-       elog "http://wiki.samba.org/index.php/Samba4/HOWTO "
+       elog "https://www.samba.org/samba/history/${P}.html "
+       elog "https://www.samba.org/samba/history/${PN}-4.5.0.html and"
+       elog "https://wiki.samba.org/index.php/Samba4/HOWTO "
 }

Reply via email to