Created attachment 151898 [details] diff file ... I use mail/dbmail with user passwords encrypted/hashed by MySql/PHP's md5() hash function. For SMTP Authentication i use mail/postfix-current and security/cyrus-sasl2-saslauthd with security/pam_mysqldand crypt=3 in pam.conf. Whenever i upgrade the system i have to modify the Makefile in pam_mysql to add OpenSSL (--with-openssl) to keep the system running. I added an option to the Makefile (default: off) ########################################################################### +OPTIONS_DEFINE= SSL +SSL_DESC= Build with OpenSSL support (non-crypt()ish MD5 hash) +SSL_CONFIGURE_WITH= openssl ########################################################################### See also: http://lists.freebsd.org/pipermail/freebsd-ports/2006-July/034386.html
A commit references this bug: Author: robak Date: Sun Apr 5 12:40:46 UTC 2015 New revision: 383291 URL: https://svnweb.freebsd.org/changeset/ports/383291 Log: security/pam-mysql: add OpenSSL port option for building non crypt() MD5 support PR: 196927 Submitted by: Klaus Mayr <klaus@mayr-software.net> Changes: head/security/pam-mysql/Makefile
Committed, thanks for your work!