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)
Created attachment 153925 [details] Poudriere build log for security/sectok
Committed, thanks!
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