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)
Sun, Aug 3, 9:29 PM
Unknown Object (File)
Fri, Jul 25, 7:24 AM
Unknown Object (File)
Sun, Jul 13, 3:54 PM
Unknown Object (File)
Jun 26 2025, 11:09 AM
Unknown Object (File)
Jun 22 2025, 9:08 AM
Unknown Object (File)
Jun 20 2025, 6:57 PM
Unknown Object (File)
Jun 17 2025, 3:28 PM
Unknown Object (File)
Jun 15 2025, 3:13 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.