Page MenuHomeFreeBSD

D29596.id86903.diff
No OneTemporary

D29596.id86903.diff

Index: website/static/security/advisory-template.txt
===================================================================
--- website/static/security/advisory-template.txt
+++ website/static/security/advisory-template.txt
@@ -114,19 +114,36 @@
The following list contains the correction revision numbers for each
affected branch.
-Branch/path Revision
+Branch/path Hash Revision
-------------------------------------------------------------------------
-stable/13/ rXXXXXX
-releng/13.0/ rXXXXXX
+stable/13/ XXXXXXXXXXXX stable/13-nXXXXXX
+releng/13.0/ XXXXXXXXXXXX releng/13.0-nXXXXXX
stable/12/ rXXXXXX
releng/12.2/ rXXXXXX
stable/11/ rXXXXXX
releng/11.4/ rXXXXXX
-------------------------------------------------------------------------
-To see which files were modified by a particular revision, run the
-following command, replacing NNNNNN with the revision number, on a
-machine with Subversion installed:
+For FreeBSD 13 and later:
+
+Run the following command to see which files were modified by a
+particular hash:
+
+# git show --stat <hash>
+
+Or visit the following URL, replacing XXXXXX with the hash:
+
+<URL:https://cgit.freebsd.org/src/commit/?id=XXXXXX>
+
+To determine the commit count in a working tree (for comparison against
+nNNNNNN in the table above), run:
+
+# git rev-list --count --first-parent HEAD
+
+For FreeBSD 12 and earlier:
+
+Run the following command to see which files were modified by a particular
+revision, replacing NNNNNN with the revision number:
# svn diff -cNNNNNN --summarize svn://svn.freebsd.org/base

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 10, 12:55 AM (6 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28608691
Default Alt Text
D29596.id86903.diff (2 KB)

Event Timeline