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
a9abcfa2
Kaydet (Commit)
a9abcfa2
authored
Tem 26, 2005
tarafından
Trent Mick
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Upgrade Windows build to zlib 1.2.3 (a security fix)
üst
022c6e5f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
14 deletions
+22
-14
NEWS
Misc/NEWS
+8
-0
readme.txt
PCbuild/readme.txt
+5
-5
zlib.vcproj
PCbuild/zlib.vcproj
+9
-9
No files found.
Misc/NEWS
Dosyayı görüntüle @
a9abcfa2
...
...
@@ -83,6 +83,14 @@ Library
line
ending
.
Remove
the
special
handling
of
a
"
\r\n
"
that
has
been
split
between
two
lines
.
Build
-----
-
Upgrade
Windows
build
to
zlib
1.2.3
which
eliminates
a
potential
security
vulnerability
in
zlib
1.2.1
and
1.2.2
.
Documentation
-------------
...
...
PCbuild/readme.txt
Dosyayı görüntüle @
a9abcfa2
...
...
@@ -126,15 +126,15 @@ _tkinter
zlib
Python wrapper for the zlib compression library. Get the source code
for version 1.2.
1
from a convenient mirror at:
for version 1.2.
3
from a convenient mirror at:
http://www.gzip.org/zlib/
Unpack into dist\zlib-1.2.
1
.
Unpack into dist\zlib-1.2.
3
.
A custom pre-link step in the zlib project settings should manage to
build zlib-1.2.
1
\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
build zlib-1.2.
3
\zlib.lib by magic before zlib.pyd (or zlib_d.pyd) is
linked in PCbuild\.
However, the zlib project is not smart enough to remove anything under
zlib-1.2.
1
\ when you do a clean, so if you want to rebuild zlib.lib
you need to clean up zlib-1.2.
1
\ by hand.
zlib-1.2.
3
\ when you do a clean, so if you want to rebuild zlib.lib
you need to clean up zlib-1.2.
3
\ by hand.
bz2
Python wrapper for the libbz2 compression library. Homepage
...
...
PCbuild/zlib.vcproj
Dosyayı görüntüle @
a9abcfa2
...
...
@@ -21,7 +21,7 @@
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"..\Include,..\PC,..\..\zlib-1.2.
1
"
AdditionalIncludeDirectories=
"..\Include,..\PC,..\..\zlib-1.2.
3
"
PreprocessorDefinitions=
"_DEBUG;WIN32;_WINDOWS"
RuntimeLibrary=
"3"
UsePrecompiledHeader=
"2"
...
...
@@ -37,7 +37,7 @@
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"..\..\zlib-1.2.
1
\zlib.lib"
AdditionalDependencies=
"..\..\zlib-1.2.
3
\zlib.lib"
OutputFile=
"./zlib_d.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -63,7 +63,7 @@
<Tool
Name=
"VCPreLinkEventTool"
Description=
"Checking static zlib has been built"
CommandLine=
"cd ..\..\zlib-1.2.
1
CommandLine=
"cd ..\..\zlib-1.2.
3
nmake -nologo -f win32\Makefile.msc zlib.lib
"
/>
<Tool
...
...
@@ -92,7 +92,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
Name=
"VCCLCompilerTool"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"..\Include,..\PC,..\..\zlib-1.2.
1
"
AdditionalIncludeDirectories=
"..\Include,..\PC,..\..\zlib-1.2.
3
"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS"
StringPooling=
"TRUE"
RuntimeLibrary=
"2"
...
...
@@ -110,7 +110,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
AdditionalDependencies=
"..\..\zlib-1.2.
1
\zlib.lib"
AdditionalDependencies=
"..\..\zlib-1.2.
3
\zlib.lib"
OutputFile=
"./zlib.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -136,7 +136,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
<Tool
Name=
"VCPreLinkEventTool"
Description=
"Checking static zlib has been built"
CommandLine=
"cd ..\..\zlib-1.2.
1
CommandLine=
"cd ..\..\zlib-1.2.
3
nmake -nologo -f win32\Makefile.msc zlib.lib
"
/>
<Tool
...
...
@@ -166,7 +166,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
AdditionalOptions=
" /USECL:MS_ITANIUM"
Optimization=
"2"
InlineFunctionExpansion=
"1"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\zlib-1.2.
1
"
AdditionalIncludeDirectories=
"{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\zlib-1.2.
3
"
PreprocessorDefinitions=
"NDEBUG;WIN32;_WINDOWS"
StringPooling=
"TRUE"
BasicRuntimeChecks=
"0"
...
...
@@ -188,7 +188,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
<Tool
Name=
"VCLinkerTool"
AdditionalOptions=
" /MACHINE:IA64 /USELINK:MS_SDK"
AdditionalDependencies=
"..\..\zlib-1.2.
1
\zlib.lib"
AdditionalDependencies=
"..\..\zlib-1.2.
3
\zlib.lib"
OutputFile=
"./zlib.pyd"
LinkIncremental=
"1"
SuppressStartupBanner=
"TRUE"
...
...
@@ -214,7 +214,7 @@ nmake -nologo -f win32\Makefile.msc zlib.lib
<Tool
Name=
"VCPreLinkEventTool"
Description=
"Checking static zlib has been built"
CommandLine=
"cd ..\..\zlib-1.2.
1
CommandLine=
"cd ..\..\zlib-1.2.
3
nmake -nologo -f win32\Makefile.msc zlib.lib
"
/>
<Tool
...
...
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