git: 4ba8df2a8bb9 - main - .github: Narrow sys/crypto warning to sys/crypto/skein
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jan 2026 18:24:24 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=4ba8df2a8bb9397e922b07c8e9610d1a8f0d8ee0
commit 4ba8df2a8bb9397e922b07c8e9610d1a8f0d8ee0
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2026-01-15 18:23:07 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-01-15 18:23:07 +0000
.github: Narrow sys/crypto warning to sys/crypto/skein
This is the only subdirectory of sys/crypto that is a vendor import.
Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D54719
---
.github/path-rules.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/path-rules.txt b/.github/path-rules.txt
index 297cfe8def35..7e84f0c99ce4 100644
--- a/.github/path-rules.txt
+++ b/.github/path-rules.txt
@@ -7,4 +7,4 @@ sys/contrib/device-tree :caution: No changes should be made here by pull request
contrib :warning: Contributed software usually managed by vendor branch
crypto :warning: Contributed crypto software usually managed by vendor branch
sys/contrib :warning: Contributed software usually managed by vendor branch
-sys/crypto :warning: Contributed crypto software usually managed by vendor branch
+sys/crypto/skein :warning: Contributed crypto software usually managed by vendor branch