Bug 198364

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 Flags
svn diff for security/pidentd
none
svn diff for security/pidentd
none
Poudriere build log for security/pidentd none

Description Bernard Spil freebsd_committer freebsd_triage 2015-03-06 17:59:49 UTC
Created attachment 153919 [details]
svn diff for security/pidentd

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.

Mailed the upstream software creator Peter Eriksson <pen@lysator.liu.se> with a request to apply the patch as well.
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 19:01:18 UTC
Created attachment 153922 [details]
svn diff for security/pidentd
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 19:05:59 UTC
Created attachment 153923 [details]
Poudriere build log for security/pidentd
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-03-09 19:45:39 UTC
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
Comment 4 Johan van Selst freebsd_committer freebsd_triage 2015-03-09 19:46:15 UTC
Commited, thanks.