[Bro-Dev] [JIRA] (BIT-1531) Use of mktemp command should be more portable

2016-01-28 Thread Daniel Thayer (JIRA)
Daniel Thayer created BIT-1531:
--

 Summary: Use of mktemp command should be more portable
 Key: BIT-1531
 URL: https://bro-tracker.atlassian.net/browse/BIT-1531
 Project: Bro Issue Tracker
  Issue Type: Task
  Components: Bro, BTest
Reporter: Daniel Thayer
 Fix For: 2.5


The use of the mktemp command breaks on some platforms, because
we only use three Xs in our templates, but some platforms require at
least six Xs.




--
This message was sent by Atlassian JIRA
(v7.1.0-OD-05-006#71001)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1531) Use of mktemp command should be more portable

2016-01-28 Thread Daniel Thayer (JIRA)

[ 
https://bro-tracker.atlassian.net/browse/BIT-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24006#comment-24006
 ] 

Daniel Thayer commented on BIT-1531:


In the bro and btest repos, the branch "topic/dnthayer/mktemp" fixes this issue.


> Use of mktemp command should be more portable
> -
>
> Key: BIT-1531
> URL: https://bro-tracker.atlassian.net/browse/BIT-1531
> Project: Bro Issue Tracker
>  Issue Type: Task
>  Components: Bro, BTest
>Reporter: Daniel Thayer
> Fix For: 2.5
>
>
> The use of the mktemp command breaks on some platforms, because
> we only use three Xs in our templates, but some platforms require at
> least six Xs.



--
This message was sent by Atlassian JIRA
(v7.1.0-OD-05-006#71001)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1531) Use of mktemp command should be more portable

2016-01-28 Thread Daniel Thayer (JIRA)

 [ 
https://bro-tracker.atlassian.net/browse/BIT-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Thayer updated BIT-1531:
---
Status: Merge Request  (was: Open)

> Use of mktemp command should be more portable
> -
>
> Key: BIT-1531
> URL: https://bro-tracker.atlassian.net/browse/BIT-1531
> Project: Bro Issue Tracker
>  Issue Type: Task
>  Components: Bro, BTest
>Reporter: Daniel Thayer
> Fix For: 2.5
>
>
> The use of the mktemp command breaks on some platforms, because
> we only use three Xs in our templates, but some platforms require at
> least six Xs.



--
This message was sent by Atlassian JIRA
(v7.1.0-OD-05-006#71001)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1531) Use of mktemp command should be more portable

2016-02-01 Thread Robin Sommer (JIRA)

 [ 
https://bro-tracker.atlassian.net/browse/BIT-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robin Sommer reassigned BIT-1531:
-

Assignee: Robin Sommer

> Use of mktemp command should be more portable
> -
>
> Key: BIT-1531
> URL: https://bro-tracker.atlassian.net/browse/BIT-1531
> Project: Bro Issue Tracker
>  Issue Type: Task
>  Components: Bro, BTest
>Reporter: Daniel Thayer
>Assignee: Robin Sommer
> Fix For: 2.5
>
>
> The use of the mktemp command breaks on some platforms, because
> we only use three Xs in our templates, but some platforms require at
> least six Xs.



--
This message was sent by Atlassian JIRA
(v7.1.0-OD-05-006#71001)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1531) Use of mktemp command should be more portable

2016-02-01 Thread Tim Yardley (JIRA)

[ 
https://bro-tracker.atlassian.net/browse/BIT-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24007#comment-24007
 ] 

Tim Yardley commented on BIT-1531:
--

I would suggest changing the fix to represent the generic template 
recommendation of XX rather than just going to 6.

By default, gnu coreutils mktemp uses ‘tmp.XX’ if the template is not 
specified.


> Use of mktemp command should be more portable
> -
>
> Key: BIT-1531
> URL: https://bro-tracker.atlassian.net/browse/BIT-1531
> Project: Bro Issue Tracker
>  Issue Type: Task
>  Components: Bro, BTest
>Reporter: Daniel Thayer
>Assignee: Robin Sommer
> Fix For: 2.5
>
>
> The use of the mktemp command breaks on some platforms, because
> we only use three Xs in our templates, but some platforms require at
> least six Xs.



--
This message was sent by Atlassian JIRA
(v7.1.0-OD-05-006#71001)

___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev


[Bro-Dev] [JIRA] (BIT-1531) Use of mktemp command should be more portable

2016-02-02 Thread Robin Sommer (JIRA)

 [ 
https://bro-tracker.atlassian.net/browse/BIT-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robin Sommer updated BIT-1531:
--
Resolution: Merged  (was: Fixed)
Status: Closed  (was: Merge Request)

Merged. As this is a portability problem, not a security issue, the fix seems 
fine.

> Use of mktemp command should be more portable
> -
>
> Key: BIT-1531
> URL: https://bro-tracker.atlassian.net/browse/BIT-1531
> Project: Bro Issue Tracker
>  Issue Type: Task
>  Components: Bro, BTest
>Reporter: Daniel Thayer
>Assignee: Robin Sommer
> Fix For: 2.5
>
>
> The use of the mktemp command breaks on some platforms, because
> we only use three Xs in our templates, but some platforms require at
> least six Xs.



--
This message was sent by Atlassian JIRA
(v7.1.0-OD-05-006#71001)
___
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev