Skip to content

Commit

Permalink
dev-perl/Authen-SCRAM: Bump to version 0.9.0
Browse files Browse the repository at this point in the history
Upstream:
- Computed digests is now cached in clients were salt and iteration
  count are the same.
- Normalize stored strings when doing SASLprep
- Add "minimum_iteration_count" defaulting to 4096 to mitigate downgrade
  attacks
- Add "computed_keysz" client method
- Fix mojibaking of wide characters in usernames

Package-Manager: Portage-2.3.24, Repoman-2.3.6
  • Loading branch information
kentfredric committed Apr 15, 2018
1 parent 005d4b0 commit 21e8318
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dev-perl/Authen-SCRAM/Authen-SCRAM-0.9.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DIST_AUTHOR=DAGOLDEN
DIST_VERSION=0.009
inherit perl-module

DESCRIPTION="Salted Challenge Response Authentication Mechanism (RFC 5802)"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

RDEPEND="
dev-perl/Authen-SASL-SASLprep
virtual/perl-Carp
dev-perl/Crypt-URandom
virtual/perl-Encode
virtual/perl-MIME-Base64
>=dev-perl/Moo-1.1.0
>=dev-perl/PBKDF2-Tiny-0.3.0
dev-perl/Try-Tiny
dev-perl/Type-Tiny
dev-perl/namespace-clean
"
DEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.170.0
test? (
virtual/perl-Exporter
virtual/perl-File-Spec
dev-perl/Test-FailWarnings
dev-perl/Test-Fatal
>=virtual/perl-Test-Simple-0.960.0
)
"
1 change: 1 addition & 0 deletions dev-perl/Authen-SCRAM/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST Authen-SCRAM-0.005.tar.gz 22837 BLAKE2B 16a428754c5706eef735d4e73e12ea2c4b83b1a878b9404f1d6e0b013a7beda1de1cad675744601aea2b6156aac8facd91e7565fcfeef1c7c8447b2039a62d1b SHA512 8c183a490eb631e26c22fa19866f12d6e16fedd63169c470d86f6c0ea83df58e5ab2bcb7763455b1a7c179a5c71493dc37f7be2f7431f94f4c6481bd8f808ee5
DIST Authen-SCRAM-0.009.tar.gz 25013 BLAKE2B 6c0d653fa6d8d00ad779b635bc50990aecd68c117d2c7b330bbcfacc2d74c740e25169c5acd96e5a431150670cbafb6fec5b4b709fdd48719ce8b558434a0915 SHA512 4cb0ce17dfeda301e33d2bdbcd266d0a86ae1b2360a1e2d29b10bb26d96e1e821b95729fd7f7f3671c498112bb5205552b1784a8b38b6c7f3002051c4f420726

0 comments on commit 21e8318

Please sign in to comment.