Diff xrootd-5.6.1 with a xrootd-5.6.2

/usr/portage/net-libs/xrootd/xrootd-5.6.2.ebuild 2023-10-09 14:52:34.604368479 +0300
75 75
PATCHES=(
76 76
	"${FILESDIR}"/${PN}-4.8.3-crc32.patch
77 77
	"${FILESDIR}"/${PN}-5.4.3-python_tests_py3.patch
78
	"${FILESDIR}"/${PN}-5.6.2-authfile.patch
78 79
)
79 80

  
80 81
# xrootd plugins are not intended to be linked with,
......
97 98
	fi
98 99
}
99 100

  
100
# FIXME: support xrdec - currently only builds against bundled isa-l
101 101
src_configure() {
102 102
	local mycmakeargs=(
103 103
		-DUSE_SYSTEM_ISAL=TRUE
Thank you!