Diff rsync-3.4.1-r1 with a rsync-3.4.1-r2
| /usr/portage/net-misc/rsync/rsync-3.4.1-r2.ebuild 2026-03-18 11:46:04.292387722 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 79 | 79 | |
| 80 | 80 |
PATCHES=( |
| 81 | 81 |
"${FILESDIR}"/${PN}-3.4.1-c23.patch
|
| 82 |
"${FILESDIR}"/${PN}-3.4.1-CVE-2025-10158.patch
|
|
| 82 | 83 |
) |
| 83 | 84 | |
| 84 | 85 |
pkg_setup() {
|