public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/exim] rawhide: Fixed dlopen_localscan patch
Date: Tue, 01 Sep 2026 17:53:05 GMT [thread overview]
Message-ID: <178828518538.1.17548203352149600564.rpms-exim-d581dcf36cf6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/exim
Branch : rawhide
Commit : d581dcf36cf6f764f327eeca506bcb2c21211a04
Author : Jaroslav Škarvada <jskarvad@redhat.com>
Date : 2026-09-01T19:52:27+02:00
Stats : +6/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/exim/c/d581dcf36cf6f764f327eeca506bcb2c21211a04?branch=rawhide
Log:
Fixed dlopen_localscan patch
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
---
diff --git a/exim-4.100-dlopen-localscan.patch b/exim-4.100-dlopen-localscan.patch
index e0e8c12..278970e 100644
--- a/exim-4.100-dlopen-localscan.patch
+++ b/exim-4.100-dlopen-localscan.patch
@@ -184,7 +184,7 @@ index da44cb7..5af46c6 100644
+local_scan_lib = dlopen(local_scan_path, RTLD_NOW);
+if (!local_scan_lib)
+ {
-+ log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library open failed - "
++ log_write(LOG_MAIN|LOG_REJECT, "local_scan() library open failed - "
+ "message temporarily rejected");
+ return FALSE;
+ }
@@ -193,7 +193,7 @@ index da44cb7..5af46c6 100644
+if (!local_scan_version_fn)
+ {
+ dlclose(local_scan_lib);
-+ log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain "
++ log_write(LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain "
+ "local_scan_version_major() function - message temporarily rejected");
+ return FALSE;
+ }
@@ -206,7 +206,7 @@ index da44cb7..5af46c6 100644
+if (!local_scan_version_fn)
+ {
+ dlclose(local_scan_lib);
-+ log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain "
++ log_write(LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain "
+ "local_scan_version_minor() function - message temporarily rejected");
+ return FALSE;
+ }
@@ -220,7 +220,7 @@ index da44cb7..5af46c6 100644
+ {
+ dlclose(local_scan_lib);
+ local_scan_lib = NULL;
-+ log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible major"
++ log_write(LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible major"
+ "version number, you need to recompile your module for this version"
+ "of exim (The module was compiled for version %d.%d and this exim provides"
+ "ABI version %d.%d)", vers_maj, vers_min, LOCAL_SCAN_ABI_VERSION_MAJOR,
@@ -231,7 +231,7 @@ index da44cb7..5af46c6 100644
+ {
+ dlclose(local_scan_lib);
+ local_scan_lib = NULL;
-+ log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible minor"
++ log_write(LOG_MAIN|LOG_REJECT, "local_scan() has an incompatible minor"
+ "version number, you need to recompile your module for this version"
+ "of exim (The module was compiled for version %d.%d and this exim provides"
+ "ABI version %d.%d)", vers_maj, vers_min, LOCAL_SCAN_ABI_VERSION_MAJOR,
@@ -243,7 +243,7 @@ index da44cb7..5af46c6 100644
+if (!local_scan_fn)
+ {
+ dlclose(local_scan_lib);
-+ log_write(0, LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain "
++ log_write(LOG_MAIN|LOG_REJECT, "local_scan() library doesn't contain "
+ "local_scan() function - message temporarily rejected");
+ return FALSE;
+ }
reply other threads:[~2026-09-01 17:53 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178828518538.1.17548203352149600564.rpms-exim-d581dcf36cf6@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox