Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9

2023-06-23 Thread FreeBSD User
Am Fri, 23 Jun 2023 19:56:57 -0700 John Baldwin schrieb: > On 6/23/23 4:19 PM, Ed Maste wrote: > > The branch main has been updated by emaste: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=b077aed33b7b6aefca7b17ddb250cf521f938613 > > > > commit b077aed33b7b6aefca7b17ddb250cf521f9386

git: 59833b089e78 - main - arm64: improve KTR_TRAP trace entries

2023-06-23 Thread Christos Margiolis
The branch main has been updated by christos: URL: https://cgit.FreeBSD.org/src/commit/?id=59833b089e78463a561706fc03777249766aea01 commit 59833b089e78463a561706fc03777249766aea01 Author: Christos Margiolis AuthorDate: 2023-06-24 05:23:14 + Commit: Christos Margiolis CommitDate: 20

git: 6f6446b33064 - main - Do not expose architecture specific symbols

2023-06-23 Thread Enji Cooper
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=6f6446b33064f099e7c20c6465116a91bdf0e141 commit 6f6446b33064f099e7c20c6465116a91bdf0e141 Author: Enji Cooper AuthorDate: 2023-06-24 09:13:31 + Commit: Enji Cooper CommitDate: 2023-06-24 10:13:45

Re: git: b077aed33b7b - main - Merge OpenSSL 3.0.9

2023-06-23 Thread John Baldwin
On 6/23/23 4:19 PM, Ed Maste wrote: The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b077aed33b7b6aefca7b17ddb250cf521f938613 commit b077aed33b7b6aefca7b17ddb250cf521f938613 Merge: b08ee10c0646 b84c4564effd Author: Pierre Pronchery AuthorDate: 2023-

git: 9ead001d5b42 - main - Bump __FreeBSD_version for OpenSSL 3.0 update

2023-06-23 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=9ead001d5b42ef9cba04757c9e7ee74c06037139 commit 9ead001d5b42ef9cba04757c9e7ee74c06037139 Author: Ed Maste AuthorDate: 2023-06-24 02:15:39 + Commit: Ed Maste CommitDate: 2023-06-24 02:16:34 +000

git: bc1027a77851 - main - libfetch: remove all old OpenSSL support

2023-06-23 Thread Enji Cooper
The branch main has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=bc1027a7785166fde9c2a3b48e6e70d198377d4b commit bc1027a7785166fde9c2a3b48e6e70d198377d4b Author: Enji Cooper AuthorDate: 2023-06-22 03:53:54 + Commit: Enji Cooper CommitDate: 2023-06-24 08:45:02

git: e8efee297c6d - main - radix_trie: avoid reloading radix node

2023-06-23 Thread Doug Moore
The branch main has been updated by dougm: URL: https://cgit.FreeBSD.org/src/commit/?id=e8efee297c6db8b1adfa7e5a10cd5a340564cb7b commit e8efee297c6db8b1adfa7e5a10cd5a340564cb7b Author: Doug Moore AuthorDate: 2023-06-23 23:47:23 + Commit: Doug Moore CommitDate: 2023-06-23 23:47:23 +

git: e23d45187b28 - main - libarchive: Avoid a build failure with OpenSSL 3.0

2023-06-23 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e23d45187b287ee7a5c49c8b993daa9e6bb3ad97 commit e23d45187b287ee7a5c49c8b993daa9e6bb3ad97 Author: Pierre Pronchery AuthorDate: 2023-06-01 18:17:10 + Commit: Ed Maste CommitDate: 2023-06-23 22:53

git: 5abd4d378e38 - main - kerberos: Request the OpenSSL 1.1 API

2023-06-23 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=5abd4d378e3807f44686b8087f00cd438ec602ce commit 5abd4d378e3807f44686b8087f00cd438ec602ce Author: Pierre Pronchery AuthorDate: 2023-05-25 06:25:18 + Commit: Ed Maste CommitDate: 2023-06-23 22:53

git: b077aed33b7b - main - Merge OpenSSL 3.0.9

2023-06-23 Thread Ed Maste
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b077aed33b7b6aefca7b17ddb250cf521f938613 commit b077aed33b7b6aefca7b17ddb250cf521f938613 Merge: b08ee10c0646 b84c4564effd Author: Pierre Pronchery AuthorDate: 2023-06-23 22:53:35 + Commit: Ed Ma

Re: git: fc915f1be145 - main - pseudofs: Fix a potential out-of-bounds access in pfs_lookup()

2023-06-23 Thread Enji Cooper
> On Jun 23, 2023, at 8:56 AM, Mark Johnston wrote: … >> Naive question: should this be an && conditional or an || conditional? > > It should be &&. Using || here would reintroduce the original bug. > If strncmp(pname, pn->pn_name, namelen) == 0, then > strlen(pn->pn_name) >= namelen, and pn-

git: b08ee10c0646 - main - wg: fix a number of issues with module load failure handling

2023-06-23 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=b08ee10c0646e683cd03c9e28f537d9a7ba306af commit b08ee10c0646e683cd03c9e28f537d9a7ba306af Author: Kyle Evans AuthorDate: 2023-06-21 18:56:58 + Commit: Kyle Evans CommitDate: 2023-06-23 17:00:09

git: ad9f4e6351fb - main - wg: fix MOD_LOAD to fail properly if cookie_init() fails

2023-06-23 Thread Kyle Evans
The branch main has been updated by kevans: URL: https://cgit.FreeBSD.org/src/commit/?id=ad9f4e6351fb23ee81bc940638d20af3ca7c278d commit ad9f4e6351fb23ee81bc940638d20af3ca7c278d Author: Kyle Evans AuthorDate: 2023-06-23 16:41:07 + Commit: Kyle Evans CommitDate: 2023-06-23 16:55:00

git: c3e58ace3145 - main - arm64 iommu: Fix build without INVARIANTS.

2023-06-23 Thread John Baldwin
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=c3e58ace314561fd382fe27e567c9181ccc836d9 commit c3e58ace314561fd382fe27e567c9181ccc836d9 Author: John Baldwin AuthorDate: 2023-06-23 16:33:41 + Commit: John Baldwin CommitDate: 2023-06-23 16:41:26

Re: git: fc915f1be145 - main - pseudofs: Fix a potential out-of-bounds access in pfs_lookup()

2023-06-23 Thread Mark Johnston
On Fri, Jun 23, 2023 at 08:38:44AM -0700, Enji Cooper wrote: > > > On Jun 23, 2023, at 08:09, Mark Johnston wrote: > > > > The branch main has been updated by markj: > > > > URL: > > https://cgit.FreeBSD.org/src/commit/?id=fc915f1be145a52c53f6f1c37525043216e32bb8 > > > > commit fc915f1be145a

Re: git: fc915f1be145 - main - pseudofs: Fix a potential out-of-bounds access in pfs_lookup()

2023-06-23 Thread Enji Cooper
> On Jun 23, 2023, at 08:09, Mark Johnston wrote: > > The branch main has been updated by markj: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=fc915f1be145a52c53f6f1c37525043216e32bb8 > > commit fc915f1be145a52c53f6f1c37525043216e32bb8 > Author: Mark Johnston > AuthorDate: 2023-06

git: b1c66bc44af0 - main - netinet tests: Add a test which connects a disconnected socket

2023-06-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b1c66bc44af099174afb9840c7db011a5bd0225d commit b1c66bc44af099174afb9840c7db011a5bd0225d Author: Mark Johnston AuthorDate: 2023-06-23 14:06:13 + Commit: Mark Johnston CommitDate: 2023-06-23 14:0

git: de0a2eb2ef86 - main - tcp: Disallow connecting a disconnected socket

2023-06-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=de0a2eb2ef86f6c41157529b827da06f47190e8c commit de0a2eb2ef86f6c41157529b827da06f47190e8c Author: Mark Johnston AuthorDate: 2023-06-23 13:59:52 + Commit: Mark Johnston CommitDate: 2023-06-23 14:0

git: 6775ef4188b4 - main - netinet6: Implement in6_cksum_partial() using m_apply()

2023-06-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=6775ef4188b4d4c023e76ebd2b71fa8c2c7e7cd2 commit 6775ef4188b4d4c023e76ebd2b71fa8c2c7e7cd2 Author: Mark Johnston AuthorDate: 2023-06-23 13:55:43 + Commit: Mark Johnston CommitDate: 2023-06-23 13:5

git: fc915f1be145 - main - pseudofs: Fix a potential out-of-bounds access in pfs_lookup()

2023-06-23 Thread Mark Johnston
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=fc915f1be145a52c53f6f1c37525043216e32bb8 commit fc915f1be145a52c53f6f1c37525043216e32bb8 Author: Mark Johnston AuthorDate: 2023-06-23 13:54:39 + Commit: Mark Johnston CommitDate: 2023-06-23 13:5

Re: [SPAM - SPF violation] Re: git: 764464af4968 - main - Fix spelling of "behavior" to be consistent with the rest of the file

2023-06-23 Thread Benedict Reuschling
Hi, OK, "fix" may sound not right, depending on which version you learned. "Use consistent spelling" may be a better phrase. In section 12.2 Guidelines of the FDP Primer: https://docs.freebsd.org/en/books/fdp-primer/writing-style/#writing-style-guidelines it states that: [...] "Use American

Re: git: 764464af4968 - main - Fix spelling of "behavior" to be consistent with the rest of the file

2023-06-23 Thread Gary Jennejohn
On Fri, 23 Jun 2023 04:28:08 -0700 Cy Schubert wrote: > Basically, I'm asking for a policy decision. > This is the text which was present prior to this change: This behaviour matches GNU m4 1.4.9 and later. regular expressions mimic Emacs behavior, So, what's right? Change behaviour to behavi

Re: git: 764464af4968 - main - Fix spelling of "behavior" to be consistent with the rest of the file

2023-06-23 Thread Cy Schubert
Basically, I'm asking for a policy decision. In message <20230623111633.0444b...@slippy.cwsent.com>, Cy Schubert writes: > In message <202306230549.35n5nkfp015...@gitrepo.freebsd.org>, Benedict > Reuschli > ng writes: > > The branch main has been updated by bcr: > > > > URL: https://cgit.FreeBSD.

Re: git: 764464af4968 - main - Fix spelling of "behavior" to be consistent with the rest of the file

2023-06-23 Thread Cy Schubert
In message <202306230549.35n5nkfp015...@gitrepo.freebsd.org>, Benedict Reuschli ng writes: > The branch main has been updated by bcr: > > URL: https://cgit.FreeBSD.org/src/commit/?id=764464af49688e74fd6d803df0404ca4 > 726dd460 > > commit 764464af49688e74fd6d803df0404ca4726dd460 > Author: Bened