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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7CA90158013 for ; Sat, 25 Sep 2021 19:08:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3936E094F; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 791ECE094F for ; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2985F342E7A for ; Sat, 25 Sep 2021 19:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6412D11D for ; Sat, 25 Sep 2021 19:08:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1632596879.d58d0fd3f5f7277215ee61481641caec480b848e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nghttp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild net-libs/nghttp2/nghttp2-1.43.0-r3.ebuild net-libs/nghttp2/nghttp2-1.44.0-r1.ebuild net-libs/nghttp2/nghttp2-1.44.0.ebuild net-libs/nghttp2/nghttp2-1.45.0-r1.ebuild net-libs/nghttp2/nghttp2-1.45.0.ebuild net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild net-libs/nghttp2/nghttp2-1.45.1.ebuild net-libs/nghttp2/nghttp2-9999.ebuild X-VCS-Directories: net-libs/nghttp2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d58d0fd3f5f7277215ee61481641caec480b848e X-VCS-Branch: master Date: Sat, 25 Sep 2021 19:08:31 +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: c905894e-b031-4d3a-9b72-e51af344acc2 X-Archives-Hash: b3ba17e6c79d142ed09011a2bfc70fef commit: d58d0fd3f5f7277215ee61481641caec480b848e Author: Sam James gentoo org> AuthorDate: Sat Sep 25 18:54:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 19:07:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58d0fd3 net-libs/nghttp2: add libjansson subslot dep Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James gentoo.org> net-libs/nghttp2/{nghttp2-1.43.0-r2.ebuild => nghttp2-1.43.0-r3.ebuild} | 2 +- net-libs/nghttp2/{nghttp2-1.44.0.ebuild => nghttp2-1.44.0-r1.ebuild} | 2 +- net-libs/nghttp2/{nghttp2-1.45.0.ebuild => nghttp2-1.45.0-r1.ebuild} | 2 +- net-libs/nghttp2/{nghttp2-1.45.1.ebuild => nghttp2-1.45.1-r1.ebuild} | 2 +- net-libs/nghttp2/nghttp2-9999.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild b/net-libs/nghttp2/nghttp2-1.43.0-r3.ebuild similarity index 97% rename from net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild rename to net-libs/nghttp2/nghttp2-1.43.0-r3.ebuild index 1315b9f5e31..f79b1b5a91e 100644 --- a/net-libs/nghttp2/nghttp2-1.43.0-r2.ebuild +++ b/net-libs/nghttp2/nghttp2-1.43.0-r3.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)] ) - hpack-tools? ( >=dev-libs/jansson-2.5 ) + hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) utils? ( ${SSL_DEPEND} diff --git a/net-libs/nghttp2/nghttp2-1.44.0.ebuild b/net-libs/nghttp2/nghttp2-1.44.0-r1.ebuild similarity index 97% rename from net-libs/nghttp2/nghttp2-1.44.0.ebuild rename to net-libs/nghttp2/nghttp2-1.44.0-r1.ebuild index 5d6b3277275..f95de61d06e 100644 --- a/net-libs/nghttp2/nghttp2-1.44.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.44.0-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)] ) - hpack-tools? ( >=dev-libs/jansson-2.5 ) + hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) utils? ( ${SSL_DEPEND} diff --git a/net-libs/nghttp2/nghttp2-1.45.0.ebuild b/net-libs/nghttp2/nghttp2-1.45.0-r1.ebuild similarity index 97% rename from net-libs/nghttp2/nghttp2-1.45.0.ebuild rename to net-libs/nghttp2/nghttp2-1.45.0-r1.ebuild index cc514dc2d65..33f0539ba85 100644 --- a/net-libs/nghttp2/nghttp2-1.45.0.ebuild +++ b/net-libs/nghttp2/nghttp2-1.45.0-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)] ) - hpack-tools? ( >=dev-libs/jansson-2.5 ) + hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) utils? ( ${SSL_DEPEND} diff --git a/net-libs/nghttp2/nghttp2-1.45.1.ebuild b/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild similarity index 97% rename from net-libs/nghttp2/nghttp2-1.45.1.ebuild rename to net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild index cc514dc2d65..33f0539ba85 100644 --- a/net-libs/nghttp2/nghttp2-1.45.1.ebuild +++ b/net-libs/nghttp2/nghttp2-1.45.1-r1.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)] ) - hpack-tools? ( >=dev-libs/jansson-2.5 ) + hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) utils? ( ${SSL_DEPEND} diff --git a/net-libs/nghttp2/nghttp2-9999.ebuild b/net-libs/nghttp2/nghttp2-9999.ebuild index 0c55b047553..71186bfd360 100644 --- a/net-libs/nghttp2/nghttp2-9999.ebuild +++ b/net-libs/nghttp2/nghttp2-9999.ebuild @@ -32,7 +32,7 @@ RDEPEND=" ${SSL_DEPEND} dev-libs/boost:=[${MULTILIB_USEDEP},threads(+)] ) - hpack-tools? ( >=dev-libs/jansson-2.5 ) + hpack-tools? ( >=dev-libs/jansson-2.5:= ) jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] ) utils? ( ${SSL_DEPEND}