Bug 198345

Summary: [PATCH] net/pipsecd: Replace deprecated des_ and fix LibreSSL build
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Some People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for net/pipsecd
none
Poudriere build log of net/pipsecd none

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