Bug 198366 - [PATCH] security/sectok Replace deprecated des_ methods with DES_
Summary: [PATCH] security/sectok Replace deprecated des_ methods with DES_
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Xin LI
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-06 19:27 UTC by Bernard Spil
Modified: 2015-05-22 07:10 UTC (History)
1 user (show)

See Also:


Attachments
svn diff for security/sectok (2.00 KB, patch)
2015-03-06 19:27 UTC, Bernard Spil
no flags Details | Diff
Poudriere build log for security/sectok (16.26 KB, text/plain)
2015-03-06 19:29 UTC, Bernard Spil
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernard Spil freebsd_committer freebsd_triage 2015-03-06 19:27:34 UTC
Created attachment 153924 [details]
svn diff for security/sectok

security/sectok uses deprecated des_ methods and types that were marked deprecated by OpenSSL 0.9.7 and will be removed in OpenSSL 1.1.0 . This patch replaces the des_ methods and types with their new DES_ counterparts.

Sent patch to upstream information@citi.umich.edu (only address I could find)
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 19:29:31 UTC
Created attachment 153925 [details]
Poudriere build log for security/sectok
Comment 2 Xin LI freebsd_committer freebsd_triage 2015-05-22 07:10:09 UTC
Committed, thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-05-22 07:10:41 UTC
A commit references this bug:

Author: delphij
Date: Fri May 22 07:10:02 UTC 2015
New revision: 386986
URL: https://svnweb.freebsd.org/changeset/ports/386986

Log:
  Use new DES_ methods instead of the long deprecated des_ methods.

  PR:		198366
  Submitted by:	Bernard Spil <spil.oss gmail com>

Changes:
  head/security/sectok/Makefile
  head/security/sectok/files/patch-cyberflex.c