summaryrefslogtreecommitdiff
path: root/security/xmlsec1/files
diff options
context:
space:
mode:
Diffstat (limited to 'security/xmlsec1/files')
-rw-r--r--security/xmlsec1/files/patch-Makefile.in4
-rw-r--r--security/xmlsec1/files/patch-src-openssl-app.c21
2 files changed, 8 insertions, 17 deletions
diff --git a/security/xmlsec1/files/patch-Makefile.in b/security/xmlsec1/files/patch-Makefile.in
index be5659c14e62..7999ab5cc924 100644
--- a/security/xmlsec1/files/patch-Makefile.in
+++ b/security/xmlsec1/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2022-12-06 14:04:01 UTC
+--- Makefile.in.orig 2023-12-08 23:22:46 UTC
+++ Makefile.in
-@@ -491,7 +491,7 @@ pkgconfigdir = $(prefix)/libdata/pkgconfig
+@@ -504,7 +504,7 @@ pkgconfigdir = $(prefix)/libdata/pkgconfig
bin_SCRIPTS = xmlsec1-config
pkgconfig_DATA = xmlsec1.pc @XMLSEC_CRYPTO_PC_FILES_LIST@
pkgconfigdir = $(prefix)/libdata/pkgconfig
diff --git a/security/xmlsec1/files/patch-src-openssl-app.c b/security/xmlsec1/files/patch-src-openssl-app.c
index bbb25c3f4030..e20b9da3e1ca 100644
--- a/security/xmlsec1/files/patch-src-openssl-app.c
+++ b/security/xmlsec1/files/patch-src-openssl-app.c
@@ -1,8 +1,8 @@
---- src/openssl/app.c.orig 2022-11-28 21:40:24 UTC
+--- src/openssl/app.c.orig 2023-10-30 22:27:05 UTC
+++ src/openssl/app.c
-@@ -46,6 +46,29 @@
-
+@@ -59,6 +59,29 @@
#include "../cast_helpers.h"
+ #include "private.h"
+#if defined(XMLSEC_OPENSSL_API_110) && defined(LIBRESSL_VERSION_NUMBER)
+static UI_METHOD *
@@ -30,7 +30,7 @@
static int xmlSecOpenSSLDefaultPasswordCallback (char *buf,
int bufsiz,
int verify,
-@@ -462,6 +485,11 @@ xmlSecOpenSSLAppEngineKeyLoad(const char *engineName,
+@@ -490,6 +513,11 @@ xmlSecOpenSSLAppEngineKeyLoad(const char *engineName,
EVP_PKEY* pKey = NULL;
int engineInit = 0;
int ret;
@@ -42,7 +42,7 @@
xmlSecAssert2(engineName != NULL, NULL);
xmlSecAssert2(engineKeyId != NULL, NULL);
-@@ -487,7 +515,7 @@ xmlSecOpenSSLAppEngineKeyLoad(const char *engineName,
+@@ -538,7 +566,7 @@ xmlSecOpenSSLAppEngineKeyLoad(const char *engineName,
}
}
@@ -51,16 +51,7 @@
xmlSecOpenSSLError("ENGINE_ctrl_cmd_string(SET_USER_INTERFACE)", NULL);
goto done;
}
-@@ -503,7 +531,7 @@ xmlSecOpenSSLAppEngineKeyLoad(const char *engineName,
-
- /* load private key */
- pKey = ENGINE_load_private_key(engine, engineKeyId,
-- (UI_METHOD *)UI_null(),
-+ (UI_METHOD *)ui_null,
- NULL);
- if(pKey == NULL) {
- xmlSecOpenSSLError("ENGINE_load_private_key", NULL);
-@@ -534,6 +562,7 @@ done:
+@@ -601,6 +629,7 @@ done:
data = NULL;
done: