Globus Toolkit Advisories
Advisories
The following update packages have been created to deal with the issues described below. Installation instructions are included after the package list.
|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Installing Updates on RPM-based systemsTo update to the latest stable RPM packages of globus, use the command # yum update To install the version of a specific package for an RPM-based install, use the command # yum update package-nameFor RPM packages, the base package name matches the globus package name, but with hyphens replacing underscores, and without the extension. There may be multiple RPM packages associated with a source package, so add an asterix after the package name to indicate other installed subpackages. Thus, for the update package globus_openssl_module-0.2.tar.gz, the yum update command would be # yum update 'globus-openssl-module*' Loading mirror speeds from cached hostfile * base: mirror.cogentco.com .... Updated: globus-openssl-module.i386 0:0.2-1 globus-openssl-module-doc.i386 0:0.2-1 globus-openssl-module.x86_64 0:0.2-1 globus-openssl-module-doc.x86_64 0:0.2-1 Complete! Installing updates on Debian-based systemsTo install all available debian update packages use the commands # apt-get update # apt-get upgrade To install the version of a specific package for an Debian-based install, use the command # apt-get update # apt-get install package-nameFor Debian packages, the base package name matches the globus package name, but with hyphens replacing underscores, and without the extension. There may be multiple Debian packages associated with a source package, so add an asterix after the package name to indicate other installed subpackages. Thus, for the update package globus_openssl_module-0.2.tar.gz, the apt-get install command would be
# apt-get --only-upgrade install 'globus-openssl-module*' Installing updates from sourceTo install update packages, use the command % gpt-build -update package-name flavors To find the flavors of the package which are already installed, use the command % gpt-query package-name Note: This can be quite slow to return the output, so please be patient. As an example:
% gpt-query globus_openssl_module
7 packages were found in /opt/globus that matched your query:
packages found that matched your query
globus_openssl_module-gcc64dbg-dev pkg version: 0.1.0
globus_openssl_module-gcc64dbg-pgm pkg version: 0.1.0
globus_openssl_module-gcc64dbg-rtl pkg version: 0.1.0
globus_openssl_module-gcc64dbgpthr-dev pkg version: 0.1.0
globus_openssl_module-gcc64dbgpthr-pgm pkg version: 0.1.0
globus_openssl_module-gcc64dbgpthr-rtl pkg version: 0.1.0
globus_openssl_module-noflavor-doc pkg version: 0.1.0
In this case, the gcc64dbg, gcc64dbgpthr, and
noflavor flavors of the package are installed. You do not have
to specify the noflavor version to update a build, so you can
ignore that.
Thus, to install the update named
% gpt-build -update globus_openssl_module-0.2.tar.gz gcc64dbgpthr gcc64dbg gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_openssl_module gpt-build ====> Changing to /home/juser/BUILD/globus_openssl_module-0.2 gpt-build ====> BUILDING FLAVOR gcc64dbgpthr gpt-build ====> Changing to /home/juser/BUILD gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_openssl_module gpt-build ====> Changing to /home/juser/BUILD/globus_openssl_module-0.2 gpt-build ====> BUILDING FLAVOR gcc64dbg gpt-build ====> Changing to /home/juser/BUILD After installing the update package, restart all globus services.
|


