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 8089E1382C5 for ; Sun, 6 May 2018 14:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7A02E0827; Sun, 6 May 2018 14:16:39 +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 A2600E0827 for ; Sun, 6 May 2018 14:16:39 +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 C47EB335C98 for ; Sun, 6 May 2018 14:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6967A43 for ; Sun, 6 May 2018 14:16:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525616026.32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnetfilter_queue/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild X-VCS-Directories: net-libs/libnetfilter_queue/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204 X-VCS-Branch: master Date: Sun, 6 May 2018 14:16:37 +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: 95b98ece-71d8-4c0c-977d-9fb5b8a2d514 X-Archives-Hash: 1d1196327f9bbd943fc79dbc622541e0 commit: 32cf0a2c4c3c3fce573cda02dbdf06fdc0da8204 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 6 10:01:58 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 6 14:13:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32cf0a2c net-libs/libnetfilter_queue: use HTTPS net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild | 6 +++--- net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild index 50faf6d0d9c..929d3736450 100644 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild +++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit autotools-utils linux-info DESCRIPTION="API to packets that have been queued by the kernel packet filter" -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/" -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild index 64216d3f128..ad6618c7143 100644 --- a/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild +++ b/net-libs/libnetfilter_queue/libnetfilter_queue-1.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit linux-info DESCRIPTION="API to packets that have been queued by the kernel packet filter" -HOMEPAGE="http://www.netfilter.org/projects/libnetfilter_queue/" -SRC_URI="http://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" +HOMEPAGE="https://www.netfilter.org/projects/libnetfilter_queue/" +SRC_URI="https://www.netfilter.org/projects/${PN}/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"