FreeBSD Bugzilla – Attachment 248533 Details for
Bug 277068
Dead links in VuXML section of Porters Handbook
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for porters-handbook
porters-handbook.diff (text/plain), 3.08 KB, created by
Chris Moerz
on 2024-02-17 13:46:16 UTC
(
hide
)
Description:
patch for porters-handbook
Filename:
MIME Type:
Creator:
Chris Moerz
Created:
2024-02-17 13:46:16 UTC
Size:
3.08 KB
patch
obsolete
>diff --git a/documentation/content/en/books/developers-handbook/testing/_index.adoc b/documentation/content/en/books/developers-handbook/testing/_index.adoc >index 72d039d239..5b1253b8ec 100644 >--- a/documentation/content/en/books/developers-handbook/testing/_index.adoc >+++ b/documentation/content/en/books/developers-handbook/testing/_index.adoc >@@ -72,6 +72,7 @@ It is not possible to use all of the suggestions below every single time, but th > * Remove all non-essential device drivers from the kernel. For instance if USB is not needed for the test, do not put USB in the kernel. Drivers which attach often have timeouts ticking away. > * Unconfigure hardware that are not in use. Detach disks with man:atacontrol[8] and man:camcontrol[8] if the disks are not used for the test. > * Do not configure the network unless it is being tested, or wait until after the test has been performed to ship the results off to another computer. >+* Disable "Turbo-modes" because they make the clock frequency explicitly depend on the environment. > + > If the system must be connected to a public network, watch out for spikes of broadcast traffic. Even though it is hardly noticeable, it will take up CPU cycles. Multicast has similar caveats. > * Put each file system on its own disk. This minimizes jitter from head-seek optimizations. >diff --git a/documentation/content/en/books/porters-handbook/security/_index.adoc b/documentation/content/en/books/porters-handbook/security/_index.adoc >index 7843b770d7..3c3c77b0b0 100644 >--- a/documentation/content/en/books/porters-handbook/security/_index.adoc >+++ b/documentation/content/en/books/porters-handbook/security/_index.adoc >@@ -168,12 +168,8 @@ Now consider a realistic VuXML entry: > <references> <.> > <freebsdsa>SA-10:75.foo</freebsdsa> <.> > <freebsdpr>ports/987654</freebsdpr> <.> >- <cvename>CAN-2010-0201</cvename> <.> >- <cvename>CAN-2010-0466</cvename> >- <bid>96298</bid> <.> >- <certsa>CA-2010-99</certsa> <.> >+ <cvename>CVE-2023-48795</cvename> <.> > <certvu>740169</certvu> <.> >- <uscertsa>SA10-99A</uscertsa> <.> > <uscertta>SA10-99A</uscertta> <.> > <mlist msgid="201075606@hacker.com">http://marc.theaimsgroup.com/?l=bugtraq&m=203886607825605</mlist> <.> > <url>http://j.r.hacker.com/advisories/1</url> <.> >@@ -213,15 +209,9 @@ The above example specifies that affected are versions `1.6` and up to but not i > > <.> This is a https://cve.mitre.org/[MITRE CVE] identifier. > >-<.> This is a https://www.securityfocus.com/bid/[SecurityFocus Bug ID]. >+<.> This is a https://www.kb.cert.org/vuls/[US-CERT] vulnerability note. > >-<.> This is a https://www.cert.org/[US-CERT] security advisory. >- >-<.> This is a https://www.cert.org/[US-CERT] vulnerability note. >- >-<.> This is a https://www.cert.org/[US-CERT] Cyber Security Alert. >- >-<.> This is a https://www.cert.org/[US-CERT] Technical Cyber Security Alert. >+<.> This is a https://www.cisa.gov/news-events/cybersecurity-advisories[US-CERT] Technical Cyber Security Alert. > > <.> This is a URL to an archived posting in a mailing list. The attribute `msgid` is optional and may specify the message ID of the posting. >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277068
:
248533
|
248534