MyProxy and Globus OpenSSL security advisory
The Globus Project has announced a security advisory covering the Globus
OpenSSL package included in current MyProxy GPT bundles:
http://www-unix.globus.org/mail_archive/security-announce/msg00004.html
I recommend updating your MyProxy installations to the latest Globus
OpenSSL package, so MyProxy will use the latest Globus OpenSSL shared
libraries.
For example:
$ wget
http://www-unix.globus.org/ftppub/gt2/2.2/2.2.4/updates/src/globus_openssl-0.14.tar.gz
$ $GPT_LOCATION/sbin/gpt-build -verbose globus_openssl-0.14.tar.gz gcc32dbg
The command
$GPT_LOCATION/sbin/gpt-query globus_openssl
will show you the flavors and versions of globus_openssl installed in
$GLOBUS_LOCATION. The example above uses flavor 'gcc32dbg' but your
installation may instead have a different flavor (such as 'vendorcc32dbg')
or may include multiple installed flavors (such as 'gcc32dbg' and
'gcc32dbgpthr'). For more details, see
<http://www-unix.globus.org/toolkit/2.2/advisories/>.
-Jim