Accepting request 756081 from home:pwcau:branches:server:mail

- update to exim 4.93
  * SUPPORT_DMARC replaces EXPERIMENTAL_DMARC
  * DISABLE_TLS replaces SUPPORT_TLS
  * Bump the version for the local_scan API.
  * smtp transport option hosts_try_fastopen defaults to "*".
  * DNSSec is requested (not required) for all queries. (This seemes to
    ask for trouble if your resolver is a systemd-resolved.)
  * Generic router option retry_use_local_part defaults to "true" under specific
    pre-conditions.
  * Introduce a tainting mechanism for values read from untrusted sources.
  * Use longer file names for temporary spool files (this avoids
    name conflicts with spool on a shared file system).
  * Use dsn_from main config option (was ignored previously).

OBS-URL: https://build.opensuse.org/request/show/756081
OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=219
This commit is contained in:
Lars Vogdt 2019-12-17 21:25:57 +00:00 committed by Git OBS Bridge
parent 3d30250926
commit c3c45b8508
6 changed files with 35 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:29966aab50523cd7b7f90a0788c79a16b75181513115a61302ce0f7a93041034
size 1933605

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE0L/WueylaUpvFJ3Or0zGdqa2wUIFAl2P4GMACgkQr0zGdqa2
wUJlLAgAyPIQP/rZAp/BH6MAvITmmcSFtNEBwHOGYOmvnnr9/GVQcG8zG0OTu0Jl
wzJvvpKcW7ADf7boMEPWlbk7HV08Ek/T7PRpgE8AcikpuIvBMeZ1FTGUOZqUW7D2
1dH1UxYF8mqKnmK0Q63v8X3y1ujZPwMwODc0QGo+nQRwxq7A+qaTOAryy3Tcxnh1
SWI/zay4Dn2PSdbzmgHhhrPR3yha4b0gTXvkm1DUKmWT24UcMQMEsd2JMq1Bx9j2
4r4LzkxewYkVztLw6QRozxN3KIHmZewCNNTnhZhD/Sq5fQPDE5uN52CoOljpWrhQ
+ChJP8PSfXVtGREGxRqpOxBY+xnG7Q==
=CvIA
-----END PGP SIGNATURE-----

3
exim-4.93.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22c432c0585ef605c52bc796042c4823e961f58a7e6ad1486252e203bf4c9276
size 1972841

11
exim-4.93.tar.bz2.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE0L/WueylaUpvFJ3Or0zGdqa2wUIFAl3tO+IACgkQr0zGdqa2
wUKtHAgA1PnCXAoftGZA/XQW0+q3OyEHUNPfPMUWYdU1drdquuUDS1S08WIb90M0
ShYxjixUMWVoQd4Fru7CZXDeljXnIdN25Ahm0wi9zeery/vP8NXhahvMvV0585lU
PLmYl2nfwceNbVXdtqlt6L5x1hM7vDOerh+0UZGITmlY49v41TGySHf16qiBkoJW
GCL9mhHULzW+8rDFxOoZEongst0XVUtrfDSUUz878ouXkXmoBHpYS0WOxpku7/x/
/+f/eKQ9MzutYQTE37hBjPpqjDuYGKZYnVNGW2i60DtcOsC0bi/wsIOadTkq0iQc
oBg2pGOGGBs/zwSFKa3wLlMqU7ML9Q==
=28mJ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
Mon Dec 9 10:08:02 UTC 2019 - wullinger@rz.uni-kiel.de
- update to exim 4.93
* SUPPORT_DMARC replaces EXPERIMENTAL_DMARC
* DISABLE_TLS replaces SUPPORT_TLS
* Bump the version for the local_scan API.
* smtp transport option hosts_try_fastopen defaults to "*".
* DNSSec is requested (not required) for all queries. (This seemes to
ask for trouble if your resolver is a systemd-resolved.)
* Generic router option retry_use_local_part defaults to "true" under specific
pre-conditions.
* Introduce a tainting mechanism for values read from untrusted sources.
* Use longer file names for temporary spool files (this avoids
name conflicts with spool on a shared file system).
* Use dsn_from main config option (was ignored previously).
Mon Sep 30 12:39:41 CEST 2019 - wullinger@rz.uni-kiel.de
- update to exim 4.92.3

View File

@ -72,7 +72,7 @@ Requires(pre): group(mail)
%endif
Requires(pre): fileutils textutils
%endif
Version: 4.92.3
Version: 4.93
Release: 0
%if %{with_mysql}
BuildRequires: mysql-devel
@ -197,7 +197,7 @@ cat <<-EOF > Local/Makefile
LOOKUP_PASSWD=yes
# LOOKUP_WHOSON=yes
CYRUS_SASLAUTHD_SOCKET=/var/run/sasl2/mux
LOOKUP_LIBS=-llber
LOOKUP_LIBS=-llber -lnsl
%if %{with_ldap}
LDAP_LIB_TYPE=OPENLDAP2
LOOKUP_LIBS+=-lldap
@ -224,6 +224,7 @@ cat <<-EOF > Local/Makefile
AUTH_DOVECOT=yes
AUTH_TLS=yes
AUTH_LIBS=-lsasl2
USE_OPENSSL=yes
SUPPORT_TLS=yes
TLS_LIBS=-lssl -lcrypto
INFO_DIRECTORY=%{_infodir}
@ -273,7 +274,7 @@ cat <<-EOF > Local/Makefile
HAVE_IPV6=YES
SUPPORT_SPF=yes
LOOKUP_LIBS+=-lspf2
#EXPERIMENTAL_DMARC=yes
#SUPPORT_DMARC=yes
#CFLAGS += -I/usr/local/include
#LDFLAGS += -lopendmarc
EXPERIMENTAL_EVENT=yes
@ -289,7 +290,7 @@ cat <<-EOF > Local/Makefile
EXPERIMENTAL_INTERNATIONAL=yes
%endif
LDFLAGS += -lidn
CFLAGS=$RPM_OPT_FLAGS -Wall $CFLAGS_OPT_WERROR -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLDAP_DEPRECATED $fPIE
CFLAGS=$RPM_OPT_FLAGS -std=gnu99 -Wall $CFLAGS_OPT_WERROR -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DLDAP_DEPRECATED $fPIE
EXTRALIBS=-ldl -lpam -L/usr/X11R6/%{_lib} $pie
EOF
touch Local/eximon.conf