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 F3E78158092 for ; Fri, 17 Sep 2021 17:45:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A392E083D; Fri, 17 Sep 2021 17:45:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FBC0E083D for ; Fri, 17 Sep 2021 17:45:54 +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 42BB5342ED7 for ; Fri, 17 Sep 2021 17:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8972E90 for ; Fri, 17 Sep 2021 17:45:51 +0000 (UTC) From: "Quentin Retornaz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Quentin Retornaz" Message-ID: <1631900711.d102580aceaf93d9afcc5d8c3b29b1a2c9360811.quentin@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: dev-libs/libressl/Manifest dev-libs/libressl/libressl-3.3.4.ebuild dev-libs/libressl/libressl-3.4.0.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: quentin X-VCS-Committer-Name: Quentin Retornaz X-VCS-Revision: d102580aceaf93d9afcc5d8c3b29b1a2c9360811 X-VCS-Branch: master Date: Fri, 17 Sep 2021 17:45:51 +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: 040a9619-a946-404c-b1ac-7630a4b43950 X-Archives-Hash: 84f6326320b2b1246cffe17fb63d81fa commit: d102580aceaf93d9afcc5d8c3b29b1a2c9360811 Author: itZzenXX aleeas com> AuthorDate: Fri Sep 17 15:37:13 2021 +0000 Commit: Quentin Retornaz retornaz com> CommitDate: Fri Sep 17 17:45:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d102580a Bump LibreSSL to version 3.4.0 Signed-off-by: itZzenXX aleeas.com> Closes: https://github.com/gentoo/libressl/pull/352 Signed-off-by: Quentin Retornaz retornaz.com> dev-libs/libressl/Manifest | 2 +- dev-libs/libressl/{libressl-3.3.4.ebuild => libressl-3.4.0.ebuild} | 0 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libressl/Manifest b/dev-libs/libressl/Manifest index b5b75d3..f5d9fbc 100644 --- a/dev-libs/libressl/Manifest +++ b/dev-libs/libressl/Manifest @@ -1,2 +1,2 @@ DIST libressl-3.2.6.tar.gz 3842414 BLAKE2B cf29201b560a93f37f2b1a2f8ea5d4f196ad24e044e69c141556583686b1bd1941a97d53b662a2d457261eb4f45da9856a051b7b8afd3e3f27a6f14753bd80c5 SHA512 47eba2734e9c27adf922857f8057be20427b9b63d57422318e0658b17c53322b66e52733b71573d9fe26fbad4a4aa95fcd42b42e85647debcef869439caac526 -DIST libressl-3.3.4.tar.gz 3848128 BLAKE2B 06aa0655191deec5297ee5e8e851ba28aea6887a00df5540873ef9d9a350bf9d11f18ecff80c724ddb056586976a7360d51d5a60efbff99436284989e6f5c7df SHA512 11defdde8169d3653c24e149e698ffc5a8ead5ac0808111d1986cb11ef72e9912c463d4891d4635877021e73a8a045dbdbe5e83ec785a59150f170d2ca2031de +DIST libressl-3.4.0.tar.gz 3917583 BLAKE2B 3be62513c99fe1336732ea2e0fb46e3eb788e139b0bc31d3350596b72e6a877bd62042f00173cc50a8b96115778dd567ca9e89e65d2fa592c7675fb7bb78317a SHA512 035a833889b1c52cb2828c38e01b33efc344586c2c7eed28241e74947efc767b893b41671ddc3c09ce6ff72f3bf91666ef07b9b8abb9ee9c619d68835787fb46 diff --git a/dev-libs/libressl/libressl-3.3.4.ebuild b/dev-libs/libressl/libressl-3.4.0.ebuild similarity index 100% rename from dev-libs/libressl/libressl-3.3.4.ebuild rename to dev-libs/libressl/libressl-3.4.0.ebuild