[Buildroot] [PATCH-next v2 5/7] package/screen: rename patch with the proper naming convention

Ricardo Martincoski ricardo.martincoski at gmail.com
Sun Nov 21 17:07:54 UTC 2021


As reported by check-package (by calling it directly):
use name <number>-<description>.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 <ricardo.martincoski at gmail.com>
---
v2: new patch in the series
---
 .../{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
-- 
2.25.1



More information about the buildroot mailing list