Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] pam-base: add support for pam-gnupg-git package
Date: Tue, 21 Jan 2020 16:52:42 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18447@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

There is a new pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages pam-base
https://github.com/void-linux/void-packages/pull/18447

pam-base: add support for pam-gnupg-git package
Now that pam-gnupg-git has been merged, add (optional) support for the module in the pam-base configs.

A patch file from https://github.com/void-linux/void-packages/pull/18447.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pam-base-18447.patch --]
[-- Type: text/x-diff, Size: 1738 bytes --]

From 9891e71516d780d1062307c38dc7683750bd9de8 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Tue, 21 Jan 2020 10:41:15 -0500
Subject: [PATCH] pam-base: add support for pam-gnupg-git package

---
 srcpkgs/pam-base/files/system-auth  | 1 +
 srcpkgs/pam-base/files/system-login | 1 +
 srcpkgs/pam-base/template           | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/pam-base/files/system-auth b/srcpkgs/pam-base/files/system-auth
index 24eb0d78c6c..1cf87353985 100644
--- a/srcpkgs/pam-base/files/system-auth
+++ b/srcpkgs/pam-base/files/system-auth
@@ -3,6 +3,7 @@
 auth      required  pam_unix.so     try_first_pass nullok
 auth      optional  pam_permit.so
 auth      required  pam_env.so
+-auth     optional  pam_gnupg.so
 
 account   required  pam_unix.so
 account   optional  pam_permit.so
diff --git a/srcpkgs/pam-base/files/system-login b/srcpkgs/pam-base/files/system-login
index ecfe0627049..a31b20a69fc 100644
--- a/srcpkgs/pam-base/files/system-login
+++ b/srcpkgs/pam-base/files/system-login
@@ -18,4 +18,5 @@ session    optional   pam_mail.so          dir=/var/mail standard quiet
 -session   optional   pam_elogind.so
 -session   optional   pam_ck_connector.so  nox11
 session    required   pam_env.so
+-session   optional   pam_gnupg.so
 session    required   pam_lastlog.so       silent
diff --git a/srcpkgs/pam-base/template b/srcpkgs/pam-base/template
index 216cea3679f..fecbcf923c9 100644
--- a/srcpkgs/pam-base/template
+++ b/srcpkgs/pam-base/template
@@ -1,7 +1,7 @@
 # Template file for 'pam-base'
 pkgname=pam-base
 version=0.3
-revision=5
+revision=6
 archs=noarch
 short_desc="PAM base configuration files"
 maintainer="Orphaned <orphan@voidlinux.org>"

             reply	other threads:[~2020-01-21 15:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 15:52 voidlinux-github [this message]
2020-01-21 19:07 ` voidlinux-github
2020-01-21 19:08 ` voidlinux-github
2020-01-21 21:17 ` voidlinux-github
2020-01-21 21:29 ` voidlinux-github
2020-01-21 21:30 ` voidlinux-github
2020-01-21 21:36 ` voidlinux-github
2020-01-21 21:36 ` [PR PATCH] [Closed]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18447@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).