From b0c4913719de7739dac8d0b968711d5a2434b06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Fri, 2 Nov 2018 15:35:51 +0100 Subject: community/zstd: upgrade to 1.3.7 --- .../allow-invoking-list-when-stdin-not-tty.patch | 67 ---------------------- 1 file changed, 67 deletions(-) delete mode 100644 community/zstd/allow-invoking-list-when-stdin-not-tty.patch (limited to 'community/zstd/allow-invoking-list-when-stdin-not-tty.patch') diff --git a/community/zstd/allow-invoking-list-when-stdin-not-tty.patch b/community/zstd/allow-invoking-list-when-stdin-not-tty.patch deleted file mode 100644 index 47fa3e59a7..0000000000 --- a/community/zstd/allow-invoking-list-when-stdin-not-tty.patch +++ /dev/null @@ -1,67 +0,0 @@ -From 712a9fd9721c314f4b0238577d803b012845f6d2 Mon Sep 17 00:00:00 2001 -From: "W. Felix Handte" -Date: Fri, 29 Jun 2018 15:33:44 -0400 -Subject: [PATCH] Allow Invoking `zstd --list` When `stdin` is not a `tty` - -Also now returns an error when no inputs are given. - -New proposed behavior: - -``` -felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l; echo $? -No files given -1 -felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l Makefile.zst; echo $? -Frames Skips Compressed Uncompressed Ratio Check Filename - 1 0 3.08 KB 10.92 KB 3.544 XXH64 Makefile.zst -0 -felix@odin:~/prog/zstd (list-stdin-check)$ ./zstd -l