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
fd0afed5
Kaydet (Commit)
fd0afed5
authored
May 15, 2012
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Upgrade openssl to 0.9.8x.
üst
6a2a6c2e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
5 deletions
+7
-5
NEWS
Misc/NEWS
+2
-0
pyproject.vsprops
PC/VS8.0/pyproject.vsprops
+1
-1
pyproject.vsprops
PCbuild/pyproject.vsprops
+1
-1
readme.txt
PCbuild/readme.txt
+1
-1
external-common.bat
Tools/buildbot/external-common.bat
+2
-2
No files found.
Misc/NEWS
Dosyayı görüntüle @
fd0afed5
...
...
@@ -157,6 +157,8 @@ Tests
Build
-----
- Build against bzip2 1.0.6 and openssl 0.9.8x on Windows.
- Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.
- Issue #14437: Fix building the _io module under Cygwin.
...
...
PC/VS8.0/pyproject.vsprops
Dosyayı görüntüle @
fd0afed5
...
...
@@ -82,7 +82,7 @@
/>
<UserMacro
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-0.9.8
l
"
Value=
"$(externalsDir)\openssl-0.9.8
x
"
/>
<UserMacro
Name=
"tcltkDir"
...
...
PCbuild/pyproject.vsprops
Dosyayı görüntüle @
fd0afed5
...
...
@@ -82,7 +82,7 @@
/>
<UserMacro
Name=
"opensslDir"
Value=
"$(externalsDir)\openssl-0.9.8
l
"
Value=
"$(externalsDir)\openssl-0.9.8
x
"
/>
<UserMacro
Name=
"tcltkDir"
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
fd0afed5
...
...
@@ -142,7 +142,7 @@ _ssl
Get the source code through
svn export http://svn.python.org/projects/external/openssl-0.9.8
l
svn export http://svn.python.org/projects/external/openssl-0.9.8
x
** 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 @
fd0afed5
...
...
@@ -15,7 +15,7 @@ cd ..
@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.7.25.0 rd /s/q db-4.7.25.0
@rem if exist openssl-0.9.8
l rd /s/q openssl-0.9.8l
@rem if exist openssl-0.9.8
x rd /s/q openssl-0.9.8x
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
@rem bzip
...
...
@@ -29,7 +29,7 @@ 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 not exist openssl-0.9.8
l svn export http://svn.python.org/projects/external/openssl-0.9.8l
if not exist openssl-0.9.8
x svn export http://svn.python.org/projects/external/openssl-0.9.8x
@rem tcl/tk
if not exist tcl-8.5.2.1 (
...
...
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