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

dev-java/jcifs: use HTTPS for links to samba.org (bug #636916)

 dev-java/jcifs/jcifs-1.3.17-r1.ebuild | 6 +++---
 dev-java/jcifs/jcifs-1.3.17-r2.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild 
b/dev-java/jcifs/jcifs-1.3.17-r1.ebuild
index b4f799d13ee..fd2b3752d6c 100644
--- a/dev-java/jcifs/jcifs-1.3.17-r1.ebuild
+++ b/dev-java/jcifs/jcifs-1.3.17-r1.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="2"
@@ -7,8 +7,8 @@ JAVA_PKG_IUSE="doc examples source"
 inherit eutils java-pkg-2 java-ant-2
 
 DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
-SRC_URI="http://jcifs.samba.org/src/${P}.tgz";
-HOMEPAGE="http://jcifs.samba.org/";
+SRC_URI="https://jcifs.samba.org/src/${P}.tgz";
+HOMEPAGE="https://jcifs.samba.org/";
 LICENSE="LGPL-2.1"
 SLOT="1.1"
 KEYWORDS="amd64 ppc64 x86 ~x86-fbsd"

diff --git a/dev-java/jcifs/jcifs-1.3.17-r2.ebuild 
b/dev-java/jcifs/jcifs-1.3.17-r2.ebuild
index d58c3b62d30..354906b0376 100644
--- a/dev-java/jcifs/jcifs-1.3.17-r2.ebuild
+++ b/dev-java/jcifs/jcifs-1.3.17-r2.ebuild
@@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc examples source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Library that implements the CIFS/SMB networking protocol in Java"
-SRC_URI="http://jcifs.samba.org/src/${P}.tgz";
-HOMEPAGE="http://jcifs.samba.org/";
+SRC_URI="https://jcifs.samba.org/src/${P}.tgz";
+HOMEPAGE="https://jcifs.samba.org/";
 LICENSE="LGPL-2.1"
 SLOT="1.1"
 

Reply via email to