You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2020/06/14 14:54:20 UTC

[trafficserver] branch 9.0.x updated (1e45e9c -> f80a885)

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


    from 1e45e9c  Fix the relative path for template_sets_dir to be install directory (#6203)
     new 5670e4a  Revert "Fix for Ubuntu 16 and Clang 5"
     new f80a885  Updated ChangeLog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG-9.0.0            | 2 ++
 src/tscore/ink_res_init.cc | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)


[trafficserver] 01/02: Revert "Fix for Ubuntu 16 and Clang 5"

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 5670e4a2ee6d66b8e59f49fa98519051762b7aaf
Author: Bryan Call <bc...@apache.org>
AuthorDate: Sun Jun 14 07:32:27 2020 -0700

    Revert "Fix for Ubuntu 16 and Clang 5"
    
    This reverts commit 16fc6edeb552fb33913dd40825bc02b067fff0e2.
---
 src/tscore/ink_res_init.cc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/tscore/ink_res_init.cc b/src/tscore/ink_res_init.cc
index 18bea6e..be4dccc 100644
--- a/src/tscore/ink_res_init.cc
+++ b/src/tscore/ink_res_init.cc
@@ -93,8 +93,7 @@
 #define isascii(c) (!(c & 0200))
 #endif
 
-HostResPreferenceOrder const HOST_RES_DEFAULT_PREFERENCE_ORDER = {
-  {HOST_RES_PREFER_IPV4, HOST_RES_PREFER_IPV6, HOST_RES_PREFER_NONE}};
+HostResPreferenceOrder const HOST_RES_DEFAULT_PREFERENCE_ORDER = {HOST_RES_PREFER_IPV4, HOST_RES_PREFER_IPV6, HOST_RES_PREFER_NONE};
 
 HostResPreferenceOrder host_res_default_preference_order;
 


[trafficserver] 02/02: Updated ChangeLog

Posted by bc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit f80a8854629964ebe8f6b5816f7e0078d228539f
Author: Bryan Call <bc...@apache.org>
AuthorDate: Sun Jun 14 07:54:00 2020 -0700

    Updated ChangeLog
---
 CHANGELOG-9.0.0 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG-9.0.0 b/CHANGELOG-9.0.0
index 0acbbb4..0f392dd 100644
--- a/CHANGELOG-9.0.0
+++ b/CHANGELOG-9.0.0
@@ -748,6 +748,7 @@ Changes with Apache Traffic Server 9.0.0
   #6197 - Fix problems with "Probe" option for X-Debug MIME header field.
   #6198 - Move logging before session could be freed
   #6201 - ssl_session_reuse optimization to check if diags is on
+  #6203 - Fix the relative path for template_sets_dir to be install directory
   #6204 - Lua plugin fix: Account for null in output from TSUrlPercentDecode.
   #6206 - Fix the strategies.yaml documentation.
   #6207 - Add autopep8 & pyflakes in dev-packages for AuTest
@@ -921,6 +922,7 @@ Changes with Apache Traffic Server 9.0.0
   #6754 - Enforce Active Connection limits
   #6755 - Add metrics to track default inactivity timed out connections
   #6757 - ASAN: Fixed one definition rule violation
+  #6758 - Fix set manipulation in dual cert resolution
   #6760 - Do not fail multicert load if line does not create entry
   #6768 - clang-analyzer: Fix dead nested assignment issues
   #6770 - Weird characters in debug message