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 1993115801B for ; Sat, 29 Jul 2023 14:49:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1DF9E0AA1; Sat, 29 Jul 2023 14:49:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 DA9C6E0AA1 for ; Sat, 29 Jul 2023 14:49:46 +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 E9771340813 for ; Sat, 29 Jul 2023 14:49:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B78E86 for ; Sat, 29 Jul 2023 14:49:44 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1690642172.3451fcfb12c70b03b44b682d994e39bf2c480f8e.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/apptainer/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-containers/apptainer/Manifest app-containers/apptainer/apptainer-1.1.9.ebuild app-containers/apptainer/apptainer-1.2.2.ebuild X-VCS-Directories: app-containers/apptainer/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 3451fcfb12c70b03b44b682d994e39bf2c480f8e X-VCS-Branch: master Date: Sat, 29 Jul 2023 14:49:44 +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: f9fdc16e-7fb9-461d-96b9-48f806769216 X-Archives-Hash: 26a8ddda7eda484a24e8f3f7118e9ec2 commit: 3451fcfb12c70b03b44b682d994e39bf2c480f8e Author: Marek Szuba gentoo org> AuthorDate: Sat Jul 29 14:14:37 2023 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jul 29 14:49:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3451fcfb app-containers/apptainer: add 1.2.2, drop 1.1.9 Signed-off-by: Marek Szuba gentoo.org> app-containers/apptainer/Manifest | 2 +- .../apptainer/{apptainer-1.1.9.ebuild => apptainer-1.2.2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-containers/apptainer/Manifest b/app-containers/apptainer/Manifest index def636745af5..68b2a2c9665b 100644 --- a/app-containers/apptainer/Manifest +++ b/app-containers/apptainer/Manifest @@ -1,2 +1,2 @@ DIST apptainer-1.1.8.tar.gz 12935652 BLAKE2B a9c34bb407d002fa50cb5f96c0e7071aa05f8a17f3c98689d9392f23fc9336364137f23b582eb84ba860497f274fc393634d3702df62b99ad4320d0ac1ed69b0 SHA512 726fd7da3d43980c3d3914b089288d27cde941fa0ff7e206b3330bc7b0085de45a192e12ed794c2d81661d90260e10512bca61bfd7344cb1ae74ff64b5f8ebb5 -DIST apptainer-1.1.9.tar.gz 12912098 BLAKE2B a4e28550446c9be1be402fd56b39a1a8f4605eee8e4cb21caa48a1e9df1944209c4c9ed8040c1afe11b287d6bfec28be7e74bd7b4a583403b5aedf259f8811ee SHA512 52ca2ac7b6763ca3817bf68fffc6e477e5699eae1368b5deb9458d1a88ff6c607e6c6abd796a686e9c0208f48831f747a4b2c57cedf6b226845dde1b589a5158 +DIST apptainer-1.2.2.tar.gz 14398077 BLAKE2B 86f5ed5218928854a7266251378480fdf76b370dad194995d55b5b85127b82dee2f2462b2b5a7ce1bd6e86552890286cf6c6f28c14c6ae98f7e56f4a3078c78f SHA512 e93f4b01379fdfce475bac3896b51fec4bbb208bd643b839572e2b9844a653e60f292b560207b460f1d087a49464291430dd6705b11741885900746856f33384 diff --git a/app-containers/apptainer/apptainer-1.1.9.ebuild b/app-containers/apptainer/apptainer-1.2.2.ebuild similarity index 99% rename from app-containers/apptainer/apptainer-1.1.9.ebuild rename to app-containers/apptainer/apptainer-1.2.2.ebuild index 11042b31127b..b5e7811c6f00 100644 --- a/app-containers/apptainer/apptainer-1.1.9.ebuild +++ b/app-containers/apptainer/apptainer-1.2.2.ebuild @@ -18,7 +18,7 @@ IUSE="examples +network suid systemd" QA_FLAGS_IGNORED='.*' DEPEND="app-crypt/gpgme - >=dev-lang/go-1.17.6 + >=dev-lang/go-1.19.0 dev-libs/openssl sys-apps/util-linux sys-fs/cryptsetup