diff options
-rw-r--r-- | mail/ecartis/Makefile | 2 | ||||
-rw-r--r-- | mail/ecartis/files/patch-CAN-2004-0913 | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mail/ecartis/Makefile b/mail/ecartis/Makefile index 8c4703b1c9f0..2a86351f4859 100644 --- a/mail/ecartis/Makefile +++ b/mail/ecartis/Makefile @@ -7,7 +7,7 @@ PORTNAME= ecartis PORTVERSION= 1.0.0.s20031228 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ecartis.org/pub/ecartis/snapshots/tar/ diff --git a/mail/ecartis/files/patch-CAN-2004-0913 b/mail/ecartis/files/patch-CAN-2004-0913 new file mode 100644 index 000000000000..11ed9053f7fe --- /dev/null +++ b/mail/ecartis/files/patch-CAN-2004-0913 @@ -0,0 +1,12 @@ +--- modules/lsg2/lsg2-main.c.orig ++++ modules/lsg2/lsg2-main.c +@@ -180,6 +180,9 @@ + struct listserver_cgi_mode *curmode; + char *tbuf; + ++ /* turn off loose host matching */ ++ LMAPI->set_var("no-loose-domain-match", "yes", VAR_GLOBAL); ++ + /* Generic header */ + + if (LMAPI->get_bool("lsg2-iis-support")) |