Bug 198243

Summary: [PATCH] deskutils/growl-for-linux replace deprecated des_ methods with DES_
Product: Ports & Packages Reporter: Bernard Spil <brnrd>
Component: Individual Port(s)Assignee: Nicola Vitale <nivit>
Status: Closed FIXED    
Severity: Affects Some People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (nivit)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
svn diff for deskutils/growl-for-linux none

Description Bernard Spil freebsd_committer freebsd_triage 2015-03-03 19:41:07 UTC
Created attachment 153728 [details]
svn diff for deskutils/growl-for-linux

OpenSSL has deprecated a large number of des_ methods and types on 24 October 2001 and released this 30 December 2002 with OpenSSL 0.9.7.
LibreSSL removed des_old completely, and the next release of OpenSSL (1.0.3) has also removed these compatibility macros.

Attached patch replaces the deprecated methods and types with the current ones (des_ to DES_ and adapt to method signature). This patch was accepted by the upstream project see https://github.com/mattn/growl-for-linux/pull/51
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-03-07 22:44:07 UTC
A commit references this bug:

Author: nivit
Date: Sat Mar  7 22:43:52 UTC 2015
New revision: 380720
URL: https://svnweb.freebsd.org/changeset/ports/380720

Log:
  - Replace the deprecated methods and types of OpenSSL with the current ones
    (des_ to DES_ and adapt to method signature). The patch was accepted by the
    upstream project see https://github.com/mattn/growl-for-linux/pull/51

  PR:	198243
  Submitted by:	Bernard Spil <spil.oss@gmail.com>

Changes:
  head/deskutils/growl-for-linux/files/patch-gol.c
Comment 2 Nicola Vitale freebsd_committer freebsd_triage 2015-03-07 22:46:57 UTC
Committed. Thanks for your contribution!