Bug 198368 - [PATCH] databases/virtuoso: Replace deprecated des_ methods with DES_
Summary: [PATCH] databases/virtuoso: 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: Max Khon
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2015-03-06 19:53 UTC by Bernard Spil
Modified: 2015-03-21 20:31 UTC (History)
0 users

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


Attachments
svn diff for databases/virtuoso (14.52 KB, patch)
2015-03-06 19:53 UTC, Bernard Spil
no flags Details | Diff
Poudriere build log for databases/virtuoso (107.27 KB, application/x-gzip)
2015-03-06 19:55 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 19:53:49 UTC
Created attachment 153926 [details]
svn diff for databases/virtuoso

virtuoso 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 and fixes building with LibreSSL.

I've sent the patch upstream via the form on their website (Virtuoso Open Source Maintainer)
Comment 1 Bernard Spil freebsd_committer freebsd_triage 2015-03-06 19:55:41 UTC
Created attachment 153927 [details]
Poudriere build log for databases/virtuoso

Larger than 1MB
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-03-21 20:29:59 UTC
A commit references this bug:

Author: fjoe
Date: Sat Mar 21 20:29:42 UTC 2015
New revision: 381865
URL: https://svnweb.freebsd.org/changeset/ports/381865

Log:
  - Replace deprecated des_ methods with DES_ (fixed the build with LibreSSL)
  - Bump PORTREVISION

  PR:		198368
  Submitted by:	Bernard Spil

Changes:
  head/databases/virtuoso/Makefile
  head/databases/virtuoso/files/patch-openssl
Comment 3 Max Khon freebsd_committer freebsd_triage 2015-03-21 20:31:01 UTC
Fixed in virtuoso-7.1.0_2