git: 9front

Download patch

ref: c3cfd06564ab868d1e78bf5fe8fe6fac07202de9
parent: 00a00d930aaa0f4915f4ab052dcc55bf6a519eb1
author: Michael Forney <mforney@mforney.org>
date: Mon Feb 8 16:09:17 EST 2021

[9front] mimetype: add entry for .patch extension
This way, upas/vf won't flag .patch files as suspicious by default.

--- a/sys/lib/mimetype
+++ b/sys/lib/mimetype
@@ -91,6 +91,7 @@
 .p		text		plain			-	y # Pascal program
 .p7m		application	x-pkcs7-mime		-	y # SMIME
 .p7s		application	x-pkcs7-signature	-	y # SMIME
+.patch		text		plain		-		y
 .pbm		image		x-portable-bitmap	-	y
 .pdf		application	pdf		-		y # Adobe Portable Document Format
 .pif		application	octet-stream	-		r # DOS executable
--