Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Mar 2018 17:17:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226857] [PATCH] mail/py-milter: Update to 1.0.2, follow move to github
Message-ID:  <bug-226857-13-srw3hqGGkx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-226857-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-226857-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226857

--- Comment #2 from Peter Wullinger <freebsd@dhke.de> ---
> Have you tested the update with mails from sender with a IPv6 address.=20

No, not in practice. miltermodule.c from the package source already has

#if defined(__FreeBSD__) || defined(__linux__)
#define HAVE_IPV6_RFC2553
#include <arpa/inet.h>
#endif

1.0.2 is after
https://github.com/sdgathman/pymilter/commit/a0bd76cdedaf2f96b58df831bd7437=
4fc4e8cda5#diff-a376aa536e156c934230ccb0bc8d0632,
which introduced this change.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226857-13-srw3hqGGkx>