[Bug 198243] [PATCH] deskutils/growl-for-linux replace deprecated des_ methods with DES_

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 3 19:41:08 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198243

            Bug ID: 198243
           Summary: [PATCH] deskutils/growl-for-linux replace deprecated
                    des_ methods with DES_
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: nivit at FreeBSD.org
          Reporter: spil.oss at gmail.com
             Flags: maintainer-feedback?(nivit at FreeBSD.org)
          Assignee: nivit at FreeBSD.org
          Keywords: patch

Created attachment 153728
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153728&action=edit
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list