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
6b862662
Kaydet (Commit)
6b862662
authored
Haz 06, 2014
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #21671, CVE-2014-0224: Update the Windows build to openssl-1.0.1h
üst
90bcdd71
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
NEWS
Misc/NEWS
+6
-0
pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+3
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
6b862662
...
...
@@ -73,6 +73,12 @@ Tests
- Issue #20635: Added tests for Tk geometry managers.
Windows
-------
- Issue #21671, CVE-2014-0224: The bundled version of OpenSSL has been
updated to 1.0.1h.
What'
s
New
in
Python
2.7.7
==========================
...
...
PCbuild/pyproject.vsprops
Dosyayı görüntüle @
6b862662
...
...
@@ -82,7 +82,7 @@
/>
<UserMacro
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-1.0.1
g
"
Value=
"$(externalsDir)\openssl-1.0.1
h
"
/>
<UserMacro
Name=
"tcltkDir"
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
6b862662
...
...
@@ -132,7 +132,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-
0.9.8y
svn export http://svn.python.org/projects/external/openssl-
1.0.1h
** 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
...
...
Tools/buildbot/external-common.bat
Dosyayı görüntüle @
6b862662
...
...
@@ -21,6 +21,7 @@ cd ..
@rem if exist db-4.7.25.0 rd /s/q db-4.7.25.0
@rem if exist openssl-0.9.8y rd /s/q openssl-0.9.8y
@rem if exist openssl-1.0.1g rd /s/q openssl-1.0.1g
@rem if exist openssl-1.0.1h rd /s/q openssl-1.0.1h
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem bzip
...
...
@@ -34,8 +35,8 @@ if exist db-4.4.20 rd /s/q db-4.4.20
if not exist db-4.7.25.0 svn export http://svn.python.org/projects/external/db-4.7.25.0
@rem OpenSSL
if exist openssl-
0.9.8y rd /s/q openssl-0.9.8y
if not exist openssl-1.0.1
g svn export http://svn.python.org/projects/external/openssl-1.0.1g
if exist openssl-
1.0.1g rd /s/q openssl-1.0.1g
if not exist openssl-1.0.1
h svn export http://svn.python.org/projects/external/openssl-1.0.1h
@rem tcl/tk
if not exist tcl-8.5.15.0 (
...
...
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