From: Martin <md...@md...> - 2002-08-15 21:54:25
|
I forgot to mention this in the announcement mail. We've set up a pserver for anonymous (readonly) access to the pyOpenSSL CVS, generously hosted by Strakt. The CVSROOT is :pserver:ano...@cv...:/u/cvs/pyopenssl, the module is pyOpenSSL. Happy hacking, and send lots of patches ;) Martin |
From: Mihai I. <mi...@re...> - 2002-08-16 18:09:53
|
On 15 Aug 2002, Martin Sj=F6gren wrote: > I forgot to mention this in the announcement mail. We've set up a > pserver for anonymous (readonly) access to the pyOpenSSL CVS, generousl= y > hosted by Strakt. >=20 > The CVSROOT is :pserver:ano...@cv...:/u/cvs/pyopenssl, the > module is pyOpenSSL. >=20 > Happy hacking, and send lots of patches ;) It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check= : PySequence_Fast (can be worked around with PySequence_Tuple) - in=20 src/crypto/x509req.c PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c I know, 1.5.2 is old :-) Misa |
From: Martin <md...@md...> - 2002-08-16 20:21:15
|
fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick check: > > PySequence_Fast (can be worked around with PySequence_Tuple) - in > src/crypto/x509req.c > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > I know, 1.5.2 is old :-) I *meant* to support 1.5. And I noticed this too, but too late. It's fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release ;) This is a case of bad testing, and is really a wake-up call that I should do an RC before a real release next time ;) Regards, Martin |
From: Mihai I. <mi...@re...> - 2002-08-16 20:44:09
|
On 16 Aug 2002, Martin Sj=F6gren wrote: > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick c= heck: > >=20 > > PySequence_Fast (can be worked around with PySequence_Tuple) - in=20 > > src/crypto/x509req.c > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > >=20 > > I know, 1.5.2 is old :-) >=20 > I *meant* to support 1.5. And I noticed this too, but too late. It's > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release > ;) >=20 > This is a case of bad testing, and is really a wake-up call that I > should do an RC before a real release next time ;) I'd be happy to QA the CVS version. Probably next week. Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. Misa |
From: Martin <md...@md...> - 2002-08-17 08:06:41
|
fre 2002-08-16 klockan 22.43 skrev Mihai Ibanescu: > On 16 Aug 2002, Martin Sj=C3=B6gren wrote: >=20 > > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a quick c= heck: > > >=20 > > > PySequence_Fast (can be worked around with PySequence_Tuple) - in=20 > > > src/crypto/x509req.c > > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.c > > >=20 > > > I know, 1.5.2 is old :-) > >=20 > > I *meant* to support 1.5. And I noticed this too, but too late. It's > > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" release > > ;) > >=20 > > This is a case of bad testing, and is really a wake-up call that I > > should do an RC before a real release next time ;) >=20 > I'd be happy to QA the CVS version. Probably next week. > Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. Thanks for the offer! If you can QA it next week, "after that" is the best estimate I can give right now ;) I've got a patch for PKCS12 support from Mark Welch that didn't make it into 0.5 that I want to put in 0.5.1 too, so I will try to do that asap. Hmm, if I can release it next weekend, that'd be good, it's kinda sloppy to have a broken version out for too long. :/ Seeing as the freshmen come to the university on Monday, my next two weeks will probably be spent in a happy beer-haze *cough* but I will try to get *some* work done :) Regards, Martin |
From: Mihai I. <mi...@re...> - 2002-08-23 14:06:36
|
On 17 Aug 2002, Martin Sj=F6gren wrote: > fre 2002-08-16 klockan 22.43 skrev Mihai Ibanescu: > > On 16 Aug 2002, Martin Sj=C3=B6gren wrote: > >=20 > > > fre 2002-08-16 klockan 20.09 skrev Mihai Ibanescu: > > > > It looks like pyOpenSSL does not run on 1.5.2 anymore. From a qui= ck check: > > > >=20 > > > > PySequence_Fast (can be worked around with PySequence_Tuple) - in= =20 > > > > src/crypto/x509req.c > > > > PyObject_AsFileDescriptor (not in 1.5.2) - in src/ssl/connection.= c > > > >=20 > > > > I know, 1.5.2 is old :-) > > >=20 > > > I *meant* to support 1.5. And I noticed this too, but too late. It'= s > > > fixed in current CVS, and will be part of the 0.5.1 "heh, oops" rel= ease > > > ;) > > >=20 > > > This is a case of bad testing, and is really a wake-up call that I > > > should do an RC before a real release next time ;) > >=20 > > I'd be happy to QA the CVS version. Probably next week. > > Any idea about the 0.5.1 timeframe? :-) Sort of too early to ask. >=20 > Thanks for the offer! >=20 > If you can QA it next week, "after that" is the best estimate I can giv= e > right now ;) I've got a patch for PKCS12 support from Mark Welch that > didn't make it into 0.5 that I want to put in 0.5.1 too, so I will try > to do that asap. Hmm, if I can release it next weekend, that'd be good, > it's kinda sloppy to have a broken version out for too long. :/ >=20 > Seeing as the freshmen come to the university on Monday, my next two > weeks will probably be spent in a happy beer-haze *cough* but I will tr= y > to get *some* work done :) Yesterday's CVS snapshot works fine on 1.5.2, AFAICT. Thanks, Misa |