From: Jean-Yves Migeon Date: Thu, 29 Aug 2013 14:28:59 +0000 (+0200) Subject: sha384 and sha512 are supported tags, add them to mtree.5. X-Git-Tag: v3.1.900a~353^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be78a6bacef13c20d28f14e5dcce404ded43a95a;p=thirdparty%2Flibarchive.git sha384 and sha512 are supported tags, add them to mtree.5. --- diff --git a/libarchive/mtree.5 b/libarchive/mtree.5 index 983fff723..13391fead 100644 --- a/libarchive/mtree.5 +++ b/libarchive/mtree.5 @@ -28,7 +28,7 @@ .\" From: @(#)mtree.8 8.2 (Berkeley) 12/11/93 .\" $FreeBSD$ .\" -.Dd May 6, 2008 +.Dd August 29, 2013 .Dt MTREE 5 .Os .Sh NAME @@ -192,6 +192,24 @@ message digest of the file. .It Cm sha256digest A synonym for .Cm sha256 . +.It Cm sha384 +The +.Tn FIPS +180-2 +.Pq Dq Tn SHA-384 +message digest of the file. +.It Cm sha384digest +A synonym for +.Cm sha384 . +.It Cm sha512 +The +.Tn FIPS +180-2 +.Pq Dq Tn SHA-512 +message digest of the file. +.It Cm sha512digest +A synonym for +.Cm sha512 . .It Cm size The size, in bytes, of the file. .It Cm time