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
1194234e
Kaydet (Commit)
1194234e
authored
Eki 31, 2016
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #28248: merge from 3.5
üst
473ce1d3
38adbfa7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
11 deletions
+9
-11
build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
openssl_sdk_makedepend.patch
Mac/BuildScript/openssl_sdk_makedepend.patch
+5
-7
NEWS
Misc/NEWS
+1
-1
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
1194234e
...
@@ -213,9 +213,9 @@ def library_recipes():
...
@@ -213,9 +213,9 @@ def library_recipes():
result
.
extend
([
result
.
extend
([
dict
(
dict
(
name
=
"OpenSSL 1.0.2
h
"
,
name
=
"OpenSSL 1.0.2
j
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
h
.tar.gz"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
j
.tar.gz"
,
checksum
=
'9
392e65072ce4b614c1392eefc1f23d0
'
,
checksum
=
'9
6322138f0b69e61b7212bc53d5e912b
'
,
patches
=
[
patches
=
[
"openssl_sdk_makedepend.patch"
,
"openssl_sdk_makedepend.patch"
,
],
],
...
...
Mac/BuildScript/openssl_sdk_makedepend.patch
Dosyayı görüntüle @
1194234e
# HG changeset patch
# HG changeset patch
# Parent d377390f787c0739a3e89f669def72d7167e5108
# openssl_sdk_makedepend.patch
#
#
# using openssl 1.0.2
f
# using openssl 1.0.2
j
#
#
# - support building with an OS X SDK
# - support building with an OS X SDK
...
@@ -11,7 +9,7 @@ diff Configure
...
@@ -11,7 +9,7 @@ diff Configure
diff --git a/Configure b/Configure
diff --git a/Configure b/Configure
--- a/Configure
--- a/Configure
+++ b/Configure
+++ b/Configure
@@ -6
38,12 +638
,12 @@
@@ -6
42,12 +642
,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}::",
...
@@ -30,13 +28,13 @@ diff --git a/Configure b/Configure
...
@@ -30,13 +28,13 @@ 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",
@@ -1717,8 +1717,7 @@
@@ -1728,8 +1728,7 @@
s/^CC=.*$/CC= $cc/;
s/^AR=\s*ar/AR= $ar/;
s/^AR=\s*ar/AR= $ar/;
s/^RANLIB=.*/RANLIB= $ranlib/;
s/^RANLIB=.*/RANLIB= $ranlib/;
s/^RC=.*/RC= $windres/;
- s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc";
- s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $cc eq "gcc";
- s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $ecc eq "gcc" || $ecc eq "clang";
- s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/ if $ecc eq "gcc" || $ecc eq "clang";
+ s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/
+ s/^MAKEDEPPROG=.*$/MAKEDEPPROG= $cc/
;
}
}
s/^CFLAG=.*$/CFLAG= $cflags/;
s/^CFLAG=.*$/CFLAG= $cflags/;
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
Misc/NEWS
Dosyayı görüntüle @
1194234e
...
@@ -118,7 +118,7 @@ Build
...
@@ -118,7 +118,7 @@ Build
- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2.
- Issue #28208: Update Windows build and OS X installers to use SQLite 3.14.2.
-
Issue
#
28248
:
Update
Windows
build
to
use
OpenSSL
1.0.2
j
.
- Issue #28248: Update Windows build
and OS X installers
to use OpenSSL 1.0.2j.
Tests
Tests
-----
-----
...
...
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