diff --git a/Changelog.rst b/Changelog.rst index 95398ef..66f5c05 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -9,7 +9,7 @@ OfflineIMAP v6.5.6.1 (YYYY-MM-DD) ================================= * Added default CA bundle location for OpenBSD - (GitHub pull #120). + (GitHub pull #120) and DragonFlyBSD. * Added OpenSSL exception clause to our main GPL to allow people to link with OpenSSL in run-time. It is needed diff --git a/offlineimap/utils/distro.py b/offlineimap/utils/distro.py index babefe7..7c944b9 100644 --- a/offlineimap/utils/distro.py +++ b/offlineimap/utils/distro.py @@ -15,7 +15,7 @@ __DEF_OS_LOCATIONS = { 'freebsd': '/usr/local/share/certs/ca-root-nss.crt', 'openbsd': '/etc/ssl/cert.pem', 'netbsd': None, - 'dragonfly': None, + 'dragonfly': '/etc/ssl/cert.pem', 'darwin': [ # MacPorts, port curl-ca-bundle '/opt/local/share/curl/curl-ca-bundle.crt',