Bug 198352

Summary: [PATCH] security/ophcrack: Replace deprecated des_ and fix LibreSSL build
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (danfe)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for security/ophcrack
none
Poudriere build log of security/ophcrack none

Description Bernard Spil freebsd_committer freebsd_triage 2015-03-06 13:13:11 UTC
Created attachment 153895 [details]
svn diff for security/ophcrack

security/ophcrack 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.

The upstream sourceforge project seems dead, no links where I could upstream this change. No mailinglist, no directly related project found on GitHub.
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 13:13:37 UTC
Created attachment 153896 [details]
Poudriere build log of security/ophcrack
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-03-30 03:05:07 UTC
A commit references this bug:

Author: danfe
Date: Mon Mar 30 03:04:26 UTC 2015
New revision: 382632
URL: https://svnweb.freebsd.org/changeset/ports/382632

Log:
  Replace methods and types that were marked deprecated by OpenSSL 0.9.7
  and will be removed in OpenSSL 1.1.0.

  PR:		198348, 198352
  Submitted by:	Bernard Spil

Changes:
  head/security/john/Makefile
  head/security/ophcrack/files/
  head/security/ophcrack/files/patch-src_lmtable.c
  head/security/ophcrack/files/patch-src_samdump2_samdump2.c
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2015-03-30 03:09:52 UTC
Committed as part of revision ports r382632, thanks!