summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2017-09-07 17:08:33 +0200
committerMichał Górny <mgorny@gentoo.org>2018-02-13 16:06:36 +0100
commit848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe (patch)
tree5ed27b3d2d3abd0f864d334a433c083bfca5f4ba /dev-libs/openssl/openssl-1.0.2n.ebuild
parentmedia-libs/leptonica: Patch to avoid gnuplot dependency (diff)
downloadgentoo-848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe.tar.gz
gentoo-848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe.tar.bz2
gentoo-848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe.zip
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
Diffstat (limited to 'dev-libs/openssl/openssl-1.0.2n.ebuild')
-rw-r--r--dev-libs/openssl/openssl-1.0.2n.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/openssl/openssl-1.0.2n.ebuild b/dev-libs/openssl/openssl-1.0.2n.ebuild
index fc14a2ac5281..db4a0a8bd9d5 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 "$@" ; "$@" ; }