mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
dropbear: Refresh pam patch so it applies against recent version
Patch application failed on the autobuilder for pam, this refresh of the patch should resolve the build failure. (From OE-Core rev: c4c5ec52effc2ff97ac17270c1aa7884c808f5a9) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -10,22 +10,19 @@ Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
|
|||||||
options.h | 4 ++--
|
options.h | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/options.h b/options.h
|
Index: dropbear-2013.62/options.h
|
||||||
index 71a21c2..305f789 100644
|
===================================================================
|
||||||
--- a/options.h
|
--- dropbear-2013.62.orig/options.h 2014-01-14 21:53:02.803262009 +0000
|
||||||
+++ b/options.h
|
+++ dropbear-2013.62/options.h 2014-01-14 21:53:56.119263462 +0000
|
||||||
@@ -174,9 +174,9 @@ much traffic. */
|
@@ -192,9 +192,9 @@
|
||||||
* PAM challenge/response.
|
* PAM challenge/response.
|
||||||
* You can't enable both PASSWORD and PAM. */
|
* You can't enable both PASSWORD and PAM. */
|
||||||
|
|
||||||
-#define ENABLE_SVR_PASSWORD_AUTH
|
-#define ENABLE_SVR_PASSWORD_AUTH
|
||||||
+//#define ENABLE_SVR_PASSWORD_AUTH
|
+/*#define ENABLE_SVR_PASSWORD_AUTH*/
|
||||||
/* PAM requires ./configure --enable-pam */
|
/* PAM requires ./configure --enable-pam */
|
||||||
-//#define ENABLE_SVR_PAM_AUTH
|
-/*#define ENABLE_SVR_PAM_AUTH */
|
||||||
+#define ENABLE_SVR_PAM_AUTH
|
+#define ENABLE_SVR_PAM_AUTH
|
||||||
#define ENABLE_SVR_PUBKEY_AUTH
|
#define ENABLE_SVR_PUBKEY_AUTH
|
||||||
|
|
||||||
/* Whether to take public key options in
|
/* Whether to take public key options in
|
||||||
--
|
|
||||||
1.7.11.7
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user