git: ed080217ba - main - 12.4 Release notes: Improve pfsync entry

From: Lorenzo Salvadore <salvadore_at_FreeBSD.org>
Date: Mon, 21 Nov 2022 22:34:05 UTC
The branch main has been updated by salvadore (ports committer):

URL: https://cgit.FreeBSD.org/doc/commit/?id=ed080217ba417b97afe1cfc1d26c264c0e0f25b0

commit ed080217ba417b97afe1cfc1d26c264c0e0f25b0
Author:     Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2022-11-21 22:19:05 +0000
Commit:     Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2022-11-21 22:33:43 +0000

    12.4 Release notes: Improve pfsync entry
    
    - Split entry into multiple entries sorted chronologically by commit
      date.
    - Add gitref and sponsor notes.
    
    Approved by:    re (gjb, implicit)
---
 website/content/en/releases/12.4R/relnotes.adoc | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/website/content/en/releases/12.4R/relnotes.adoc b/website/content/en/releases/12.4R/relnotes.adoc
index b87c0f2b5b..1d2eb8c275 100644
--- a/website/content/en/releases/12.4R/relnotes.adoc
+++ b/website/content/en/releases/12.4R/relnotes.adoc
@@ -387,7 +387,18 @@ gitref:fa3e66e9f7cd903050454fc284e2709a9e28e651[repository=src]
 The man:ocs_fc[4] had a possible null pointer dereference fixed.
 gitref:9199f5e0ba5c20e2f170b549a743a550d9b38ec8[repository=src]
 
-The man:pfsync[4] pseudo-device had some locking, defer mode, and NULL check bugs fixed.
+The man:pfsync[4] pseudo-device had some locking bugs fixed.
+gitref:7164b77ce2f3ecc3697a5ea9a225ff15a6a421ab[repository=src]
+(Sponsored by Rubicon Communications, LLC ("Netgate"))
+
+The man:pfsync[4] pseudo-device had some NULL check bugs fixed.
+gitref:bbbe18b317956f3e0d87a277acc1941222fa8eb9[repository=src]
+gitref:f3b722fed330ee3a08a21947d6b4cf2fb70cc562[repository=src]
+(Sponsored by Rubicon Communications, LLC ("Netgate"))
+
+The man:pfsync[4] pseudo-device had a defer mode bug fixed.
+gitref:c36006be54242b3c4e07ac646bebb642555e5905[repository=src]
+(Sponsored by Rubicon Communications, LLC ("Netgate"))
 
 The man:random[4] device had some improvements that now make entropy sources deregistration-safe. On x86 prefer RDSEED over RDRAND when available as per Intel documentation.