Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2020 09:17:15 +0000 (UTC)
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r527069 - head/mail/exim
Message-ID:  <202002250917.01P9HFtG035188@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fluffy
Date: Tue Feb 25 09:17:15 2020
New Revision: 527069
URL: https://svnweb.freebsd.org/changeset/ports/527069

Log:
  mail/exim: update to 4.93.0.4 maintenance release
  
  This release is addressed to fix many of *taint* issues
  
  PR:		244322
  Reported by:	ler

Modified:
  head/mail/exim/Makefile
  head/mail/exim/distinfo

Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile	Tue Feb 25 09:16:14 2020	(r527068)
+++ head/mail/exim/Makefile	Tue Feb 25 09:17:15 2020	(r527069)
@@ -6,6 +6,7 @@ PORTVERSION?=	${EXIM_VERSION}
 CATEGORIES=	mail
 MASTER_SITES=	EXIM:exim
 MASTER_SITE_SUBDIR=	/exim4/:exim \
+			/exim4/fixes/:exim \
 			/exim4/old/:exim
 DISTNAME=	${PORTNAME}-${EXIM_VERSION}
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:exim
@@ -101,7 +102,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-Local-sa-exim.
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-Local-sa-exim.conf
 .endif
 
-EXIM_VERSION=	4.93
+EXIM_VERSION=	4.93.0.4
 SA_EXIM_VERSION=4.2.1
 EXIM_INSTALL_ARG+=	"-no_chown" "-no_symlink"
 
@@ -381,7 +382,6 @@ SEDLIST+=	-e 's,^\# (AUTH_CYRUS_SASL=),\1,' \
 .endif
 
 .if ${PORT_OPTIONS:MAUTH_RADIUS}
-PORTREVISION?=	1
 WITH_RADIUS_TYPE?=	RADLIB
 .if ${WITH_RADIUS_TYPE:tl} == radlib
 SEDLIST+=	-e 's,XX_RADIUS_LIBS_XX,-lradius,' \

Modified: head/mail/exim/distinfo
==============================================================================
--- head/mail/exim/distinfo	Tue Feb 25 09:16:14 2020	(r527068)
+++ head/mail/exim/distinfo	Tue Feb 25 09:17:15 2020	(r527069)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1582043253
-SHA256 (exim/exim-4.93.tar.bz2) = 22c432c0585ef605c52bc796042c4823e961f58a7e6ad1486252e203bf4c9276
-SIZE (exim/exim-4.93.tar.bz2) = 1972841
+TIMESTAMP = 1582564322
+SHA256 (exim/exim-4.93.0.4.tar.bz2) = b67336ba06f8d8233060de073d6082d75a378faaafad660c5f124bb13d75e4d9
+SIZE (exim/exim-4.93.0.4.tar.bz2) = 1974190
 SHA256 (exim/sa-exim-4.2.1.tar.gz) = 24d4bf7b0fdddaea11f132981cebb6a86a4ab20ef54111a8ebd481b421c6e2c1
 SIZE (exim/sa-exim-4.2.1.tar.gz) = 68933



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002250917.01P9HFtG035188>