Bug 198364 - [PATCH] security/pidentd Replace deprecated des_ methods with DES_
Summary: [PATCH] security/pidentd 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: Johan van Selst
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-06 17:59 UTC by Bernard Spil
Modified: 2015-03-09 19:46 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (johans)


Attachments
svn diff for security/pidentd (3.96 KB, patch)
2015-03-06 17:59 UTC, Bernard Spil
no flags Details | Diff
svn diff for security/pidentd (3.96 KB, patch)
2015-03-06 19:01 UTC, Bernard Spil
no flags Details | Diff
Poudriere build log for security/pidentd (21.48 KB, text/plain)
2015-03-06 19:05 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 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.