Summary: | [PATCH] security/pidentd Replace deprecated des_ methods with DES_ | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Bernard Spil <brnrd> | ||||||||
Component: | Individual Port(s) | Assignee: | Johan van Selst <johans> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | Keywords: | patch | ||||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(johans) |
||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
Bernard Spil
![]() ![]() Created attachment 153922 [details]
svn diff for security/pidentd
Created attachment 153923 [details]
Poudriere build log for security/pidentd
A commit references this bug: Author: johans Date: Mon Mar 9 19:45:02 UTC 2015 New revision: 380875 URL: https://svnweb.freebsd.org/changeset/ports/380875 Log: security/pidentd 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. PR: 198364 Submitted by: Bernard Spil <spil.oss@gmail.com> Changes: head/security/pidentd/Makefile head/security/pidentd/files/patch-src_idecrypt.c head/security/pidentd/files/patch-src_pides.c Commited, thanks. |