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
704dde19
Kaydet (Commit)
704dde19
authored
Tem 04, 2015
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #24432: Update OS X 10.5+ installer builds to use OpenSSL 1.0.2c.
üst
f92673c2
0454d48e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
openssl_sdk_makedepend.patch
Mac/BuildScript/openssl_sdk_makedepend.patch
+1
-1
NEWS
Misc/NEWS
+2
-1
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
704dde19
...
...
@@ -237,9 +237,9 @@ def library_recipes():
result
.
extend
([
dict
(
name
=
"OpenSSL 1.0.2
a
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
a
.tar.gz"
,
checksum
=
'
a06c547dac9044161a477211049f60ef
'
,
name
=
"OpenSSL 1.0.2
c
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
c
.tar.gz"
,
checksum
=
'
8c8d81a9ae7005276e486702edbcd4b6
'
,
patches
=
[
"openssl_sdk_makedepend.patch"
,
],
...
...
Mac/BuildScript/openssl_sdk_makedepend.patch
Dosyayı görüntüle @
704dde19
...
...
@@ -2,7 +2,7 @@
# Parent 25a9af415e8c3faf591c360d5f0e361d049b2b43
# openssl_sdk_makedepend.patch
#
# using openssl 1.0.2
a
# using openssl 1.0.2
c
#
# - support building with an OS X SDK
# - allow "make depend" to use compilers with names other than "gcc"
...
...
Misc/NEWS
Dosyayı görüntüle @
704dde19
...
...
@@ -103,7 +103,8 @@ Documentation
Build
-----
-
Issue
#
24432
:
Update
Windows
builds
to
use
OpenSSL
1.0.2
c
.
-
Issue
#
24432
:
Update
Windows
builds
and
OS
X
10.5
installer
to
use
OpenSSL
1.0.2
c
.
What
's New in Python 3.5.0 beta 2?
...
...
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