From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60EA21396D9 for ; Thu, 9 Nov 2017 22:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07ADCE0E8B; Thu, 9 Nov 2017 22:05:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDA2BE0E86 for ; Thu, 9 Nov 2017 22:05:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C158433D3C7 for ; Thu, 9 Nov 2017 22:05:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A00A98A2 for ; Thu, 9 Nov 2017 22:05:18 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1510265000.082b7f3abdd6c0c9aa899036ed7d6deb4ab0ed27.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cifs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/cifs-utils/cifs-utils-6.4.ebuild net-fs/cifs-utils/cifs-utils-6.6-r2.ebuild net-fs/cifs-utils/cifs-utils-6.7.ebuild X-VCS-Directories: net-fs/cifs-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 082b7f3abdd6c0c9aa899036ed7d6deb4ab0ed27 X-VCS-Branch: master Date: Thu, 9 Nov 2017 22:05:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 278b04da-0c12-4d9c-84b1-f6c1ef952572 X-Archives-Hash: 9b0b38d63f89dc2acf3e3a05838b513b commit: 082b7f3abdd6c0c9aa899036ed7d6deb4ab0ed27 Author: Francesco Turco fastmail fm> AuthorDate: Sat Sep 9 15:36:03 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 9 22:03:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=082b7f3a net-fs/cifs-utils: use HTTPS for links to samba.org (bug #636916) net-fs/cifs-utils/cifs-utils-6.4.ebuild | 6 +++--- net-fs/cifs-utils/cifs-utils-6.6-r2.ebuild | 4 ++-- net-fs/cifs-utils/cifs-utils-6.7.ebuild | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-fs/cifs-utils/cifs-utils-6.4.ebuild b/net-fs/cifs-utils/cifs-utils-6.4.ebuild index 6789aead638..fcce7f6b93b 100644 --- a/net-fs/cifs-utils/cifs-utils-6.4.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils linux-info multilib DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" -HOMEPAGE="http://wiki.samba.org/index.php/LinuxCIFS_utils" -SRC_URI="ftp://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2" +HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils" +SRC_URI="https://www.samba.org/ftp/pub/linux-cifs/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/net-fs/cifs-utils/cifs-utils-6.6-r2.ebuild b/net-fs/cifs-utils/cifs-utils-6.6-r2.ebuild index 8076f0fb304..0751c696946 100644 --- a/net-fs/cifs-utils/cifs-utils-6.6-r2.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils linux-info multilib pam DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" -HOMEPAGE="http://wiki.samba.org/index.php/LinuxCIFS_utils" +HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils" SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2" LICENSE="GPL-3" diff --git a/net-fs/cifs-utils/cifs-utils-6.7.ebuild b/net-fs/cifs-utils/cifs-utils-6.7.ebuild index b18e773d460..8572921b389 100644 --- a/net-fs/cifs-utils/cifs-utils-6.7.ebuild +++ b/net-fs/cifs-utils/cifs-utils-6.7.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools eutils linux-info multilib pam DESCRIPTION="Tools for Managing Linux CIFS Client Filesystems" -HOMEPAGE="http://wiki.samba.org/index.php/LinuxCIFS_utils" +HOMEPAGE="https://wiki.samba.org/index.php/LinuxCIFS_utils" SRC_URI="https://ftp.samba.org/pub/linux-cifs/${PN}/${P}.tar.bz2" LICENSE="GPL-3"