You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Igor Galić (JIRA)" <ji...@apache.org> on 2012/10/10 13:03:02 UTC

[jira] [Created] (TS-1515) traffic_shell has references to timezone "manipulation" that doesn't work

Igor Galić created TS-1515:
------------------------------

             Summary: traffic_shell has references to timezone "manipulation" that doesn't work
                 Key: TS-1515
                 URL: https://issues.apache.org/jira/browse/TS-1515
             Project: Traffic Server
          Issue Type: Bug
          Components: Management
    Affects Versions: 3.3.0, 3.2.3
            Reporter: Igor Galić


Our build system (OpenCSW) complains about "tainted binaries". Turns out {{traffic_shell}} is referencing things in {{/usr/share}}:

{noformat}
/mgmt/cli/ConfigCmd.cc
2777:  const char *zonetable = "/usr/share/zoneinfo/zone.tab";
2876:    snprintf(command, sizeof(command), "/bin/cp -f /usr/share/zoneinfo/%s /etc/localtime", new_zone);
2893:  const char *zonetable = "/usr/share/zoneinfo/zone.tab";
{noformat}

This is practically defunct, and should, along with other things from {{traffic_shell}}, that are equally defunct, be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (TS-1515) traffic_shell has references to timezone "manipulation" that doesn't work

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-1515:
------------------------------

    Fix Version/s: 3.3.2
    
> traffic_shell has references to timezone "manipulation" that doesn't work
> -------------------------------------------------------------------------
>
>                 Key: TS-1515
>                 URL: https://issues.apache.org/jira/browse/TS-1515
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.3.0, 3.2.3
>            Reporter: Igor Galić
>             Fix For: 3.3.2
>
>
> Our build system (OpenCSW) complains about "tainted binaries". Turns out {{traffic_shell}} is referencing things in {{/usr/share}}:
> {noformat}
> /mgmt/cli/ConfigCmd.cc
> 2777:  const char *zonetable = "/usr/share/zoneinfo/zone.tab";
> 2876:    snprintf(command, sizeof(command), "/bin/cp -f /usr/share/zoneinfo/%s /etc/localtime", new_zone);
> 2893:  const char *zonetable = "/usr/share/zoneinfo/zone.tab";
> {noformat}
> This is practically defunct, and should, along with other things from {{traffic_shell}}, that are equally defunct, be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira