FreeBSD Bugzilla – Attachment 251493 Details for
Bug 279780
[patch] mail/opendmarc fix crash on FreeBSD >= 14.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch to add files/patch-libopendmarc_opendmarc__dns.c to mail/opendmarc port
ports-mail-opendmarc-fix-dmarc-dns-patch.txt (text/plain), 956 bytes, created by
Yasuhito FUTATSUKI
on 2024-06-16 07:44:36 UTC
(
hide
)
Description:
a patch to add files/patch-libopendmarc_opendmarc__dns.c to mail/opendmarc port
Filename:
MIME Type:
Creator:
Yasuhito FUTATSUKI
Created:
2024-06-16 07:44:36 UTC
Size:
956 bytes
patch
obsolete
>diff --git a/mail/opendmarc/Makefile b/mail/opendmarc/Makefile >index e7636444a181..078c9b8d52ef 100644 >--- a/mail/opendmarc/Makefile >+++ b/mail/opendmarc/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= opendmarc > PORTVERSION= 1.4.2 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= mail security > MASTER_SITES= GH > >diff --git a/mail/opendmarc/files/patch-libopendmarc_opendmarc__dns.c b/mail/opendmarc/files/patch-libopendmarc_opendmarc__dns.c >new file mode 100644 >index 000000000000..0729034dcf99 >--- /dev/null >+++ b/mail/opendmarc/files/patch-libopendmarc_opendmarc__dns.c >@@ -0,0 +1,10 @@ >+--- libopendmarc/opendmarc_dns.c.orig 2021-12-20 15:40:37.000000000 +0900 >++++ libopendmarc/opendmarc_dns.c 2024-06-16 03:30:15.582270000 +0900 >+@@ -203,6 +203,7 @@ dmarc_dns_get_record(char *domain, int *reply, char *g >+ ++bp; >+ >+ #ifdef HAVE_RES_NINIT >++ memset(&resp, '\0', sizeof resp); >+ res_ninit(&resp); >+ #ifdef RES_USE_DNSSEC >+ resp.options |= RES_USE_DNSSEC;
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
Flags:
leres
:
maintainer-approval?
(
freebsd
)
Actions:
View
|
Diff
Attachments on
bug 279780
: 251493