diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2021-01-08 17:28:36 +0100 |
---|---|---|
committer | Andy Walsh <andy.walsh44+github@gmail.com> | 2021-01-08 17:28:36 +0100 |
commit | 97e55a28b32c2f2b14416c52f082bdb653591644 (patch) | |
tree | 627770ba1d2830b4df8763516235c2b6c04f2a6f /net/samba4/Config.in | |
parent | 62726a6ea023157dffbf65dbe7e007ff1a105f0c (diff) |
samba4: update to 4.13.3, enbale io_uring
* update to 4.13.3
* enable vfs io_uring module by default, if kernel supports it
* fix for possible exploit openwrt/packages#13758
* sanetize all external template/config inputs
* fix some shellcheck warnings
* remove old aio modules/deps
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
Diffstat (limited to 'net/samba4/Config.in')
-rw-r--r-- | net/samba4/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba4/Config.in b/net/samba4/Config.in index 988c05f20..a7bc1269c 100644 --- a/net/samba4/Config.in +++ b/net/samba4/Config.in @@ -33,7 +33,7 @@ config SAMBA4_SERVER_VFSX depends on PACKAGE_samba4-server help installs: - modules: vfs_virusfilter vfs_shell_snap vfs_commit vfs_worm vfs_xattr_tdb vfs_aio_fork vfs_aio_pthread (vfs_linux_xfs_sgid) vfs_netatalk vfs_dirsort vfs_fileid + modules: vfs_virusfilter vfs_shell_snap vfs_commit vfs_worm vfs_xattr_tdb (vfs_linux_xfs_sgid) vfs_netatalk vfs_dirsort vfs_fileid Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately default n |