--- lang/python36/Makefile +++ lang/python36/Makefile @@ -3,7 +3,7 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -13,7 +13,8 @@ DIST_SUBDIR= python # Resolve sinpi name clash with libm (IEEE-754 violation) PATCH_SITES= https://github.com/python/cpython/commit/ PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \ - f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 + f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1 \ + 69cdeeb93e0830004a495ed854022425b93b3f3e.patch:-p1 MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language --- lang/python36/distinfo +++ lang/python36/distinfo @@ -1,7 +1,9 @@ -TIMESTAMP = 1575752359 +TIMESTAMP = 1591283258 SHA256 (python/Python-3.6.9.tar.xz) = 5e2f5f554e3f8f7f0296f7e73d8600c4e9acbaee6b2555b83206edf5153870da SIZE (python/Python-3.6.9.tar.xz) = 17212164 SHA256 (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 44340896504b297bbab06db0bb0a71ddf9f25bbe02ab3dcdfeec2772c957b69f SIZE (python/f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch) = 2542 SHA256 (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = a5cf6ef701d6afb14417232c6723fe2c50d7bf35d87bf6b3e3bcbfa1000a38f9 SIZE (python/f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch) = 2888 +SHA256 (python/69cdeeb93e0830004a495ed854022425b93b3f3e.patch) = e935493892358bf5a82dd6299fd9d1f0dadb28395bc1d8e0dd031fde0bf4c68c +SIZE (python/69cdeeb93e0830004a495ed854022425b93b3f3e.patch) = 10887 --- lang/python37/Makefile +++ lang/python37/Makefile @@ -3,12 +3,16 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} +PORTREVISION= 1 CATEGORIES= lang python MASTER_SITES= PYTHON/ftp/python/${PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} DISTNAME= Python-${PORTVERSION} DIST_SUBDIR= python +PATCH_SITES= https://github.com/python/cpython/commit/ +PATCHFILES= b57a73694e26e8b2391731b5ee0b1be59437388e.patch:-p1 + MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language --- lang/python37/distinfo +++ lang/python37/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1583986224 +TIMESTAMP = 1591283258 SHA256 (python/Python-3.7.7.tar.xz) = 06a0a9f1bf0d8cd1e4121194d666c4e28ddae4dd54346de6c343206599f02136 SIZE (python/Python-3.7.7.tar.xz) = 17268888 +SHA256 (python/b57a73694e26e8b2391731b5ee0b1be59437388e.patch) = c0600667e20d931a6c03d109b6be2bda3eac3923db0ff39e090dc7727c5e45ac +SIZE (python/b57a73694e26e8b2391731b5ee0b1be59437388e.patch) = 10979 --- security/vuxml/vuln.xml +++ security/vuxml/vuln.xml @@ -2041,11 +2041,11 @@ If successful, a malicious third party could trigger either a crash of VLC or an python37 - 3.7.7 + 3.7.7_1 python36 - 3.6.11 + 3.6.9_4 python35