samba4: update to 4.14.5

* update to 4.14.5
* refresh patches

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
This commit is contained in:
Andy Walsh
2021-06-27 15:15:26 +02:00
parent 7b9c04f95b
commit 7f3f6d162a
7 changed files with 16 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
--- a/source3/wscript
+++ b/source3/wscript
@@ -907,7 +907,7 @@ msg.msg_accrightslen = sizeof(fd);
@@ -885,7 +885,7 @@ msg.msg_accrightslen = sizeof(fd);
if conf.env.with_iconv:
conf.DEFINE('HAVE_ICONV', 1)
@@ -9,7 +9,7 @@
use_pam=True
conf.CHECK_HEADERS('security/pam_appl.h pam/pam_appl.h')
if not conf.CONFIG_SET('HAVE_SECURITY_PAM_APPL_H') and not conf.CONFIG_SET('HAVE_PAM_PAM_APPL_H'):
@@ -984,6 +984,17 @@ int i; i = PAM_RADIO_TYPE;
@@ -962,6 +962,17 @@ int i; i = PAM_RADIO_TYPE;
"or headers not found. Use --without-pam to disable "
"PAM support.");