<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/etc, branch releng/13.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F13.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2024-02-13T21:47:33Z</updated>
<entry>
<title>Merge sendmail 8.18.1 from stable/13 to releng/13.3</title>
<updated>2024-02-13T21:47:33Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2024-01-31T23:53:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b36ddb27b3b96a3d42dba6b0cc5c103b70911ddb'/>
<id>urn:sha1:b36ddb27b3b96a3d42dba6b0cc5c103b70911ddb</id>
<content type='text'>
Merge commit '850ef5ae11d69ea3381bd310f564f025fc8caea3'

Merge vendor sendmail 8.18.1 into HEAD

(cherry picked from commit d39bd2c1388b520fcba9abed1932acacead60fba)

Add new source file for sendmail 8.18.1

(cherry picked from commit 19d4fb85bf17579780e8f0c3cbae8a5e92a6922e)

New sendmail 8.18.1 cf file

(cherry picked from commit 1b6a5580c1f999fb1ba5f9860cf63a8aefc55b3c)

Minor change to update these files so new freebsd*.cf files are
generated

(cherry picked from commit 2c191ba6b0b5d1b3729a5ac428d51cfc5d5f3d2e)

Belatedly update version and date for sendmail 8.18.1 upgrade

(cherry picked from commit 31fbc98c949bfca30ab55afef04b4396a61b7e92)

Add a note about sendmail 8.18.1's stricter SMTP protocol enforcement
(akin to commit 21c1f1deb6a3ac6a60e4516261e5264a28e0b7a6 in main)

Update import date for stable/14

Relnotes:	Yes
Security:	CVE-2023-51765
Approved-by:	re (cperciva)
(cherry picked from commit a64caf2cb2dc3ddd6f325e323c281d1463a80ccf)
</content>
</entry>
<entry>
<title>Proactively remove libc++ __tuple header file that became a directory</title>
<updated>2024-01-07T23:04:42Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2023-12-13T18:53:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33605894103bd4de4b90790ef40d13595ccab0af'/>
<id>urn:sha1:33605894103bd4de4b90790ef40d13595ccab0af</id>
<content type='text'>
This was already handled in ObsoleteFiles.inc (see the 20230622 entry),
but some people never run "make delete-old", or want to upgrade directly
from a revision that still had libc++ 15 to the most recent revision.

They would then encounter a failure during installworld, similar to:

  install: target directory `/usr/include/c++/v1/__tuple/' does not exist

Therefore, clean it up in the distrib-cleanup phase, similar to the
earlier instance of the libc++ __string header file that became a
directory.

PR:		273753
MFC after:	1 month

(cherry picked from commit ca217224f17229570f40227893353ca10ae1dda1)
</content>
</entry>
<entry>
<title>Merge llvm-project main llvmorg-17-init-19304-gd0b54bb50e51</title>
<updated>2024-01-07T23:04:38Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2023-09-02T21:17:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0e1e0ce556810ad5f9d45485e686f0653530516c'/>
<id>urn:sha1:0e1e0ce556810ad5f9d45485e686f0653530516c</id>
<content type='text'>
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvm-project main llvmorg-17-init-19304-gd0b54bb50e51, the
last commit before the upstream release/17.x branch was created.

PR:		273753
MFC after:	1 month

(cherry picked from commit 06c3fb2749bda94cb5201f81ffdb8fa6c3161b2e)
</content>
</entry>
<entry>
<title>rtld: add a test for RTLD_DEEPBIND</title>
<updated>2023-12-15T16:56:59Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2023-12-01T01:26:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9986fd59d855234cbb999b2a4099ad3cd094aa49'/>
<id>urn:sha1:9986fd59d855234cbb999b2a4099ad3cd094aa49</id>
<content type='text'>
This tests that with RTLD_DEEPBIND, symbols are looked up in all of the
object's needed objects before the global object.

ATF_REQUIRE_INTEQ was added after stable/13 branched, so we shim it out
here.

PR:		275393
Reviewed by:	kib
Sponsored by:	NetApp, Inc.
Sponsored by:	Klara, Inc.

(cherry picked from commit d9c543b6b0cabea6e6679d70b4e701018e7eab80)
</content>
</entry>
<entry>
<title>lockf: add some tests</title>
<updated>2023-12-15T00:59:21Z</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2023-11-22T05:09:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fbd1d0bdff1d97068c148e0a200ea786eb29fe69'/>
<id>urn:sha1:fbd1d0bdff1d97068c148e0a200ea786eb29fe69</id>
<content type='text'>
Provide basic coverage for the existing options, nothing deeper (e.g.,
pipe closing behavior) is tested in this set.

Reviewed by:	allanjude
Feedback from:	des
Sponsored by:	Klara, Inc.

(cherry picked from commit 296a5a4db1fc8203f5f6aa8f68321e6ab4652b56)
</content>
</entry>
<entry>
<title>sendmail: Drop $FreeBSD$ from .mc files</title>
<updated>2023-10-24T18:13:18Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2023-09-25T14:56:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2813a9b929d771d04f08242ebce4214c7c68f3ea'/>
<id>urn:sha1:2813a9b929d771d04f08242ebce4214c7c68f3ea</id>
<content type='text'>
Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41960

(cherry picked from commit 3aaa7724d68fb001ca3c7e75950edcb617aaeb65)
</content>
</entry>
<entry>
<title>MFC: Remove confDH_PARAMETERS settings in favor of using sendmail's</title>
<updated>2023-10-17T19:44:01Z</updated>
<author>
<name>Gregory Neil Shapiro</name>
<email>gshapiro@FreeBSD.org</email>
</author>
<published>2023-08-18T00:32:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9e8372d0103ac474c08cc0031110860855368b05'/>
<id>urn:sha1:9e8372d0103ac474c08cc0031110860855368b05</id>
<content type='text'>
built-in default which was added in sendmail 8.15.2 (the config
line predates that 8.15.2 feature).  This also alleviates the need
for admins to create the DH parameters file if they opt to use
Diffie-Hellman.

PR:		248387

(cherry picked from commit 98fd1add676321978db72d77d34ef51ca454c814)
</content>
</entry>
<entry>
<title>rc: Start testing the rc(8) framework (beginning with *_oomprotect)</title>
<updated>2023-10-04T11:11:18Z</updated>
<author>
<name>Mateusz Piotrowski</name>
<email>0mp@FreeBSD.org</email>
</author>
<published>2022-07-07T18:24:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=220af70281c5c04610f6bf4ce904e269d1532992'/>
<id>urn:sha1:220af70281c5c04610f6bf4ce904e269d1532992</id>
<content type='text'>
This change adds 2 tests to make sure that the *_oomprotect variable
sets the protection against OOM killer properly within rc(8) scripts.

This is also adding the first tests for the rc(8) framework. More tests
will be added as we go.

PR:		256148
Approved by:	des
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D35745

(cherry picked from commit e7437ae907c89bf85a99c5cbb7ddd194a1ff1354)
</content>
</entry>
<entry>
<title>syslogd: Add some basic regression tests</title>
<updated>2023-08-31T13:55:19Z</updated>
<author>
<name>Jake Freeland</name>
<email>jfree@FreeBSD.org</email>
</author>
<published>2023-06-22T21:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=77740df27c10c6ae7f51de7c80f1c597716952f3'/>
<id>urn:sha1:77740df27c10c6ae7f51de7c80f1c597716952f3</id>
<content type='text'>
Reviewed by:	markj
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D41403

(cherry picked from commit fcace2906ddfae6bee6064b63a6df44be1bdf04b)
</content>
</entry>
<entry>
<title>tests: Add stack grows tests</title>
<updated>2023-08-27T07:32:14Z</updated>
<author>
<name>Dmitry Chagin</name>
<email>dchagin@FreeBSD.org</email>
</author>
<published>2023-08-08T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0234b6d17f50c5c3e89e18e1af778548201ec465'/>
<id>urn:sha1:0234b6d17f50c5c3e89e18e1af778548201ec465</id>
<content type='text'>
Reviewed by:		kib
Differential Revision:	https://reviews.freebsd.org/D41320
MFC after:		2 weeks

(cherry picked from commit 8920c5f2a1175c22631780bd236026d15e2d3d72)
</content>
</entry>
</feed>
