Re: [OpenIndiana-discuss] Java 8 for 32-bit Solaris -- followup

2014-09-27 Thread Nikola M.

On 09/28/14 01:50 AM, j...@m5.chicago.il.us wrote:

Jay F. Shachter 6424 N Whipple St Chicago IL
Try not top-posting, but please hit reply to stay on the mailing list 
thread thread.



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Java 8 for 32-bit Solaris -- followup

2014-09-27 Thread jay

Centuries ago, Nostradamus predicted that Jonathan Adams 
 would write on Thu, 25 Sep 2014 09:26:58 +0100:

>
> I don't get why you're using an early release of jdk8, rather than
> the latest patched version of 7 ...
> 
> I know which one I would consider the safest if you're connecting to
> the outside world.
> 

I want to run an application that was written in Java8.  It uses Java8
language features, and doesn't work on Java7.  I want to run it on my
32-bit Shillix system.  And I don't want to try to build OpenJDK,
certainly not now, when I have enough to do replacing bash on every
computer I own.  Therefore I am using the Java build that I found on
https://jdk8.java.net/lambda and it seems to be working.  I welcome
further comments from the members of this mailing list.


Jay F. Shachter
6424 N Whipple St
Chicago IL  60645-4111
(1-773)7613784   landline
(1-410)9964737   GoogleVoice
j...@m5.chicago.il.us
http://m5.chicago.il.us

"Quidquid latine dictum sit, altum videtur"


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Bash bug issue

2014-09-27 Thread Nemo
On 26 September 2014 20:04, Saso Kiselkov  wrote:
> The invoking shell is irrelevant. Here's your problem:
>
>vvv
> env X="() { :;} ; echo busted" /bin/sh -c "echo completed"
>^^^
>
> Put bash in there and you'll get a vulnerable "busted" result.

Of course, thank you, I never noticed that I was runing /bin/sh, not /bin/bash.

Moral of the story:  Neverl operate heavy machinery or shell scripts when tired.

N.

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss