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
f0c6cd35
Kaydet (Commit)
f0c6cd35
authored
Mar 19, 2015
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a.
üst
64c439d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
build-installer.py
Mac/BuildScript/build-installer.py
+3
-3
openssl_sdk_makedepend.patch
Mac/BuildScript/openssl_sdk_makedepend.patch
+8
-8
NEWS
Misc/NEWS
+1
-1
No files found.
Mac/BuildScript/build-installer.py
Dosyayı görüntüle @
f0c6cd35
...
...
@@ -237,9 +237,9 @@ def library_recipes():
result
.
extend
([
dict
(
name
=
"OpenSSL 1.0.2"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2.tar.gz"
,
checksum
=
'
38373013fc85c790aabf8837969c5eba
'
,
name
=
"OpenSSL 1.0.2
a
"
,
url
=
"https://www.openssl.org/source/openssl-1.0.2
a
.tar.gz"
,
checksum
=
'
a06c547dac9044161a477211049f60ef
'
,
patches
=
[
"openssl_sdk_makedepend.patch"
,
],
...
...
Mac/BuildScript/openssl_sdk_makedepend.patch
Dosyayı görüntüle @
f0c6cd35
# HG changeset patch
# Parent
973741cf5a045b2ba895094d98b2c3649dc00b61
# Parent
25a9af415e8c3faf591c360d5f0e361d049b2b43
# openssl_sdk_makedepend.patch
#
# using openssl 1.0.2
# using openssl 1.0.2
a
#
# - support building with an OS X SDK
# - allow "make depend" to use compilers with names other than "gcc"
diff Configure
diff -
r 973741cf5a04
Configure
--- a/Configure
Thu Mar 05 13:45:59 2015 -0800
+++ b/Configure
Thu Mar 05 14:00:20 2015 -0800
diff -
-git a/Configure b/
Configure
--- a/Configure
+++ b/Configure
@@ -617,12 +617,12 @@
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
...
...
@@ -40,9 +40,9 @@ diff -r 973741cf5a04 Configure
}
s/^CFLAG=.*$/CFLAG= $cflags/;
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
diff -
r 973741cf5a04
util/domd
--- a/util/domd
Thu Mar 05 13:45:59 2015 -0800
+++ b/util/domd
Thu Mar 05 14:00:20 2015 -0800
diff -
-git a/util/domd b/
util/domd
--- a/util/domd
+++ b/util/domd
@@ -14,7 +14,7 @@
cp Makefile Makefile.save
# fake the presence of Kerberos
...
...
Misc/NEWS
Dosyayı görüntüle @
f0c6cd35
...
...
@@ -101,7 +101,7 @@ Build
-
Issue
#
23445
:
pydebug
builds
now
use
"gcc -Og"
where
possible
,
to
make
the
resulting
executable
faster
.
-
Issue
#
23
593
:
Update
OS
X
10.5
installer
build
to
use
OpenSSL
1.0.2
.
-
Issue
#
23
686
:
Update
OS
X
10.5
installer
build
to
use
OpenSSL
1.0.2
a
.
What
's New in Python 3.4.3?
...
...
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