summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoracastanedam <acastanedam@gmail.com>2021-09-30 02:51:39 +0200
committerGitHub <noreply@github.com>2021-09-29 20:51:39 -0400
commit02f356159bcd281436efec060ff77f0ee8989127 (patch)
treed2b49f136bd8898052c2088ec174ae8c3be8b262
parentd31830eaf5d32ab513c2f295da58653d721ea437 (diff)
downloadspack-02f356159bcd281436efec060ff77f0ee8989127.tar.gz
spack-02f356159bcd281436efec060ff77f0ee8989127.tar.bz2
spack-02f356159bcd281436efec060ff77f0ee8989127.tar.xz
spack-02f356159bcd281436efec060ff77f0ee8989127.zip
linux-pam: include more official (recent) releases (#26065)
-rw-r--r--var/spack/repos/builtin/packages/linux-pam/package.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/linux-pam/package.py b/var/spack/repos/builtin/packages/linux-pam/package.py
index 45887e65e5..b812e0b40c 100644
--- a/var/spack/repos/builtin/packages/linux-pam/package.py
+++ b/var/spack/repos/builtin/packages/linux-pam/package.py
@@ -10,8 +10,12 @@ class LinuxPam(AutotoolsPackage):
"""Linux PAM (Pluggable Authentication Modules for Linux) project."""
homepage = "http://www.linux-pam.org/"
- url = "https://github.com/linux-pam/linux-pam/releases/download/v1.3.1/Linux-PAM-1.3.1.tar.xz"
+ url = "https://github.com/linux-pam/linux-pam/releases/download/v1.5.2/Linux-PAM-1.5.2.tar.xz"
+ version('1.5.1', sha256='201d40730b1135b1b3cdea09f2c28ac634d73181ccd0172ceddee3649c5792fc')
+ version('1.5.2', sha256='e4ec7131a91da44512574268f493c6d8ca105c87091691b8e9b56ca685d4f94d')
+ version('1.5.0', sha256='02d39854b508fae9dc713f7733bbcdadbe17b50de965aedddd65bcb6cc7852c8')
+ version('1.4.0', sha256='cd6d928c51e64139be3bdb38692c68183a509b83d4f2c221024ccd4bcddfd034')
version('1.3.1', sha256='eff47a4ecd833fbf18de9686632a70ee8d0794b79aecb217ebd0ce11db4cd0db')
depends_on('m4', type='build')