Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 02 Mar 2015 19:21:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198184] net-mgmt/ettercap Replace deprecated des_ methods with DES_
Message-ID:  <bug-198184-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198184

            Bug ID: 198184
           Summary: net-mgmt/ettercap Replace deprecated des_ methods with
                    DES_
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: spil.oss@gmail.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Created attachment 153675
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153675&action=edit
svn diff for net-mgmt/ettercap

OpenSSL has deprecated a large number of des_ methods and types on 24 October
2001 (commit
https://github.com/openssl/openssl/commit/c2e4f17c1a0d4d5115c6ede9492de1615fe392ac)
and released this 30 December 2002 with OpenSSL 0.9.7 See
https://github.com/openssl/openssl/blob/OpenSSL_0_9_7-stable/CHANGES

LibreSSL removed des_old completely, and the next release of OpenSSL (1.0.3)
has also removed these compatibility macros. See
https://github.com/openssl/openssl/commit/24956ca00f014a917fb181a8abc39b349f3f316f.

This patch replaces the old des_ methods and types with the DES_ ones. This has
been accepted upstream for the next version See
https://github.com/Ettercap/ettercap/pull/663 and passed their Travis CI.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198184-13>