Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4824385f
Commit
4824385f
authored
Dec 10, 2018
by
Steve Dower
Committed by
GitHub
Dec 10, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-35401: Update Windows build to OpenSSL 1.1.0j (GH-11088)
parent
0cd6391f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
13 deletions
+5
-13
Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst
...S.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst
+1
-0
PCbuild/get_externals.bat
PCbuild/get_externals.bat
+2
-2
PCbuild/prepare_ssl.bat
PCbuild/prepare_ssl.bat
+0
-9
PCbuild/python.props
PCbuild/python.props
+2
-2
No files found.
Misc/NEWS.d/next/Windows/2018-12-10-15-01-13.bpo-35401.9L1onG.rst
0 → 100644
View file @
4824385f
Updates Windows build to OpenSSL 1.1.0j
PCbuild/get_externals.bat
View file @
4824385f
...
...
@@ -49,7 +49,7 @@ echo.Fetching external libraries...
set
libraries
=
set
libraries
=
%libraries%
bzip2
-
1
.0.6
if
NOT
"
%IncludeSSLSrc%
"
==
"false"
set
libraries
=
%libraries%
openssl
-
1
.1.0
i
if
NOT
"
%IncludeSSLSrc%
"
==
"false"
set
libraries
=
%libraries%
openssl
-
1
.1.0
j
set
libraries
=
%libraries%
sqlite
-
3
.21.0.0
if
NOT
"
%IncludeTkinterSrc%
"
==
"false"
set
libraries
=
%libraries%
tcl
-core
-
8
.6.8.0
if
NOT
"
%IncludeTkinterSrc%
"
==
"false"
set
libraries
=
%libraries%
tk
-
8
.6.8.0
...
...
@@ -72,7 +72,7 @@ for %%e in (%libraries%) do (
echo
.Fetching
external
binaries
...
set
binaries
=
if
NOT
"
%IncludeSSL%
"
==
"false"
set
binaries
=
%binaries%
openssl
-bin
-
1
.1.0
i
if
NOT
"
%IncludeSSL%
"
==
"false"
set
binaries
=
%binaries%
openssl
-bin
-
1
.1.0
j
if
NOT
"
%IncludeTkinter%
"
==
"false"
set
binaries
=
%binaries%
tcltk
-
8
.6.8.0
if
NOT
"
%IncludeSSLSrc%
"
==
"false"
set
binaries
=
%binaries%
nasm
-
2
.11.06
...
...
PCbuild/prepare_ssl.bat
View file @
4824385f
...
...
@@ -23,8 +23,6 @@ setlocal
if
"
%PCBUILD%
"
==
""
(
set
PCBUILD
=
%~dp0
)
if
"
%EXTERNALS_DIR%
"
==
""
(
set
EXTERNALS_DIR
=
%PCBUILD%
\..\externals
)
set
OUT
=
set
SRC
=
set
ORG_SETTING
=
:CheckOpts
...
...
@@ -32,19 +30,12 @@ if "%~1"=="-h" shift & goto Usage
if
"
%
~1"
==
"--certificate"
(
set
SigningCertificate
=
%
~
2
)
&&
shift
&&
shift
&
goto
CheckOpts
if
"
%
~1"
==
"-c"
(
set
SigningCertificate
=
%
~
2
)
&&
shift
&&
shift
&
goto
CheckOpts
if
"
%
~1"
==
"--organization"
(
set
ORG_SETTING
=-
-organization
"
%
~2"
)
&&
shift
&&
shift
&&
goto
CheckOpts
if
"
%
~1"
==
"-i"
(
SET
SRC
=
$
~
2
)
&&
shift
&&
shift
&&
goto
CheckOpts
if
"
%
~1"
==
"--in"
(
SET
SRC
=
$
~
2
)
&&
shift
&&
shift
&&
goto
CheckOpts
if
"
%
~1"
==
"-o"
(
set
OUT
=
$
~
2
)
&&
shift
&&
shift
&&
goto
CheckOpts
if
"
%
~1"
==
"--out"
(
set
OUT
=
$
~
2
)
&&
shift
&&
shift
&&
goto
CheckOpts
if
"
%
~1"
==
""
goto
Build
echo
Unrecognized
option
:
%
1
goto
Usage
:Build
if
not
defined
SRC
(
echo
-
-in
directory
is
required
&
exit
/b
1
)
if
not
defined
OUT
(
echo
-
-out
directory
is
required
&
exit
/b
1
)
call
"
%PCBUILD%
\find_msbuild.bat"
%MSBUILD%
if
ERRORLEVEL
1
(
echo
Cannot
locate
MSBuild
.exe
on
PATH
or
as
MSBUILD
variable
&
exit
/b
2
)
...
...
PCbuild/python.props
View file @
4824385f
...
...
@@ -49,8 +49,8 @@
<sqlite3Dir>
$(ExternalsDir)sqlite-3.21.0.0\
</sqlite3Dir>
<bz2Dir>
$(ExternalsDir)bzip2-1.0.6\
</bz2Dir>
<lzmaDir>
$(ExternalsDir)xz-5.2.2\
</lzmaDir>
<opensslDir>
$(ExternalsDir)openssl-1.1.0
i
\
</opensslDir>
<opensslOutDir>
$(ExternalsDir)openssl-bin-1.1.0
i
\$(ArchName)\
</opensslOutDir>
<opensslDir>
$(ExternalsDir)openssl-1.1.0
j
\
</opensslDir>
<opensslOutDir>
$(ExternalsDir)openssl-bin-1.1.0
j
\$(ArchName)\
</opensslOutDir>
<opensslIncludeDir>
$(opensslOutDir)include
</opensslIncludeDir>
<nasmDir>
$(ExternalsDir)\nasm-2.11.06\
</nasmDir>
<zlibDir>
$(ExternalsDir)\zlib-1.2.11\
</zlibDir>
...
...
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