- update to 4.88:
drops fix-CVE-2016-9963-31c02defdc5118834e801d4fe8f11c1d9b5ebadf.patch,
exim-4.86.2+fixes-867e8fe25dbfb1e31493488ad695bde55b890397.patch
- remove exim4-manpages.tar.bz2: upstream does not exist anymore
- update keyring
- add exim-4.86.2-mariadb_102_compile_fix.patch to fix compilation
with the mariadb 10.2 (in our case the build with libmariadb
library from the mariadb-connector-c package)
* upstream commits: a12400fd4493b676e71613ab429e731f777ebd1e and
31beb7972466a33a88770eacbce13490f2ddadc2
- exim-CVE-2017-16943.patch: fixed possible code execution (CVE-2017-16943 bsc#1069857)
OBS-URL: https://build.opensuse.org/request/show/545933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=46
Corrections for inverted bcond
import exim-4_86_2+fixes branch
+ fix CVE-2016-1531
when installed setuid root, allows local users to gain privileges via the perl_startup
argument.
+ fix Bug 1805: store the initial working directory, expand $initial_cwd
+ fix Bug 1671: segfault after delivery (https://bugs.exim.org/show_bug.cgi?id=1671)
+ Don't issue env warning if env is empty
- fix CVE-2016-9963: DKIM information leakage
- conditionally disable DANE on SuSE versions with OpenSSL < 1.0
- disable i18n by default, utf8_downconvert seems to cause crashes
OBS-URL: https://build.opensuse.org/request/show/490905
OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=183
- Update the Exim Maintainers Keyring file 'exim.keyring'.
- Use URL for the source line of the main tar ball.
- Update to 4.86
* Support for using the system standard CA bundle.
* New expansion items $config_file, $config_dir, containing the file
and directory name of the main configuration file. Also $exim_version.
* New "malware=" support for Avast.
* New "spam=" variant option for Rspamd.
* Assorted options on malware= and spam= scanners.
* A commandline option to write a comment into the logfile.
* If built with EXPERIMENTAL_SOCKS feature enabled, the smtp transport can
be configured to make connections via socks5 proxies.
* If built with EXPERIMENTAL_INTERNATIONAL, support is included for
the transmission of UTF-8 envelope addresses.
* If built with EXPERIMENTAL_INTERNATIONAL, an expansion item for a commonly
used encoding of Maildir folder names.
* A logging option for slow DNS lookups.
* New ${env {<variable>}} expansion.
* A non-SMTP authenticator using information from TLS client certificates.
* Main option "tls_eccurve" for selecting an Elliptic Curve for TLS.
Patch originally by Wolfgang Breyha.
* Main option "dns_trust_aa" for trusting your local nameserver at the
same level as DNSSEC.
- Dropped exim-enable_ecdh_openssl.patch as included in upstream
OBS-URL: https://build.opensuse.org/request/show/348366
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=38
- Update to 4.86
* Support for using the system standard CA bundle.
* New expansion items $config_file, $config_dir, containing the file
and directory name of the main configuration file. Also $exim_version.
* New "malware=" support for Avast.
* New "spam=" variant option for Rspamd.
* Assorted options on malware= and spam= scanners.
* A commandline option to write a comment into the logfile.
* If built with EXPERIMENTAL_SOCKS feature enabled, the smtp transport can
be configured to make connections via socks5 proxies.
* If built with EXPERIMENTAL_INTERNATIONAL, support is included for
the transmission of UTF-8 envelope addresses.
* If built with EXPERIMENTAL_INTERNATIONAL, an expansion item for a commonly
used encoding of Maildir folder names.
* A logging option for slow DNS lookups.
* New ${env {<variable>}} expansion.
* A non-SMTP authenticator using information from TLS client certificates.
* Main option "tls_eccurve" for selecting an Elliptic Curve for TLS.
Patch originally by Wolfgang Breyha.
* Main option "dns_trust_aa" for trusting your local nameserver at the
same level as DNSSEC.
- Dropped exim-enable_ecdh_openssl.patch as included in upstream
OBS-URL: https://build.opensuse.org/request/show/335998
OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=171
- Set CFLAGS_OPT_WERROR only on post-5 CentOS and RHEL systems.
- Drop BuildRequires xorg-x11-server-sdk for non SUSE systems in particular to
build on RHEL 6 again.
- Let ld know the path to mysqlclient.
- update to 4.85
See doc/ChangeLog from the main tar ball or the exim file for
more details.
- Enable SPF
- Fix service file
- Using bcond for mysql, pgsql and ldap
- mysql, pgsql and ldap enabled by default
OBS-URL: https://build.opensuse.org/request/show/282706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=33
- Remove dependency on gpg-offline as signature checking is implemented in the
source validator.
- update to 4.84
+ Re-add a 'return NULL' to silence complaints from static checkers that
were complaining about end of non-void function with no return;
(beo#1506); obsoletes silence-static-checkers.patch.
+ Fix parsing of quoted parameter values in MIME headers.
This was a regression intruduced in 4.83 by another bugfix; (beo#1513).
+ Fix broken compilation when EXPERIMENTAL_DSN is enabled.
+ Fix exipick for enhanced spoolfile specification used when
EXPERIMENTAL_DNS is enabled; (beo#1509).
OBS-URL: https://build.opensuse.org/request/show/263136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/exim?expand=0&rev=31
+ Re-add a 'return NULL' to silence complaints from static checkers that
were complaining about end of non-void function with no return;
(beo#1506); obsoletes silence-static-checkers.patch.
+ Fix parsing of quoted parameter values in MIME headers.
This was a regression intruduced in 4.83 by another bugfix; (beo#1513).
+ Fix broken compilation when EXPERIMENTAL_DSN is enabled.
+ Fix exipick for enhanced spoolfile specification used when
EXPERIMENTAL_DNS is enabled; (beo#1509).
OBS-URL: https://build.opensuse.org/package/show/server:mail/exim?expand=0&rev=151