Re: Travis issues @ gomock

2019-03-13 Thread James E. King III
Looks like an issue with the xenial build environment. Looking into it. We might need to move it to go 1.8. mock may have dropped support for go 1.7. I believe the go community only supports one release back, so 1.10 would be the current "official" earliest train to support, but if we can make

[jira] [Commented] (THRIFT-4506) [CVE-2018-1320] Remove assertion in Java SASL code that would be ignored in release builds

2019-03-13 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16791922#comment-16791922 ] James E. King III commented on THRIFT-4506: --- Good points, I will add this to our release

[jira] [Assigned] (THRIFT-4821) Normalize TServerSocketTransport constructors in netstd

2019-03-13 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III reassigned THRIFT-4821: - Assignee: Jens Geyer > Normalize TServerSocketTransport constructors in netstd

[jira] [Commented] (THRIFT-4506) [CVE-2018-1320] Remove assertion in Java SASL code that would be ignored in release builds

2019-03-13 Thread Christopher Tubbs (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16791902#comment-16791902 ] Christopher Tubbs commented on THRIFT-4506: --- Thanks, [~jking3]! FWIW, I did try to look at,

[jira] [Commented] (THRIFT-4816) incorrect JSON generated

2019-03-13 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16791766#comment-16791766 ] James E. King III commented on THRIFT-4816: --- The netcore cross test has json listed as a

[jira] [Commented] (THRIFT-4506) [CVE-2018-1320] Remove assertion in Java SASL code that would be ignored in release builds

2019-03-13 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16791668#comment-16791668 ] James E. King III commented on THRIFT-4506: --- To see the exact changes in 0.9.3.1 refer to this

[jira] [Closed] (THRIFT-4506) [CVE-2018-1320] Remove assertion in Java SASL code that would be ignored in release builds

2019-03-13 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III closed THRIFT-4506. - 0.9.3.1 is officially released as of March 13, 2019 (this means a source archive is

Re: [SECURITY] CVE-2018-1320 Apache Thrift SASL negotiation vulnerability (update)

2019-03-13 Thread James E. King III
This is an update to a previously announced CVE. The specific change in the update is that a new version of Apache Thrift 0.9.3.1 was released per community request. The following fields changed from the previous announcement: Versions Affected Mitigation Resolution The new content of the CVE

[jira] [Created] (THRIFT-4821) Normalize TServerSocketTransport constructors in netstd

2019-03-13 Thread Kyle Smith (JIRA)
Kyle Smith created THRIFT-4821: -- Summary: Normalize TServerSocketTransport constructors in netstd Key: THRIFT-4821 URL: https://issues.apache.org/jira/browse/THRIFT-4821 Project: Thrift Issue

[jira] [Created] (THRIFT-4820) Remove unnecessary NuGet dependency from netstd

2019-03-13 Thread Kyle Smith (JIRA)
Kyle Smith created THRIFT-4820: -- Summary: Remove unnecessary NuGet dependency from netstd Key: THRIFT-4820 URL: https://issues.apache.org/jira/browse/THRIFT-4820 Project: Thrift Issue Type:

Travis issues @ gomock

2019-03-13 Thread Jens Geyer
Hi, the CI stops repeatedly at gomock with some exotic message: GOPATH=`pwd` /usr/local/bin/go install github.com/golang/mock/mockgen # github.com/golang/mock/vendor/golang.org/x/tools/go/internal/gcimporter

[jira] [Resolved] (THRIFT-4817) Add string CTOR to TTlsSocketTransport

2019-03-13 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-4817. Resolution: Fixed Fix Version/s: 0.13.0 Committed. > Add string CTOR to