sthen
0f4034be36
sync WANTLIB
2015-08-17 19:10:11 +00:00
sthen
6657f4409c
update to exim-4.86
2015-08-12 22:11:57 +00:00
ajacoutot
29d027b433
No need to override pexp.
2015-07-15 17:10:35 +00:00
kirby
d4b52dcb7a
- sort variables
...
- add some blank lines for higher readability
- drop USE_GROFF (mandoc version looks better)
- bump for safety
OK sthen@
2015-01-15 21:39:36 +00:00
sthen
d05d6f7b23
update to exim 4.85
2015-01-13 18:00:23 +00:00
brad
b94a402501
Switch from using MySQL to using MariaDB attempt #2 . MariaDB is a drop-in replacement.
...
ok sthen@
2014-09-13 18:09:20 +00:00
espie
92816cd8fc
use more specific version of SUBST_* where appropriate
2014-08-10 09:58:04 +00:00
sthen
9f28de8726
update to Exim 4.83, fixes CVE-2014-2972 - more information at
...
https://lists.exim.org/lurker/message/20140722.152452.d6c019e8.en.html
ok naddy@
2014-07-23 10:36:24 +00:00
sthen
a0d80c8574
update to exim 4.82.1
2014-05-28 14:23:27 +00:00
sthen
d8571d678e
disable tcp wrappers
2014-03-24 17:39:35 +00:00
sthen
b864d2ea42
default MTA is now smtpd not sendmail
2014-03-13 14:50:41 +00:00
sthen
c704d5b9bf
update to exim 4.80.1, and drop fkr@ as maintainer at his request
2013-08-24 09:22:25 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5
Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
...
ok sthen aja
2013-05-25 00:33:09 +00:00
espie
0662a4e9d6
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:20:26 +00:00
sthen
bb687e1b39
SECURITY fix for Exim CVE-2012-5671 - Remote code execution with DKIM decoding
...
Workaround: "You are not vulnerable if <...> you put this at the start
of an ACL plumbed into acl_smtp_connect or acl_smtp_rcpt:
warn control = dkim_disable_verify"
This is backported from the diff between exim 4.80 and 4.80.1
(not updating fully to 4.80.1 yet as this small diff is safer to commit)
same diff rpointel@
2012-10-26 08:50:01 +00:00
espie
e480fdc726
and bump
2012-04-30 13:08:18 +00:00
espie
941d6f504b
sqlite3 dep must die
2012-04-30 13:07:58 +00:00
sthen
91faa22c52
Where a program with an rc script _requires_ a certain command line
...
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.
Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
espie
5a74b62623
new-style pseudo flavors
2011-11-18 13:29:29 +00:00
fkr
dc1f29746e
update to exim version 4.77.
...
This release changes the behaviour of certain expansion methods.
Details can be found here: http://www.gossamer-threads.com/lists/exim/announce/92353
ok sthen@, jasper@ and ajacoutot@
2011-10-19 23:06:57 +00:00
espie
e820071495
normalize pkgpath
2011-09-16 10:31:20 +00:00
sthen
426e1e3b61
Add an rc script for exim, ok aja@ fkr@
2011-07-17 20:15:59 +00:00
jasper
278e3cc0b0
Sanitize some @unexec/@extraunexec calls to rm: move them up in the
...
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
ok aja@
2011-05-11 12:57:47 +00:00
fkr
7332caaf6f
update exim to version 4.76.
...
This contains a security fix for CVE-2011-1764.
ok sthen@ and jasper@
2011-05-09 14:56:56 +00:00
jasper
4cc1d05442
Security fix for CVE-2011-0017
...
Patch extracted from exim 3.74.
ok fkr@ (MAINTAINER), sthen@, ajacoutot@
2011-02-07 16:01:26 +00:00
fkr
2673316d6b
update to exim 4.73.
...
While this resolves CVE-2010-4344 and CVE-2010-4345, the first was
actually fixed in exim 4.70 and the latter is a no-issue on OpenBSD
due to it always being built with ALT_CONFIG_ROOT_ONLY.
with input from Andreas Voegele
ok sthen@, jasper@
2011-01-12 05:45:29 +00:00
espie
bc8dc9adb1
new depends
2010-11-19 07:23:05 +00:00
espie
f7782d7391
a few email WANTLIBs
2010-11-11 10:54:02 +00:00
espie
dcdfee948c
convert libiconv to new wantlib
2010-11-06 10:18:38 +00:00
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
espie
051dfa8362
USE_GROFF=Yes
2010-10-18 19:59:15 +00:00
fkr
d09cfa575e
Update exim to version 4.72.
...
This includes security fixes for CVE-2010-2023 and CVE-2010-2024.
ok bernd@, sthen@
2010-06-15 08:43:30 +00:00
sthen
8be0f2fc6a
Fix RUN_DEPENDS-eximon and FULLPKGPATH-eximon too, they were
...
varying according to the flavour. ok espie@
2010-02-02 20:23:30 +00:00
espie
b5f8f3a20c
setting fullpkgname implies it's the same package, not depending on
...
flavors. This is actually the case, but the eximon LIB_DEPENDS are
wrong (they pick up sqlite... as main should have them).
Fix the LIB_DEPENDS, bump the eximon packagename, and that's it.
2010-02-02 19:48:15 +00:00
jasper
800fefd61d
- bump exim-eximon pkgname after recent ldap pkgspec change.
...
ok ajacoutot@
2010-01-15 07:59:45 +00:00
sthen
e94c66a939
LIB_DEPENDS for the -ldap flavour has a bad package spec which is
...
now rejected by pkg_create; fix and bump PKGNAME-main.
2010-01-09 11:47:32 +00:00
sthen
1ab6ddff29
- update to 4.71
...
- tweak MESSAGE/DESCR
- drop no_x11 flavour in favour of an -eximon subpackage and a
pseudo-flavour to disable it
- use iconv by default rather than as a flavour
- drop no_exiscan flavour
from bernd@, Bjorn Ketelaars and myself; ok fkr@ bernd@
2009-12-15 11:32:18 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
sthen
872d0f79ed
- enable Dovecot authentication (optional, adds no dependencies)
...
- regen PLIST, bump PKGNAME
ok fkr@ (maintainer)
2009-07-22 10:48:31 +00:00
sthen
bbfbc3a38d
fix depends
2009-03-16 17:52:52 +00:00
fkr
d046aca78f
update to exim version 4.69
...
ok jasper@, bernd@
2008-02-03 20:39:11 +00:00
merdely
8b76ad71d8
Remove surrounding quotes in COMMENT*/PERMIT_*
2007-09-16 00:17:04 +00:00
fkr
0d00fecfaa
update to version 4.68, change to patches/patch-scripts_exim_install
...
from Andreas Voegele (as discussed on ports@, binary does not contain
version number anymore)
ok bernd@
2007-09-10 20:08:16 +00:00
fkr
4bbbe701d2
update to exim version 4.67
2007-04-20 18:14:22 +00:00
fkr
577efa42bb
bump to version 4.66, which (again, *sigh*) fixes bugs that were supposed to be
...
fixed in 4.65, that were introduced in 4.64.
2007-01-12 21:51:55 +00:00
fkr
000f61ea48
update to exim-4.65 (which mostly fixes two bugs that were introduced in
...
version 4.64)
2007-01-05 23:47:05 +00:00
fkr
f5e398ecff
update to new version 4.64
...
ok mbalmer@
2006-12-28 12:44:13 +00:00
fkr
ab1b35d331
note in the PLIST that bin/exim-4.63 is installed suid root.
...
from sturm@
2006-11-09 07:13:01 +00:00
fkr
d65be969c1
take over maintainership as discussed on ports@
...
ok mbalmer@
2006-10-30 20:54:27 +00:00