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
84fc4ba6
Kaydet (Commit)
84fc4ba6
authored
May 12, 2013
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Closes #17962: Build with OpenSSL 1.0.1e on Windows.
üst
997d05d8
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
10 deletions
+12
-10
NEWS
Misc/NEWS
+2
-0
readme.txt
PC/VC6/readme.txt
+2
-2
pyproject.vsprops
PC/VS8.0/pyproject.vsprops
+1
-1
pyproject.vsprops
PC/VS9.0/pyproject.vsprops
+1
-1
pyproject.props
PCbuild/pyproject.props
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+4
-4
No files found.
Misc/NEWS
Dosyayı görüntüle @
84fc4ba6
...
@@ -250,6 +250,8 @@ Build
...
@@ -250,6 +250,8 @@ Build
- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
4.8.
4.8.
- Issue #17962: Build with OpenSSL 1.0.1e on Windows.
What'
s
New
in
Python
3.3.1
?
What'
s
New
in
Python
3.3.1
?
===========================
===========================
...
...
PC/VC6/readme.txt
Dosyayı görüntüle @
84fc4ba6
...
@@ -153,9 +153,9 @@ _ssl
...
@@ -153,9 +153,9 @@ _ssl
Unpack into the "dist" directory, retaining the folder name from
Unpack into the "dist" directory, retaining the folder name from
the archive - for example, the latest stable OpenSSL will install as
the archive - for example, the latest stable OpenSSL will install as
dist/openssl-1.0.1
d
dist/openssl-1.0.1
e
You need to use version 1.0.1
d
of OpenSSL.
You need to use version 1.0.1
e
of OpenSSL.
You can install the NASM assembler from
You can install the NASM assembler from
http://www.nasm.us/
http://www.nasm.us/
...
...
PC/VS8.0/pyproject.vsprops
Dosyayı görüntüle @
84fc4ba6
...
@@ -58,7 +58,7 @@
...
@@ -58,7 +58,7 @@
/>
/>
<UserMacro
<UserMacro
Name=
"opensslDir"
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-1.0.1
d
"
Value=
"$(externalsDir)\openssl-1.0.1
e
"
/>
/>
<UserMacro
<UserMacro
Name=
"tcltkDir"
Name=
"tcltkDir"
...
...
PC/VS9.0/pyproject.vsprops
Dosyayı görüntüle @
84fc4ba6
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
/>
/>
<UserMacro
<UserMacro
Name=
"opensslDir"
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-1.0.1
d
"
Value=
"$(externalsDir)\openssl-1.0.1
e
"
/>
/>
<UserMacro
<UserMacro
Name=
"tcltkDir"
Name=
"tcltkDir"
...
...
PCbuild/pyproject.props
Dosyayı görüntüle @
84fc4ba6
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<sqlite3Dir>
$(externalsDir)\sqlite-3.7.12
</sqlite3Dir>
<sqlite3Dir>
$(externalsDir)\sqlite-3.7.12
</sqlite3Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<lzmaDir>
$(externalsDir)\xz-5.0.3
</lzmaDir>
<lzmaDir>
$(externalsDir)\xz-5.0.3
</lzmaDir>
<opensslDir>
$(externalsDir)\openssl-1.0.1
d
</opensslDir>
<opensslDir>
$(externalsDir)\openssl-1.0.1
e
</opensslDir>
<tcltkDir>
$(externalsDir)\tcltk
</tcltkDir>
<tcltkDir>
$(externalsDir)\tcltk
</tcltkDir>
<tcltk64Dir>
$(externalsDir)\tcltk64
</tcltk64Dir>
<tcltk64Dir>
$(externalsDir)\tcltk64
</tcltk64Dir>
<tcltkLib>
$(tcltkDir)\lib\tcl85.lib;$(tcltkDir)\lib\tk85.lib
</tcltkLib>
<tcltkLib>
$(tcltkDir)\lib\tcl85.lib;$(tcltkDir)\lib\tk85.lib
</tcltkLib>
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
84fc4ba6
...
@@ -142,7 +142,7 @@ _ssl
...
@@ -142,7 +142,7 @@ _ssl
Get the source code through
Get the source code through
svn export http://svn.python.org/projects/external/openssl-1.0.1
d
svn export http://svn.python.org/projects/external/openssl-1.0.1
e
** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
** NOTE: if you use the Tools\buildbot\external(-amd64).bat approach for
obtaining external sources then you don't need to manually get the source
obtaining external sources then you don't need to manually get the source
...
...
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
84fc4ba6
...
@@ -14,7 +14,7 @@ cd ..
...
@@ -14,7 +14,7 @@ cd ..
@rem if exist tk8.4.16 rd /s/q tk8.4.16
@rem if exist tk8.4.16 rd /s/q tk8.4.16
@rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
@rem if exist tk-8.4.18.1 rd /s/q tk-8.4.18.1
@rem if exist db-4.4.20 rd /s/q db-4.4.20
@rem if exist db-4.4.20 rd /s/q db-4.4.20
@rem if exist openssl-1.0.1
d rd /s/q openssl-1.0.1d
@rem if exist openssl-1.0.1
e rd /s/q openssl-1.0.1e
@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
@rem if exist sqlite-3.7.12 rd /s/q sqlite-3.7.12
@rem bzip
@rem bzip
...
@@ -24,9 +24,9 @@ if not exist bzip2-1.0.6 (
...
@@ -24,9 +24,9 @@ if not exist bzip2-1.0.6 (
)
)
@rem OpenSSL
@rem OpenSSL
if not exist openssl-1.0.1
d
(
if not exist openssl-1.0.1
e
(
rd /s/q openssl-1.0.1
c
rd /s/q openssl-1.0.1
d
svn export http://svn.python.org/projects/external/openssl-1.0.1
d
svn export http://svn.python.org/projects/external/openssl-1.0.1
e
)
)
@rem tcl/tk
@rem tcl/tk
...
...
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