diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-07 17:08:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-13 16:06:36 +0100 |
commit | 848ecb94f61d9ceee0d04a1f7e096d7ce705bdbe (patch) | |
tree | 5ed27b3d2d3abd0f864d334a433c083bfca5f4ba /dev-libs/openssl | |
parent | media-libs/leptonica: Patch to avoid gnuplot dependency (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8z_p8-r1.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-0.9.8z_p8.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/openssl/openssl-1.0.2n.ebuild | 10 | ||||
-rw-r--r-- | 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 11e9823a2916..7ce2d888f2b8 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 229fa4a52448..6ef3483361b9 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 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 "$@" ; "$@" ; } diff --git a/dev-libs/openssl/openssl-1.1.0g-r2.ebuild b/dev-libs/openssl/openssl-1.1.0g-r2.ebuild index 9f2d149794a0..b782dea17bfb 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 "$@" ; "$@" ; } |