[jira] [Created] (PROTON-724) pn_transport_close_head doesn't generate the expected PN_TRANSPORT_HEAD_CLOSED event

2014-10-23 Thread Rafael H. Schloming (JIRA)
Rafael H. Schloming created PROTON-724:
--

 Summary: pn_transport_close_head doesn't generate the expected 
PN_TRANSPORT_HEAD_CLOSED event
 Key: PROTON-724
 URL: https://issues.apache.org/jira/browse/PROTON-724
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Reporter: Rafael H. Schloming
Assignee: Rafael H. Schloming






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (PROTON-724) pn_transport_close_head doesn't generate the expected PN_TRANSPORT_HEAD_CLOSED event

2014-10-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14181511#comment-14181511
 ] 

ASF subversion and git services commented on PROTON-724:


Commit 1633863 from r...@apache.org in branch 'proton/trunk'
[ https://svn.apache.org/r1633863 ]

PROTON-724: make sure to pop any pending output in pn_transport_close_head()

 pn_transport_close_head doesn't generate the expected 
 PN_TRANSPORT_HEAD_CLOSED event
 

 Key: PROTON-724
 URL: https://issues.apache.org/jira/browse/PROTON-724
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Reporter: Rafael H. Schloming
Assignee: Rafael H. Schloming





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


VOTE: Release Proton 0.8 RC4 as 0.8 final

2014-10-23 Thread Rafael Schloming
Hi Everyone,

I've put together RC4. This is pretty much the same as RC3 with a number of
fixes to disable those SSL versions that are vulnerable to attack.

The sources are available here:

  - http://people.apache.org/~rhs/qpid-proton-0.8rc4/

Java binaries are here:

  - https://repository.apache.org/content/repositories/orgapacheqpid-1020/

Changes since RC3:

  - PROTON-724: make sure to pop any pending output in
pn_transport_close_head()
  - PROTON-720: [Windows IO] fix format specifier to print string
  - added dispatch utility
  - fixed error message
  - fixed Collector.put
  - PROTON-719 : prevent ssl3 connections in Windows with schannel
  - PROTON-717: disable SSLv3
  - PROTON-717: mitigate the CRIME SSL vulnerability
  - PROTON-716: reject connections using SSLv3 - it is insecure

Please check the sources out and register your vote:

  [   ] Yes, release Proton 0.8 RC4 as 0.8 final.
  [   ] No, because...

--Rafael


[jira] [Resolved] (PROTON-720) [Windows IO] Prints warning string as %d

2014-10-23 Thread Chuck Rolke (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chuck Rolke resolved PROTON-720.

   Resolution: Fixed
Fix Version/s: 0.8

Fixed with 1633619

 [Windows IO] Prints warning string as %d
 

 Key: PROTON-720
 URL: https://issues.apache.org/jira/browse/PROTON-720
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Affects Versions: 0.7
 Environment: Windows
Reporter: Chuck Rolke
 Fix For: 0.8


 Source code:
 {noformat}
 fprintf(stderr, Can't load WinSock: %d\n, pn_error_text(io-error));
 {noformat}
 prints warning
 {noformat}
 2..\..\proton-c\src\windows\io.c(86): warning C4313: 'fprintf'  : 
   '%d' in format string conflicts with argument 1 of type 'const char *'
 {noformat}
 using VS2013/x64. VS2008/2010 do not warn.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


Re: VOTE: Release Proton 0.8 RC4 as 0.8 final

2014-10-23 Thread Ken Giusti
   [X] Yes, release Proton 0.8 RC4 as 0.8 final.

make test on Fedora19 and Centos6
make install on Centos6
verified against pyngus (trunk) and oslo.messaging (trunk)
verified sslv3 is rejected


- Original Message -
 From: Rafael Schloming r...@alum.mit.edu
 To: proton@qpid.apache.org
 Sent: Thursday, October 23, 2014 12:21:32 PM
 Subject: VOTE: Release Proton 0.8 RC4 as 0.8 final
 
 Hi Everyone,
 
 I've put together RC4. This is pretty much the same as RC3 with a number of
 fixes to disable those SSL versions that are vulnerable to attack.
 
 The sources are available here:
 
   - http://people.apache.org/~rhs/qpid-proton-0.8rc4/
 
 Java binaries are here:
 
   - https://repository.apache.org/content/repositories/orgapacheqpid-1020/
 
 Changes since RC3:
 
   - PROTON-724: make sure to pop any pending output in
 pn_transport_close_head()
   - PROTON-720: [Windows IO] fix format specifier to print string
   - added dispatch utility
   - fixed error message
   - fixed Collector.put
   - PROTON-719 : prevent ssl3 connections in Windows with schannel
   - PROTON-717: disable SSLv3
   - PROTON-717: mitigate the CRIME SSL vulnerability
   - PROTON-716: reject connections using SSLv3 - it is insecure
 
 Please check the sources out and register your vote:
 
   [   ] Yes, release Proton 0.8 RC4 as 0.8 final.
   [   ] No, because...
 
 --Rafael
 

-- 
-K


Re: VOTE: Release Proton 0.8 RC4 as 0.8 final

2014-10-23 Thread Alan Conway
  [ X ] Yes, release Proton 0.8 RC4 as 0.8 final.

Passes dispatch tests

On Thu, 2014-10-23 at 12:21 -0400, Rafael Schloming wrote:
 Hi Everyone,
 
 I've put together RC4. This is pretty much the same as RC3 with a number of
 fixes to disable those SSL versions that are vulnerable to attack.
 
 The sources are available here:
 
   - http://people.apache.org/~rhs/qpid-proton-0.8rc4/
 
 Java binaries are here:
 
   - https://repository.apache.org/content/repositories/orgapacheqpid-1020/
 
 Changes since RC3:
 
   - PROTON-724: make sure to pop any pending output in
 pn_transport_close_head()
   - PROTON-720: [Windows IO] fix format specifier to print string
   - added dispatch utility
   - fixed error message
   - fixed Collector.put
   - PROTON-719 : prevent ssl3 connections in Windows with schannel
   - PROTON-717: disable SSLv3
   - PROTON-717: mitigate the CRIME SSL vulnerability
   - PROTON-716: reject connections using SSLv3 - it is insecure
 
 Please check the sources out and register your vote:
 
   [   ] Yes, release Proton 0.8 RC4 as 0.8 final.
   [   ] No, because...
 
 --Rafael




Re: VOTE: Release Proton 0.8 RC4 as 0.8 final

2014-10-23 Thread Clebert Suconic
+1 (non binding I guess)


 On Oct 23, 2014, at 12:21 PM, Rafael Schloming r...@alum.mit.edu wrote:
 
 Hi Everyone,
 
 I've put together RC4. This is pretty much the same as RC3 with a number of
 fixes to disable those SSL versions that are vulnerable to attack.
 
 The sources are available here:
 
  - http://people.apache.org/~rhs/qpid-proton-0.8rc4/
 
 Java binaries are here:
 
  - https://repository.apache.org/content/repositories/orgapacheqpid-1020/
 
 Changes since RC3:
 
  - PROTON-724: make sure to pop any pending output in
 pn_transport_close_head()
  - PROTON-720: [Windows IO] fix format specifier to print string
  - added dispatch utility
  - fixed error message
  - fixed Collector.put
  - PROTON-719 : prevent ssl3 connections in Windows with schannel
  - PROTON-717: disable SSLv3
  - PROTON-717: mitigate the CRIME SSL vulnerability
  - PROTON-716: reject connections using SSLv3 - it is insecure
 
 Please check the sources out and register your vote:
 
  [   ] Yes, release Proton 0.8 RC4 as 0.8 final.
  [   ] No, because...
 
 --Rafael