FreeBSD Bugzilla – Attachment 161885 Details for
Bug 202866
mail/milter-greylist: Add DKIM support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
milter-greylist.txt (text/plain), 3.99 KB, created by
m.tsatsenko
on 2015-10-10 18:26:40 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
m.tsatsenko
Created:
2015-10-10 18:26:40 UTC
Size:
3.99 KB
patch
obsolete
>diff -urN milter-greylist.orig/Makefile milter-greylist/Makefile >--- milter-greylist.orig/Makefile 2015-10-10 21:17:35.598167549 +0300 >+++ milter-greylist/Makefile 2015-10-10 21:22:49.280146214 +0300 >@@ -7,7 +7,6 @@ > CATEGORIES= mail > MASTER_SITES= ftp://ftp.espci.fr/pub/milter-greylist/ \ > http://fossies.org/unix/privat/ >-EXTRACT_SUFX= .tgz > > MAINTAINER= m.tsatsenko@gmail.com > COMMENT= Easy-to-use greylist milter for sendmail and postfix >@@ -19,6 +18,8 @@ > > MAKE_JOBS_UNSAFE= yes > >+USES= tar:tgz >+ > ## > # Use the following quirks to choose which sendmail to use (ports or system): > # >@@ -30,8 +31,9 @@ > # installed port preference over it. > ## > >-OPTIONS_DEFINE= SPF GEOIP CURL LDAP P0F POSTFIX DOCS EXAMPLES >+OPTIONS_DEFINE= SPF GEOIP CURL DKIM LDAP P0F POSTFIX DOCS EXAMPLES > SPF_DESC= SPF support >+DKIM_DESC= DKIM support > CURL_DESC= curl support > P0F_DESC= P0F support > POSTFIX_DESC= Use Postfix instead of Sendmail >@@ -40,12 +42,17 @@ > SPF_LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2 > CURL_LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl > GEOIP_LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP >+DKIM_LIB_DEPENDS+= libdkim.so:${PORTSDIR}/mail/libdkim > > POSTFIX_CONFIGURE_ENABLE= postfix > P0F_CONFIGURE_ENABLE= p0f306 > > .include <bsd.port.options.mk> > >+.if ${PORT_OPTIONS:MDKIM} >+CONFIGURE_ARGS+= --with-libdkim=${LOCALBASE} >+.endif >+ > .if ${PORT_OPTIONS:MSPF} > CONFIGURE_ARGS+= --with-libspf2=${LOCALBASE} > .endif >diff -urN milter-greylist.orig/files/patch-configure milter-greylist/files/patch-configure >--- milter-greylist.orig/files/patch-configure 2015-10-10 21:17:35.598167549 +0300 >+++ milter-greylist/files/patch-configure 2015-10-10 21:19:01.366161710 +0300 >@@ -1,8 +1,6 @@ >-Index: configure >-diff -u configure.orig configure >---- configure.orig 2013-03-07 22:26:11.000000000 +0900 >-+++ configure 2013-03-14 15:35:15.476674058 +0900 >-@@ -5899,7 +5899,7 @@ >+--- configure.orig 2013-03-07 13:26:11 UTC >++++ configure >+@@ -5899,7 +5899,7 @@ fi > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pthread_pthread_create" >&5 > $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } > if test "x$ac_cv_lib_pthread_pthread_create" = xyes; then : >diff -urN milter-greylist.orig/files/patch-greylist.conf milter-greylist/files/patch-greylist.conf >--- milter-greylist.orig/files/patch-greylist.conf 2015-10-10 21:17:35.598167549 +0300 >+++ milter-greylist/files/patch-greylist.conf 2015-10-10 21:19:01.370161692 +0300 >@@ -1,6 +1,6 @@ >---- greylist.conf.orig 2009-02-13 01:39:01.000000000 +0300 >-+++ greylist.conf 2009-04-22 09:10:46.000000000 +0400 >-@@ -9,7 +9,7 @@ >+--- greylist.conf.orig 2013-01-27 02:10:19 UTC >++++ greylist.conf >+@@ -9,7 +9,7 @@ pidfile "/var/run/milter-greylist.pid" > socket "/var/milter-greylist/milter-greylist.sock" > dumpfile "/var/milter-greylist/greylist.db" 600 > dumpfreq 1 >diff -urN milter-greylist.orig/files/patch-ldapcheck.c milter-greylist/files/patch-ldapcheck.c >--- milter-greylist.orig/files/patch-ldapcheck.c 2015-10-10 21:17:35.597167765 +0300 >+++ milter-greylist/files/patch-ldapcheck.c 2015-10-10 21:19:01.374161643 +0300 >@@ -1,6 +1,6 @@ >---- ldapcheck.c.orig 2009-04-09 05:26:46.000000000 +0200 >-+++ ldapcheck.c 2009-10-23 23:57:42.000000000 +0200 >-@@ -58,6 +58,22 @@ >+--- ldapcheck.c.orig 2013-01-19 16:01:15 UTC >++++ ldapcheck.c >+@@ -60,6 +60,22 @@ __RCSID("$Id: ldapcheck.c,v 1.18 2013/01 > #include "prop.h" > #include "ldapcheck.h" > >diff -urN milter-greylist.orig/files/patch-sync.c milter-greylist/files/patch-sync.c >--- milter-greylist.orig/files/patch-sync.c 2015-10-10 21:17:35.597167765 +0300 >+++ milter-greylist/files/patch-sync.c 2015-10-10 21:19:01.378162066 +0300 >@@ -1,8 +1,6 @@ >-Index: sync.c >-diff -u -p sync.c.orig sync.c >---- sync.c.orig 2010-04-17 12:19:02.000000000 +0900 >-+++ sync.c 2013-03-14 14:57:39.284674283 +0900 >-@@ -478,7 +478,11 @@ peer_connect(peer) /* peer list is read- >+--- sync.c.orig 2010-06-16 01:30:30 UTC >++++ sync.c >+@@ -487,7 +487,11 @@ peer_connect(peer) /* peer list is read- > #ifdef AF_INET6 > case AF_INET6: > SA6(res->ai_addr)->sin6_port = service;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202866
:
161885
|
162860
|
164168