From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57E9E158008 for ; Tue, 13 Jun 2023 09:30:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C1AAE0990; Tue, 13 Jun 2023 09:30:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A86FE0990 for ; Tue, 13 Jun 2023 09:30:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E4A33BE54 for ; Tue, 13 Jun 2023 09:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF73A8DC for ; Tue, 13 Jun 2023 09:30:39 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1686648597.f4c1bd5eda9b7de001b586211455245e58b60856.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libsignal-protocol-c/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libsignal-protocol-c/libsignal-protocol-c-2.3.3.ebuild X-VCS-Directories: net-libs/libsignal-protocol-c/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: f4c1bd5eda9b7de001b586211455245e58b60856 X-VCS-Branch: master Date: Tue, 13 Jun 2023 09:30:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b45741b2-7387-4b2b-98aa-9e041b771019 X-Archives-Hash: 1d3c17d578fe2892d7ab80dc7388a372 commit: f4c1bd5eda9b7de001b586211455245e58b60856 Author: Randy Barlow electronsweatshop com> AuthorDate: Tue Jun 6 21:54:17 2023 +0000 Commit: Viorel Munteanu gentoo 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 electronsweatshop.com> Closes: https://github.com/gentoo/gentoo/pull/31334 Signed-off-by: Viorel Munteanu 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"