From c47d70c3fbfe9a26150323751e7c935f37dc21b8 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Thu, 10 Sep 2009 03:25:42 -0700 Subject: =?UTF-8?q?debian/patches/pam=5Fsecuretty=5Ftty=5Fcheck=5Fbefore?= =?UTF-8?q?=5Fuser=5Fcheck:=20new=20patch,=20to=20make=20pam=5Fsecuretty?= =?UTF-8?q?=20always=20return=20success=20on=20a=20secure=20tty=20regardle?= =?UTF-8?q?ss=20of=20what=20username=20was=20passed.=20=20Thanks=20to=20Ni?= =?UTF-8?q?colas=20Fran=C3=A7ois=20=20fo?= =?UTF-8?q?r=20the=20patch.=20=20Closes:=20#537848?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/patches-applied/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches-applied/series') diff --git a/debian/patches-applied/series b/debian/patches-applied/series index e7f8120c..dde1da8f 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -21,3 +21,4 @@ autoconf.patch update-motd fix-man-crud namespace_with_awk_not_gawk +pam_securetty_tty_check_before_user_check -- cgit v1.2.3 From c90534619a36ab6d202b79a70626e9524d93085f Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 22 Nov 2009 00:39:17 -0600 Subject: debian/patches/sys-types-include.patch: fix pam_modutil.h so that it can be included directly, without having to include sys/types.h first. Closes: #556203. --- debian/patches-applied/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches-applied/series') diff --git a/debian/patches-applied/series b/debian/patches-applied/series index dde1da8f..bf13a538 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -22,3 +22,4 @@ update-motd fix-man-crud namespace_with_awk_not_gawk pam_securetty_tty_check_before_user_check +sys-types-include.patch -- cgit v1.2.3 From 16c056d4c09e4158661c6476849ec1286f902437 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 30 Jan 2010 15:37:25 -0800 Subject: Drop patches pam.d-manpage-section, namespace_with_awk_not_gawk, and pam_securetty_tty_check_before_user_check, which are included upstream. --- debian/patches-applied/series | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/patches-applied/series') diff --git a/debian/patches-applied/series b/debian/patches-applied/series index bf13a538..1d1a6034 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -16,10 +16,7 @@ hurd_no_setfsuid 054_pam_security_abstract_securetty_handling 055_pam_unix_nullok_secure PAM-manpage-section -pam.d-manpage-section autoconf.patch update-motd fix-man-crud -namespace_with_awk_not_gawk -pam_securetty_tty_check_before_user_check sys-types-include.patch -- cgit v1.2.3 From 2757399bb70319f2d62294ab01277841ee2cf72f Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 7 Jun 2010 10:57:06 -0700 Subject: debian/patches/conditional_module,_conditional_man: if we don't have the libraries required for building pam_tty_audit, we shouldn't install the manpage either. LP: #588547. --- debian/patches-applied/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches-applied/series') diff --git a/debian/patches-applied/series b/debian/patches-applied/series index 1d1a6034..7783ddb1 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -16,6 +16,7 @@ hurd_no_setfsuid 054_pam_security_abstract_securetty_handling 055_pam_unix_nullok_secure PAM-manpage-section +conditional_module,_conditional_man autoconf.patch update-motd fix-man-crud -- cgit v1.2.3 From 8645d4f5131d25692dfd78d3e1c46b03f33febf3 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 28 Jul 2010 15:32:04 -0700 Subject: Don't pass --version-script options when linking executables, only when linking libraries. Thanks to Julien Cristau for the fix. Closes: #582362. --- debian/patches-applied/series | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/patches-applied/series') diff --git a/debian/patches-applied/series b/debian/patches-applied/series index 7783ddb1..7455447a 100644 --- a/debian/patches-applied/series +++ b/debian/patches-applied/series @@ -17,6 +17,7 @@ hurd_no_setfsuid 055_pam_unix_nullok_secure PAM-manpage-section conditional_module,_conditional_man +mkhomedir_linking.patch autoconf.patch update-motd fix-man-crud -- cgit v1.2.3