From c055ffc79b715140d3ddfc4c684e5c897eccc3bc Mon Sep 17 00:00:00 2001 From: Vanessasaurus <814322+vsoch@users.noreply.github.com> Date: Sat, 20 Mar 2021 05:50:35 -0600 Subject: singularity: update packages (#22281) This PR will update the urls to not have www (not needed), the repository user should be hpcng instead of sylabs (technically GitHub maintains the old links but this might not be forever) and also added 3.7.1 and 3.7.2 versions of Singularity, newly released Signed-off-by: vsoch Co-authored-by: vsoch --- var/spack/repos/builtin/packages/singularity-legacy/package.py | 6 +++--- var/spack/repos/builtin/packages/singularity/package.py | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/var/spack/repos/builtin/packages/singularity-legacy/package.py b/var/spack/repos/builtin/packages/singularity-legacy/package.py index 638333e085..8e0dab09b4 100644 --- a/var/spack/repos/builtin/packages/singularity-legacy/package.py +++ b/var/spack/repos/builtin/packages/singularity-legacy/package.py @@ -13,9 +13,9 @@ class SingularityLegacy(AutotoolsPackage): legacy package is pre-version 3.0.0 """ - homepage = "https://www.sylabs.io/singularity/" - url = "https://github.com/sylabs/singularity/releases/download/2.5.2/singularity-2.5.2.tar.gz" - git = "https://github.com/sylabs/singularity.git" + homepage = "https://sylabs.io/singularity/" + url = "https://github.com/hpcng/singularity/releases/download/2.5.2/singularity-2.5.2.tar.gz" + git = "https://github.com/hpcng/singularity.git" # Versions before 2.5.2 suffer from a serious security problem. # https://nvd.nist.gov/vuln/detail/CVE-2018-12021 diff --git a/var/spack/repos/builtin/packages/singularity/package.py b/var/spack/repos/builtin/packages/singularity/package.py index 145256d2d4..f508f2558f 100644 --- a/var/spack/repos/builtin/packages/singularity/package.py +++ b/var/spack/repos/builtin/packages/singularity/package.py @@ -23,13 +23,15 @@ class Singularity(MakefilePackage): tail -15 $(spack location -i singularity)/.spack/spack-build-out.txt ''' - homepage = "https://www.sylabs.io/singularity/" - url = "https://github.com/sylabs/singularity/releases/download/v3.6.4/singularity-3.6.4.tar.gz" - git = "https://github.com/sylabs/singularity.git" + homepage = "https://sylabs.io/singularity/" + url = "https://github.com/hpcng/singularity/releases/download/v3.6.4/singularity-3.6.4.tar.gz" + git = "https://github.com/hpcng/singularity.git" maintainers = ['alalazo'] version('master', branch='master') + version('3.7.2', sha256='36916222e26fb934404f0766e0ff368edac36d7fc31ca571f5f609466609066b') + version('3.7.1', sha256='82d2c65063560195ec34551931be3c325b95e8e2009e92755fd7daad346e083c') version('3.7.0', sha256='fb96aaf5f462a56a4a5bd2951287bcbbefe8cf543e228e4e955428f386a8d478') version('3.6.4', sha256='71233a81d6bb4d686d8dc636b3e3e962a372f54001921c89a12b062cefd9e79f') version('3.6.3', sha256='b1a985757a9907d8db0f102fc170a25387e715f7ff31957be964bf47914ea2fd') -- cgit v1.2.3-70-g09d2