Diff libcupsfilters-2.1.1 with a libcupsfilters-2.1.1-r1
| /usr/portage/net-print/libcupsfilters/libcupsfilters-2.1.1-r1.ebuild 2026-03-03 11:46:18.673652363 +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 |
| ... | ... | |
| 12 | 12 | |
| 13 | 13 |
LICENSE="Apache-2.0" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 16 | 16 |
IUSE="dbus exif jpeg pdf +poppler +postscript png test tiff" |
| 17 | 17 |
RESTRICT="!test? ( test )" |
| 18 | 18 | |
| ... | ... | |
| 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 | |