From 422bfd9cba679e583f20506155b5de46dcc5e4c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 21 Sep 2021 23:54:46 +0200 Subject: [PATCH] [sys-auth/sssd] sync with tree --- sys-auth/sssd/Manifest | 1 + .../sssd/{sssd-2.5.2.ebuild => sssd-2.5.2-r1.ebuild} | 9 +++++++-- 2 files changed, 8 insertions(+), 2 deletions(-) rename sys-auth/sssd/{sssd-2.5.2.ebuild => sssd-2.5.2-r1.ebuild} (96%) diff --git a/sys-auth/sssd/Manifest b/sys-auth/sssd/Manifest index 0e4f7f0..3461e30 100644 --- a/sys-auth/sssd/Manifest +++ b/sys-auth/sssd/Manifest @@ -1 +1,2 @@ +DIST sssd-2.5.2-CVE-2021-3621.patch.bz2 3155 BLAKE2B c50e331f0f1acbb9ef8e6d54a63219da44df5e565608c24635d85a110fcc024f7d5293c4412bca64831a9a3a14e2c1188be1a802c76575ad6d7a83243d3d89c2 SHA512 650af7c67b3a807935c0875ee877d366facdf818492fb4244757448ad351454a279968ea5414e6b3cd116e873abe4f1aef2ccdaf790a4df0cf7f2a0078a41860 DIST sssd-2.5.2.tar.gz 7579208 BLAKE2B ec5d9aeaf5b5e05b56c01f9137f6f24db05544dbd48458d742285b60e7beb6d48af865f3415e11ce89e187f4643bbecf15bbb321859ec80cfe458eb781cea6c9 SHA512 a9bac7b2cc23022dce3bcda314c9c26a0a0914c448f6d5a51c5ba18670f04c1fd1a94cb20173235b6285df1dcc9251cb6b3f3e71a220037b4eb66668e6f33c48 diff --git a/sys-auth/sssd/sssd-2.5.2.ebuild b/sys-auth/sssd/sssd-2.5.2-r1.ebuild similarity index 96% rename from sys-auth/sssd/sssd-2.5.2.ebuild rename to sys-auth/sssd/sssd-2.5.2-r1.ebuild index 261f1a0..5a18c33 100644 --- a/sys-auth/sssd/sssd-2.5.2.ebuild +++ b/sys-auth/sssd/sssd-2.5.2-r1.ebuild @@ -5,15 +5,16 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) -inherit autotools flag-o-matic linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs +inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="https://github.com/SSSD/sssd" SRC_URI="https://github.com/SSSD/sssd/releases/download/${PV}/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-CVE-2021-3621.patch.bz2" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo systemd systemtap test valgrind" RESTRICT="!test? ( test )" @@ -101,6 +102,10 @@ MULTILIB_WRAPPED_HEADERS=( /usr/include/sss_certmap.h ) +PATCHES=( + "${WORKDIR}"/${P}-CVE-2021-3621.patch +) + pkg_setup() { linux-info_pkg_setup python-single-r1_pkg_setup