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 7A4741382C5 for ; Tue, 13 Feb 2018 15:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74D54E0B1E; Tue, 13 Feb 2018 15:07:31 +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 4608AE0B1E for ; Tue, 13 Feb 2018 15:07:30 +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 986D2335C4C for ; Tue, 13 Feb 2018 15:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC2E31F3 for ; Tue, 13 Feb 2018 15:07:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1518534396.848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild dev-libs/openssl/openssl-0.9.8z_p8.ebuild dev-libs/openssl/openssl-1.0.2n.ebuild dev-libs/openssl/openssl-1.1.0g-r2.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe X-VCS-Branch: master Date: Tue, 13 Feb 2018 15:07:27 +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: a0027683-ba4d-43cd-9f56-323b78c5a7ca X-Archives-Hash: 2249fa1926e5bc0cd2292aba3de2e602 commit: 848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe Author: Francesco Turco fastmail fm> AuthorDate: Thu Sep 7 15:08:33 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 13 15:06:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=848ecb94 dev-libs/openssl: use HTTPS for links to en.wikipedia.org Closes: https://bugs.gentoo.org/637190 Closes: https://github.com/gentoo/gentoo/pull/5641 dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild | 10 +++++----- dev-libs/openssl/openssl-0.9.8z_p8.ebuild | 10 +++++----- dev-libs/openssl/openssl-1.0.2n.ebuild | 10 +++++----- dev-libs/openssl/openssl-1.1.0g-r2.ebuild | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild b/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild index 11e9823a291..7ce2d888f2b 100644 --- a/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild +++ b/dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild @@ -102,11 +102,11 @@ multilib_src_configure() { tc-export CC AR RANLIB # Clean out patent-or-otherwise-encumbered code - # Camellia: Royalty Free http://en.wikipedia.org/wiki/Camellia_(cipher) - # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm - # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography - # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 - # RC5: 5,724,428 03/03/2015 http://en.wikipedia.org/wiki/RC5 + # Camellia: Royalty Free https://en.wikipedia.org/wiki/Camellia_(cipher) + # IDEA: Expired https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm + # EC: ????????? ??/??/2015 https://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography + # MDC2: Expired https://en.wikipedia.org/wiki/MDC-2 + # RC5: 5,724,428 03/03/2015 https://en.wikipedia.org/wiki/RC5 use_ssl() { use $1 && echo "enable-${2:-$1} ${*:3}" || echo "no-${2:-$1}" ; } echoit() { echo "$@" ; "$@" ; } diff --git a/dev-libs/openssl/openssl-0.9.8z_p8.ebuild b/dev-libs/openssl/openssl-0.9.8z_p8.ebuild index 229fa4a5244..6ef3483361b 100644 --- a/dev-libs/openssl/openssl-0.9.8z_p8.ebuild +++ b/dev-libs/openssl/openssl-0.9.8z_p8.ebuild @@ -97,11 +97,11 @@ multilib_src_configure() { tc-export CC AR RANLIB # Clean out patent-or-otherwise-encumbered code - # Camellia: Royalty Free http://en.wikipedia.org/wiki/Camellia_(cipher) - # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm - # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography - # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 - # RC5: 5,724,428 03/03/2015 http://en.wikipedia.org/wiki/RC5 + # Camellia: Royalty Free https://en.wikipedia.org/wiki/Camellia_(cipher) + # IDEA: Expired https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm + # EC: ????????? ??/??/2015 https://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography + # MDC2: Expired https://en.wikipedia.org/wiki/MDC-2 + # RC5: 5,724,428 03/03/2015 https://en.wikipedia.org/wiki/RC5 use_ssl() { use $1 && echo "enable-${2:-$1} ${*:3}" || echo "no-${2:-$1}" ; } echoit() { echo "$@" ; "$@" ; } diff --git a/dev-libs/openssl/openssl-1.0.2n.ebuild b/dev-libs/openssl/openssl-1.0.2n.ebuild index fc14a2ac528..db4a0a8bd9d 100644 --- a/dev-libs/openssl/openssl-1.0.2n.ebuild +++ b/dev-libs/openssl/openssl-1.0.2n.ebuild @@ -101,11 +101,11 @@ multilib_src_configure() { tc-export CC AR RANLIB RC # Clean out patent-or-otherwise-encumbered code - # Camellia: Royalty Free http://en.wikipedia.org/wiki/Camellia_(cipher) - # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm - # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography - # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 - # RC5: Expired http://en.wikipedia.org/wiki/RC5 + # Camellia: Royalty Free https://en.wikipedia.org/wiki/Camellia_(cipher) + # IDEA: Expired https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm + # EC: ????????? ??/??/2015 https://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography + # MDC2: Expired https://en.wikipedia.org/wiki/MDC-2 + # RC5: Expired https://en.wikipedia.org/wiki/RC5 use_ssl() { usex $1 "enable-${2:-$1}" "no-${2:-$1}" " ${*:3}" ; } echoit() { echo "$@" ; "$@" ; } diff --git a/dev-libs/openssl/openssl-1.1.0g-r2.ebuild b/dev-libs/openssl/openssl-1.1.0g-r2.ebuild index 9f2d149794a..b782dea17bf 100644 --- a/dev-libs/openssl/openssl-1.1.0g-r2.ebuild +++ b/dev-libs/openssl/openssl-1.1.0g-r2.ebuild @@ -144,11 +144,11 @@ multilib_src_configure() { tc-export CC AR RANLIB RC # Clean out patent-or-otherwise-encumbered code - # Camellia: Royalty Free http://en.wikipedia.org/wiki/Camellia_(cipher) - # IDEA: Expired http://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm - # EC: ????????? ??/??/2015 http://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography - # MDC2: Expired http://en.wikipedia.org/wiki/MDC-2 - # RC5: Expired http://en.wikipedia.org/wiki/RC5 + # Camellia: Royalty Free https://en.wikipedia.org/wiki/Camellia_(cipher) + # IDEA: Expired https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm + # EC: ????????? ??/??/2015 https://en.wikipedia.org/wiki/Elliptic_Curve_Cryptography + # MDC2: Expired https://en.wikipedia.org/wiki/MDC-2 + # RC5: Expired https://en.wikipedia.org/wiki/RC5 use_ssl() { usex $1 "enable-${2:-$1}" "no-${2:-$1}" " ${*:3}" ; } echoit() { echo "$@" ; "$@" ; }