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 69E1C1396D9 for ; Thu, 9 Nov 2017 22:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0DC3E0E9A; Thu, 9 Nov 2017 22:05:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7793AE0E97 for ; Thu, 9 Nov 2017 22:05:23 +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 4B12533C6B6 for ; Thu, 9 Nov 2017 22:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C10CF98AA 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: <1510265002.829d2f52d48a169d6a22cec9f0928a7926634b64.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/tevent/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/tevent/tevent-0.9.28.ebuild sys-libs/tevent/tevent-0.9.31-r1.ebuild sys-libs/tevent/tevent-0.9.32.ebuild sys-libs/tevent/tevent-0.9.33.ebuild X-VCS-Directories: sys-libs/tevent/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 829d2f52d48a169d6a22cec9f0928a7926634b64 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: 991ea76a-8e95-42d4-9bcd-362f56a7e661 X-Archives-Hash: 2f47eba6ebd8a72ab0460fc079ecb7bd commit: 829d2f52d48a169d6a22cec9f0928a7926634b64 Author: Francesco Turco fastmail fm> AuthorDate: Sat Sep 9 15:55:35 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Nov 9 22:03:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829d2f52 sys-libs/tevent: use HTTPS for links to samba.org (bug #636916) sys-libs/tevent/tevent-0.9.28.ebuild | 6 +++--- sys-libs/tevent/tevent-0.9.31-r1.ebuild | 4 ++-- sys-libs/tevent/tevent-0.9.32.ebuild | 4 ++-- sys-libs/tevent/tevent-0.9.33.ebuild | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sys-libs/tevent/tevent-0.9.28.ebuild b/sys-libs/tevent/tevent-0.9.28.ebuild index 6c44b788dd5..553418c9600 100644 --- a/sys-libs/tevent/tevent-0.9.28.ebuild +++ b/sys-libs/tevent/tevent-0.9.28.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 @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-libs/tevent/tevent-0.9.31-r1.ebuild b/sys-libs/tevent/tevent-0.9.31-r1.ebuild index ed6a8c067eb..c928ba56587 100644 --- a/sys-libs/tevent/tevent-0.9.31-r1.ebuild +++ b/sys-libs/tevent/tevent-0.9.31-r1.ebuild @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-libs/tevent/tevent-0.9.32.ebuild b/sys-libs/tevent/tevent-0.9.32.ebuild index 6a12144b62e..05ce6c58e98 100644 --- a/sys-libs/tevent/tevent-0.9.32.ebuild +++ b/sys-libs/tevent/tevent-0.9.32.ebuild @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" diff --git a/sys-libs/tevent/tevent-0.9.33.ebuild b/sys-libs/tevent/tevent-0.9.33.ebuild index fc46807e4d1..97ab456ff1c 100644 --- a/sys-libs/tevent/tevent-0.9.33.ebuild +++ b/sys-libs/tevent/tevent-0.9.33.ebuild @@ -8,8 +8,8 @@ PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 DESCRIPTION="Samba tevent library" -HOMEPAGE="http://tevent.samba.org/" -SRC_URI="http://samba.org/ftp/tevent/${P}.tar.gz" +HOMEPAGE="https://tevent.samba.org/" +SRC_URI="https://www.samba.org/ftp/tevent/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"