FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 1:12 PM BST
Port details
exim 4.77_1 mail on this many watch lists=126 search for ports that depend on this port An older version of this port was marked as vulnerable.
High performance MTA for Unix systems on the Internet
Maintained by: rea@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
Also Listed In: ipv6
License: GPLv2


Exim is a mail transfer agent for Unix systems connected to the Internet.
It is a monolithic MTA designed to be a command line compatible drop-in
replacement for Sendmail.

Exim is an excellent mailer for an ISP, as its control and flexibility
are very good and its requeueing and retry algorithms are very powerful.
Exim's configuration syntax is well documented.

WWW: http://www.exim.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
mail/exim-ldap2
mail/exim-monitor
mail/exim-mysql
mail/exim-postgresql
mail/exim-sa-exim
mail/exim-sqlite

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8
Required Libraries: devel/pcre, converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/exim/ && make install clean
To add the package: pkg_add -r exim


Configuration Options
===> The following configuration options are available for exim-4.77_1:
     ALT_CONFIG_PREFIX=off (default) "Restrict the set of configuration files"
     AUTH_CRAM_MD5=on (default) "Enable CRAM-MD5 authentication mechanisms"
     AUTH_DOVECOT=on (default) "Enable Dovecot authentication mechanisms"
     AUTH_PLAINTEXT=on (default) "Enable plaintext authentication"
     AUTH_RADIUS=off (default) "Enable radius (RFC 2865) authentication"
     AUTH_SASL=off (default) "Enable use of Cyrus SASL auth library"
     AUTH_SPA=on (default) "Enable Secure Password Authentication"
     CDB=on (default) "Enable CDB-style lookups"
     CONTENT_SCAN=off (default) "Enable exiscan email content scanner"
     DAEMON=on (default) "Install scripts to run as a daemon"
     DCC=off (default) "Enable DCC at ACL support via dccifd"
     DEBUG=off (default) "Build with debugging symbols"
     DISABLE_D_OPT=on (default) "Disable macros overrides using option -D"
     DNSDB=on (default) "Enable DNS-style lookups"
     DSEARCH=on (default) "Enable directory-list lookups"
     EMBEDDED_PERL=on (default) "Enable embedded Perl interpreter"
     EXIMON=off (default) "Build eximon monitor (require XFree86!)"
     ICONV=on (default) "Enable header charset conversion"
     IPV6=on (default) "Enable IPv6 support"
     KAS=off (default) "Build with Kaspersky AntiSpam local scan"
     LISTMATCH_RHS=off (default) "Enable pre-4.77 behaviour for match_*"
     LMTP=on (default) "RFC2033 SMTP over command pipe transport"
     LSEARCH=on (default) "Enable wildcarded-file lookups"
     MAILDIR=on (default) "Enable Maildir mailbox format"
     MAILSTORE=on (default) "Enable Mailstore mailbox format"
     MBX=on (default) "Enable MBX mailbox format"
     MYSQL=off (default) "Link against libmysqlclient library"
     NIS=on (default) "Enable NIS-style lookups"
     OLD_DEMIME=on (default) "Enable old, deprecated demime ACL"
     OPENLDAP=off (default) "Link against libldap"
     PAM=on (default) "Enable PAM authentication mechanisms"
     PASSWD=on (default) "Enable /etc/passwd lookups"
     PGSQL=off (default) "Link against libpq"
     READLINE=off (default) "Enable readline(3) library"
     SASLAUTHD=off (default) "Enable use of Cyrus SASL auth daemon"
     SA_EXIM=off (default) "SA-Exim support"
     SO_1024=off (default) "Build with Spamooborona-1024 local scan"
     SPF=off (default) "Enable Sender Policy Framework checking"
     SQLITE=off (default) "Enable SQLite lookups"
     SRS=off (default) "Enable Sender Rewriting Scheme"
     SRS_ALT=off (default) "Enable alternative SRS library"
     SUID=on (default) "Install the exim binary suid root"
     TCP_WRAPPERS=off (default) "Enable /etc/hosts.allow access control"
     TLS=on (default) "Link against OpenSSL"
     WISHLIST=off (default) "Include the unsupported patches"
     XCLIENT=off (default) "Enable XCLIENT command in exim"
===> Use 'make config' to modify these settings

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/exim/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2011-01-07
    Affects: users of mail/exim
    Author: rea@FreeBSD.org
    Reason: 
      [POSSIBLE CONFIG BREAKAGE] The default value for system_filter_user
      is now the Exim run-time user, instead of root.
    
      [POSSIBLE CONFIG BREAKAGE] ALT_CONFIG_ROOT_ONLY is no longer
      optional and is forced on.  This is mitigated by the new build
      option TRUSTED_CONFIG_LIST which defines a list of configuration
      files which are trusted; one per line. If a config file is owned
      by root and matches a pathname in the list, then it may be invoked
      by the Exim build-time user without Exim relinquishing root
      privileges.
    
      [POSSIBLE CONFIG BREAKAGE] The Exim user is no longer automatically
      trusted to supply -D<Macro[=Value]> overrides on the command-line.
      Going forward, we recommend using TRUSTED_CONFIG_LIST with shim
      configs that include the main config.  As a transition mechanism,
      we are temporarily providing a work-around: the new build option
      WHITELIST_D_MACROS provides a colon-separated list of macro names
      which may be overriden by the Exim run-time user.  The values of
      these macros are constrained to the regex ^[A-Za-z0-9_/.-]*$
      (which explicitly does allow for empty values).
    
      Upgrading users are encouraged to fully study
        ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.73
      and
        ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.73
    
    

Number of commits found: 268 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 May 2012 13:22:15
Original commit files touched by this commit  4.77_1
rea search for other commits by this committer
Handle SEDLIST variables containing commas

... since we're using comma as the separator for the 's' command.

PR: 166180
14 Feb 2012 12:45:35
Original commit files touched by this commit  4.77_1
mm search for other commits by this committer
Bump pcre library dependency due to 8.30 update
14 Jan 2012 08:57:23
Original commit files touched by this commit  4.77
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
18 Oct 2011 08:55:44
Original commit files touched by this commit  4.77
rea search for other commits by this committer
mail/exim: upgrade to 4.77

New stuff (from ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.77):
 1. New options for the ratelimit ACL condition: /count= and /unique=.
    The /noupdate option has been replaced by a /readonly option.

 2. The SMTP transport's protocol option may now be set to "smtps", to
    use SSL-on-connect outbound.

 3. New variable $av_failed, set true if the AV scanner deferred; ie, when
    there is a problem talking to the AV scanner, or the AV scanner running.

 4. New expansion conditions, "inlist" and "inlisti", which take simple lists
    and check if the search item is a member of the list.  This does not
    support named lists, but does subject the list part to string expansion.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
11 May 2011 11:30:17
Original commit files touched by this commit  4.76
rea search for other commits by this committer
mail/exim: upgrade to 4.76

4.76 is the security release that fixes CVE-2011-1764, format string
attack and information leak, both inside the DKIM code.

List of changes (ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.76):

PP/01 The new ldap_require_cert option would segfault if used.  Fixed.

PP/02 Harmonised TLS library version reporting; only show if
      debugging.  Layout now matches that introduced for other
      libraries in 4.74 PP/03.

PP/03 New openssl_options items: no_sslv2 no_sslv3 no_ticket no_tlsv1
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Mar 2011 13:50:19
Original commit files touched by this commit  4.75
 This port version is marked as vulnerable.
rea search for other commits by this committer
mail/exim: upgrade to 4.75

From NewStuff-4.75:

 1. In addition to the existing LDAP and LDAP/SSL ("ldaps") support,
 there is now LDAP/TLS support, given sufficiently modern OpenLDAP
 client libraries.  The following global options have been added in
 support of this: ldap_ca_cert_dir, ldap_ca_cert_file, ldap_cert_file,
 ldap_cert_key, ldap_cipher_suite, ldap_require_cert, ldap_start_tls.

 2. The pipe transport now takes a boolean option, "freeze_signal",
 default false.  When true, if the external delivery command exits on
 a signal then Exim will freeze the message in the queue, instead of
 generating a bounce.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
27 Jan 2011 21:23:33
Original commit files touched by this commit  4.74
 This port version is marked as vulnerable.
rea search for other commits by this committer
mail/exim: update to 4.74

Changelog is at
  http://ftp.exim.org/pub/exim/ChangeLogs/ChangeLog-4.74
Please, note that CVE-2011-0017 is not applicable to FreeBSD,
because setuid() doesn't check RLIMIT_NPROC.

Also fixed the periodic script for tidying the databases: now it won't
produce errors if the lockfile is here, but the actual database file
is gone. [2]

And finally, synced the mirror list to the current one and
pruned old unusable mirrors:
 - ftp.csx.cam.ac.uk: not synced anymore;
 - www.no.exim.org: no DNS record;
 - ftp.demon.nl: no longer mirrors Exim;
 - ftp.freenet.de: mirror of ftp.csx.cam.ac.uk;
 - ftp.esat.net: not synced anymore;
 - ftp.mirrorservice.org: mirror of ftp.csx.cam.ac.uk.

Feature safe: yes
PR: 154323 [1]
Submitted by: Geraint Edwards <gedge@yadn.org> [2],
              Alexander Wittig <alexander@wittig.name> [1]
Approved by: erwin (mentor), renato (mentor)
10 Jan 2011 10:53:13
Original commit files touched by this commit  4.73
 This port version is marked as vulnerable.
rea search for other commits by this committer
mail/exim: fix variable substitution

There was an extra '=' sign at the sed substitution
pattern that affected users of make-only options
TRUSTED_CONFIG_LIST and WHITELIST_D_MACROS: Exim
binary won't build if any of these options is set.

Spotted by: tdb
Pointyhat to: rea
Approved by: erwin (mentor)
09 Jan 2011 11:19:24
Original commit files touched by this commit  4.73
 This port version is marked as vulnerable.
rea search for other commits by this committer
mail/exim: update to 4.73

Most notably, this version fixes local exim -> root escalation,
CVE-2010-4345.

Port had also gained configurable knob for disabling -D option
and make variables TRUSTED_CONFIG_LIST and WHITELIST_D_MACROS
to fine tune the behaviour of options -C and -D.

New items are documented at
  ftp://exim.inode.at/exim/ChangeLogs/NewStuff-4.73
Changelog is available at
  ftp://exim.inode.at/exim/ChangeLogs/ChangeLog-4.73

Security: e4fcf020-0447-11e0-becc-0022156e8794 / CVE-2010-4345
PR: 152963 [1], 153711 [2]
Submitted by: Alexander Wittig <alexander@wittig.name> [1]
Approved by: garga (mentor)
28 Dec 2010 09:16:39
Original commit files touched by this commit  4.72
 This port version is marked as vulnerable.
rea search for other commits by this committer
Grab maintanership

Approved by: erwin (mentor)
28 Dec 2010 08:11:16
Original commit files touched by this commit  4.72
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-
timeouts.

Hat:            portmgr
07 Sep 2010 02:05:29
Original commit files touched by this commit  4.72
 This port version is marked as vulnerable.
pgollucci search for other commits by this committer
- Fix pcre lib linking if nothing adds ${LOCALBASE}/lib to LDFLAGS

PR:             ports/141640
Submitted by:   Artis Caune <Artis.Caune@gmail.com>
Approved by:    maintainer timeout (krion ; 255 days)
09 Jun 2010 08:53:32
Original commit files touched by this commit  4.72
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.72

The changes from the previous release are:

1. TWO SECURITY FIXES: one relating to mail-spools which are
globally writable, the other to locking of MBX folders (not mbox).
These have CVE identifiers CVE-2010-2023 and CVE-2010-2024

2. MySQL stored procedures are now supported.

3. The dkim_domain transport option is now a list, not a single
string, and messages will be signed for each element in the list
(discarding duplicates).

4. The 4.70 release unexpectedly changed the behaviour of dnsdb TXT
(Only the first 15 lines of the commit message are shown above View all of this commit message)
05 May 2010 18:08:18
Original commit files touched by this commit  4.71
 This port version is marked as vulnerable.
krion search for other commits by this committer
"Spamooborona 1024" software by Yandex allows to filter up to 1024
good messages per day for any mailhost. It is to note: 1024 - it is
not the total amount of messages scanned but the only good ones,
which aren't considered as spam. Once 1024 good messages get passed
through the filter, the rest of mail traffic will be passed without
considering spam or ham until the end of the day.

http://so.yandex.ru/companies/so1024.xml

The patch allows use of "Spamooborona 1024" with Exim by using
Local_scan()'s functionality provided by Yandex LLC.

PR:             ports/146215
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
27 Mar 2010 00:15:24
Original commit files touched by this commit  4.71
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
03 Dec 2009 12:07:06
Original commit files touched by this commit  4.71
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.71
ChangeLog: http://ftp.exim.org/pub/exim/ChangeLogs/ChangeLog-4.71

Submitted by:   Alexey V. Degtyarev <alexey@renatasystems.org>
25 Nov 2009 12:29:30
Original commit files touched by this commit  4.70
 This port version is marked as vulnerable.
krion search for other commits by this committer
Change WITH_DAEMON option description.

Submitted by:   George L. Yermulnik <yz@yz.kiev.ua>, Alexey V. Degtyarev
<alexey@renatasystems.org>
19 Nov 2009 22:07:43
Original commit files touched by this commit  4.70
 This port version is marked as vulnerable.
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
15 Nov 2009 18:18:20
Original commit files touched by this commit  4.70
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 4.70
 - Add devel/pcre dependency
 - Add option for checking ACL in DCC
 - Add WITH_DEBUG option
 - Remove Domain Keys option
 - Remove DKIM option

Submitted by:   "Alexey V. Degtyarev" <alexey@renatasystems.org>
10 Nov 2009 06:51:13
Original commit files touched by this commit  4.69_4
 This port version is marked as vulnerable.
linimon search for other commits by this committer
Since this port conditionally depends on perl, it needs WANT_PERL
defined before the inclusion of bsd.port.pre.mk.

Hat:            portmgr
21 Oct 2009 21:15:18
Original commit files touched by this commit  4.69_4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix build for exim/sqlite
21 Oct 2009 19:59:15
Original commit files touched by this commit  4.69_4
 This port version is marked as vulnerable.
krion search for other commits by this committer
- Convert existing infrastructure to OPTIONS
- Remove deprecated RCORDER, required by FreeBSD-5.x
- Remove deprecated WITH_PWCHECK
- Add option WITH_KAS, which installs mail/libspamtest to use
  Kaspersky Antispam library

Submitted by:   Alexey V. Degtyarev <alexey@renatasystems.org>
02 Sep 2009 15:01:56
Original commit files touched by this commit  4.69_4
 This port version is marked as vulnerable.
amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
21 Aug 2009 14:32:46
Original commit files touched by this commit  4.69_4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix dbm->seq loop.

Details: http://lists.exim.org/lurker/message/20090729.134711.ef8c803e.en.html

PR:             ports/137257
Submitted by:   Artis Caune <Artis.Caune@gmail.com>
02 Jun 2009 09:44:30
Original commit files touched by this commit  4.69_4
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add support for XCLIENT command.

More info - http://www.postfix.org/XCLIENT_README.html

PR:             ports/133891
Submitted by:   Alexey V.Degtyarev <alexey@renatasystems.org>
23 Jan 2009 16:28:36
Original commit files touched by this commit  4.69_3
 This port version is marked as vulnerable.
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
07 Jan 2009 07:08:24
Original commit files touched by this commit  4.69_2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix user/group creation order while installing package.

PR:             ports/130184
Submitted by:   Artis Caune <Artis.Caune@gmail.com>
12 Dec 2008 17:34:28
Original commit files touched by this commit  4.69_2
 This port version is marked as vulnerable.
skv search for other commits by this committer
Bugfix: reinitialize len before calling accept().

PR:             ports/129260
Submitted by:   Maxim Dounin <mdounin xx mdounin.ru>
Bug:            http://bugs.exim.org/show_bug.cgi?id=770
29 Oct 2008 12:50:04
Original commit files touched by this commit  4.69_1
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Bump PORTREVISION due to libspf2 update
- Change lib dependency
04 Oct 2008 16:04:22
Original commit files touched by this commit  4.69
 This port version is marked as vulnerable.
skv search for other commits by this committer
Add support for DKIM (DomainKeys Identified Mail).

PR:             ports/127825
Submitted by:   skv
Approved by:    maintainer (krion)
19 Apr 2008 17:56:05
Original commit files touched by this commit  4.69
  Sanity Test Failure This port version is marked as vulnerable.
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
07 Apr 2008 02:11:43
Original commit files touched by this commit  4.69
 This port version is marked as vulnerable.
mnag search for other commits by this committer
- Use pkg-config to determinate if sqlite3 are compiled with threads
- Add USE_GNOME=pkgconfig

Reported by:    pav
20 Dec 2007 23:38:57
Original commit files touched by this commit  4.69
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.69
03 Oct 2007 23:34:16
Original commit files touched by this commit  4.68
 This port version is marked as vulnerable.
edwin search for other commits by this committer
Remove support for OSVERSION < 5
04 Sep 2007 22:11:59
Original commit files touched by this commit  4.68
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.68
21 Aug 2007 18:24:26
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix wrong path to config file in previous commit.
21 Aug 2007 18:21:26
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
sobomax search for other commits by this committer
Fix building with radiusclient.

PR:             115687
12 Aug 2007 14:58:23
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Portlint'ing
12 Aug 2007 14:54:54
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Utilize USE_BDB in accordance with Mk/bsd.database.mk

PR:             ports/115427
Submitted by:   Scot Hetzel <swhetzel@gmail.com>
04 Aug 2007 11:41:31
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
gabor search for other commits by this committer
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:   Google Summer of Code 2007
Approved by:    portmgr (pav)
15 Jun 2007 08:56:47
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix plist.

Submitted by:   pav
31 May 2007 06:48:14
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix dovecot authentication.
28 May 2007 21:09:38
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add support for for dynamically-loaded string expansion functions
via ${dlfun}.

Requested by:   Alex Miller <asm@asm.kiev.ua>
28 May 2007 20:52:13
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add mail/dovecot auth daemon for authentication.
Use USE_RC_SUBR correctly.

PR:             ports/112784
Submitted by:   Jan Srzednicki <w@wrzask.pl>
29 Apr 2007 12:38:21
Original commit files touched by this commit  4.67
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.67
23 Mar 2007 10:38:58
Original commit files touched by this commit  4.66
 This port version is marked as vulnerable.
krion search for other commits by this committer
Remove FAQ since file was deleted from master sites.
Fix build with gcc41.
10 Jan 2007 11:44:30
Original commit files touched by this commit  4.66
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.66
05 Jan 2007 16:01:48
Original commit files touched by this commit  4.65
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.65
23 Dec 2006 21:05:35
Original commit files touched by this commit  4.64
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.64
21 Dec 2006 13:43:58
Original commit files touched by this commit  4.63
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add "ipv6" category.

PR:             ports/106891
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu>
01 Aug 2006 10:29:25
Original commit files touched by this commit  4.63
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.63
04 May 2006 19:25:38
Original commit files touched by this commit  4.62
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.62.
08 Apr 2006 14:17:04
Original commit files touched by this commit  4.61_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix build if WITHOUT_PERL is specified.

Submitted by:   many
05 Apr 2006 21:29:12
Original commit files touched by this commit  4.61_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix the order of the acl and add_header entries to fix ACL negation.

Submitted by:   Stanislaw Halik <sthalik@tehran.lain.pl>
04 Apr 2006 22:27:36
Original commit files touched by this commit  4.61
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.61
25 Mar 2006 23:12:18
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add libsrs_alt support.
Some cleanups.

Submitted by:   Simon Dick <simond@irrelevant.org>
20 Feb 2006 20:47:50
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
dougb search for other commits by this committer
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
08 Feb 2006 06:46:38
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add md5/sha256/size info for mail/exim-sa-exim

Reported by:    pointyhat via kris
06 Feb 2006 08:09:39
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
krion search for other commits by this committer
Philip has rerolled the tarball to include documentaion
modifications, the only file that that has changed is doc/spec.txt,
the announcement is available on:

http://www.exim.org/mail-archives/exim-announce/2006/msg00000.html
26 Jan 2006 14:20:23
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
skv search for other commits by this committer
Add support for databases/db44

PR:             ports/92369
Submitted by:   skv
Approved by:    maintainer (krion)
22 Jan 2006 05:52:28
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
edwin search for other commits by this committer
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
07 Jan 2006 22:48:20
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
krion search for other commits by this committer
Allow to install exim with EXIM_USER=exim EXIM_GROUP=exim instead of
mailnull:mail.

PR:             ports/89832
Submitted by:   Artis Caune <Artis.Caune@latnet.lv>
27 Dec 2005 22:40:25
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
krion search for other commits by this committer
Allow users specify saslauthd socket location with SASLAUTHD_SOCKET
variable in case of non-default layouts.  Point default location to
/var/run/saslauthd

PR:             ports/90987
Submitted by:   Alexander Wittig <alexander AT wittig DOT name>
02 Dec 2005 10:06:31
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
skv search for other commits by this committer
Add DomainKeys support.

PR:             ports/89011
Submitted by:   skv
Approved by:    maintainer timeout
29 Nov 2005 19:43:54
Original commit files touched by this commit  4.60
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.60
08 Oct 2005 22:02:37
Original commit files touched by this commit  4.54
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.54
28 Sep 2005 10:12:53
Original commit files touched by this commit  4.53
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.53
11 Sep 2005 21:40:21
Original commit files touched by this commit  4.52
 This port version is marked as vulnerable.
vsevolod search for other commits by this committer
Update LIB_DEPENDS to spf2.2
Add ${PTHREAD_LIBS} when use mail/libspf2

PR:             85000
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
No objections from:     krion (maintaier)
27 Jul 2005 09:17:29
Original commit files touched by this commit  4.52
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.52
05 May 2005 13:30:38
Original commit files touched by this commit  4.51
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to version 4.51
29 Apr 2005 10:11:53
Original commit files touched by this commit  4.50_2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add patches to fix build with mail/libsrs2 support.

Requested by:   sheldonh
20 Apr 2005 20:46:16
Original commit files touched by this commit  4.50_2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Add the note to set 'daily_queuerun_enable' and
'daily_submit_queuerun' to "NO" in periodic.conf(5), for people
using exim without queue runner, eg if remote deliveries are not
desirable.

Submitted by:   Geraint Edwards <gedge at yadn dot org>
20 Apr 2005 18:24:08
Original commit files touched by this commit  4.50_2
 This port version is marked as vulnerable.
krion search for other commits by this committer
Do not reject files like /etc/group etc as input files.

Submitted by:   Jan-Peter Koopmann <Jan-Peter.Koopmann at seceidos.de>
Patched by:     Philip Hazel <ph10 at cus dot cam.ac.uk>
06 Apr 2005 14:08:31
Original commit files touched by this commit  4.50_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Use customized DUMMY_LDFLAGS in enviroment instead of LDFLAGS to fix
run on 4.x with lang/perl5.8 and WITH_OPENSSL_PORT.

Suggested by:   tobez
Submitted by:   Patrick Eisenacher <eisenacher at s3-solutions dot de>
20 Mar 2005 17:52:48
Original commit files touched by this commit  4.50_1
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix bug in ACL "allow" matrix if only WITH_CONTENT_SCAN is
specified.
10 Mar 2005 09:11:00
Original commit files touched by this commit  4.50
 This port version is marked as vulnerable.
krion search for other commits by this committer
Since maintainer (eik@) is MIA for undefined time, take
maintainership for further updates.
07 Mar 2005 19:20:21
Original commit files touched by this commit  4.50
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix mail/libspf2 support.

PR:             ports/78542
Submitted by:   thorolf at grid dot einherjar.de
03 Mar 2005 18:43:14
Original commit files touched by this commit  4.50
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix build if WITH_SA_EXIM is defined.

Reported by:    Mike Sturdee <sturdee at pathwaynet.com>
02 Mar 2005 21:50:49
Original commit files touched by this commit  4.50
 This port version is marked as vulnerable.
krion search for other commits by this committer
Update to 4.50

* Remove WITH/WITHOUT_EXISCAN variable, since exiscan code was
  merged into exim-4.50

* Introduce two new variables: WITH_CONTENT_SCAN and WITH_OLD_DEMIME.

* Enable WITH_OLD_DEMIME by default to preserve backward
  compatibility with deprecated "demime" ACL condition.  For Exim
  itself, setting WITH_OLD_DEMIME forces WITH_CONTENT_SCAN to be set.

* Remove POST-INSTALL-NOTES.exiscan-acl and xpatch-exiscan2 patches.

* Add experimental-spec.txt into docs, to inform about experimental
  features.

PR:             ports/78168
Submitted by:   krion
Approved by:    maintainer is currently MIA
03 Feb 2005 03:55:00
Original commit files touched by this commit  4.44+28
 This port version is marked as vulnerable.
eik search for other commits by this committer
- update SA-Exim to 4.2
- add support for Berkeley DB 4.3

Thanks to Sergey Matveychuk <sem@FreeBSD.org> for committing PR 76273.
31 Jan 2005 00:35:56
Original commit files touched by this commit  4.44+28
 This port version is marked as vulnerable.
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
30 Jan 2005 22:12:10
Original commit files touched by this commit  4.44+28
 This port version is marked as vulnerable.
krion search for other commits by this committer
Fix build.

Reported by:    ceri
30 Jan 2005 15:27:36
Original commit files touched by this commit  4.44+28
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Update to 4.44
  Mostly bugfix release

PR:             ports/76273
Submitted by:   self
Approved by:    eik (timeout: 2 weeks)
05 Jan 2005 09:02:29
Original commit files touched by this commit  4.43+28_1
 This port version is marked as vulnerable.
sem search for other commits by this committer
- Fix two possible security vulnerabilities.

Approved by:    portmgr (marcus)
24 Oct 2004 01:34:36
Original commit files touched by this commit  4.43+28
 This port version is marked as vulnerable.
eik search for other commits by this committer
Add WITH_FIXED_NEVER_USERS, a colon-separated list of users that cannot be
overridden by "never_users"
17 Oct 2004 12:05:20
Original commit files touched by this commit  4.43+28
 This port version is marked as vulnerable.
eik search for other commits by this committer
Fix location of radiusclient.conf when RADIUS_TYPE=RADIUSCLIENT
Make some more options tunable

Noted by:       Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de>
11 Oct 2004 23:48:26
Original commit files touched by this commit  4.43+28
 This port version is marked as vulnerable.
eik search for other commits by this committer
- update to Exim 4.43 and exiscan 28
- add support for the SA-Exim local_scan function
  + http://marc.merlins.org/linux/exim/sa.html
- new options WITH_SA_EXIM, WITH_AUTH_SASL, WITH_RADIUS_TYPE

- fix 150.exim-tidydb.sh when Exim is installed, but not run [1]

Submitted by:   Brian Somers <brian@Awfulhak.org> [1]
27 Aug 2004 11:35:26
Original commit files touched by this commit  4.42+27
 This port version is marked as vulnerable.
eik search for other commits by this committer
update to version 4.42+27
20 Aug 2004 06:53:11
Original commit files touched by this commit  4.41+25
 This port version is marked as vulnerable.
eik search for other commits by this committer
Grrrr... bsd.port.mk checks the value of WITH_MYSQL_VER.

Noticed by:     pointyhat via linimon
19 Aug 2004 12:17:57
Original commit files touched by this commit  4.41+25
 This port version is marked as vulnerable.
eik search for other commits by this committer
Respect CC

Reminded by:    krion
19 Aug 2004 09:52:22
Original commit files touched by this commit  4.41+25
 This port version is marked as vulnerable.
eik search for other commits by this committer
make a little more robust against CFLAGS that are accidentially overwritten by
make.conf(5)
18 Aug 2004 16:03:00
Original commit files touched by this commit  4.41+25
 This port version is marked as vulnerable.
eik search for other commits by this committer
update to exiscan-acl 25

- Added expansion of av_scanner global variable
  when it starts with a dollar sign. This is useful
  for implementing multiple malware scanners.

- Added support for adding ACL headers at the beginning
  and in the "middle" of the message header block.
  (This is a preliminary solution, see comment in SPF
   section of exiscan-acl-spec).
22 Jul 2004 15:39:30
Original commit files touched by this commit  4.41+24
 This port version is marked as vulnerable.
eik search for other commits by this committer
Update to Exim 4.41 + exiscan-acl 24

Note that this port uses libsrs2, not libsrs_alt as documented in
exiscan-acl-spec
17 Jul 2004 14:21:13
Original commit files touched by this commit  4.40+23
 This port version is marked as vulnerable.
eik search for other commits by this committer
- Update to version 4.40

- Support for WITH_SPF and WITH_SRS via libspf2/libsrs2, needs exiscan

- Note for 5.x users: the default location of the start/stop file has changed.
  Build WITH_RCORDER=yes when you depend on the old behaviour

- WITH_OPENLDAP_VER and WITH_MYSQL_VER does no longer imply the corresponding
WITH_ variable.

- experimental support for optionsng from devel/portmk
07 Jun 2004 10:53:11
Original commit files touched by this commit  4.34+22
 This port version is marked as vulnerable.
eik search for other commits by this committer
make LOGDIR and LOG_FILE_PATH tunable [1]
add WITH_AUTH_RADIUS support [2]

Requested by:   Lonnie Santella <lonniesantella@hotmail.com> [1]
                Jan-Peter Koopmann <Jan-Peter.Koopmann@seceidos.de> [2]
28 May 2004 16:29:48
Original commit files touched by this commit  4.34+22
 This port version is marked as vulnerable.
eik search for other commits by this committer
work around an Outlook bug, which assumes that after the
after the first semicolon in the Received: header is a
date, even in a comment.

Submitted by:   Lanny Godsey <lannygodsey@yahoo.com>
26 May 2004 10:46:37
Original commit files touched by this commit  4.34+22
 This port version is marked as vulnerable.
eik search for other commits by this committer
- update exiscan-acl to version 22, with SPF support.
  enabled when build with WITH_SPF=yes

- fix connection drop handling in a data-acl
10 May 2004 15:07:59
Original commit files touched by this commit  4.34+21
 This port version is marked as vulnerable.
eik search for other commits by this committer
Upgrade to exim 4.34 + exiscan-acl 21
06 May 2004 14:21:51
Original commit files touched by this commit  4.33+20_1
 This port version is marked as vulnerable.
eik search for other commits by this committer
Fix potential SEGV on long header when verify = header_syntax is used

  this is not set not in the default configuration, check with
  grep 'verify.*=.*header_syntax' /usr/local/etc/exim/configure

  <http://www.guninski.com/exim1.html>
06 May 2004 10:53:58
Original commit files touched by this commit  4.33+20
 This port version is marked as vulnerable.
eik search for other commits by this committer
don't depend on perl when build WITHOUT_PERL.

Note that without perl the following utilities
won't work, even though they are installed:
  exigrep eximstats exipick exiqgrep exiqsumm

Number of commits found: 268 (showing only 100 on this page)

1 | 2 | 3  »  

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 6
new 48 hours20
new 7 days63
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.794 seconds.