23 lines
889 B
Diff
23 lines
889 B
Diff
|
From f6fe5e6faf4a681984e5bb9d830c8006bba8dab7 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= <besser82@fedoraproject.org>
|
||
|
Date: Wed, 21 Nov 2018 19:05:16 +0100
|
||
|
Subject: [PATCH] Set minimum rbytes for NT to 2.
|
||
|
|
||
|
---
|
||
|
hashes.lst | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/hashes.lst b/hashes.lst
|
||
|
index eb46e14..d8e2ccc 100644
|
||
|
--- a/hashes.lst
|
||
|
+++ b/hashes.lst
|
||
|
@@ -51,7 +51,7 @@ sha256crypt $5$ 15 GLIBC,FREEBSD,SOLARIS
|
||
|
sha1crypt $sha1 20 NETBSD
|
||
|
sunmd5 $md5 8 SOLARIS
|
||
|
md5crypt $1$ 9 GLIBC,FREEBSD,NETBSD,OPENBSD,SOLARIS
|
||
|
-nt $3$ 7 FREEBSD
|
||
|
+nt $3$ 2 FREEBSD
|
||
|
bsdicrypt _ 3 FREEBSD,NETBSD,OPENBSD,OSX
|
||
|
bigcrypt : 2 :
|
||
|
descrypt : 2 GLIBC,FREEBSD,NETBSD,OPENBSD,SOLARIS,OSX
|