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 41DAE139695 for ; Mon, 12 Jun 2017 08:21:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50C00E0D4C; Mon, 12 Jun 2017 08:21:34 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30F53E0D4C for ; Mon, 12 Jun 2017 08:21:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B5FA7341871 for ; Mon, 12 Jun 2017 08:21:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D91C7480 for ; Mon, 12 Jun 2017 08:21:31 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497255682.dfd790e2d67702b25c4732b46fa4aa36b2d83bfd.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apache/mod_backtrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apache/mod_backtrace/mod_backtrace-2.01.ebuild X-VCS-Directories: www-apache/mod_backtrace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: dfd790e2d67702b25c4732b46fa4aa36b2d83bfd X-VCS-Branch: master Date: Mon, 12 Jun 2017 08:21:31 +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: fb84b238-7ced-4592-8ced-85506642d8b4 X-Archives-Hash: dedbbf14f7b9738156e76ec274962056 commit: dfd790e2d67702b25c4732b46fa4aa36b2d83bfd Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 12 08:20:13 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 12 08:21:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd790e2 www-apache/mod_backtrace: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 www-apache/mod_backtrace/mod_backtrace-2.01.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www-apache/mod_backtrace/mod_backtrace-2.01.ebuild b/www-apache/mod_backtrace/mod_backtrace-2.01.ebuild index f4e14d1d27c..04115faa887 100644 --- a/www-apache/mod_backtrace/mod_backtrace-2.01.ebuild +++ b/www-apache/mod_backtrace/mod_backtrace-2.01.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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 apache-module depend.apache DESCRIPTION="Debug segmentation faults in Apache threads" -HOMEPAGE="http://emptyhammock.com/projects/httpd/diag/" -SRC_URI="http://emptyhammock.com/downloads/wku_bt-${PV}.zip" +HOMEPAGE="https://emptyhammock.com/projects/httpd/diag/" +SRC_URI="https://emptyhammock.com/downloads/wku_bt-${PV}.zip" LICENSE="Apache-2.0" SLOT="0"