Description: Autogenerated patch header for a single-debian-patch file.
 The delta against upstream is either kept as a single patch, or maintained
 in some VCS, and exported as a single patch instead of more manageable
 atomic patches.
Forwarded: not-needed

---
--- zst-0.4.orig/CMakeLists.txt
+++ zst-0.4/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.12...4.1)
 if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.19)
 	cmake_policy(SET CMP0110 NEW)
 endif()
--- zst-0.4.orig/compress.c
+++ zst-0.4/compress.c
@@ -669,7 +669,7 @@ static int cat(int in, int out, file_inf
     }
     if (!r)
         return 0;
-    if (errno != EINVAL && errno != EXDEV) // EXDEV regressed in 5.19
+    if (errno != ENOSYS && errno != EINVAL && errno != EXDEV) // EXDEV regressed in 5.19
         ERRlibc(end, in);
 #endif
 
