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 19958138331 for ; Sun, 6 May 2018 14:16:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 297DDE08F0; Sun, 6 May 2018 14:16:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E15D1E08EE 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 A94CD335C75 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 442A641 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: <1525616025.2eb55f326c198bc61fd09a6a16a7b98bf97d20c0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/psad/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/psad/psad-2.2.5.ebuild net-firewall/psad/psad-2.4.3.ebuild net-firewall/psad/psad-2.4.4.ebuild net-firewall/psad/psad-2.4.5.ebuild X-VCS-Directories: net-firewall/psad/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2eb55f326c198bc61fd09a6a16a7b98bf97d20c0 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: 010c5f62-2829-4752-bbc2-1705a311714b X-Archives-Hash: bac18d45dd811949fd709bc7637a1d25 commit: 2eb55f326c198bc61fd09a6a16a7b98bf97d20c0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 6 09:59:51 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 6 14:13:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eb55f32 net-firewall/psad: use HTTPS net-firewall/psad/psad-2.2.5.ebuild | 6 +++--- net-firewall/psad/psad-2.4.3.ebuild | 6 +++--- net-firewall/psad/psad-2.4.4.ebuild | 6 +++--- net-firewall/psad/psad-2.4.5.ebuild | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-firewall/psad/psad-2.2.5.ebuild b/net-firewall/psad/psad-2.2.5.ebuild index f45bb3101a3..e032dfdfdeb 100644 --- a/net-firewall/psad/psad-2.2.5.ebuild +++ b/net-firewall/psad/psad-2.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils perl-module toolchain-funcs DESCRIPTION="Port Scanning Attack Detection daemon" -SRC_URI="http://www.cipherdyne.org/psad/download/${P}.tar.bz2" -HOMEPAGE="http://www.cipherdyne.org/psad" +SRC_URI="https://www.cipherdyne.org/psad/download/${P}.tar.bz2" +HOMEPAGE="https://www.cipherdyne.org/psad/" SLOT="0" LICENSE="GPL-2" diff --git a/net-firewall/psad/psad-2.4.3.ebuild b/net-firewall/psad/psad-2.4.3.ebuild index 79b1d6323a8..545abd2d37d 100644 --- a/net-firewall/psad/psad-2.4.3.ebuild +++ b/net-firewall/psad/psad-2.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit eutils perl-module toolchain-funcs DESCRIPTION="Port Scanning Attack Detection daemon" -SRC_URI="http://www.cipherdyne.org/psad/download/${P}.tar.bz2" -HOMEPAGE="http://www.cipherdyne.org/psad" +SRC_URI="https://www.cipherdyne.org/psad/download/${P}.tar.bz2" +HOMEPAGE="https://www.cipherdyne.org/psad/" SLOT="0" LICENSE="GPL-2" diff --git a/net-firewall/psad/psad-2.4.4.ebuild b/net-firewall/psad/psad-2.4.4.ebuild index 7470cc6b3cd..2d76d8efc46 100644 --- a/net-firewall/psad/psad-2.4.4.ebuild +++ b/net-firewall/psad/psad-2.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit perl-module toolchain-funcs DESCRIPTION="Port Scanning Attack Detection daemon" -SRC_URI="http://www.cipherdyne.org/psad/download/${P}.tar.bz2" -HOMEPAGE="http://www.cipherdyne.org/psad" +SRC_URI="https://www.cipherdyne.org/psad/download/${P}.tar.bz2" +HOMEPAGE="https://www.cipherdyne.org/psad/" SLOT="0" LICENSE="GPL-2" diff --git a/net-firewall/psad/psad-2.4.5.ebuild b/net-firewall/psad/psad-2.4.5.ebuild index fa26cc018d8..f4eea7be20f 100644 --- a/net-firewall/psad/psad-2.4.5.ebuild +++ b/net-firewall/psad/psad-2.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit perl-module toolchain-funcs DESCRIPTION="Port Scanning Attack Detection daemon" -SRC_URI="http://www.cipherdyne.org/psad/download/${P}.tar.bz2" -HOMEPAGE="http://www.cipherdyne.org/psad" +SRC_URI="https://www.cipherdyne.org/psad/download/${P}.tar.bz2" +HOMEPAGE="https://www.cipherdyne.org/psad/" SLOT="0" LICENSE="GPL-2"