Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2026 18:24:24 +0000
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4ba8df2a8bb9 - main - .github: Narrow sys/crypto warning to sys/crypto/skein
Message-ID:  <696930d8.3fb2c.4bc02b5d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?696930d8.3fb2c.4bc02b5d>