Bug 209292 - [PATCH] devel/ace: Update to version 6.3.4
Summary: [PATCH] devel/ace: Update to version 6.3.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-05-05 18:31 UTC by tkato432
Modified: 2016-05-05 20:50 UTC (History)
1 user (show)

See Also:


Attachments
devel_ace.diff (2.90 KB, patch)
2016-05-05 18:31 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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