diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2021-08-20 14:19:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-23 22:00:39 -0700 |
| commit | b43314b6a50dae3038c098adee746171e8609ed9 (patch) | |
| tree | 08fb364f8ef50a99beb99036a220cd6e71c00e44 /meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch | |
| parent | 8500bbbf2c426a42882a80f35d1649f686032417 (diff) | |
| download | meta-openembedded-b43314b6a50dae3038c098adee746171e8609ed9.tar.gz | |
vsftpd: Upgrade to 3.0.5
Drop 2 seccomp patches as seccomp sandbox policy tweaks in new version [1].
[1] https://security.appspot.com/vsftpd/Changelog.txt
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch')
| -rw-r--r-- | meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch new file mode 100644 index 0000000000..a4387c132b --- /dev/null +++ b/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/nopam-with-tcp_wrappers.patch | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | From 71628ddc91b6efb9b922a3fcf8cc18522f5387be Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Roy.Li" <rongqing.li@windriver.com> | ||
| 3 | Date: Mon, 20 Feb 2012 13:51:49 +0000 | ||
| 4 | Subject: [PATCH] Disable PAM | ||
| 5 | |||
| 6 | Upstream-Status: Inappropriate [config] | ||
| 7 | |||
| 8 | Signed-off-by: Roy.Li <rongqing.li@windriver.com> | ||
| 9 | |||
| 10 | --- | ||
| 11 | builddefs.h | 2 +- | ||
| 12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 13 | |||
| 14 | diff --git a/builddefs.h b/builddefs.h | ||
| 15 | index 0106d1a..f48a568 100644 | ||
| 16 | --- a/builddefs.h | ||
| 17 | +++ b/builddefs.h | ||
| 18 | @@ -2,7 +2,7 @@ | ||
| 19 | #define VSF_BUILDDEFS_H | ||
| 20 | |||
| 21 | #define VSF_BUILD_TCPWRAPPERS | ||
| 22 | -#define VSF_BUILD_PAM | ||
| 23 | +#undef VSF_BUILD_PAM | ||
| 24 | #undef VSF_BUILD_SSL | ||
| 25 | |||
| 26 | #endif /* VSF_BUILDDEFS_H */ | ||
