Diff samba-4.18.7 with a samba-4.19.0-r1

/usr/portage/net-fs/samba/samba-4.19.0-r1.ebuild 2023-10-09 14:52:34.432368475 +0300
22 22

  
23 23
LICENSE="GPL-3"
24 24
SLOT="0"
25
IUSE="acl addc ads ceph client cluster cpu_flags_x86_aes cups debug fam glusterfs gpg"
25
IUSE="acl addc ads ceph client cluster cups debug fam glusterfs gpg"
26 26
IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota +regedit selinux"
27 27
IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind"
28 28
IUSE+=" zeroconf"
......
55 55
	/usr/include/samba-4.0/ctdb_version.h
56 56
)
57 57

  
58
TALLOC_VERSION="2.4.0"
59
TDB_VERSION="1.4.8"
60
TEVENT_VERSION="0.14.1"
58
TALLOC_VERSION="2.4.1"
59
TDB_VERSION="1.4.9"
60
TEVENT_VERSION="0.15.0"
61 61

  
62 62
COMMON_DEPEND="
63 63
	>=app-arch/libarchive-3.1.2:=[${MULTILIB_USEDEP}]
......
69 69
	dev-perl/Parse-Yapp
70 70
	>=net-libs/gnutls-3.4.7:=[${MULTILIB_USEDEP}]
71 71
	>=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}]
72
	>=sys-libs/ldb-2.7.2:=[ldap(+)?,${MULTILIB_USEDEP}]
73
	<sys-libs/ldb-2.8.0:=[ldap(+)?,${MULTILIB_USEDEP}]
72
	>=sys-libs/ldb-2.8.0:=[ldap(+)?,${MULTILIB_USEDEP}]
73
	<sys-libs/ldb-2.9.0:=[ldap(+)?,${MULTILIB_USEDEP}]
74 74
	sys-libs/libcap[${MULTILIB_USEDEP}]
75 75
	sys-libs/liburing:=[${MULTILIB_USEDEP}]
76 76
	sys-libs/ncurses:=
......
261 261
		--nopyc
262 262
		--nopyo
263 263
		--without-winexe
264
		--accel-aes=$(usex cpu_flags_x86_aes intelaesni none)
265 264
		$(multilib_native_use_with acl acl-support)
266 265
		$(multilib_native_usex addc '' '--without-ad-dc')
267 266
		$(multilib_native_use_with ads)
Thank you!