Diff libcupsfilters-2.1.1 with a libcupsfilters-2.1.1-r1

/usr/portage/net-print/libcupsfilters/libcupsfilters-2.1.1-r1.ebuild 2026-05-16 19:17:04.847729317 +0300
1
# Copyright 2023-2025 Gentoo Authors
1
# Copyright 2023-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
39 39
	test? ( media-fonts/dejavu )
40 40
"
41 41

  
42
PATCHES=(
43
	"${FILESDIR}"/${P}-CVE-2025-57812.patch
44
	"${FILESDIR}"/${P}-CVE-2025-64503.patch
45
)
46

  
42 47
src_prepare() {
43 48
	default
44 49

  
Thank you!