aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 22:29:42 +0000
commit558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch)
treef8fffd0a880e3bf796b0afc8c07cde885792a226 /mail/exim
parentca2f814673dd2e6d2afab56e7d0c650fe46a7872 (diff)
downloadports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.tar.gz
ports-558224994b6a2fbede4a420d1e66d57bbea5c4a8.zip
onvert to UCL & cleanup pkg-message (categories l-m)
Notes
Notes: svn path=/head/; revision=508882
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/pkg-message14
1 files changed, 11 insertions, 3 deletions
diff --git a/mail/exim/pkg-message b/mail/exim/pkg-message
index 963ce9f44e55..e237996a5428 100644
--- a/mail/exim/pkg-message
+++ b/mail/exim/pkg-message
@@ -1,6 +1,6 @@
-IMPORTANT NOTE:
-===============
-
+[
+{ type: install
+ message: <<EOM
All installations having Exim set-uid root and using 'perl_startup' are
vulnerable to a local privilege escalation. Any user who can start an
instance of Exim (and this is normally *any* user) can gain root
@@ -32,6 +32,11 @@ directory to $spool_directory, as usual.)
Exim only accepts an absolute configuration file path now, when using
the -C option.
+EOM
+}
+{ type: upgrade
+ maximum_version: 4.80
+ message: <<EOM
Upgrades to Exim 4.80
=====================
@@ -47,3 +52,6 @@ There are more details, covering more changes, in README.UPDATING.
We now enable accept_8bitmime by default, as the Exim maintainers agree
with Dan Bernstein about the best way to deal with the 8BITMIME
extension.
+EOM
+}
+]