Re: [VOTE] [CANCEL] Release Apache Commons Pool2 2.6.1

2018-11-27 Thread Phil Steitz
On 11/26/18 1:23 PM, Phil Steitz wrote: On 11/26/18 8:29 AM, Phil Steitz wrote: On 11/26/18 6:19 AM, Mark Struberg wrote: Hi Phil! Let me start by repeating that other than trying to help diagnose bugs and answer user questions, I don't really work on [pool] any more, so I don't really have

Re: [crypto] Updated to Support OpenSSL 1.1.0i

2018-11-27 Thread Alex Remily
Marcelo, Thanks for the note. When I started down this path, I was only concerned with getting things working in my own environment, but after reading the comments on the pull request at the link, I'm in complete agreement with your goals here. I'll have to give it some thought, but at first gla

Re: [crypto] Updated to Support OpenSSL 1.1.0i

2018-11-27 Thread Marcelo Vanzin
Hi Alex, There have been other attempts at this (e.g. https://github.com/apache/commons-crypto/pull/90), and my main concern with those is that they require different builds for OpenSSL 1.0 and 1.1. It seems your approach falls in that bucket, at least without additional work. The problem with th

[crypto] Updated to Support OpenSSL 1.1.0i

2018-11-27 Thread Alex Remily
Commons Crypto Dev Team, I modified a copy of the commons crypto codebase to support OpenSSL 1.1.0i (this was before I saw JIRA CRYPTO-140 "adding suuport for openssl 1.1.0g in common crypto"). It successfully runs mvn clean test on Mac OS X 10.13.6 and Ubuntu 18.04 with Java 8 and OpenSSL 1.1.0i