guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: shishi: Build with newer linux-pam.


From: guix-commits
Subject: 02/03: gnu: shishi: Build with newer linux-pam.
Date: Sun, 7 Aug 2022 09:32:07 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e3e33b5251e11beb0c77cc39f335a5116ab36f9c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Aug 7 16:17:23 2022 +0300

    gnu: shishi: Build with newer linux-pam.
    
    * gnu/packages/kerberos.scm (shishi)[inputs]: Replace linux-pam-1.2 with
    linux-pam.
    * gnu/packages/linux.scm (linux-pam-1.2): Remove variable.
---
 gnu/packages/kerberos.scm |  2 +-
 gnu/packages/linux.scm    | 15 ---------------
 2 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/gnu/packages/kerberos.scm b/gnu/packages/kerberos.scm
index a52d4b42cc..8f2bbd1c13 100644
--- a/gnu/packages/kerberos.scm
+++ b/gnu/packages/kerberos.scm
@@ -147,7 +147,7 @@ cryptography.")
     (inputs
      (list gnutls
            libidn
-           linux-pam-1.2
+           linux-pam
            zlib
            libgcrypt
            libtasn1))
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 67ca86cbb0..48e58c035d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1660,21 +1660,6 @@ be used through the PAM API to perform tasks, like 
authenticating a user
 at login.  Local and dynamic reconfiguration are its key features.")
     (license license:bsd-3)))
 
-(define-public linux-pam-1.2
-  (package
-    (inherit linux-pam)
-    (version "1.2.1")
-    (source
-     (origin
-      (method url-fetch)
-      (uri (string-append
-            "http://www.linux-pam.org/library/";
-            "Linux-PAM-" version ".tar.bz2"))
-      (sha256
-       (base32
-        "1n9lnf9gjs72kbj1g354v1xhi2j27aqaah15vykh7cnkq08i4arl"))
-      (patches (search-patches "linux-pam-no-setfsuid.patch"))))))
-
 (define-public python-pamela
   (package
     (name "python-pamela")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]