-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/ruby-rubyntlm: update to 0.6.5
0.6.5 (2024-06-12) What's Changed * Fix NTLMv2 hash when username contains non-ASCII characters by @cdelafuente-r7 in #56 * Update Negotiate Flags by @n00tmeg in #38 New Contributors * @cdelafuente-r7 made their first contribution in #56 * @n00tmeg made their first contribution in #38
- Loading branch information
taca
committed
Jun 15, 2024
1 parent
5cfab8e
commit ac0027d
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.3 2024/06/08 15:55:25 taca Exp $ | ||
# $NetBSD: Makefile,v 1.4 2024/06/15 16:13:14 taca Exp $ | ||
|
||
DISTNAME= rubyntlm-0.6.4 | ||
DISTNAME= rubyntlm-0.6.5 | ||
CATEGORIES= security | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.5 2024/06/08 15:55:25 taca Exp $ | ||
$NetBSD: distinfo,v 1.6 2024/06/15 16:13:14 taca Exp $ | ||
|
||
BLAKE2s (rubyntlm-0.6.4.gem) = b0b34bf4a28a30d54b6dc728f3b96ca659e7a174d2d01b4237fbcb1440e7113b | ||
SHA512 (rubyntlm-0.6.4.gem) = 04e0ffd6e34e2eeefcee065ccd15269a43a4c6ead743f5280106cdb9caad422604f7a39d81096d76ff98d28394e8f47cc85c7efae0b4b7d80c835e8291f52156 | ||
Size (rubyntlm-0.6.4.gem) = 35840 bytes | ||
BLAKE2s (rubyntlm-0.6.5.gem) = 5f5c627ff14bbd97ebcfc0c02d54d42e62df5c605b760415b485e13111b5d1df | ||
SHA512 (rubyntlm-0.6.5.gem) = 6b55d06db1ce91600b858ace4304dc7b4d94158fb4389b4244aaf8857b9e32d16ac92a2052f6e235b1e47579e180959a257e0716892faa4a4c51b89e060193c0 | ||
Size (rubyntlm-0.6.5.gem) = 36352 bytes |