Re: [opensource-dev] Mac viewer and Apple maintained opensource libraries

2017-01-31 Thread Cinder Roxley
On January 31, 2017 at 2:40:44 PM, Monty Brandenberg (mo...@lindenlab.com ) wrote: On 1/31/2017 3:24 PM, Cinder Roxley wrote: > ~ % otool -L /usr/lib/libssl.dylib > > /usr/lib/libssl.dylib: > > /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current >

Re: [opensource-dev] Mac viewer and Apple maintained opensource libraries

2017-01-31 Thread Monty Brandenberg
On 1/31/2017 3:24 PM, Cinder Roxley wrote: > ~ % otool -L /usr/lib/libssl.dylib > > /usr/lib/libssl.dylib: > > /usr/lib/libssl.0.9.8.dylib (compatibility version 0.9.8, current > version 0.9.8) > > /usr/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current > version 0.9.8) Ouch. I was

Re: [opensource-dev] Mac viewer and Apple maintained opensource libraries

2017-01-31 Thread Cinder Roxley
On January 31, 2017 at 2:12:24 PM, Geir Nøklebye (geir.nokle...@dayturn.com ) wrote: Some are outdated and some are more up to date than the current viewer libraries.  They usually get serious amount of public flack if security issues are not fixed, meaning

Re: [opensource-dev] Mac viewer and Apple maintained opensource libraries

2017-01-31 Thread Geir Nøklebye
Some are outdated and some are more up to date than the current viewer libraries. They usually get serious amount of public flack if security issues are not fixed, meaning they are automatically patched when users upgrade their systems. • The other thing is they are all compiled both 32 and

Re: [opensource-dev] Mac viewer and Apple maintained opensource libraries

2017-01-31 Thread Cinder Roxley
On January 31, 2017 at 4:55:26 AM, Geir Nøklebye (geir.nokle...@dayturn.com ) wrote: Are you all aware of the Apple maintained opensource libraries already included in macOS that you also maintain and use in the viewer?  Examples are libexpat, pcre, openAL,

[opensource-dev] Mac viewer and Apple maintained opensource libraries

2017-01-31 Thread Geir Nøklebye
Are you all aware of the Apple maintained opensource libraries already included in macOS that you also maintain and use in the viewer? Examples are libexpat, pcre, openAL, hunspell and openssl. It might be easier to build the macOS version of the viewer with these libraries, rather than spend