mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
dovecot: update to 2.3.13
Fixed and refreshed patches.
Switched to AUTORELEASE for simplicity.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 6baf7dd125)
This commit is contained in:
committed by
Josef Schlehofer
parent
54a511072b
commit
50512fccd1
@@ -1,13 +1,3 @@
|
||||
--- a/src/lib-dcrypt/dcrypt-openssl.c
|
||||
+++ b/src/lib-dcrypt/dcrypt-openssl.c
|
||||
@@ -23,6 +23,7 @@
|
||||
#include <openssl/engine.h>
|
||||
#include <openssl/hmac.h>
|
||||
#include <openssl/objects.h>
|
||||
+#include <openssl/bn.h>
|
||||
#include "dcrypt.h"
|
||||
#include "dcrypt-private.h"
|
||||
|
||||
--- a/src/lib-ssl-iostream/dovecot-openssl-common.c
|
||||
+++ b/src/lib-ssl-iostream/dovecot-openssl-common.c
|
||||
@@ -63,9 +63,11 @@ void dovecot_openssl_common_global_ref(v
|
||||
@@ -40,17 +30,7 @@
|
||||
|
||||
--- a/src/lib-ssl-iostream/iostream-openssl-context.c
|
||||
+++ b/src/lib-ssl-iostream/iostream-openssl-context.c
|
||||
@@ -6,6 +6,9 @@
|
||||
#include "dovecot-openssl-common.h"
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
+#include <openssl/rsa.h>
|
||||
+#include <openssl/dh.h>
|
||||
+#include <openssl/bn.h>
|
||||
#include <openssl/x509.h>
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/ssl.h>
|
||||
@@ -555,8 +558,10 @@ ssl_proxy_ctx_set_crypto_params(SSL_CTX
|
||||
@@ -558,8 +558,10 @@ ssl_proxy_ctx_set_crypto_params(SSL_CTX
|
||||
int nid;
|
||||
const char *curve_name;
|
||||
#endif
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "dcrypt.h"
|
||||
#include "dcrypt-private.h"
|
||||
|
||||
@@ -235,11 +237,13 @@ dcrypt_openssl_padding_mode(enum dcrypt_
|
||||
@@ -236,11 +238,13 @@ dcrypt_openssl_padding_mode(enum dcrypt_
|
||||
static bool dcrypt_openssl_initialize(const struct dcrypt_settings *set,
|
||||
const char **error_r)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user