Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f3fb8393
Unverified
Kaydet (Commit)
f3fb8393
authored
Haz 18, 2019
tarafından
Ned Deily
Kaydeden (comit)
GitHub
Haz 18, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187)
üst
9bbece9d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
build-installer.py
Mac/BuildScript/build-installer.py
+13
-3
2019-06-18-00-30-40.bpo-34631.vSifcv.rst
...EWS.d/next/macOS/2019-06-18-00-30-40.bpo-34631.vSifcv.rst
+1
-0
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
f3fb8393
...
@@ -215,9 +215,9 @@ def library_recipes():
...
@@ -215,9 +215,9 @@ def library_recipes():
result
.
extend
([
result
.
extend
([
dict
(
dict
(
name
=
"OpenSSL 1.1.
0j
"
,
name
=
"OpenSSL 1.1.
1c
"
,
url
=
"https://www.openssl.org/source/openssl-1.1.
0j
.tar.gz"
,
url
=
"https://www.openssl.org/source/openssl-1.1.
1c
.tar.gz"
,
checksum
=
'
b4ca5b78ae6ae79da80790b30dbedbdc
'
,
checksum
=
'
15e21da6efe8aa0e0768ffd8cd37a5f6
'
,
buildrecipe
=
build_universal_openssl
,
buildrecipe
=
build_universal_openssl
,
configure
=
None
,
configure
=
None
,
install
=
None
,
install
=
None
,
...
@@ -810,6 +810,16 @@ def build_universal_openssl(basedir, archList):
...
@@ -810,6 +810,16 @@ def build_universal_openssl(basedir, archList):
"ppc"
:
[
"darwin-ppc-cc"
],
"ppc"
:
[
"darwin-ppc-cc"
],
"ppc64"
:
[
"darwin64-ppc-cc"
],
"ppc64"
:
[
"darwin64-ppc-cc"
],
}
}
# Somewhere between OpenSSL 1.1.0j and 1.1.1c, changes cause the
# "enable-ec_nistp_64_gcc_128" option to get compile errors when
# building on our 10.6 gcc-4.2 environment. There have been other
# reports of projects running into this when using older compilers.
# So, for now, do not try to use "enable-ec_nistp_64_gcc_128" when
# building for 10.6.
if
getDeptargetTuple
()
==
(
10
,
6
):
arch_opts
[
'x86_64'
]
.
remove
(
'enable-ec_nistp_64_gcc_128'
)
configure_opts
=
[
configure_opts
=
[
"no-idea"
,
"no-idea"
,
"no-mdc2"
,
"no-mdc2"
,
...
...
Misc/NEWS.d/next/macOS/2019-06-18-00-30-40.bpo-34631.vSifcv.rst
0 → 100644
Dosyayı görüntüle @
f3fb8393
Updated OpenSSL to 1.1.1c in macOS installer.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment