ユーザーにとってはどうでもいい話なのですが、FreeBSD + qpopper でPOP3サーバーとして運用している場合に利用することが多い qpopper ですが、以下のように更新が来てました。
バージョンアップではなく、ビルドオプションが変更になった模様です。
The following 1 package(s) will be affected (of 0 checked): Installed packages to be REINSTALLED: qpopper-4.1.0_6 (options changed) Number of packages to be reinstalled: 1 70 KiB to be downloaded. Proceed with this action? [y/N]:
qpopperのデフォルトビルドオプションを確認してみると以下のようになっていました。
前のビルドのデフォルト値を記録していないので、どのオプションにチェックが付いたのか外れたのかはわかりません。今の時代だとSSLあたりかな〜。
+----------------------------- qpopper-4.1.0_6 --------------------------------+
≠ +--------------------------------------------------------------------------+ ≠
≠ ≠+[x] APOP build with APOP ≠ ≠
≠ ≠+[ ] APOP_ONLY build with APOP authentication only ≠ ≠
≠ ≠+[ ] DOCUMENTATION install pdf documentation ≠ ≠
≠ ≠+[ ] FULL_POPD_DEBUG build with more verbose debugging ≠ ≠
≠ ≠+[x] OPENSSL SSL/TLS support via OpenSSL ≠ ≠
≠ ≠+[ ] PAM build with PAM authentication ≠ ≠
≠ ≠+[ ] POPPASSD build the poppassd daemon ≠ ≠
≠ ≠+[ ] SAMPLE_POPUSERS build a default reject file ≠ ≠
≠ ≠+[ ] SHY_ENABLED hide qpopper version in POP3 banner ≠ ≠
≠ ≠+[ ] STANDALONE_MODE build qpopper to be run without inetd ≠ ≠
≠ ≠+[x] U_OPTION include support for user .qpopper-options ≠ ≠
≠ +--------------------------------------------------------------------------+ ≠
+------------------------------------------------------------------------------+
≠ < OK > < Cancel > ≠
+------------------------------------------------------------------------------+
特に使い勝手に変化はありませんが、最近のFreeBSD関係の出来事として記録しておきます。