Accepting request 1062004 from server:mail
OBS-URL: https://build.opensuse.org/request/show/1062004 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=74
This commit is contained in:
commit
9910bea95c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 25 12:56:05 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
|
||||||
|
|
||||||
|
- Don't build the NIS module anymore, libnsl/NIS are deprecated
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
Tue Oct 18 10:00:39 UTC 2022 - Peter Wullinger <wullinger@rz.uni-kiel.de>
|
Tue Oct 18 10:00:39 UTC 2022 - Peter Wullinger <wullinger@rz.uni-kiel.de>
|
||||||
|
|
||||||
- add patch-cve-2022-3559 (fixes CVE-2022-3559, bsc#1204427, Bug 2915)
|
- add patch-cve-2022-3559 (fixes CVE-2022-3559, bsc#1204427, Bug 2915)
|
||||||
|
14
exim.spec
14
exim.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package exim
|
# spec file for package exim
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,7 +37,7 @@ Name: exim
|
|||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: db-devel
|
BuildRequires: db-devel
|
||||||
BuildRequires: libidn-devel
|
BuildRequires: libidn-devel
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330 && 0%{?suse_version} < 1599
|
||||||
BuildRequires: libnsl-devel
|
BuildRequires: libnsl-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libspf2-devel
|
BuildRequires: libspf2-devel
|
||||||
@ -75,7 +75,7 @@ Requires(pre): group(mail)
|
|||||||
Requires(pre): fileutils textutils
|
Requires(pre): fileutils textutils
|
||||||
%endif
|
%endif
|
||||||
Version: 4.96
|
Version: 4.96
|
||||||
Release: 2
|
Release: 0
|
||||||
%if %{with_mysql}
|
%if %{with_mysql}
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
%endif
|
%endif
|
||||||
@ -199,15 +199,19 @@ cat <<-EOF > Local/Makefile
|
|||||||
%if %{with_sqlite}
|
%if %{with_sqlite}
|
||||||
LOOKUP_SQLITE=yes
|
LOOKUP_SQLITE=yes
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} < 1599
|
||||||
LOOKUP_NIS=yes
|
LOOKUP_NIS=yes
|
||||||
|
LOOKUP_LIBS=-lnsl
|
||||||
|
%else
|
||||||
|
# LOOKUP_NIS=yes
|
||||||
|
%endif
|
||||||
# LOOKUP_NISPLUS=yes
|
# LOOKUP_NISPLUS=yes
|
||||||
LOOKUP_PASSWD=yes
|
LOOKUP_PASSWD=yes
|
||||||
# LOOKUP_WHOSON=yes
|
# LOOKUP_WHOSON=yes
|
||||||
CYRUS_SASLAUTHD_SOCKET=/var/run/sasl2/mux
|
CYRUS_SASLAUTHD_SOCKET=/var/run/sasl2/mux
|
||||||
LOOKUP_LIBS=-llber -lnsl
|
|
||||||
%if %{with_ldap}
|
%if %{with_ldap}
|
||||||
LDAP_LIB_TYPE=OPENLDAP2
|
LDAP_LIB_TYPE=OPENLDAP2
|
||||||
LOOKUP_LIBS+=-lldap
|
LOOKUP_LIBS+=-llber -lldap
|
||||||
%endif
|
%endif
|
||||||
%if %{with_mysql}
|
%if %{with_mysql}
|
||||||
LOOKUP_INCLUDE+=-I /usr/include/mysql
|
LOOKUP_INCLUDE+=-I /usr/include/mysql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user