bruteforce-salted-openssl: 1.4.2 bump

This commit is contained in:
Yury Martynov 2019-06-08 15:06:17 +03:00
parent 90060ec6b7
commit d85f192594
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 27 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST bruteforce-salted-openssl-1.4.1.tar.xz 26728 BLAKE2B 8b9fe56245ec28bfcc4b3880b5404394c2ed5e5c6eaf76db9c7824cfa05b46cd4b9809283f73ebae8b19d0bd9cc531155cf32a600b8a144063fcc48bc01ec212 SHA512 f6dddf91bcd7f0d7e6f5e95d1cf34dc6ad68e4877f4f3f11c2b85f9b2d7c11375b9868e22ec40cc0f9848a04ee4fb7e8380410d92e4f4020f46791bf82d30fde
DIST bruteforce-salted-openssl-1.4.2.tar.xz 27184 BLAKE2B 720a56083030e72a9e2c45af54c4c75c733ab55f8ac84906eaf1c44ca5c06f3866c46ab0c03fb4068efd0226c5d244656c154d89479c7daf08913c3849afeaf9 SHA512 28089c1d5e83c5ac3572e02d6e044b01d6c89adfb612a0dc3de688d690704cd5bc68f121268df6b2be7e5ddfed6cf8f02767c33b2e56050cb7fd73c969421cbf

View file

@ -0,0 +1,26 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="A bruteforce cracker for openssl encrypted files."
HOMEPAGE="https://github.com/glv2/${PN}"
SRC_URI="https://github.com/glv2/${PN}/releases/download/${PV}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
DEPEND="dev-libs/openssl:*"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
eapply_user
}
#src_install() {
# default
# dodoc AUTHORS ChangeLog NEWS README
#}