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 7A91913835A for ; Wed, 17 Jun 2020 17:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96D2EE0AED; Wed, 17 Jun 2020 17:01:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8188EE0AED for ; Wed, 17 Jun 2020 17:01:08 +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 A813F34F359 for ; Wed, 17 Jun 2020 17:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E90402AE for ; Wed, 17 Jun 2020 17:00:55 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1592413226.06abef632bda5d80a77d5a6ec21366da5b1e9d7c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/scrypt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/scrypt/Manifest app-crypt/scrypt/scrypt-1.3.0.ebuild X-VCS-Directories: app-crypt/scrypt/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 06abef632bda5d80a77d5a6ec21366da5b1e9d7c X-VCS-Branch: master Date: Wed, 17 Jun 2020 17:00:55 +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: 1f0ac6e5-76da-45ae-a0b1-7b908570f403 X-Archives-Hash: 3f8a89e8e752c62ae2ec18ab6bff458d commit: 06abef632bda5d80a77d5a6ec21366da5b1e9d7c Author: Jakov Smolic sartura hr> AuthorDate: Sat May 23 16:59:28 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jun 17 17:00:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06abef63 app-crypt/scrypt: version bump to 1.3.0 Closes: https://bugs.gentoo.org/702766 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Joonas Niilola gentoo.org> app-crypt/scrypt/Manifest | 1 + app-crypt/scrypt/scrypt-1.3.0.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/app-crypt/scrypt/Manifest b/app-crypt/scrypt/Manifest index 9bcb5587962..a121a61a240 100644 --- a/app-crypt/scrypt/Manifest +++ b/app-crypt/scrypt/Manifest @@ -1 +1,2 @@ DIST scrypt-1.2.0.tgz 107796 BLAKE2B 83ad13e83dad1ecf6a73553e2402c01409062e53089b5c6598607a50794113ad7ed89d855486e33464237b5ba033b57b72af851199e674235ac53e822fece865 SHA512 81ac8d82c38dc73981fa5bd4c011142c7ccef962a650ed849317a49e8aa66c26f4557dde326202792500a996178784d5eb0d28f909ab630cb05c86fdebfaae0d +DIST scrypt-1.3.0.tgz 380332 BLAKE2B 4bb2c5b911cd25e80444e7dd6381692a3ddd3dcd3a5f4bcda14c8cc4169f332f2c617175bfd222f03d8e48a3eefd9d01b2d7c3fd6b712b3266b2cc75bee8396b SHA512 199f58adb5231f1ad585dbe8f64d6c54920cee201bd7703bcfc7e64917bf8647f9e35b3835b78c41210fd9af5223a79938f2495e4b48e6a62bfe8721d82492c2 diff --git a/app-crypt/scrypt/scrypt-1.3.0.ebuild b/app-crypt/scrypt/scrypt-1.3.0.ebuild new file mode 100644 index 00000000000..bce60158dd5 --- /dev/null +++ b/app-crypt/scrypt/scrypt-1.3.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A simple password-based encryption utility using scrypt key derivation function" +HOMEPAGE="http://www.tarsnap.com/scrypt.html" +SRC_URI="http://www.tarsnap.com/${PN}/${P}.tgz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DOCS=( FORMAT )