File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11PKGNAME=exim
22PKGSEC=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
77ABTYPE=self
88
Original file line number Diff line number Diff line change 1+ echo "Installing systemd files ..."
12systemd-sysusers exim.conf
23systemd-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
Original file line number Diff line number Diff line change 1- VER=4.99.3
1+ VER=4.99.4
22SRCS="git::commit=tags/exim-$VER;copy-repo=true::https://code.exim.org/exim/exim"
33CHKSUMS="SKIP"
44CHKUPDATE="anitya::id=768"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments