Date: Wed, 13 Jan 2021 19:32:15 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561502 - in head/mail/milter-greylist: . files Message-ID: <202101131932.10DJWF7r035621@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Wed Jan 13 19:32:15 2021 New Revision: 561502 URL: https://svnweb.freebsd.org/changeset/ports/561502 Log: - update to 4.6.3 - fix crash with option GEOIP PR: 240140 Submitted by: m.tsatsenko@gmail.com MFH: 2021Q1 Added: head/mail/milter-greylist/files/patch-spf.c (contents, props changed) Modified: head/mail/milter-greylist/Makefile head/mail/milter-greylist/distinfo Modified: head/mail/milter-greylist/Makefile ============================================================================== --- head/mail/milter-greylist/Makefile Wed Jan 13 18:56:48 2021 (r561501) +++ head/mail/milter-greylist/Makefile Wed Jan 13 19:32:15 2021 (r561502) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= milter-greylist -PORTVERSION= 4.6.3 +PORTVERSION= 4.6.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ http://fossies.org/unix/privat/ @@ -12,9 +12,9 @@ COMMENT= Easy-to-use greylist milter for sendmail and LICENSE= BSD3CLAUSE -MAKE_JOBS_UNSAFE= yes - USES= tar:tgz + +MAKE_JOBS_UNSAFE= yes ## # Use the following quirks to choose which sendmail to use (ports or system): Modified: head/mail/milter-greylist/distinfo ============================================================================== --- head/mail/milter-greylist/distinfo Wed Jan 13 18:56:48 2021 (r561501) +++ head/mail/milter-greylist/distinfo Wed Jan 13 19:32:15 2021 (r561502) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595986065 -SHA256 (milter-greylist-4.6.3.tgz) = 2ccb4e106365d5daffb423183703c5669fd2dad8832a122345374e8c9a43c05a -SIZE (milter-greylist-4.6.3.tgz) = 296436 +TIMESTAMP = 1610405532 +SHA256 (milter-greylist-4.6.4.tgz) = 02f5045de975d3a3e67ee32025d631696af0d4d80483f1088e6bfbd5ff66f428 +SIZE (milter-greylist-4.6.4.tgz) = 357243 Added: head/mail/milter-greylist/files/patch-spf.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/milter-greylist/files/patch-spf.c Wed Jan 13 19:32:15 2021 (r561502) @@ -0,0 +1,9 @@ +--- spf.c.orig 2021-01-11 23:09:20 UTC ++++ spf.c +@@ -61,6 +61,7 @@ __RCSID("$Id: spf.c,v 1.40 2015/10/30 18:22:30 manu Ex + + #ifdef __FreeBSD__ + #define HAVE_NS_TYPE ++#include <arpa/nameser.h> + #endif +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101131932.10DJWF7r035621>