<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin, branch release/12.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F12.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2021-10-14T14:05:32Z</updated>
<entry>
<title>ntp.conf.5: Fix typos</title>
<updated>2021-10-14T14:05:32Z</updated>
<author>
<name>Elyes HAOUAS</name>
<email>ehaouas@noos.fr</email>
</author>
<published>2021-10-06T05:38:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cdc3dfd02544117b3fc13c629cf7a8a70769687b'/>
<id>urn:sha1:cdc3dfd02544117b3fc13c629cf7a8a70769687b</id>
<content type='text'>
"certian" --&gt; "certain"
"compatability" --&gt; "compatibility"
"noticable" --&gt; "noticeable"
"limite" --&gt; "limit"
"acutal" --&gt; "actual"
"ba" --&gt; "be"

MFC after:	1 week
Pull Request:   https://github.com/freebsd/freebsd-src/pull/550
Signed-off-by: Elyes HAOUAS &lt;ehaouas@noos.fr&gt;
(cherry picked from commit da3278ded3b2647d26da26788bab8363e502a144)
</content>
</entry>
<entry>
<title>RPCBIND: skip ipv6 link local when request is not from link local address</title>
<updated>2021-10-11T16:21:00Z</updated>
<author>
<name>David Bright</name>
<email>dab@FreeBSD.org</email>
</author>
<published>2021-10-04T15:43:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e72fce241f88737592219049648d93d58f0e63eb'/>
<id>urn:sha1:e72fce241f88737592219049648d93d58f0e63eb</id>
<content type='text'>
RPCINFO on macOS behaves different compared to other linux clients and
doesn't provide request address in rpcb structure of the
RPCBPROC_GETADDRLIST call which doesn't seem to be forbidden.

In this case RPCBIND uses RPC call's source address and picks a
closest corresponding local address. If there are no addresses in the
same subnet as the source address, return of RPCBIND may vary
depending on the order of addresses returned in getifaddrs. If a link
local precedes global address it may be returned even if the request
comes from neither a link local nor from link local in a different
scope, which will prevent services like nfs from working in tpc6
scenario on macOS clients. Issue can be seen only on FreeBSD rpcbind
port due to changes in workflow of addrmerge call.

Submitted by:	Dmitry Ovsyannikov (Dmitry.Ovsyannikov@dell.com)
Sponsored by:	Dell EMC

(cherry picked from commit d18c9a91979543adc182c7b28819691b64fda388)
</content>
</entry>
<entry>
<title>prometheus_sysctl_exporter(8): filter output using a regex</title>
<updated>2021-10-10T18:18:29Z</updated>
<author>
<name>Robert Wing</name>
<email>rew@FreeBSD.org</email>
</author>
<published>2021-10-08T01:00:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=61156558d2a53e88c139561458420f2e62f6aa06'/>
<id>urn:sha1:61156558d2a53e88c139561458420f2e62f6aa06</id>
<content type='text'>
Add two options, -i and -e, for filtering prometheus metrics.

Each option takes a regular expression as an argument. The provided
regex will be tested against the prometheus metric name.

The -i option includes metrics matching the given regex.
The -e option excludes metrics matching the given regex.

Sponsored by:   Modirum MDPay
Sponsored by:   Klara Inc.
Reviewed by:	0mp, debdrup
Differential Revision:	https://reviews.freebsd.org/D32269

(cherry picked from commit 8ff2b52241400f2b5c2287b91e6e12b97ffd5773)
</content>
</entry>
<entry>
<title>freebsd-update(8): Add -j flag to support jails</title>
<updated>2021-10-08T16:27:35Z</updated>
<author>
<name>Faraz Vahedi</name>
<email>kfv@kfv.io</email>
</author>
<published>2021-10-01T18:48:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e02bf0022e90214918faeadde3500aaef087cc42'/>
<id>urn:sha1:e02bf0022e90214918faeadde3500aaef087cc42</id>
<content type='text'>
Make freebsd-update(8) support jails by adding the -j flag which takes
a jail jid or name as an argument. This takes advantage of the recently
added -j support to freebsd-version(8) in order to get the version of
the installed userland.

Reviewed by:	dteske, kevans
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D25711

(cherry picked from commit c76da1f01064b2b9a1903b30d4b4c444b85f8724)
</content>
</entry>
<entry>
<title>periodic: by default, skip 221.backup-gpart in jails</title>
<updated>2021-10-07T19:45:32Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2021-06-18T14:33:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8461b8f7efa2ea118e19e6702dd3a3f1de9b1a69'/>
<id>urn:sha1:8461b8f7efa2ea118e19e6702dd3a3f1de9b1a69</id>
<content type='text'>
It can still be enabled as usual in /etc/periodic.conf

PR:		256253
Reported by:	delphij
Submitted by:	Miroslav Lachman &lt;000.fbsd@quip.cz&gt;

(cherry picked from commit fcf2227a557552e45646bbcf2422a98baab5c8a8)
</content>
</entry>
<entry>
<title>daemon: add some basic tests</title>
<updated>2021-10-07T17:42:37Z</updated>
<author>
<name>Alan Somers</name>
<email>asomers@FreeBSD.org</email>
</author>
<published>2021-03-17T16:35:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a09e037bc30b8a76cb7007bc4883d62e64c90e0b'/>
<id>urn:sha1:a09e037bc30b8a76cb7007bc4883d62e64c90e0b</id>
<content type='text'>
Sponsored by:	Axcient
Differential Revision:	https://reviews.freebsd.org/D29316

(cherry picked from commit 3b57d80c7aa924ed0fad565591f5292c2ac88da5)
</content>
</entry>
<entry>
<title>syslogd: undo regression after r326573</title>
<updated>2021-10-07T03:09:19Z</updated>
<author>
<name>Eugene Grosbein</name>
<email>eugen@FreeBSD.org</email>
</author>
<published>2021-09-27T07:25:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=75c6f34fbeddab4ec05d0fc0093ef122e73d70dc'/>
<id>urn:sha1:75c6f34fbeddab4ec05d0fc0093ef122e73d70dc</id>
<content type='text'>
Restore ability for our syslogd to collect pre-RFC3164 formatted
messages from remote hosts that was broken with r326573.

Note that parsing of RFC5424 format not changed.

(cherry picked from commit 3b4cc56e524ac947ba0e6571e2c455139c2839ec)
</content>
</entry>
<entry>
<title>wpa: Fix EAP/PEAP MSCHAPv2 authentication SIGSEGV</title>
<updated>2021-10-05T22:09:06Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2021-10-05T22:09:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad0311b6956f66835c24bd5a7e735aaa6b8c8852'/>
<id>urn:sha1:ad0311b6956f66835c24bd5a7e735aaa6b8c8852</id>
<content type='text'>
25ecdc7d52770caf1c9b44b5ec11f468f6b636f3 (MFCed by
5654815fd3604e024eefdcb34904d3a7c883e8c5) introduced a link error
causing a SIGSEGV when using EAP/PEAP MSCHAPv2 authentication. It was
subsequently addressed by c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5,
discovered by build time link errors not experienced during testing of
25ecdc7d52770caf1c9b44b5ec11f468f6b636f3. This commit MFCs a portion
of c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5 addressing only the
SIGSEGV. The rest of c1d255d3ffdbe447de3ab875bf4e7d7accc5bfc5 will
be MFCed in November 2021.

This is a direct commit to stable/12.

PR:		258527
Reported by:	Marek Zarychta &lt;zarychtam@plan-b.pwste.edu.pl&gt;
Tested by:	Marek Zarychta &lt;zarychtam@plan-b.pwste.edu.pl&gt;
</content>
</entry>
<entry>
<title>syslog.conf.5: Fix the message priority order</title>
<updated>2021-09-28T13:22:14Z</updated>
<author>
<name>Felix Guest</name>
<email>felix.the.red@gmail.com</email>
</author>
<published>2021-09-21T15:29:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6e5d9bf97440cdf510a410225cad0f507a1eed7'/>
<id>urn:sha1:e6e5d9bf97440cdf510a410225cad0f507a1eed7</id>
<content type='text'>
PR:		219942

(cherry picked from commit 8678140127296c15894094087b81f71fe79a21d9)
</content>
</entry>
<entry>
<title>Update leap-seconds to leap-seconds.3676924800.</title>
<updated>2021-09-25T05:41:33Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2021-09-20T05:26:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7cbe2b56f84a29e999588b20e70c0559daddad2e'/>
<id>urn:sha1:7cbe2b56f84a29e999588b20e70c0559daddad2e</id>
<content type='text'>
Obtained from:	ftp://ftp.nist.gov/pub/time/leap-seconds.3676924800.
MFC after:	3 days

(cherry picked from commit 7ba7bf48d5bd6ca89f4e81579456b74ee7aa9e4f)
</content>
</entry>
</feed>
