[
https://issues.apache.org/jira/browse/TS-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15165652#comment-15165652
]
ASF GitHub Bot commented on TS-4227:
------------------------------------
GitHub user PSUdaemon opened a pull request:
https://github.com/apache/trafficserver/pull/498
TS-4227: Remove auto_ptr in SPDY plugin
This only applies to 5.3.x and is because F22 has a version of GCC that has
deprecated auto_ptr.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PSUdaemon/trafficserver remove_spdy_auto_ptr
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafficserver/pull/498.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #498
----
commit fa1a02fa3a2fd3fa8ca74d1cab5c7367503038e3
Author: Phil Sorber <[email protected]>
Date: 2016-02-24T22:35:43Z
TS-4227: Remove auto_ptr in SPDY plugin
----
> Replace auto_ptr with ats_scoped_obj in SPDY plugin in release branch
> ---------------------------------------------------------------------
>
> Key: TS-4227
> URL: https://issues.apache.org/jira/browse/TS-4227
> Project: Traffic Server
> Issue Type: Bug
> Reporter: Phil Sorber
> Fix For: 5.3.3
>
>
> The experimental SPDY plugin that is removed in master is still in 5.3.x and
> uses auto_ptr which is breaking a build on F22.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)