Skip to content

Commit 0ed54e5

Browse files
committed
exim: security update to 4.99.4
Signed-off-by: stydxm <stydxm@outlook.com>
1 parent ae3b133 commit 0ed54e5

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

app-web/exim/autobuild/defines

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PKGNAME=exim
22
PKGSEC=mail
3-
PKGDEP="gdbm pcre2 linux-pam openssl openldap libnsl2"
4-
BUILDDEP="mariadb perl-file-fcntllock postgresql xfpt"
5-
PKGDES="A general purpose e-mail message transfer agent (MTA)"
3+
PKGDEP="gdbm pcre2 linux-pam openssl openldap libnsl2 mariadb"
4+
BUILDDEP="perl-file-fcntllock postgresql xfpt"
5+
PKGDES="General purpose e-mail message transfer agent (MTA)"
66

77
ABTYPE=self
88

app-web/exim/autobuild/postinst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
echo "Installing systemd files ..."
12
systemd-sysusers exim.conf
23
systemd-tmpfiles --create exim.conf
4+
5+
echo "Handling log file permissions ..."
6+
sudo touch /var/log/exim_mainlog
7+
sudo chown exim:exim /var/log/exim_mainlog
8+
sudo chmod 640 /var/log/exim_mainlog

app-web/exim/spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER=4.99.3
1+
VER=4.99.4
22
SRCS="git::commit=tags/exim-$VER;copy-repo=true::https://code.exim.org/exim/exim"
33
CHKSUMS="SKIP"
44
CHKUPDATE="anitya::id=768"

topics/exim-4.99.4.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
security = true
2+
3+
[name]
4+
default = "Exim 4.99.4"
5+
6+
[caution]
7+
default = "Fixes a Numeric Range Comparison Without Minimum Check vulnerability (CVE-2026-48840, Severity: Medium)"
8+
zh_CN = "修复一处比较数值数值未检查最小值的漏洞(CVE-2026-48840,严重性:中)"
9+
10+
[packages]
11+
"exim" = "4.99.4"

0 commit comments

Comments
 (0)