Bug 198345 - [PATCH] net/pipsecd: Replace deprecated des_ and fix LibreSSL build
Summary: [PATCH] net/pipsecd: 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: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 10:16 UTC by Bernard Spil
Modified: 2015-07-03 05:26 UTC (History)
0 users

See Also:


Attachments
svn diff for net/pipsecd (5.76 KB, patch)
2015-03-06 10:19 UTC, Bernard Spil
no flags Details | Diff
Poudriere build log of net/pipsecd (40.68 KB, text/plain)
2015-03-06 10:19 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 10:16:58 UTC
net/pipsecd 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.

There's no upstream site and I don't expect to see an new version (last update is 1999)
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 10:19:26 UTC
Created attachment 153886 [details]
svn diff for net/pipsecd
Comment 2 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 10:19:50 UTC
Created attachment 153887 [details]
Poudriere build log of net/pipsecd
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2015-07-03 05:26:14 UTC
Committed. Thanks.
Comment 4 commit-hook freebsd_committer freebsd_triage 2015-07-03 05:26:39 UTC
A commit references this bug:

Author: cy
Date: Fri Jul  3 05:25:39 UTC 2015
New revision: 391216
URL: https://svnweb.freebsd.org/changeset/ports/391216

Log:
  Replace deprecated des_ with DES_ and fix LibreSSL build.

  PR:		PR/198345
  Submitted by:	brnrd

Changes:
  head/net/pipsecd/Makefile
  head/net/pipsecd/files/patch-tunip.c