aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2003-11-12 17:57:12 +0800
committersheldonh <sheldonh@FreeBSD.org>2003-11-12 17:57:12 +0800
commit2f6069d340695e8fbb1b02ddbfd5016a5c000751 (patch)
tree395975588d1657e497c89ad4be073295895065e0 /mail/exim
parent4b71a58a5b43001edb0153ada0a1d63258f7fe12 (diff)
downloadfreebsd-ports-gnome-2f6069d340695e8fbb1b02ddbfd5016a5c000751.tar.gz
freebsd-ports-gnome-2f6069d340695e8fbb1b02ddbfd5016a5c000751.tar.zst
freebsd-ports-gnome-2f6069d340695e8fbb1b02ddbfd5016a5c000751.zip
Don't disclose FreeBSD version in Received headers; just disclose that
the OS is some version of FreeBSD. 1) krion was unhappy about disclosure for security reasons. 2) Oliver Eikemeier and I think that having at least "FreeBSD" in the headers is useful for support. 3) Oliver and I don't think the security issue is a big deal. 4) However, the previous implementation for including the OS version used the version of the package builder, which could lead to confusion in support. So a reasonable compromise is to include just ${OPSYS} but not ${OSREL}. Bump PORTREVISION accordingly.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 4cfc53def6f8..abdb84b9d923 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -7,7 +7,7 @@
PORTNAME= exim
PORTVERSION= 4.24
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_EXIM}
MASTER_SITE_SUBDIR= exim4
@@ -386,7 +386,7 @@ pre-everything::
do-configure:
@${MKDIR} ${WRKSRC}/Local
@${SED} ${SEDLIST} ${WRKSRC}/src/EDITME > ${WRKSRC}/Local/Makefile
- @${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number; ${OPSYS} ${OSREL})\\n\\t"/' \
+ @${REINPLACE_CMD} -e 's/"(Exim $$version_number)\\n\\t"/"(Exim $$version_number; ${OPSYS})\\n\\t"/' \
${WRKSRC}/src/globals.c
@${REINPLACE_CMD} -e 's/^#include "cnumber\.h"$$/${PORTREVISION}/' ${WRKSRC}/src/version.c