Summary
Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In style it is similar to Smail 3, but its facilities are more general. There is a great deal of flexibility in the way mail can be routed, and there are extensive facilities for checking incoming mail. Exim can be installed in place of sendmail, although the configuration of exim is quite different to that of sendmail.
Versions
v4.98 :: 0 :: gentoo (Masked by set 7358)
- Modified
- License
- GPL-2
- Keywords
- ~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86
- USE flags
- X arc berkdb dane dcc dkim dlfunc dmarc dnsdb doc dovecot-sasl dsn gdbm gnutls idn ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres prdr proxy radius redis sasl selinux socks5 spf sqlite srs ssl syslog tcpd tdb tpda
v4.97.1-r6 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- ~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86
- USE flags
- X arc berkdb dane dcc dkim dlfunc dmarc dnsdb doc dovecot-sasl dsn gdbm gnutls idn ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres prdr proxy radius redis sasl selinux socks5 spf sqlite srs ssl syslog tcpd tdb tpda
v4.97.1-r5 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 arm ppc64 sparc x86 ~alpha ~arm64 ~hppa ~ppc
- USE flags
- X arc berkdb dane dcc dkim dlfunc dmarc dnsdb doc dovecot-sasl dsn gdbm gnutls idn ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres prdr proxy radius redis sasl selinux socks5 spf sqlite srs ssl syslog tcpd tdb tpda
v4.97.1 :: 0 :: gentoo
- Modified
- License
- GPL-2
- Keywords
- amd64 arm ppc64 sparc x86 ~alpha ~arm64 ~hppa ~ppc
- USE flags
- X arc berkdb dane dcc dkim dlfunc dmarc dnsdb doc dovecot-sasl dsn gdbm gnutls idn ipv6 ldap lmtp maildir mbx mysql nis pam perl pkcs11 postgres prdr proxy radius redis sasl selinux socks5 spf sqlite srs ssl syslog tcpd tdb tpda
USE flags
General
- X
- Add support for X11
- arc
- Adds support for Authenticated Receive Chain (ARC)
- berkdb
- Add support for sys-libs/db (Berkeley DB for MySQL)
- dane
- Adds support for DNS-based Authentication of Named Entities
- dcc
- Adds support for Distributed Checksum Clearinghouse (DCC)
- dkim
- Adds support for DomainKeys Identified Mail (DKIM)
- dlfunc
- Install local_scan.h header to compile separate dlfunc libraries
- dmarc
- Adds support for DMARC
- dnsdb
- Adds support for a DNS search for a record whose domain name is the supplied query
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- dovecot-sasl
- Adds support for Dovecot's authentication
- dsn
- Adds support for Delivery Status Notifications (DSN)
- gdbm
- Add support for sys-libs/gdbm (GNU database libraries)
- gnutls
- Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl)
- idn
- Enable support for Internationalized Domain Names
- ipv6
- Add support for IP version 6
- ldap
- Add LDAP support (Lightweight Directory Access Protocol)
- lmtp
- Adds support for lmtp
- maildir
- Add support for maildir (~/.maildir) style mail spools
- mbx
- Adds support for UW's mbx format
- mysql
- Add mySQL Database support
- nis
- Support for NIS/YP services
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- perl
- Add optional support/bindings for the Perl language
- pkcs11
- Require pkcs11 support in net-libs/gnutls with USE=gnutls
- postgres
- Add support for the postgresql database
- prdr
- Adds support for Per-Recipient Data Response
- proxy
- Add support for being behind a proxy, such as HAProxy
- radius
- Add support for RADIUS authentication
- redis
- Adds support for querying dev-db/redis
- sasl
- Add support for the Simple Authentication and Security Layer
- selinux
- !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- socks5
- Add support for the socks5 proxy
- spf
- Adds support for Sender Policy Framework
- sqlite
- Add support for sqlite - embedded sql database
- srs
- Adds support for Sender Rewriting Scheme
- ssl
- Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
- syslog
- Enable support for syslog
- tcpd
- Add support for TCP wrappers
- tdb
- Use sys-libs/tdb for internal database storage (such as hints database)
- tpda
- Adds support for Transport Post-Delivery Actions
Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-db / sqlite : SQL database engine
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-libs / hiredis : Minimalistic C client library for the Redis database
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / libtasn1 : ASN.1 library
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
mail-filter / libspf2 : implementation of Sender Policy Framework (SPF)
mail-filter / opendmarc : Open source DMARC implementation
net-dialup / freeradius-client : FreeRADIUS Client framework
net-dns / libidn : Internationalized Domain Names (IDN) implementation
net-dns / libidn2 : An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
net-libs / gnutls : A secure communications library implementing the SSL, TLS and DTLS protocols
net-libs / libnsl : Public client interface for NIS(YP) in a IPv6 ready version
net-libs / libtirpc : Transport Independent RPC library (SunRPC replacement)
net-nds / openldap : LDAP suite of application and development tools
sys-apps / sed : Super-useful stream editor
sys-apps / tcp-wrappers : TCP Wrappers
sys-libs / db : Oracle Berkeley DB
sys-libs / gdbm : Standard GNU database libraries
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
sys-libs / tdb : Simple database API
virtual / libcrypt : Virtual for libcrypt.so
virtual / libiconv : Virtual for the GNU conversion library
x11-libs / libX11 : X.Org X11 library
x11-libs / libXaw : X.Org Xaw library
Runtime Dependencies
dev-db / mysql-connector-c : C client library for MariaDB/MySQL
dev-db / postgresql : PostgreSQL RDBMS
dev-db / sqlite : SQL database engine
dev-lang / perl : Larry Wall's Practical Extraction and Report Language
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-libs / hiredis : Minimalistic C client library for the Redis database
dev-libs / libpcre2 : Perl-compatible regular expression library
dev-libs / libtasn1 : ASN.1 library
dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)
mail-filter / dcc : Distributed Checksum Clearinghouse
mail-filter / libspf2 : implementation of Sender Policy Framework (SPF)
mail-filter / opendmarc : Open source DMARC implementation
mail-mta / courier : An MTA designed specifically for maildirs
mail-mta / esmtp : User configurable relay-only Mail Transfer Agent with a sendmail-like syntax
mail-mta / msmtp : An SMTP client and SMTP plugin for mail user agents such as Mutt
mail-mta / netqmail : qmail -- a secure, reliable, efficient, simple message transfer agent
mail-mta / nullmailer : Simple relay-only local mail transport agent
mail-mta / opensmtpd : Lightweight but featured SMTP daemon from OpenBSD
mail-mta / postfix : A fast and secure drop-in replacement for sendmail
mail-mta / sendmail : Widely-used Mail Transport Agent (MTA)
mail-mta / ssmtp : Extremely simple MTA to get mail off the system to a Mailhub
net-dialup / freeradius-client : FreeRADIUS Client framework
net-dns / libidn : Internationalized Domain Names (IDN) implementation
net-dns / libidn2 : An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)
net-libs / gnutls : A secure communications library implementing the SSL, TLS and DTLS protocols
net-libs / libnsl : Public client interface for NIS(YP) in a IPv6 ready version
net-libs / libtirpc : Transport Independent RPC library (SunRPC replacement)
net-mail / mailbase : MTA layout package
net-nds / openldap : LDAP suite of application and development tools
sec-policy / selinux-exim : SELinux policy for exim
sys-apps / sed : Super-useful stream editor
sys-apps / tcp-wrappers : TCP Wrappers
sys-libs / db : Oracle Berkeley DB
sys-libs / gdbm : Standard GNU database libraries
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
sys-libs / tdb : Simple database API
virtual / libcrypt : Virtual for libcrypt.so
virtual / libiconv : Virtual for the GNU conversion library
virtual / logger : Virtual for system loggers
x11-libs / libX11 : X.Org X11 library
x11-libs / libXaw : X.Org Xaw library
Depending packages
mail-filter / MailScanner : Free Anti-Virus and Anti-Spam Filter
mail-filter / exim-geoip : This is an IPv4 and IPv6 capable GeoIP dlfunc library for Exim
mail-filter / exim-p0f : This is p0f version 3 dlfunc library for Exim
mail-mta / courier : An MTA designed specifically for maildirs
mail-mta / esmtp : User configurable relay-only Mail Transfer Agent with a sendmail-like syntax
mail-mta / msmtp : An SMTP client and SMTP plugin for mail user agents such as Mutt
mail-mta / netqmail : qmail -- a secure, reliable, efficient, simple message transfer agent
mail-mta / notqmail : Collaborative open-source successor to qmail
mail-mta / nullmailer : Simple relay-only local mail transport agent
mail-mta / opensmtpd : Lightweight but featured SMTP daemon from OpenBSD
mail-mta / postfix : A fast and secure drop-in replacement for sendmail
mail-mta / sendmail : Widely-used Mail Transport Agent (MTA)
mail-mta / ssmtp : Extremely simple MTA to get mail off the system to a Mailhub
Bugs
- 766800
- mail-mta/exim4u enables virtual email domains, spam scanning, virus scanning for mail-mta/exim (New Package)
- 807619
- mail-mta/exim: STARTTLS response injection (buffering) (CVE-2021-38371)
- 916524
- mail-mta/exim-4.96.2: security stabilisation
- 938214
- <mail-mta/exim-4.97.1-r6: Incorrect parsing of multiline rfc2231 header filename
Masks
7358- Fabian Groffen
exim_tinydb utility crashes due to invalid free() (used in startup script)- =mail-mta/exim-4.98
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.98: version bump
This version will be masked until we figure out why exim_tinydb segfaults due to an invalid free(). Daemon seems to run though. Closes: https://bugs.gentoo.org/938473 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1-r6: CVE-2024-39929
Bug: https://bugs.gentoo.org/938214 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1-r5 amd64, #927198
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1-r5 x86, #927198
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.97.1-r5 ppc64, #927198
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1-r5 sparc, #927198
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.97.1-r5 arm, #927198
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: DANE support cannot be disabled using OpenSSL
require USE=dane with OpenSSL to make the code compile Closes: https://bugs.gentoo.org/925108 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1-r4: update regex memory patch
Include 44b3172e3694 from upstream. Bug: https://bugs.gentoo.org/922780 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1-r4: update regex memory patch
Include 6fcb3173d6 and 5aacb69f5c8 from upstream. Bug: https://bugs.gentoo.org/922780 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1-r3: update regex memory patch
Include 84add256b346 from upstream. Bug: https://bugs.gentoo.org/922780 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1-r2: update upstream patches for pcre2 memory usage
Bug: https://bugs.gentoo.org/922780 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1-r1: bump for upstream candidate patch plugging memuse
PCRE2 changed the amount of memory it allocates considerably, making it necessary to cleanup more often. Bug: https://bugs.gentoo.org/922780 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: cleanup vulnerable
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1 amd64, #921844
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1 x86, #921844
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.97.1 sparc, #921844
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1 ppc64, #921844
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.97.1 arm, #921844
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97.1: official release addressing CVE-2023-51766
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96.2-r1: drop to ~arch
accidential commit to stable Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.96.2-r1: backport CVE-2023-51766 fix
Previously applied to 4.96 in error, patch latest from 4.96 branch instead. Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim: drop srs-alt/srs-native USE-flags descriptions
remove from metadata.xml remove change notice from 4.97 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.96-r4: flag last stable for x86
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: add backport for CVE-2023-51766 to 4.96 and 4.97
Addresses: Partially vulnerable to "SMTP Smuggling" if pipelining is enabled and chunking is disabled/unused Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.94.2: drop old
sparc how has exim-4.96.2 stable Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
mail-mta/exim: Stabilize 4.96.2 ppc64, #916524
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
mail-mta/exim: Stabilize 4.96.2 sparc, #916524
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
mail-mta/exim: Stabilize 4.96.2 arm, #916524
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.96.2 amd64, #916524
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: cleanup
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.97-r1: fix build for musl
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.97: version bump
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96.2: version bump for security fixes
Bug: https://bugs.gentoo.org/914923 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96.1: version bump for security
Bug: https://bugs.gentoo.org/914923 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
mail-mta/exim: Stabilize 4.96-r4 ppc64, #909016
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolić · gentoo
mail-mta/exim: Stabilize 4.96-r4 x86, #909016
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.96-r4 amd64, #909016
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.96-r4 arm, #909016
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96-r4: revbump to fix compilation issue #907870
Enable exiscan patch by default for the regex_vars infra builds on it (via our patches). So simplify the world somewhat by making the feature non-optional. Closes: https://bugs.gentoo.org/907870 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96-r3: move 4.96 patches into tarball
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96-r3: add a bunch of upstream patches
Try to fix a bunch of crashes and problem with upstream fixes inspired by Debian packaging. Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r12: update openssl-3 patches
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r11: backport OpenSSL3 patch from 4.96
Closes: https://bugs.gentoo.org/888619 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r11: 3rd attempt at CVE patch
Fix another combination in which the code can be compiled. Hopefully 3rd time is the charm or something. Closes: https://bugs.gentoo.org/877641 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r10: revbump to fix compilation with exiscan
The CVE patch broke compilation when content scanning is not enabled. Ensure the regex_vars_clear function is always built. Closes: https://bugs.gentoo.org/877633 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: revbumps for use-after-free fixes, CVE-2022-3559, cleanup
Bug: https://bugs.gentoo.org/877607 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96-r1: drop srs-alt/srs-native flags
Only the native implementation is available in 4.96 Closes: https://bugs.gentoo.org/855608 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96-r1: revbump for pcre2 dep change
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.96: version bump
Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: add subslot dep on hiredis
They break ABI liberally. Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
mail-mta/exim: destabilize 4.94.2-r4 for ~ppc
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
mail-mta/exim: remove implicit elibc_* flags
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.95: version bump, change of srs default
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r6: add patch to fix crash on resolve
Closes: https://bugs.gentoo.org/799368 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: add dependency on virtual/libcrypt
Needed for libxcrypt migration which is upcoming. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r3: revbump to bring back berkdb usage as default
because we used to always use berkdb, and berkdb is in standard profile, prefer berkdb, and don't silently switch to gdbm which would break existing databases Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2-r2: allow moving away from sys-libs/db
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim4.94.2-r2: add socks5 support, bug #774903
Closes: https://bugs.gentoo.org/774903 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: bump stable release to include SLOT dep for opendmarc
Unfortunately opendmarc broke their API without telling, and we need to ensure Exim instances are rebuilt that link against an upgraded opendmarc. Also, need to ensure that once opendmarc-1.4 goes stable, Exim is properly rebuilt. Unfortunately this requires a conditional patch, so we're all extremely unhappy here. Closes: https://bugs.gentoo.org/788343 Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --force Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: cleanup
Bug: https://bugs.gentoo.org/786945 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.94.2 for sparc, bug #786945
Package-Manager: Portage-3.0.18, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.94.2 amd64, #786945
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
mail-mta/exim: Stabilize 4.94.2 x86, #786945
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
mail-mta/exim: Stabilize 4.94.2 ppc, #786945
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
mail-mta/exim: Stabilize 4.94.2 ppc64, #786945
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
mail-mta/exim: Stabilize 4.94.2 arm, #786945
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94.2: version bump
Bug: https://bugs.gentoo.org/786945 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94-r3: revbump for USE=srs-alt and USE=srs-native
Based on the work of Jaco Kroon <jaco (at] uls.co.za> Exim currently supports both the external libsrs_alt as well as its own implementation to support SRS. Make the latter available through USE=srs-native, keeping the libsrs_alt method default for now. Because USE=srs-alt is a USE-default, enabling USE=srs will automatically select the current default, such that users of USE=srs don't get a sudden default change. In the future USE=srs-alt should go away, allowing to drop both USE=srs-alt and srs-native again. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: fix spaces
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Mikle Kolyada · gentoo
mail-mta/exim: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: install pam files conditionally
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94-r1: fix PAM expansion, bug #727310
Closes: https://bugs.gentoo.org/727310 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.94: add warning about local_part being renamed
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.94: version bump
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.4-r1: add patch to fix compilation using -fno-common
Closes: https://bugs.gentoo.org/723430 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: security cleanup
Bug: https://bugs.gentoo.org/722484 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #722484
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: x86 stable wrt bug #722484
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #722484
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: arm stable wrt bug #722484
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #722484
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: sparc stable wrt bug #722484
Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.4-r1: revbump for CVE-2020-12783
Bug: https://bugs.gentoo.org/722484 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James (sam_c) · gentoo
mail-mta/exim: arm64 keyworded (bug #685400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.4: force correct version of db.h to be found
Closes: https://bugs.gentoo.org/722530 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.4: fix compilation with certain USE-combinations
- fix localscan compilation - fix nis compilation - refine DB includes to lookup only - fix radius compilation Closes: https://bugs.gentoo.org/720364 Closes: https://bugs.gentoo.org/720362 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.92.2: drop vulnerable version (dropping hppa stable)
hppa expressed to be ok with Exim dropped to ~hppa for them https://bugs.gentoo.org/701282#c11 Bug: https://bugs.gentoo.org/701282 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.4: reflect DANE default in USE-flags
As pointed out by Hans F. Nordhaug in bug #712360, the configuration for Exim has changed to default to DANE, because TLS (ssl) is enabled by default as well. We handled the latter already, but didn't do the former, resulting in build failures with TLS disabled. Rework the logic such that we USE-enable dane (to reflect upstream) and that we disable it when not enabled. Closes: https://bugs.gentoo.org/712360 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ia64 stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: x86 stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: sparc stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: arm stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #701282
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Use consistent function definition formatting
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.4: bugfix release for SPF
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.3: block gnutls with dkim, thanks Bernd Feige
Closes: https://bugs.gentoo.org/702812 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.3: add hint for opendmarc.tlds
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.3: another bugfix release
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93.0.2: bump to fixes version
Closes: https://bugs.gentoo.org/702462 Closes: https://bugs.gentoo.org/702428 Closes: https://bugs.gentoo.org/702420 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: [QA] Remove redundant `|| die` guards
* Since all ebuilds in the tree are EAPI>=4, `|| die` on builtin commands is redundant and dead code. Closes: https://github.com/gentoo/gentoo/pull/13940 Reviewed-by: Ulrich Müller <ulm@gentoo.org> Reviewed-by: Michał Górny <mgorny@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim-4.93: version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: security cleanup (#693494)
Bug: https://bugs.gentoo.org/693494 Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
mail-mta/exim-4.92.2: alpha stable, bug 693494
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
mail-mta: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: security bump for heap overflow
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.92.2 for hppa, bug #693494
Package-Manager: Portage-2.3.76, Repoman-2.3.17 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ia64 stable wrt bug #693494
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: arm stable wrt bug #693494
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: sparc stable wrt bug #693494
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #693494
Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.92.2 for ppc64, bug #693494
Package-Manager: Portage-2.3.75, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.92.2 for ppc, bug #693494
Package-Manager: Portage-2.3.75, Repoman-2.3.17 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: x86 stable (bug #693494)
Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: bump to v4.92.2 (CVE-2019-15846)
Ebuild changes: - EAPI bumped to EAPI=7 Bug: https://bugs.gentoo.org/693494 Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: rev bump to ease migration to dev-db/mysql-connector-c
Commit 7d85d12fa332090c3f33da324f083718f89d7fbb replaced virtual/libmysqlclient dependency with dev-db/mysql-connector-c atom without a rev bump. To avoid unecessary user interaction for users not using emerge's --changed-deps=y because we are already pushing towards removal of virtual/libmysqlclient (see commit 08b83d736f77fd5dffa9cd5f6b1b44771726ce94), this commit will now force the re-installation through rev bump to ease migration. Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: migrate to dev-db/mysql-connector-c
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: cleanup vulnerable CVE-2019-10149
Bug: https://bugs.gentoo.org/687336 Package-Manager: Portage-2.3.66, Repoman-2.3.16 Signed-off-by: Fabian Groffen <grobian@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: arm stable wrt bug #687554
Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: version bump 4.92.1 CVE-2019-13917
Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: lack of TLS forces DKIM off
Bug: https://bugs.gentoo.org/689910 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ia64 stable wrt bug #687554
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" - Agostino Sarubbo · gentoo
mail-mta/exim: alpha stable wrt bug #687554
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #687554
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #687554
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: x86 stable wrt bug #687554
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.92-r2 for sparc, bug #687554
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #687554
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: fix USE=dlfunc
Closes: https://bugs.gentoo.org/688572 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Markus Meier · gentoo
mail-mta/exim: arm stable, bug #687336
Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="arm" - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: revbump for fix for bug #687554
Bug: https://bugs.gentoo.org/687554 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: alpha stable wrt bug #687336
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.92 for hppa, bug #687336
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ia64 stable wrt bug #687336
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64" - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.92 for sparc, bug #687336
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #687336
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #687336
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" - Repository mirror & CI · gentoo
Merge updates from master - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #687336
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64" - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: x86 stable (bug #687336)
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: version bump
Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.91-r2 for hppa, bug #637546
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: fix compilation of USE=dane, bug #675142
Closes: https://bugs.gentoo.org/675142 Signed-off-by: Fabian Groffen <grobian@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Andreas K. Hüttel · gentoo
mail-mta/exim: Drop old, drop hppa to ~hppa
Closes: https://bugs.gentoo.org/637546 Package-Manager: Portage-2.3.49, Repoman-2.3.10 - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
mail-mta/exim-4.91-r2: ppc64 stable, bug 637546 - Matt Turner · gentoo
mail-mta/exim-4.91-r2: ppc stable, bug 637546 - Repository mirror & CI · gentoo
Merge updates from master - Fabian Groffen · gentoo
mail-mta/exim: disallow USE='gnutls dane', bug #661164
Closes: https://bugs.gentoo.org/661164 Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: arm stable wrt bug #637546
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.91-r2 for sparc
Bug: https://bugs.gentoo.org/637546 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" - Repository mirror & CI · gentoo
Merge updates from master - Tobias Klausmann · gentoo
mail-mta/exim-4.91-r2: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/637546 - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
mail-mta/exim: x86 stable (bug #637546)
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
mail-mta/exim: amd64 stable wrt bug #637546
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.91-r2 for ia64, bug #637546
Bug: https://bugs.gentoo.org/637546 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" - Andreas K. Hüttel · gentoo
mail-mta/exim: Add revbump building with libtirpc, bug 637546
This still needs stabilization, preferably in sync with glibc-2.26. Bug: https://bugs.gentoo.org/637546 Package-Manager: Portage-2.3.33, Repoman-2.3.9 - Matt Turner · gentoo
mail-mta/exim: Drop unnecessary x11-proto dep - Fabian Groffen · gentoo
mail-mta/exim: drop vulnerable versions, bug #647240
Bug: https://bugs.gentoo.org/647240 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matt Turner · gentoo
mail-mta/exim-4.90.1: hppa stable, bug 647240 - Fabian Groffen · gentoo
mail-mta/exim: specify best matching db version, bug #653252
Upstream banned >=db-6 for various reasons, so we need to tell explicitly which version of db is available (<6) to be used. Closes: https://bugs.gentoo.org/653252 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Fabian Groffen · gentoo
mail-mta/exim: restrict sys-libs/db dependency, bug #653252
Closes: https://bugs.gentoo.org/653252 Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.91
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.90.1 for ppc, bug #647240
Package-Manager: Portage-2.3.28, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc" - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.90.1 for ppc64, bug #647240
Package-Manager: Portage-2.3.27, Repoman-2.3.9 RepoMan-Options: --include-arches="ppc64" - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.91 RC1
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Markus Meier · gentoo
mail-mta/exim: arm stable, bug #647240
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #647240
Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64" - Tobias Klausmann · gentoo
mail-mta/exim-4.90.1-r0: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/647240 - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.90.1 for ia64, bug #647240
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.90.1 for sparc, bug #647240
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Thomas Deutschmann · gentoo
mail-mta/exim: x86 stable (bug #647240)
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Fabian Groffen · gentoo
mail-mta/exim: version bump, bug #647240
Bug: https://bugs.gentoo.org/647240 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Fabian Groffen · gentoo
mail-mta/exim: USE=dane requires USE=ssl, bug #646836
Thanks Rolf Eike Beer for reporting. Closes: https://bugs.gentoo.org/646836 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Fabian Groffen · gentoo
mail-mta/exim: drop vulnerable version, bug #638772
Bug: https://bugs.gentoo.org/638772 Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Rolf Eike Beer · gentoo
mail-mta/exim: stable 4.89-r5 for sparc, bug #638772
Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.90
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: depend on net-libs/libnsl for newer glibc, bug #638918
Closes: https://bugs.gentoo.org/638918 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #638772
Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.89-r5 for hppa/ia64/ppc/ppc64, bug #638772
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa ia64 ppc ppc64" - Tobias Klausmann · gentoo
mail-mta/exim-4.89-r5: alpha stable
Gentoo-Bug: http://bugs.gentoo.org/638772 - Fabian Groffen · gentoo
mail-mta/exim: bump to 4.89.1, bug #622212
Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Thomas Deutschmann · gentoo
mail-mta/exim: x86 stable (bug #638772)
Package-Manager: Portage-2.3.16, Repoman-2.3.6 - Fabian Groffen · gentoo
mail-mta/exim: add patch for CVE-2017-16944, bug #638772
Original patch is slightly adjusted to the 4.98 codebase in order to apply. Bug: https://bugs.gentoo.org/638772 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: add patch for CVE-2017-16943, bug #638772
Bug: https://bugs.gentoo.org/638772 Package-Manager: Portage-2.3.13, Repoman-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: use relative target with dosym
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: add patch from upstream for crash in address expando
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: cleanupsecurity affected version, bug #622212
Package-Manager: Portage-2.3.8, Repoman-2.3.3 - Sergei Trofimovich · gentoo
mail-mta/exim: stable 4.89-r1 for hppa, bug #622212
Package-Manager: Portage-2.3.10, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa" - Fabian Groffen · gentoo
mail-mta/exim: cleanup as much as we can for #622212
Package-Manager: Portage-2.3.8, Repoman-2.3.1 - Fabian Groffen · gentoo
mail-mta/exim: add backport for crash on remote server behaviour
Package-Manager: Portage-2.3.8, Repoman-2.3.1 - Fabian Groffen · gentoo
mail-mta/exim: proxy no longer is experimental, thanks Eugene O Alexeyev
Package-Manager: Portage-2.3.6, Repoman-2.3.1 - Agostino Sarubbo · gentoo
mail-mta/exim: sparc stable wrt bug #622212
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
mail-mta/exim-4.89-r1: add alpha keyword
Gentoo-Bug: 622212 - Sergei Trofimovich · gentoo
mail-mta/exim: ia64 stable, bug #622212
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #622212
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #622212
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: x86 stable wrt bug #622212
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #622212
Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Thomas Deutschmann · gentoo
mail-mta/exim: Rev bump to add patch for CVE-2017-1000369 (bug #622212)
Package-Manager: Portage-2.3.5, Repoman-2.3.2 - Fabian Groffen · gentoo
mail-mta/exim: remove bashisms from init-script, bug #612262
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Fabian Groffen · gentoo
mail-mta/exim: version bump to official 4.89 release
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Fabian Groffen · gentoo
mail-mta/exim: bump to Exim 4.89 RC7
Package-Manager: Portage-2.3.3, Repoman-2.3.1 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim: bump to Exim 4.89 RC6
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: version bump to Exim 4.89 RC5
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: version bump to Exim 4.89 RC4
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: bump to Exim 4.89 RC3
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: bump Exim 4.89 RC2
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: bump to Exim 4.89 RC1
Package-Manager: portage-2.3.3 - Fabian Groffen · gentoo
mail-mta/exim: drop vulnerable versions, bug #602814
Package-Manager: portage-2.3.3 - Jeroen Roovers · gentoo
mail-mta/exim: Stable for HPPA (bug #602814).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Tobias Klausmann · gentoo
mail-mta/exim-4.88-r0: stable on alpha
Gentoo-Bug: 602814 - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #602814
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #602814
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ia64 stable wrt bug #602814
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: sparc stable wrt bug #602814
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: x86 stable wrt bug #602814
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Aaron Bauman · gentoo
mail-mta/exim: amd64 stable wrt bug #602814 - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.88, bug #602814
Package-Manager: portage-2.3.0 - Fabian Groffen · gentoo
mail-mta/exim: bump to 4.88 RC6
Package-Manager: portage-2.3.0 - Fabian Groffen · gentoo
mail-mta/exim: bump to 4.88 RC5
Package-Manager: portage-2.3.0 - Fabian Groffen · gentoo
mail-mta/exim: depend on libmysqlclient, no need for the server, bug #579010 - Fabian Groffen · gentoo
mail-mta/exim: versionbump to 4.88 RC2
Package-Manager: portage-2.3.0 - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.88_rc1 (masked)
Package-Manager: portage-2.2.28 - Anthony G. Basile · gentoo
mail-mta/exim: add musl support, bug #533660
Package-Manager: portage-2.2.28 - Fabian Groffen · gentoo
mail-mta/exim: cleanup vulnerable versions, bug #585212
Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
mail-mta/exim: sparc stable wrt bug #585212
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ia64 stable wrt bug #585212
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim: cleanup
Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
mail-mta/exim: ppc64 stable wrt bug #585212
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Agostino Sarubbo · gentoo
mail-mta/exim: ppc stable wrt bug #585212
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Jeroen Roovers · gentoo
mail-mta/exim: Stable for HPPA (bug #585212).
Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches - Fabian Groffen · gentoo
mail-mta/exim: USE=gnutls doesn't go with USE=dane, bug #587780
Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
mail-mta/exim: x86 stable wrt bug #585212
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Fabian Groffen · gentoo
mail-mta/exim: 4.87 has proper fix for missing ECDH in OpenSSL, no need for bindist requirement, bug #585938
Package-Manager: portage-2.2.28 - Agostino Sarubbo · gentoo
mail-mta/exim: amd64 stable wrt bug #585212
Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Tobias Klausmann · gentoo
mail-mta/exim-4.87-r0: add alpha keyword
Gentoo-Bug: 585212 Package-Manager: portage-2.3.0_rc1 - Fabian Groffen · gentoo
mail-mta/exim: forward keywords from 4.86.2 to 4.87
Package-Manager: portage-2.2.28 - Tobias Klausmann · gentoo
mail-mta/exim-4.86.2-r0: add ~alpha keyword
Gentoo-Bug: 563478 Package-Manager: portage-2.3.0_rc1 - Fabian Groffen · gentoo
mail-mta/exim: fix redis support, thanks hizel in bug #584150
Package-Manager: portage-2.2.28 - Fabian Groffen · gentoo
mail-mta/exim: fix slot conditionals
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: require glibc[rpc] for USE=nis, bug #581260
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: fix copyright, remove -j1 restriction on make
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.87 release
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: version bump to Exim 4.87 RC 7
Package-Manager: portage-2.2.26 - Sergey Popov · gentoo
mail-mta/exim: add ~ppc keyword back
Gentoo-Bug: 563478 Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.87 RC6
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: always give environment because it is non-conditional
Package-Manager: portage-2.2.26 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/sbraz/syncthing'
Pull Request: https://github.com/gentoo/gentoo/pull/990 - Fabian Groffen · gentoo
mail-mta/exim: add notice about new options for CVE-2016-1531
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: fix TMPDIR patch for 4.86.2, drop for 4.87_rc5 as it's upstream, bug #576332
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: version bumps for CVE-2016-1531
Package-Manager: portage-2.2.26 - Patrice Clement · gentoo
Merge github#902: Keyword a couple of ebuilds for ~arm.
Those ebuilds have been tested on a Scaleway C1. Pull-Request: https://github.com/gentoo/gentoo/pull/902 Reporter: Bertrand Jacquin <bertrand@jacquin.bzh> Acked-by: Steev Klimaszewski <steev@gentoo.org> Signed-off-by: Patrice Clement <monsieurp@gentoo.org> - Bertrand Jacquin · gentoo
mail-mta/exim: Add ~arm keyword
Tested on Scaleway C1 Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: require openssl[-bindist], bug #556654
Package-Manager: portage-2.2.20-prefix - Fabian Groffen · gentoo
mail-mta/exim: add patch to avoid TMPDIR issues with distcc, bug #63420
Package-Manager: portage-2.2.20-prefix - Fabian Groffen · gentoo
mail-mta/exim: add support for DANE by Michael Scholl, bug #572298
Package-Manager: portage-2.2.26 - Patrice Clement · gentoo
Merge remote-tracking branch 'github/pr/679'. - Fabian Groffen · gentoo
mail-mta/exim: bump to Exim 4.87 RC3
Package-Manager: portage-2.2.26 - Fabian Groffen · gentoo
mail-mta/exim: bump to Exim 4.87 RC2
Package-Manager: portage-2.2.20.1 - Fabian Groffen · gentoo
mail-mta/exim: version bump to 4.87 RC1
Package-Manager: portage-2.2.20.1 - Fabian Groffen · gentoo
mail-mta/exim: use diropts instead of setting DIROPTIONS, bug #566486
Package-Manager: portage-2.2.20.1 - Jeroen Roovers · gentoo
mail-mta/exim: Mark ~hppa ~ppc64 (bug #563478).
Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches - Alexander Tsoy · gentoo
mail-mta/exim: use freeradius-client instead of radiusclient
Also fix compilation with USE=radius. It was broken since 4.86 release. Acked-by: Sergey Popov <pinkbyte@gentoo.org> Gentoo-Bug: 563356 - Julian Ospald · gentoo
mail-mta/exim: add libressl support - Jeroen Roovers · gentoo
mail-mta/exim: Stable for HPPA PPC64 (bug #550528).
Package-Manager: portage-2.2.20.1 - Justin Lecher · gentoo
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed