diff options
author | Randy Barlow <randy@electronsweatshop.com> | 2023-06-06 17:54:17 -0400 |
---|---|---|
committer | Viorel Munteanu <ceamac@gentoo.org> | 2023-06-13 12:29:57 +0300 |
commit | f4c1bd5eda9b7de001b586211455245e58b60856 (patch) | |
tree | 40d09267fcaafd9d5ecbf24faf4de70ab092bd4d /net-libs | |
parent | dev-java/scala-cli-bin: add 1.0.1 (diff) | |
download | gentoo-f4c1bd5eda9b7de001b586211455245e58b60856.tar.gz gentoo-f4c1bd5eda9b7de001b586211455245e58b60856.tar.bz2 gentoo-f4c1bd5eda9b7de001b586211455245e58b60856.zip |
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@electronsweatshop.com>
Closes: https://github.com/gentoo/gentoo/pull/31334
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3.ebuild | 14 |
1 files changed, 0 insertions, 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" |