mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 17:11:34 +02:00
Upgraded the Crypt-PasswdMD5, Digest-SHA1 Portage packages
Upgraded dev-perl/Crypt-PasswdMD5 to version 1.300.0 on amd64 Upgraded dev-perl/Digest-SHA1 to version 2.12 on amd64 BUG=chromium-os:21234,chromium-os:21235 TEST=(see below) $ cat test-md5.pl use Crypt::PasswdMD5; print unix_md5_crypt("test", "test-salt") $ perl test-md5.pl > before $ sudo emerge Crypt-PasswdMD5 $ perl test-md5.pl > after $ diff before after $ cat test-sha1.pl use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); print sha1_hex("test") $ perl test-sha1.pl > before $ sudo emerge Digest-SHA1 $ perl test-sha1.pl > after $ diff before after Change-Id: I1b5e39a041fbfeb0ae6db6d8fd9f0597944216b4 Reviewed-on: http://gerrit.chromium.org/gerrit/9991 Reviewed-by: Matt Tennant <mtennant@chromium.org> Commit-Ready: Mandeep Singh Baines <msb@chromium.org> Tested-by: Mandeep Singh Baines <msb@chromium.org> Reviewed-by: Anush Elangovan <anush@chromium.org>
This commit is contained in:
parent
ae8939fba8
commit
2c7e6f2e88
@ -0,0 +1,18 @@
|
|||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-PasswdMD5/Crypt-PasswdMD5-1.300.0.ebuild,v 1.3 2011/09/27 22:38:32 xmw Exp $
|
||||||
|
|
||||||
|
EAPI=4
|
||||||
|
|
||||||
|
MODULE_AUTHOR=LUISMUNOZ
|
||||||
|
MODULE_VERSION=1.3
|
||||||
|
inherit perl-module
|
||||||
|
|
||||||
|
DESCRIPTION="Provides interoperable MD5-based crypt() functions"
|
||||||
|
|
||||||
|
LICENSE="${LICENSE} BEER-WARE"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
SRC_TEST="do"
|
19
sdk_container/src/third_party/portage-stable/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild
vendored
Normal file
19
sdk_container/src/third_party/portage-stable/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.12.ebuild,v 1.9 2011/07/30 10:29:03 tove Exp $
|
||||||
|
|
||||||
|
EAPI=2
|
||||||
|
|
||||||
|
MODULE_AUTHOR=GAAS
|
||||||
|
inherit perl-module
|
||||||
|
|
||||||
|
DESCRIPTION="NIST SHA message digest algorithm"
|
||||||
|
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="virtual/perl-digest-base"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
SRC_TEST="do"
|
Loading…
x
Reference in New Issue
Block a user