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
fdb959b8
Kaydet (Commit)
fdb959b8
authored
Şub 15, 2016
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f.
üst
674a3cd2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
23 deletions
+9
-23
build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
openssl_sdk_makedepend.patch
Mac/BuildScript/openssl_sdk_makedepend.patch
+4
-18
NEWS
Misc/NEWS
+2
-2
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
fdb959b8
...
@@ -237,9 +237,9 @@ def library_recipes():
...
@@ -237,9 +237,9 @@ def library_recipes():
result
.
extend
([
result
.
extend
([
dict
(
dict
(
name
=
"OpenSSL 1.0.2
e
"
,
name
=
"OpenSSL 1.0.2
f
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
e
.tar.gz"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
f
.tar.gz"
,
checksum
=
'
5262bfa25b60ed9de9f28d5d52d77fc5
'
,
checksum
=
'
b3bf73f507172be9292ea2a8c28b659d
'
,
patches
=
[
patches
=
[
"openssl_sdk_makedepend.patch"
,
"openssl_sdk_makedepend.patch"
,
],
],
...
...
Mac/BuildScript/openssl_sdk_makedepend.patch
Dosyayı görüntüle @
fdb959b8
# HG changeset patch
# HG changeset patch
# Parent
ff8a7557607cffd626997e57ed31c1012a3018aa
# Parent
d377390f787c0739a3e89f669def72d7167e5108
# openssl_sdk_makedepend.patch
# openssl_sdk_makedepend.patch
#
#
# using openssl 1.0.2
e
# using openssl 1.0.2
f
#
#
# - support building with an OS X SDK
# - support building with an OS X SDK
# - allow "make depend" to use compilers with names other than "gcc"
diff Configure
diff Configure
diff --git a/Configure b/Configure
diff --git a/Configure b/Configure
--- a/Configure
--- a/Configure
+++ b/Configure
+++ b/Configure
@@ -63
5,12 +635
,12 @@
@@ -63
8,12 +638
,12 @@
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
...
@@ -31,7 +30,7 @@ diff --git a/Configure b/Configure
...
@@ -31,7 +30,7 @@ diff --git a/Configure b/Configure
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
# iPhoneOS/iOS
# iPhoneOS/iOS
"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
@@ -171
4,8 +1714
,7 @@
@@ -171
7,8 +1717
,7 @@
s/^CC=.*$/CC= $cc/;
s/^CC=.*$/CC= $cc/;
s/^AR=\s*ar/AR= $ar/;
s/^AR=\s*ar/AR= $ar/;
s/^RANLIB=.*/RANLIB= $ranlib/;
s/^RANLIB=.*/RANLIB= $ranlib/;
...
@@ -41,16 +40,3 @@ diff --git a/Configure b/Configure
...
@@ -41,16 +40,3 @@ diff --git a/Configure b/Configure
}
}
s/^CFLAG=.*$/CFLAG= $cflags/;
s/^CFLAG=.*$/CFLAG= $cflags/;
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
diff --git a/util/domd b/util/domd
--- a/util/domd
+++ b/util/domd
@@ -14,8 +14,7 @@
cp Makefile Makefile.save
# fake the presence of Kerberos
touch $TOP/krb5.h
-if ${MAKEDEPEND} --version 2>&1 | grep -q "clang" ||
- echo $MAKEDEPEND | grep -q "gcc"; then
+if true ; then
args=""
while [ $# -gt 0 ]; do
if [ "$1" != "--" ]; then args="$args $1"; fi
Misc/NEWS
Dosyayı görüntüle @
fdb959b8
...
@@ -136,8 +136,8 @@ Build
...
@@ -136,8 +136,8 @@ Build
- Issue #25696: Fix installation of Python on UNIX with make -j9.
- Issue #25696: Fix installation of Python on UNIX with make -j9.
-
Issue
#
2
579
8
:
Update
OS
X
10.5
+
32
-
bit
-
only
installer
to
build
- Issue #2
626
8: Update OS X 10.5+ 32-bit-only installer to build
and
link
with
OpenSSL
1.0.2
e
.
and link with OpenSSL 1.0.2
f
.
What's New in Python 2.7.11?
What's New in Python 2.7.11?
...
...
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