[Rpm-maint] [rpm-software-management/rpm] add support for zstd compressed payload (#297)

Igor Gnatenko notifications at github.com
Wed Aug 2 11:31:40 UTC 2017


ignatenkobrain commented on this pull request.



> @@ -351,6 +351,9 @@ int rpmFileIsCompressed(const char * file, rpmCompressedMagic * compressed)
 	       (magic[4] == 0x5a) && (magic[5] == 0x00)) {
 	/* new style xz (lzma) with magic */
 	*compressed = COMPRESSED_XZ;
+    } else if ((magic[0] == 0x28) && (magic[1] == 0x85) &&
+	       (magic[2] == 0x2f)                     ) {

seems like I overlooked this useless spaces in here, will fix in a bit

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/297#pullrequestreview-53770200
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170802/ed82af6a/attachment.html>


More information about the Rpm-maint mailing list