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
Unknown Object (File)
Sat, Apr 13, 11:16 AM
Unknown Object (File)
Sat, Apr 13, 10:54 AM
Unknown Object (File)
Sun, Mar 31, 11:58 AM
Unknown Object (File)
Sun, Mar 31, 11:58 AM
Unknown Object (File)
Sun, Mar 31, 11:58 AM
Unknown Object (File)
Sun, Mar 31, 11:47 AM
Unknown Object (File)
Mar 13 2024, 2:22 AM
Unknown Object (File)
Mar 13 2024, 2:00 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 1823
Build 1830: 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.