Bug 209292

Summary: [PATCH] devel/ace: Update to version 6.3.4
Product: Ports & Packages Reporter: tkato432
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
devel_ace.diff none

Description tkato432 2016-05-05 18:31:06 UTC
Created attachment 170006 [details]
devel_ace.diff
Comment 1 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-05 20:50:08 UTC
Testbuilds are fine, committed, thanks! Btw, a changelog would help!
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-05-05 20:50:11 UTC
A commit references this bug:

Author: pi
Date: Thu May  5 20:50:04 UTC 2016
New revision: 414665
URL: https://svnweb.freebsd.org/changeset/ports/414665

Log:
  devel/ace: 6.3.3 -> 6.3.4

  Changes:
  - ACE_SSL_Context::set_mode() can no longer be used to select a specific
    SSL/TLS protocol version, use ACE_SSL_Context::filter_versions() for that.
    This follows general advice by the OpenSSL project to go through
    SSL_CTX_set_options() to limit the list of protocols available. The purpose
    of ACE_SSL_Context::set_mode() is now limited to explicitly restricting
    behaviour to client or server (defaults to both).
  - Improve Oracle Studio support
  - CIAO and DAnCE are forked to their own github repositories
    and are not part anymore of the ACE+TAO release packages
  - Fixed several Coverity reported issues
  - Added ACE configuration for FACE safety profiles (see config-face-safety.h).
    FACE, or Future Airborne Capability Environment http://www.opengroup.org/face,
    specifies a restricted subset of OS functions and rules for controlling
    dynamic memory allocation.  When built in this configuration on a platform
    that supports it, ACE conforms to the FACE requirements.
  - ACE uses new netdb.h functions (getaddrinfo/getnameinfo) if they are
    available, in place of deprecated functions (gethostbyname/addr).

  PR:		209292
  Submitted by:	tkato432@yahoo.com

Changes:
  head/devel/ace/Makefile
  head/devel/ace/distinfo
  head/devel/ace/pkg-plist