Package: proftpd-basic
Version: 1.3.4a-1
Severity: minor

I quote from contrib/mod_tls.c:
| static int tls_init(void) {
| 
|   /* Check that the OpenSSL headers used match the version of the
|    * OpenSSL library used.
|    *
|    * For now, we only log if there is a difference.
|    */
|   if (SSLeay() != OPENSSL_VERSION_NUMBER) {
|     pr_log_pri(PR_LOG_ERR, MOD_TLS_VERSION
|       ": compiled using OpenSSL version '%s' headers, but linked to "
|       "OpenSSL version '%s' library", OPENSSL_VERSION_TEXT,
|       SSLeay_version(SSLEAY_VERSION));
|     tls_log("compiled using OpenSSL version '%s' headers, but linked to "
|       "OpenSSL version '%s' library", OPENSSL_VERSION_TEXT,
|       SSLeay_version(SSLEAY_VERSION));
|   }
| 
|   pr_log_debug(DEBUG2, MOD_TLS_VERSION ": using " OPENSSL_VERSION_TEXT);
...

Either this check should be removed, or we should make our dependencies
stricter (if it really needs an exact version match, which I doubt).

This is causing some user confusion:
https://bugs.launchpad.net/ubuntu/+source/proftpd-dfsg/+bug/873984

SR



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to