Diff file-5.46-r2 with a file-9999

/usr/portage/sys-apps/file/file-9999.ebuild 2025-02-03 17:39:35.926677980 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
60 60
PATCHES=(
61 61
	"${FILESDIR}/file-5.43-seccomp-fstatat64-musl.patch" #789336, not upstream yet
62 62
	"${FILESDIR}/file-5.45-seccomp-sandbox.patch"
63
	"${FILESDIR}/file-5.46-zip.patch"
64
	"${FILESDIR}/file-5.46-buffer-overflow.patch"
65 63
)
66 64

  
67 65
src_prepare() {
Thank you!