Page MenuHomeFreeBSD

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

Authored by des on May 16 2026, 8:33 AM.
Tags
None
Referenced Files
F162925502: D57028.id177960.diff
Sat, Jul 18, 9:01 AM
Unknown Object (File)
Thu, Jul 16, 5:06 AM
Unknown Object (File)
Thu, Jul 16, 1:31 AM
Unknown Object (File)
Wed, Jul 15, 7:22 AM
Unknown Object (File)
Wed, Jul 15, 7:22 AM
Unknown Object (File)
Wed, Jul 8, 5:32 AM
Unknown Object (File)
Tue, Jul 7, 7:34 PM
Unknown Object (File)
Fri, Jul 3, 1:07 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 73158
Build 70041: arc lint + arc unit

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
3173

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
3173

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
3173

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.