svn commit: r535861 - branches/2020Q2/lang/python38
Wen Heping
wen at FreeBSD.org
Tue May 19 14:26:14 UTC 2020
Author: wen
Date: Tue May 19 14:26:13 2020
New Revision: 535861
URL: https://svnweb.freebsd.org/changeset/ports/535861
Log:
MFH: r535463
- Update to 3.8.3
(include security fix)
Security: CVE-2019-18348, CVE-2020-8492
Approved by: ports-secteam@(joneum@)
Modified:
branches/2020Q2/lang/python38/Makefile.version
branches/2020Q2/lang/python38/distinfo
branches/2020Q2/lang/python38/pkg-plist
Directory Properties:
branches/2020Q2/ (props changed)
Modified: branches/2020Q2/lang/python38/Makefile.version
==============================================================================
--- branches/2020Q2/lang/python38/Makefile.version Tue May 19 14:18:34 2020 (r535860)
+++ branches/2020Q2/lang/python38/Makefile.version Tue May 19 14:26:13 2020 (r535861)
@@ -3,4 +3,4 @@
# Do not forget to update python documentation (lang/python-doc-*)
# Run "make -C lang/python-doc-html makesum"
-PYTHON_PORTVERSION= 3.8.2
+PYTHON_PORTVERSION= 3.8.3
Modified: branches/2020Q2/lang/python38/distinfo
==============================================================================
--- branches/2020Q2/lang/python38/distinfo Tue May 19 14:18:34 2020 (r535860)
+++ branches/2020Q2/lang/python38/distinfo Tue May 19 14:26:13 2020 (r535861)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583046314
-SHA256 (python/Python-3.8.2.tar.xz) = 2646e7dc233362f59714c6193017bb2d6f7b38d6ab4a0cb5fbac5c36c4d845df
-SIZE (python/Python-3.8.2.tar.xz) = 17869888
+TIMESTAMP = 1589620078
+SHA256 (python/Python-3.8.3.tar.xz) = dfab5ec723c218082fe3d5d7ae17ecbdebffa9a1aea4d64aa3a2ecdd2e795864
+SIZE (python/Python-3.8.3.tar.xz) = 17912964
Modified: branches/2020Q2/lang/python38/pkg-plist
==============================================================================
--- branches/2020Q2/lang/python38/pkg-plist Tue May 19 14:18:34 2020 (r535860)
+++ branches/2020Q2/lang/python38/pkg-plist Tue May 19 14:26:13 2020 (r535861)
@@ -2221,8 +2221,8 @@ lib/python%%XYDOT%%/http/server.py
lib/python%%XYDOT%%/idlelib/CREDITS.txt
lib/python%%XYDOT%%/idlelib/ChangeLog
lib/python%%XYDOT%%/idlelib/HISTORY.txt
+lib/python%%XYDOT%%/idlelib/Icons/README.txt
lib/python%%XYDOT%%/idlelib/Icons/folder.gif
-lib/python%%XYDOT%%/idlelib/Icons/idle.icns
lib/python%%XYDOT%%/idlelib/Icons/idle.ico
lib/python%%XYDOT%%/idlelib/Icons/idle_16.gif
lib/python%%XYDOT%%/idlelib/Icons/idle_16.png
@@ -2230,6 +2230,7 @@ lib/python%%XYDOT%%/idlelib/Icons/idle_32.gif
lib/python%%XYDOT%%/idlelib/Icons/idle_32.png
lib/python%%XYDOT%%/idlelib/Icons/idle_48.gif
lib/python%%XYDOT%%/idlelib/Icons/idle_48.png
+lib/python%%XYDOT%%/idlelib/Icons/idle_256.png
lib/python%%XYDOT%%/idlelib/Icons/minusnode.gif
lib/python%%XYDOT%%/idlelib/Icons/openfolder.gif
lib/python%%XYDOT%%/idlelib/Icons/plusnode.gif
More information about the svn-ports-branches
mailing list