Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gdm: clean pam_tally rules
@ 2020-12-15  3:21 sgn
  2020-12-15  3:40 ` [PR PATCH] [Updated] " sgn
  2020-12-15  8:46 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2020-12-15  3:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages gdm-pam-rules
https://github.com/void-linux/void-packages/pull/27173

gdm: clean pam_tally rules


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

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

From 53edc6bb1aef08aa075996251528a8091bc8a7f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 15 Dec 2020 10:20:09 +0700
Subject: [PATCH] gdm: clean pam_tally rules

---
 srcpkgs/gdm/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template
index 118881e4c4c..54f6c45943c 100644
--- a/srcpkgs/gdm/template
+++ b/srcpkgs/gdm/template
@@ -1,7 +1,7 @@
 # Template file for 'gdm'
 pkgname=gdm
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 configure_args="
@@ -48,6 +48,9 @@ post_install() {
 	vinstall $FILESDIR/Xsession 755 etc/gdm
 
 	vsed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
+	vsed -i '/pam_tally.so/d' \
+		$DESTDIR/etc/pam.d/gdm-smartcard \
+		$DESTDIR/etc/pam.d/gdm-fingerprint \
 	rm -rf ${DESTDIR}/tmp
 
 	# runit service

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] gdm: clean pam_tally rules
  2020-12-15  3:21 [PR PATCH] gdm: clean pam_tally rules sgn
@ 2020-12-15  3:40 ` sgn
  2020-12-15  8:46 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-12-15  3:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by sgn against master on the void-packages repository

https://github.com/sgn/void-packages gdm-pam-rules
https://github.com/void-linux/void-packages/pull/27173

gdm: clean pam_tally rules


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

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

From d26d53d7032480d46ebb452a7f765e43096f2fea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Tue, 15 Dec 2020 10:20:09 +0700
Subject: [PATCH] gdm: clean pam_tally rules

---
 srcpkgs/gdm/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/gdm/template b/srcpkgs/gdm/template
index 118881e4c4c..60d528dac13 100644
--- a/srcpkgs/gdm/template
+++ b/srcpkgs/gdm/template
@@ -1,7 +1,7 @@
 # Template file for 'gdm'
 pkgname=gdm
 version=3.38.0
-revision=1
+revision=2
 build_helper="gir"
 build_style=meson
 configure_args="
@@ -48,6 +48,9 @@ post_install() {
 	vinstall $FILESDIR/Xsession 755 etc/gdm
 
 	vsed -i "s/pam_systemd\.so/pam_elogind.so/" $DESTDIR/etc/pam.d/*
+	vsed -i '/pam_tally.so/d' \
+		$DESTDIR/etc/pam.d/gdm-smartcard \
+		$DESTDIR/etc/pam.d/gdm-fingerprint
 	rm -rf ${DESTDIR}/tmp
 
 	# runit service

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: gdm: clean pam_tally rules
  2020-12-15  3:21 [PR PATCH] gdm: clean pam_tally rules sgn
  2020-12-15  3:40 ` [PR PATCH] [Updated] " sgn
@ 2020-12-15  8:46 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2020-12-15  8:46 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

gdm: clean pam_tally rules
https://github.com/void-linux/void-packages/pull/27173

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-15  8:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15  3:21 [PR PATCH] gdm: clean pam_tally rules sgn
2020-12-15  3:40 ` [PR PATCH] [Updated] " sgn
2020-12-15  8:46 ` [PR PATCH] [Merged]: " sgn

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).