exim: update to 4.98
This commit is contained in:
parent
c76a4a0d8c
commit
4ecac0970e
@ -2,6 +2,9 @@
|
|||||||
# from exiscan. Disable it by default
|
# from exiscan. Disable it by default
|
||||||
%bcond_with sa
|
%bcond_with sa
|
||||||
%bcond_without mon
|
%bcond_without mon
|
||||||
|
# use sqlite for metadata storage
|
||||||
|
%bcond_with sqlite
|
||||||
|
|
||||||
|
|
||||||
# By default build clamav subpackage on Fedora,
|
# By default build clamav subpackage on Fedora,
|
||||||
# do not build on RHEL
|
# do not build on RHEL
|
||||||
@ -20,8 +23,8 @@
|
|||||||
|
|
||||||
Summary: The exim mail transfer agent
|
Summary: The exim mail transfer agent
|
||||||
Name: exim
|
Name: exim
|
||||||
Version: 4.97.1
|
Version: 4.98
|
||||||
Release: 11%{?dist}
|
Release: 10%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Url: http://www.exim.org/
|
Url: http://www.exim.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -318,6 +321,10 @@ cat <<-EOF > Local/Makefile
|
|||||||
USE_TCP_WRAPPERS=yes
|
USE_TCP_WRAPPERS=yes
|
||||||
%endif
|
%endif
|
||||||
USE_READLINE=yes
|
USE_READLINE=yes
|
||||||
|
%if %{with sqlite}
|
||||||
|
USE_SQLITE = yes
|
||||||
|
DBMLIB = -lsqlite3
|
||||||
|
%endif
|
||||||
%if %{with mon}
|
%if %{with mon}
|
||||||
EXIM_MONITOR=eximon.bin
|
EXIM_MONITOR=eximon.bin
|
||||||
%endif
|
%endif
|
||||||
@ -818,6 +825,9 @@ fi
|
|||||||
%{_sysconfdir}/cron.daily/greylist-tidy.sh
|
%{_sysconfdir}/cron.daily/greylist-tidy.sh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 16 2024 Raven <raven@sysadmins.ws> - 4.98-10
|
||||||
|
- update to 4.98
|
||||||
|
|
||||||
* Fri Jan 5 2024 Raven <raven@sysadmins.ws> - 4.97.1-11
|
* Fri Jan 5 2024 Raven <raven@sysadmins.ws> - 4.97.1-11
|
||||||
- fix lookup dir path
|
- fix lookup dir path
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user