You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Guillaume Nodet <gn...@apache.org> on 2014/04/10 23:02:10 UTC

Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Fwiw, BouncyCastle 1.50 has broken OSGi metadata, see
http://www.bouncycastle.org/jira/browse/BJA-476


2014-04-10 21:40 GMT+02:00 <cm...@apache.org>:

> Repository: camel
> Updated Branches:
>   refs/heads/master 679c81e9e -> 3b61d108c
>
>
> upgrade bouncycastle from 1.49 to 1.50
>
>
> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b61d108
> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b61d108
> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b61d108
>
> Branch: refs/heads/master
> Commit: 3b61d108cf18b55df7064fba6c7e93a8759b506f
> Parents: 679c81e
> Author: cmueller <cm...@apache.org>
> Authored: Thu Apr 10 21:40:26 2014 +0200
> Committer: cmueller <cm...@apache.org>
> Committed: Thu Apr 10 21:40:26 2014 +0200
>
> ----------------------------------------------------------------------
>  parent/pom.xml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/camel/blob/3b61d108/parent/pom.xml
> ----------------------------------------------------------------------
> diff --git a/parent/pom.xml b/parent/pom.xml
> index a5b87bc..19ea3a0 100644
> --- a/parent/pom.xml
> +++ b/parent/pom.xml
> @@ -66,7 +66,7 @@
>      <bcel-bundle-version>5.2_4</bcel-bundle-version>
>      <beanio-version>2.0.7</beanio-version>
>      <bsh-version>2.0b5</bsh-version>
> -    <bouncycastle-version>1.49</bouncycastle-version>
> +    <bouncycastle-version>1.50</bouncycastle-version>
>
>  <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
>      <c3p0-version>0.9.1.2</c3p0-version>
>      <castor-bundle-version>1.3.2_2</castor-bundle-version>
>
>

Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Posted by Christian Müller <ch...@gmail.com>.
Thanks for taking care of it. I was "offline" for a few days...

Best,

Christian
-----------------

Software Integration Specialist

Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member

https://www.linkedin.com/pub/christian-mueller/11/551/642


On Mon, Apr 14, 2014 at 3:04 PM, Claus Ibsen <cl...@gmail.com> wrote:

> Hi
>
> I just committed so we are back on 1.49 which works in OSGi and I
> added a note to the pom.xml about that. So we need to wait until they
> fix that osgi issue before we can upgrade.
>
> On Thu, Apr 10, 2014 at 2:02 PM, Guillaume Nodet <gn...@apache.org>
> wrote:
> > Fwiw, BouncyCastle 1.50 has broken OSGi metadata, see
> > http://www.bouncycastle.org/jira/browse/BJA-476
> >
> >
> > 2014-04-10 21:40 GMT+02:00 <cm...@apache.org>:
> >
> >> Repository: camel
> >> Updated Branches:
> >>   refs/heads/master 679c81e9e -> 3b61d108c
> >>
> >>
> >> upgrade bouncycastle from 1.49 to 1.50
> >>
> >>
> >> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
> >> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b61d108
> >> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b61d108
> >> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b61d108
> >>
> >> Branch: refs/heads/master
> >> Commit: 3b61d108cf18b55df7064fba6c7e93a8759b506f
> >> Parents: 679c81e
> >> Author: cmueller <cm...@apache.org>
> >> Authored: Thu Apr 10 21:40:26 2014 +0200
> >> Committer: cmueller <cm...@apache.org>
> >> Committed: Thu Apr 10 21:40:26 2014 +0200
> >>
> >> ----------------------------------------------------------------------
> >>  parent/pom.xml | 2 +-
> >>  1 file changed, 1 insertion(+), 1 deletion(-)
> >> ----------------------------------------------------------------------
> >>
> >>
> >>
> http://git-wip-us.apache.org/repos/asf/camel/blob/3b61d108/parent/pom.xml
> >> ----------------------------------------------------------------------
> >> diff --git a/parent/pom.xml b/parent/pom.xml
> >> index a5b87bc..19ea3a0 100644
> >> --- a/parent/pom.xml
> >> +++ b/parent/pom.xml
> >> @@ -66,7 +66,7 @@
> >>      <bcel-bundle-version>5.2_4</bcel-bundle-version>
> >>      <beanio-version>2.0.7</beanio-version>
> >>      <bsh-version>2.0b5</bsh-version>
> >> -    <bouncycastle-version>1.49</bouncycastle-version>
> >> +    <bouncycastle-version>1.50</bouncycastle-version>
> >>
> >>
>  <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
> >>      <c3p0-version>0.9.1.2</c3p0-version>
> >>      <castor-bundle-version>1.3.2_2</castor-bundle-version>
> >>
> >>
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cibsen@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
> hawtio: http://hawt.io/
> fabric8: http://fabric8.io/
>

Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Posted by Babak Vahdat <ba...@swissonline.ch>.
Hi

I also did not receive the first mail as well but got the second one today
morning. And it also seemed a bit strange to see the second mail being sent
from a yahoo mail account!

Babak


Claus Ibsen-2 wrote
> On Mon, Apr 14, 2014 at 8:30 AM, Daniel Kulp &lt;

> dkulp@

> &gt; wrote:
>>
>> On Apr 14, 2014, at 9:05 AM, Claus Ibsen &lt;

> claus.ibsen@

> &gt; wrote:
>>>
>>> Oh I cannot push to ASF git repo. Not sure if its the wifi here in SFO
>>> or something else?
>>>
>>> davsclaus:~/workspace/camel$ git push origin
>>> fatal: Authentication failed
>>
>> Did you reset your password via:
>> https://id.apache.org/reset/enter
>>
>> Due to the heartbleed thing, they’ve required everyone to reset their
>> password.
>>
> 
> No I haven't.
> 
> Just received the email from ASF INFRA about it.
> I guess I was one of the guys not received the 1st email from infra
> about the pw reset.
> 
>>
>> --
>> Daniel Kulp
>> 

> dkulp@

>  - http://dankulp.com/blog
>> Talend Community Coder - http://coders.talend.com
>>
> 
> 
> 
> -- 
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: 

> cibsen@

> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
> hawtio: http://hawt.io/
> fabric8: http://fabric8.io/





--
View this message in context: http://camel.465427.n5.nabble.com/Re-git-commit-upgrade-bouncycastle-from-1-49-to-1-50-tp5750080p5750221.html
Sent from the Camel Development mailing list archive at Nabble.com.

Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Apr 14, 2014 at 8:30 AM, Daniel Kulp <dk...@apache.org> wrote:
>
> On Apr 14, 2014, at 9:05 AM, Claus Ibsen <cl...@gmail.com> wrote:
>>
>> Oh I cannot push to ASF git repo. Not sure if its the wifi here in SFO
>> or something else?
>>
>> davsclaus:~/workspace/camel$ git push origin
>> fatal: Authentication failed
>
> Did you reset your password via:
> https://id.apache.org/reset/enter
>
> Due to the heartbleed thing, they’ve required everyone to reset their password.
>

No I haven't.

Just received the email from ASF INFRA about it.
I guess I was one of the guys not received the 1st email from infra
about the pw reset.

>
> --
> Daniel Kulp
> dkulp@apache.org - http://dankulp.com/blog
> Talend Community Coder - http://coders.talend.com
>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Posted by Daniel Kulp <dk...@apache.org>.
On Apr 14, 2014, at 9:05 AM, Claus Ibsen <cl...@gmail.com> wrote:
> 
> Oh I cannot push to ASF git repo. Not sure if its the wifi here in SFO
> or something else?
> 
> davsclaus:~/workspace/camel$ git push origin
> fatal: Authentication failed

Did you reset your password via:
https://id.apache.org/reset/enter

Due to the heartbleed thing, they’ve required everyone to reset their password.


-- 
Daniel Kulp
dkulp@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com


Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Posted by Claus Ibsen <cl...@gmail.com>.
On Mon, Apr 14, 2014 at 6:04 AM, Claus Ibsen <cl...@gmail.com> wrote:
> Hi
>
> I just committed so we are back on 1.49 which works in OSGi and I
> added a note to the pom.xml about that. So we need to wait until they
> fix that osgi issue before we can upgrade.
>

Oh I cannot push to ASF git repo. Not sure if its the wifi here in SFO
or something else?

davsclaus:~/workspace/camel$ git push origin
fatal: Authentication failed

> On Thu, Apr 10, 2014 at 2:02 PM, Guillaume Nodet <gn...@apache.org> wrote:
>> Fwiw, BouncyCastle 1.50 has broken OSGi metadata, see
>> http://www.bouncycastle.org/jira/browse/BJA-476
>>
>>
>> 2014-04-10 21:40 GMT+02:00 <cm...@apache.org>:
>>
>>> Repository: camel
>>> Updated Branches:
>>>   refs/heads/master 679c81e9e -> 3b61d108c
>>>
>>>
>>> upgrade bouncycastle from 1.49 to 1.50
>>>
>>>
>>> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
>>> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b61d108
>>> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b61d108
>>> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b61d108
>>>
>>> Branch: refs/heads/master
>>> Commit: 3b61d108cf18b55df7064fba6c7e93a8759b506f
>>> Parents: 679c81e
>>> Author: cmueller <cm...@apache.org>
>>> Authored: Thu Apr 10 21:40:26 2014 +0200
>>> Committer: cmueller <cm...@apache.org>
>>> Committed: Thu Apr 10 21:40:26 2014 +0200
>>>
>>> ----------------------------------------------------------------------
>>>  parent/pom.xml | 2 +-
>>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>> ----------------------------------------------------------------------
>>>
>>>
>>> http://git-wip-us.apache.org/repos/asf/camel/blob/3b61d108/parent/pom.xml
>>> ----------------------------------------------------------------------
>>> diff --git a/parent/pom.xml b/parent/pom.xml
>>> index a5b87bc..19ea3a0 100644
>>> --- a/parent/pom.xml
>>> +++ b/parent/pom.xml
>>> @@ -66,7 +66,7 @@
>>>      <bcel-bundle-version>5.2_4</bcel-bundle-version>
>>>      <beanio-version>2.0.7</beanio-version>
>>>      <bsh-version>2.0b5</bsh-version>
>>> -    <bouncycastle-version>1.49</bouncycastle-version>
>>> +    <bouncycastle-version>1.50</bouncycastle-version>
>>>
>>>  <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
>>>      <c3p0-version>0.9.1.2</c3p0-version>
>>>      <castor-bundle-version>1.3.2_2</castor-bundle-version>
>>>
>>>
>
>
>
> --
> Claus Ibsen
> -----------------
> Red Hat, Inc.
> Email: cibsen@redhat.com
> Twitter: davsclaus
> Blog: http://davsclaus.com
> Author of Camel in Action: http://www.manning.com/ibsen
> hawtio: http://hawt.io/
> fabric8: http://fabric8.io/



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Re: git commit: upgrade bouncycastle from 1.49 to 1.50

Posted by Claus Ibsen <cl...@gmail.com>.
Hi

I just committed so we are back on 1.49 which works in OSGi and I
added a note to the pom.xml about that. So we need to wait until they
fix that osgi issue before we can upgrade.

On Thu, Apr 10, 2014 at 2:02 PM, Guillaume Nodet <gn...@apache.org> wrote:
> Fwiw, BouncyCastle 1.50 has broken OSGi metadata, see
> http://www.bouncycastle.org/jira/browse/BJA-476
>
>
> 2014-04-10 21:40 GMT+02:00 <cm...@apache.org>:
>
>> Repository: camel
>> Updated Branches:
>>   refs/heads/master 679c81e9e -> 3b61d108c
>>
>>
>> upgrade bouncycastle from 1.49 to 1.50
>>
>>
>> Project: http://git-wip-us.apache.org/repos/asf/camel/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3b61d108
>> Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3b61d108
>> Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3b61d108
>>
>> Branch: refs/heads/master
>> Commit: 3b61d108cf18b55df7064fba6c7e93a8759b506f
>> Parents: 679c81e
>> Author: cmueller <cm...@apache.org>
>> Authored: Thu Apr 10 21:40:26 2014 +0200
>> Committer: cmueller <cm...@apache.org>
>> Committed: Thu Apr 10 21:40:26 2014 +0200
>>
>> ----------------------------------------------------------------------
>>  parent/pom.xml | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> ----------------------------------------------------------------------
>>
>>
>> http://git-wip-us.apache.org/repos/asf/camel/blob/3b61d108/parent/pom.xml
>> ----------------------------------------------------------------------
>> diff --git a/parent/pom.xml b/parent/pom.xml
>> index a5b87bc..19ea3a0 100644
>> --- a/parent/pom.xml
>> +++ b/parent/pom.xml
>> @@ -66,7 +66,7 @@
>>      <bcel-bundle-version>5.2_4</bcel-bundle-version>
>>      <beanio-version>2.0.7</beanio-version>
>>      <bsh-version>2.0b5</bsh-version>
>> -    <bouncycastle-version>1.49</bouncycastle-version>
>> +    <bouncycastle-version>1.50</bouncycastle-version>
>>
>>  <build-helper-maven-plugin-version>1.8</build-helper-maven-plugin-version>
>>      <c3p0-version>0.9.1.2</c3p0-version>
>>      <castor-bundle-version>1.3.2_2</castor-bundle-version>
>>
>>



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cibsen@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/