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
4dc72785
Commit
4dc72785
authored
Oct 17, 2014
by
Zachary Ware
Browse files
Options
Browse Files
Download
Plain Diff
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
parents
f88cad00
baa6d3a0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
Misc/NEWS
Misc/NEWS
+1
-2
PCbuild/get_externals.bat
PCbuild/get_externals.bat
+1
-1
PCbuild/pyproject.props
PCbuild/pyproject.props
+1
-1
Tools/buildbot/build.bat
Tools/buildbot/build.bat
+1
-1
No files found.
Misc/NEWS
View file @
4dc72785
...
...
@@ -1325,8 +1325,7 @@ Windows
- Issue #21907: Improved the batch scripts provided for building Python.
- Issue #21671, #22160, CVE-2014-0224: The bundled version of OpenSSL has been
updated to 1.0.1i.
- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j.
- Issue #10747: Use versioned labels in the Windows start menu.
Patch by Olive Kilburn.
...
...
PCbuild/get_externals.bat
View file @
4dc72785
...
...
@@ -51,7 +51,7 @@ echo.Fetching external libraries...
for
%%e
in
(
bzip2
-
1
.0.6
openssl
-
1
.0.1
i
openssl
-
1
.0.1
j
tcl
-
8
.6.1.0
tk
-
8
.6.1.0
tix
-
8
.4.3.4
...
...
PCbuild/pyproject.props
View file @
4dc72785
...
...
@@ -20,7 +20,7 @@
<sqlite3Dir>
$(externalsDir)\sqlite-3.8.3.1
</sqlite3Dir>
<bz2Dir>
$(externalsDir)\bzip2-1.0.6
</bz2Dir>
<lzmaDir>
$(externalsDir)\xz-5.0.5
</lzmaDir>
<opensslDir>
$(externalsDir)\openssl-1.0.1
i
</opensslDir>
<opensslDir>
$(externalsDir)\openssl-1.0.1
j
</opensslDir>
<tclDir>
$(externalsDir)\tcl-8.6.1.0
</tclDir>
<tkDir>
$(externalsDir)\tk-8.6.1.0
</tkDir>
<tixDir>
$(externalsDir)\tix-8.4.3.4
</tixDir>
...
...
Tools/buildbot/build.bat
View file @
4dc72785
...
...
@@ -7,7 +7,7 @@ call "%~dp0clean.bat"
@rem
a
new
version
of
an
external
library
,
especially
Tcl
/Tk
)
:
@rem
1
)
uncomment
the
following
line
:
@rem
call
"
%~dp0
..\..\PCbuild\get_externals.bat"
-
-clean-only
call
"
%~dp0
..\..\PCbuild\get_externals.bat"
-
-clean-only
@rem
2
)
commit
and
push
@rem
3
)
wait
for
all
Windows
bots
to
start
a
build
with
that
changeset
...
...
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