summaryrefslogtreecommitdiff
path: root/mail/enma/patches
diff options
context:
space:
mode:
authorobache <obache>2008-09-05 07:23:44 +0000
committerobache <obache>2008-09-05 07:23:44 +0000
commit310153b2b74b0a41919b97c3e92f7832644ee4c2 (patch)
tree85a7c2d19bddf400f75c7cb6de224950cffdfd48 /mail/enma/patches
parent80cca4f5fe1a0234aa9b889643d9a65abbddd3c1 (diff)
downloadpkgsrc-310153b2b74b0a41919b97c3e92f7832644ee4c2.tar.gz
Import enma-1.0.0 as mail/enma.
ENMA is a milter program for the domain authentication technologies. It authenticates sender's address with SPF and Sender ID, then labels the result onto the Authentication-Results: field. ENMA implements the following RFCs and an Internet Draft: - RFC4406 (Sender ID) - RFC4407 (PRA) - RFC4408 (SPF) - draft-kucherawy-sender-auth-header-15 (the Authentication-Results: field) ENMA is developed by IIJ. IIJ has been using several domain authentication software, though, all of them appeared unstable. ENMA is designed and implemented in order to stand large ISP's operation and is well-tested.
Diffstat (limited to 'mail/enma/patches')
-rw-r--r--mail/enma/patches/patch-aa12
-rw-r--r--mail/enma/patches/patch-ab15
2 files changed, 27 insertions, 0 deletions
diff --git a/mail/enma/patches/patch-aa b/mail/enma/patches/patch-aa
new file mode 100644
index 00000000000..fa2a3b723a0
--- /dev/null
+++ b/mail/enma/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1.1.1 2008/09/05 07:23:44 obache Exp $
+
+--- libsidf/src/sidfrequest.c.orig 2008-08-13 15:44:32.000000000 +0000
++++ libsidf/src/sidfrequest.c
+@@ -18,6 +18,7 @@ RCSID("$Id: sidfrequest.c 348 2008-08-13
+ #include <assert.h>
+ #include <sys/socket.h>
+ #include <arpa/nameser.h>
++#include <netinet/in.h>
+ #include <netdb.h>
+ #include <resolv.h>
+ // #include <isc/misc.h>
diff --git a/mail/enma/patches/patch-ab b/mail/enma/patches/patch-ab
new file mode 100644
index 00000000000..4357ad80dc4
--- /dev/null
+++ b/mail/enma/patches/patch-ab
@@ -0,0 +1,15 @@
+$NetBSD: patch-ab,v 1.1.1.1 2008/09/05 07:23:44 obache Exp $
+
+--- enma/etc/Makefile.in.orig 2008-08-21 14:22:29.000000000 +0000
++++ enma/etc/Makefile.in
+@@ -29,8 +29,8 @@ OBJS := $(patsubst %.c,%.o,$(SRCS))
+ all:
+
+ install:
+- $(INSTALL) -d $(sysconfdir)
+- $(INSTALL_DATA) -c enma.conf.sample $(sysconfdir)
++ $(INSTALL) -d $(DESTDIR)$(sysconfdir)
++ $(INSTALL_DATA) -c enma.conf.sample $(DESTDIR)$(sysconfdir)
+
+ clean:
+ rm -rf *~