Bug 198352 - [PATCH] security/ophcrack: Replace deprecated des_ and fix LibreSSL build
Summary: [PATCH] security/ophcrack: Replace deprecated des_ and fix LibreSSL build
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: Alexey Dokuchaev
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-06 13:13 UTC by Bernard Spil
Modified: 2015-03-30 03:09 UTC (History)
0 users

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


Attachments
svn diff for security/ophcrack (4.37 KB, patch)
2015-03-06 13:13 UTC, Bernard Spil
no flags Details | Diff
Poudriere build log of security/ophcrack (65.34 KB, text/plain)
2015-03-06 13:13 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 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!