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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72444158086 for ; Mon, 20 Dec 2021 17:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D8302BC016; Mon, 20 Dec 2021 17:10:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CAE8B2BC016 for ; Mon, 20 Dec 2021 17:10:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6CE4134300B for ; Mon, 20 Dec 2021 17:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5E42202 for ; Mon, 20 Dec 2021 17:10:47 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1640020219.ffbd8f1984403cef0146728fcc0b4edc66092499.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/mbedtls/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild net-libs/mbedtls/mbedtls-2.28.0.ebuild X-VCS-Directories: net-libs/mbedtls/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: ffbd8f1984403cef0146728fcc0b4edc66092499 X-VCS-Branch: master Date: Mon, 20 Dec 2021 17:10:47 +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: 52e7e6e4-b4a6-4b5d-8ed5-10de6a015f59 X-Archives-Hash: 0a41dcc4c2431f25731cb7f62c1e8b4e commit: ffbd8f1984403cef0146728fcc0b4edc66092499 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Dec 20 17:10:19 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Dec 20 17:10:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbd8f19 net-libs/mbedtls: fix subslot for 2.28.0 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anthony G. Basile gentoo.org> net-libs/mbedtls/{mbedtls-2.28.0.ebuild => mbedtls-2.28.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/mbedtls/mbedtls-2.28.0.ebuild b/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild similarity index 97% rename from net-libs/mbedtls/mbedtls-2.28.0.ebuild rename to net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild index 227fbc135dc4..d2ed468d02eb 100644 --- a/net-libs/mbedtls/mbedtls-2.28.0.ebuild +++ b/net-libs/mbedtls/mbedtls-2.28.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ARMmbed/mbedtls/archive/${P}.tar.gz" S=${WORKDIR}/${PN}-${P} LICENSE="Apache-2.0" -SLOT="0/7.13.1" # ffmpeg subslot naming: SONAME tuple of {libmbedcrypto.so,libmbedtls.so,libmbedx509.so} +SLOT="0/7.14.1" # ffmpeg subslot naming: SONAME tuple of {libmbedcrypto.so,libmbedtls.so,libmbedx509.so} KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="cpu_flags_x86_sse2 doc havege programs static-libs test threads zlib" RESTRICT="!test? ( test )"