]> Git Repo - buildroot-mgba.git/commit
package/screen: rename patch with the proper naming convention
authorRicardo Martincoski <[email protected]>
Sun, 21 Nov 2021 17:07:54 +0000 (14:07 -0300)
committerArnout Vandecappelle (Essensium/Mind) <[email protected]>
Sat, 11 Dec 2021 19:48:58 +0000 (20:48 +0100)
commit531192df1933736ebf10c9601fc5fc75d682b53f
tree32eede26ddb797b1ae9477f56cbc373b2c406ced
parent997965c3a315821c973a01a08396f54ebe6c863c
package/screen: rename patch with the proper naming convention

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 <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
package/screen/0008-CVE-2021-26937.patch [new file with mode: 0644]
package/screen/0008_CVE-2021-26937.patch [deleted file]
This page took 0.03507 seconds and 4 git commands to generate.