portsnap はなくなりました: /usr/ports は OS標準コマンドだったportsnap で拾ってくるのが習わしでしたが、大半のユーザは ports を使わないだろうということになったのか? pkg からインストールする必要があります。 git でも checkout 出来るのでしょうが、 portsnap は楽ですので手放せません。
FreeBSD14.0 アップグレード祭り ##FreeBSD14.0 - Qiita 2023
sendmail
The default mail transport agent (MTA) is now the Dragonfly Mail Agent (dma(8)) rather than sendmail(8). Configuration of the MTA is done via mailer.conf(5). sendmail(8) and its configuration remain available. a67b925ff3e5
デフォルトのMTAが sendmail から Dragonfly Mail Agent (dma) に変更
sendmail を使用する場合 pkg install sendmail が必要
FreeBSD sendmail sasl blacklistd - external storage 1
/etc/mail/mailer.conf sendmail /usr/libexec/dma mailq /usr/libexec/dma newaliases /usr/libexec/dma なので # mv /etc/mail/mailer.conf /etc/mail/mailer.conf.dma # cp -p /usr/local/etc/mail/mailer.conf.sendmail /etc/mailer.conf
ssh
$ ssh old.example.com sign_and_send_pubkey: no mutual signature supported
ssh_configのHostKeyAlgorithms,PubkeyAcceptedAlgorithmsのデフォルトからssh-rsaが削除された
~/.ssh/config Host old.example.com HostKeyAlgorithms +ssh-rsa PubkeyAcceptedAlgorithms +ssh-rsa
OpenSSHのバージョン
FreeBSD 14.0-RELEASE-p5 ssh -V OpenSSH_9.5p1, OpenSSL 3.0.12 24 Oct 2023 FreeBSD 13.2-RELEASE-p10 ssh -V OpenSSH_9.3p2, OpenSSL 1.1.1t-freebsd 7 Feb 2023 FreeBSD 12.4-RELEASE-p9 ssh -V OpenSSH_9.1p1, OpenSSL 1.1.1q-freebsd 5 Jul 2022
portsnap
13.x-RELEASE までは ports スケルトン取得にユーザランドコマンドの portsnap(8) が有ったが、廃止したらしい😱
14.x-RELEASE に向けての ports 関連問題 #FreeBSD - Qiita
# pkg install portsnap # portsnap fetch # portsnap extract
# portsnap fetch portsnap: Directory does not exist or is not writable: /var/db/portsnap # mkdir /var/db/portsnap # portsnap fetch