On Sun, Aug 9, 2009 at 1:33 AM, Juiceman<juicema...@gmail.com> wrote:
> On Sun, Aug 9, 2009 at 12:22 AM, Jeff Isaac<cineveggie.li...@gmail.com> wrote:
>> Hello!
>>
>> I recently updated to build 1228 per the recommendation of this thread
>> and the automatic process of my node. I also updated my Java to J6R15,
>> which according to the Java control panel is the latest version of J6.
>> My node, however, insists that I have to have J5R15 or J6R20 (which
>> appears to not exist yet), and is warning me about the security flaw
>> that I had believed these updates were supposed to protect against. Any
>> thoughts? Is it possible the node is misidentifying the requirements?
>>
>> Thanks!
>>
>> ~ Jeff
>> _______________________________________________
>> Support mailing list
>> Support@freenetproject.org
>> http://news.gmane.org/gmane.network.freenet.support
>> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
>> Or mailto:support-requ...@freenetproject.org?subject=unsubscribe
>>
>
> I get the same thing.  Freenet stat page shows Java Version: 1.6.0_15
> so the code that is checking versions is not right.  here it is!
>
> +        if(is150 && subver < 10)
> +          spuriousOOMs = true;
> +
> +        if(is150 && subver < 15 || is160 && subver < 20)
> +          xmlRemoteCodeExec = true;
>
> That's backwards.
>

I have corrected the code in commit e195ed26 on the staging branch.
_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to