[Bug 198351] [PATCH] security/opencryptoki: Replace deprecated des_ and fix LibreSSL build

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Mar 6 12:03:33 UTC 2015


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

            Bug ID: 198351
           Summary: [PATCH] security/opencryptoki: Replace deprecated des_
                    and fix LibreSSL build
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: hrs at FreeBSD.org
          Reporter: spil.oss at gmail.com
             Flags: maintainer-feedback?(hrs at FreeBSD.org)
          Keywords: patch
          Assignee: hrs at FreeBSD.org

Created attachment 153893
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153893&action=edit
svn diff for security/opencryptoki

security/opencryptoki uses a mix of deprecated des_ and new 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.

This has been submitted to upstream here
https://github.com/joylatten/opencryptoki/pull/115

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


More information about the freebsd-ports-bugs mailing list