commit: f4c1bd5eda9b7de001b586211455245e58b60856 Author: Randy Barlow <randy <AT> electronsweatshop <DOT> com> AuthorDate: Tue Jun 6 21:54:17 2023 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Tue Jun 13 09:29:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4c1bd5e
net-libs/libsignal-protocol-c: Drop 2.3.3 This ebuild is vulnerable to CVE-2022-48468 and is superceded by libsignal-protocol-c-2.3.3-r1.ebuild, which remains in tree. Bug: https://bugs.gentoo.org/905098 Signed-off-by: Randy Barlow <randy <AT> electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/31334 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> .../libsignal-protocol-c/libsignal-protocol-c-2.3.3.ebuild | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3.ebuild b/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3.ebuild deleted file mode 100644 index 152bed279253..000000000000 --- a/net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="Signal Protocol C Library" -HOMEPAGE="https://www.whispersystems.org/" -SRC_URI="https://github.com/signalapp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64 arm64 x86" - -LICENSE="GPL-3" -SLOT="0"
