Page MenuHomeFreeBSD

lang/python32: Mark deprecated / fix No-EDGD/-SSLv3
ClosedPublic

Authored by brnrd on Dec 24 2015, 1:00 PM.
Tags
None
Referenced Files
F105334978: D4701.diff
Sun, Dec 15, 1:26 AM
Unknown Object (File)
Mon, Nov 25, 1:33 PM
Unknown Object (File)
Sat, Nov 23, 12:40 AM
Unknown Object (File)
Nov 12 2024, 12:50 PM
Unknown Object (File)
Nov 11 2024, 4:59 PM
Unknown Object (File)
Oct 20 2024, 11:28 AM
Unknown Object (File)
Oct 6 2024, 4:47 PM
Unknown Object (File)
Sep 24 2024, 2:45 AM
Subscribers
None

Details

Reviewers
koobs
feld
Summary

Proposed commit log:
'''
lang/python32: Mark deprecated / fix No-EDGD/-SSLv3

  • Mark DEPRECATED, EXPIRES Feb 2016 [1]
  • Backport issue21356 RAND_egd fix [2]
  • Fix build for openssl -nossl3

[1] https://www.python.org/dev/peps/pep-0392/#lifespan
[2] http://bugs.python.org/issue21356

PR: 195513
Reviewed_by: koobs (mentor, python), feld (mentor)
Approved by: <name> (python)
Differential_Revision: https://reviews.freebsd.org/D
'''

Test Plan
  • poudriere testport
  • make test

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 1821
Build 1828: arc lint + arc unit

Event Timeline

brnrd retitled this revision from to lang/python32: Mark deprecated / fix No-EDGD/-SSLv3.
brnrd updated this object.
brnrd edited the test plan for this revision. (Show Details)
brnrd added reviewers: koobs, feld.
koobs requested changes to this revision.Dec 24 2015, 1:17 PM
koobs edited edge metadata.

I presume this satisfies/includes the changes mentioned in D4695?

lang/python32/Makefile
16

Where did you find EXPIRES_BY?

Isnt this EXPIRATION_DATE ?

This revision now requires changes to proceed.Dec 24 2015, 1:17 PM
brnrd edited edge metadata.

Fix EXPIRATION_DATE

In D4701#99301, @koobs wrote:

I presume this satisfies/includes the changes mentioned in D4695?

Yes, with this change the port satisfies all changes mentioned in D4695

lang/python32/Makefile
16

Fixed

koobs edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 24 2015, 2:06 PM
feld edited edge metadata.