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 9CF4E138206 for ; Tue, 2 Jan 2018 17:21:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19473E086D; Tue, 2 Jan 2018 17:21:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E89FFE086D for ; Tue, 2 Jan 2018 17:21:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9207335C0E for ; Tue, 2 Jan 2018 17:21:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6055574 for ; Tue, 2 Jan 2018 17:21:30 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1514913403.39cad2ec9c9430408275d0234c279fe8ff7cde62.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/argon2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/argon2/argon2-20161029-r1.ebuild app-crypt/argon2/argon2-20171227.ebuild app-crypt/argon2/metadata.xml X-VCS-Directories: app-crypt/argon2/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 39cad2ec9c9430408275d0234c279fe8ff7cde62 X-VCS-Branch: master Date: Tue, 2 Jan 2018 17:21:30 +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-Archives-Salt: eda4743f-fc5d-4453-b569-98c87cf06176 X-Archives-Hash: f54b2332c7359fb5ffc53706304497aa commit: 39cad2ec9c9430408275d0234c279fe8ff7cde62 Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Jan 2 17:16:43 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Jan 2 17:16:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39cad2ec app-crypt/argon2: Add sub slot Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-crypt/argon2/argon2-20161029-r1.ebuild | 4 ++-- app-crypt/argon2/argon2-20171227.ebuild | 2 +- app-crypt/argon2/metadata.xml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app-crypt/argon2/argon2-20161029-r1.ebuild b/app-crypt/argon2/argon2-20161029-r1.ebuild index 7bc3ecb38fc..1af92a37183 100644 --- a/app-crypt/argon2/argon2-20161029-r1.ebuild +++ b/app-crypt/argon2/argon2-20161029-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2" SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 CC0-1.0 )" -SLOT="0" +SLOT="0/0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs" diff --git a/app-crypt/argon2/argon2-20171227.ebuild b/app-crypt/argon2/argon2-20171227.ebuild index 93273567ab3..053764e3b4b 100644 --- a/app-crypt/argon2/argon2-20171227.ebuild +++ b/app-crypt/argon2/argon2-20171227.ebuild @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/P-H-C/phc-winner-argon2" SRC_URI="https://github.com/P-H-C/phc-winner-argon2/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( Apache-2.0 CC0-1.0 )" -SLOT="0" +SLOT="0/1" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="static-libs" diff --git a/app-crypt/argon2/metadata.xml b/app-crypt/argon2/metadata.xml index d4ab4191e92..b877484ca66 100644 --- a/app-crypt/argon2/metadata.xml +++ b/app-crypt/argon2/metadata.xml @@ -10,6 +10,9 @@ Proxy Maintainers Argon2 is a password hashing tool and library that won the Password Hashing Competition (PHC) + + Reflect ABI of libargon2.so. + P-H-C/phc-winner-argon2