[packages/exim] Rel 9; upstream fixes
arekm
arekm at pld-linux.org
Wed Jan 28 15:36:18 CET 2026
commit 4861b64189d65536669dbf4740bea11db60204cc
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Wed Jan 28 15:35:38 2026 +0100
Rel 9; upstream fixes
90_localscan_dlopen.dpatch | 2 +-
branch.sh | 1 +
exim.spec | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/exim.spec b/exim.spec
index 52fa670..d8dd8fa 100644
--- a/exim.spec
+++ b/exim.spec
@@ -22,7 +22,7 @@ Summary(pl.UTF-8): Agent Transferu Poczty Uniwersytetu w Cambridge
Summary(pt_BR.UTF-8): Servidor de correio eletrônico exim
Name: exim
Version: 4.99
-Release: 8
+Release: 9
Epoch: 2
License: GPL v2+
Group: Networking/Daemons/SMTP
@@ -48,7 +48,7 @@ Source15: %{name}4-smtp.pamd
Source16: %{name}on.png
# sh branch.sh
Patch100: %{name}-git.patch
-# Patch100-md5: ca3ad7e74f26db5fdb3cdd8169a928fb
+# Patch100-md5: 981e1e070ab173163d77c44b82429090
Patch0: %{name}4-EDITME.patch
Patch1: %{name}4-monitor-EDITME.patch
Patch2: %{name}4-cflags.patch
diff --git a/90_localscan_dlopen.dpatch b/90_localscan_dlopen.dpatch
index 6d5e633..a20121a 100644
--- a/90_localscan_dlopen.dpatch
+++ b/90_localscan_dlopen.dpatch
@@ -287,12 +287,12 @@ Last-Update: 2023-09-09
--- a/src/local_scan.h
+++ b/src/local_scan.h
@@ -26,14 +26,15 @@ store.c
- #define LOCAL_SCAN_H
/* Some basic types that make some things easier, the Exim configuration
settings, and the store functions. */
#include <stdarg.h>
+ #include <stdint.h>
#include <sys/types.h>
+#pragma GCC visibility push(default)
#include "config.h"
diff --git a/branch.sh b/branch.sh
index e559860..90ec6ce 100755
--- a/branch.sh
+++ b/branch.sh
@@ -12,6 +12,7 @@ repo=$package.git
filter() {
filterdiff \
-x '*/Readme.pod' \
+ -x '*/README.md' \
-x '*/test/*' \
-x '*/doc/*' \
-x '*/release-process/*'
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/exim.git/commitdiff/4861b64189d65536669dbf4740bea11db60204cc
More information about the pld-cvs-commit
mailing list