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
68773f31
Kaydet (Commit)
68773f31
authored
Tem 22, 2015
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #24603: Update Windows build to use OpenSSL 1.0.2d
üst
c6fe4dbe
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
NEWS
Misc/NEWS
+2
-2
pyproject.vsprops
PC/VS9.0/pyproject.vsprops
+1
-1
readme.txt
PC/VS9.0/readme.txt
+1
-1
get_externals.bat
PCbuild/get_externals.bat
+1
-1
python.props
PCbuild/python.props
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
68773f31
...
...
@@ -107,8 +107,8 @@ Build
backported files replace the old project files in PCbuild; the old files moved
to PC/VS9.0 and remain supported.
- Issue #24
432
: Update Windows builds and OS X 10.5 installer to use OpenSSL
1.0.2
c
.
- Issue #24
603
: Update Windows builds and OS X 10.5 installer to use OpenSSL
1.0.2
d
.
IDLE
----
...
...
PC/VS9.0/pyproject.vsprops
Dosyayı görüntüle @
68773f31
...
...
@@ -82,7 +82,7 @@
/>
<UserMacro
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-1.0.2
c
"
Value=
"$(externalsDir)\openssl-1.0.2
d
"
/>
<UserMacro
Name=
"tcltkDir"
...
...
PC/VS9.0/readme.txt
Dosyayı görüntüle @
68773f31
...
...
@@ -132,7 +132,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.2
c
svn export http://svn.python.org/projects/external/openssl-1.0.2
d
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
...
...
PCbuild/get_externals.bat
Dosyayı görüntüle @
68773f31
...
...
@@ -58,7 +58,7 @@ for %%e in (
bzip2-1.0.6
db-4.7.25.0
nasm-2.11.06
openssl-1.0.2
c
openssl-1.0.2
d
tcl-8.5.15.0
tk-8.5.15.0
tix-8.4.3.5
...
...
PCbuild/python.props
Dosyayı görüntüle @
68773f31
...
...
@@ -30,7 +30,7 @@
<sqlite3Dir>
$(ExternalsDir)sqlite-3.6.21\
</sqlite3Dir>
<bz2Dir>
$(ExternalsDir)bzip2-1.0.6\
</bz2Dir>
<bsddbDir>
$(ExternalsDir)db-4.7.25.0
</bsddbDir>
<opensslDir>
$(ExternalsDir)openssl-1.0.2
c
\
</opensslDir>
<opensslDir>
$(ExternalsDir)openssl-1.0.2
d
\
</opensslDir>
<nasmDir>
$(ExternalsDir)\nasm-2.11.06\
</nasmDir>
<!-- Suffix for all binaries when building for debug -->
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
68773f31
...
...
@@ -146,7 +146,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.2
c
svn export http://svn.python.org/projects/external/openssl-1.0.2
d
** NOTE: if you use the PCbuild\get_externals.bat approach for
obtaining external sources then you don't need to manually get the source
...
...
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