From 531192df1933736ebf10c9601fc5fc75d682b53f Mon Sep 17 00:00:00 2001 From: Ricardo Martincoski Date: Sun, 21 Nov 2021 14:07:54 -0300 Subject: [PATCH] package/screen: rename patch with the proper naming convention As reported by check-package (by calling it directly): use name -.patch Output of: make screen-dirclean screen-patch | grep 'Patching\|Applying' Before: >>> screen 4.8.0 Patching Applying 0001-no-memcpy-fallback.patch using patch: Applying 0002-install-no-backup-binary.patch using patch: Applying 0003-install-always-chmod.patch using patch: Applying 0004-install-nonversioned-binary.patch using patch: Applying 0005-rename-sched_h.patch using patch: Applying 0006-comm-h-now-depends-on-term-h.patch using patch: Applying 0007-comm.h-needed-for-list_-display-generic-.o.patch using patch: Applying 0008_CVE-2021-26937.patch using patch: After: >>> screen 4.8.0 Patching Applying 0001-no-memcpy-fallback.patch using patch: Applying 0002-install-no-backup-binary.patch using patch: Applying 0003-install-always-chmod.patch using patch: Applying 0004-install-nonversioned-binary.patch using patch: Applying 0005-rename-sched_h.patch using patch: Applying 0006-comm-h-now-depends-on-term-h.patch using patch: Applying 0007-comm.h-needed-for-list_-display-generic-.o.patch using patch: Applying 0008-CVE-2021-26937.patch using patch: Signed-off-by: Ricardo Martincoski Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- .../{0008_CVE-2021-26937.patch => 0008-CVE-2021-26937.patch} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package/screen/{0008_CVE-2021-26937.patch => 0008-CVE-2021-26937.patch} (100%) diff --git a/package/screen/0008_CVE-2021-26937.patch b/package/screen/0008-CVE-2021-26937.patch similarity index 100% rename from package/screen/0008_CVE-2021-26937.patch rename to package/screen/0008-CVE-2021-26937.patch