This update for singularity fixes the following issues:
singularity was updated to version 3.4.1:
This point release addresses the following issues:
New version 3.4.0. Many changes since 3.2.1, for the full changelog please read CHANGELOG.md
Update to version 3.2.1:
This point release fixes the following bugs:
--nv is invokedImprove integration with SUSE Products: add support to create Singularity images with SLE.
Newer SUSE versions use a different path for the RPM database.
When the installation succeeds by an installation scriptlet fails zypper returns error code 107. Don't treat this as an error.
In order to specify a repository GPG key, add support for multi line variables.
In order to specify a list of additional repos, add support to 'indexed' variables.
Improve handling of SUSE repositires:
Updated to singularity v3.2.0
CVE-2019-11328: Instance files are now stored in user's home directory for privacy and
many checks have been added to ensure that a user can't manipulate files
to change starter-suid behavior when instances are joined (many thanks
to Matthias Gerstner from the SUSE security team for finding and securely
reporting this vulnerability) (boo#1128598)
New features / functionalities
$GOPATHNew Commands
plugin command group for creating and managing plugins.Introduced the remote command group to support management of Singularity
endpoints.
Added to the key command group to improve PGP key management.
Added the Stage: <name> keyword to the definition file header and the
from <stage name> option/argument pair to the %files section to
support multistage builds
Deprecated / removed commands
--token/-t option has been deprecated in favor of the singularity remote command groupChanged defaults / behaviors
--allow-unauthenticated/-U option--allow-unauthenticated/-U option
For more information check:
https://github.com/sylabs/singularity/blob/release-3.2/CHANGELOG.mdUpdated to singularity v3.1.1:
New Commands
buildcfg command to display compile-time parametersLDFLAGS, CFLAGS, CGO_ variables in build system--nocolor flag to Singularity client to disable color in loggingRemoved Commands
singularity capability <add/drop> --desc has been removedsingularity capability list <--all/--group/--user> flags have all
been removedNew features / functionalities
--builder flag to the build command implicitly sets --remoteUpdate to singularity 3.1.0 what is reimplementaion in go so this is a complete new build and just reusing the changelog entries, following build differences were made to the upstream spec file
Change from /var/singularity to /var/lib/singularity
Fix warning on bash-completion file about non-executible script.
Add bash completions directory to file list for suse_version < 1500 to keep the build checker happy.