Page MenuHomeFreeBSD

freebsd-update: Skip /etc/ssl/cert.pem
ClosedPublic

Authored by des on May 16 2026, 8:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 18, 2:36 AM
Unknown Object (File)
Tue, Jun 9, 6:55 AM
Unknown Object (File)
Thu, Jun 4, 9:56 PM
Unknown Object (File)
Thu, Jun 4, 1:04 AM
Unknown Object (File)
May 26 2026, 7:55 AM
Unknown Object (File)
May 25 2026, 5:34 PM
Unknown Object (File)
May 25 2026, 12:25 AM
Unknown Object (File)
May 24 2026, 7:26 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.May 16 2026, 8:33 AM
vladlen added inline comments.
usr.sbin/freebsd-update/freebsd-update.sh
3167

According to certclt(8) option -D must have spaces between it and directory name.
[-D destdir]
And I suppose BASEDIR can be empty, it will be interpreted as
-D rehash

usr.sbin/freebsd-update/freebsd-update.sh
3167

According to certclt(8) option -D must have spaces between it and directory name.
[-D destdir]

No.

And I suppose BASEDIR can be empty, it will be interpreted as
-D rehash

That would be a concern if BASEDIR could be empty, but we set it to / in default_params().

usr.sbin/freebsd-update/freebsd-update.sh
3167

If this is just a cosmetic change, we shouldn't include it in what gets merged to releng branches. Feel free to commit it separately though.

This revision is now accepted and ready to land.May 18 2026, 4:16 PM
This revision was automatically updated to reflect the committed changes.