emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28911: closed (Let the CAA RR type be known to dns


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28911: closed (Let the CAA RR type be known to dns-mode)
Date: Fri, 27 Oct 2017 14:02:02 +0000

Your message dated Fri, 27 Oct 2017 17:01:21 +0300
with message-id <address@hidden>
and subject line Re: bug#28911: Let the CAA RR type be known to dns-mode
has caused the debbugs.gnu.org bug report #28911,
regarding Let the CAA RR type be known to dns-mode
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28911: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28911
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Let the CAA RR type be known to dns-mode Date: Fri, 20 Oct 2017 10:26:26 +0200
* lisp/textmodes/dns-mode.el (dns-mode-types): Add "CAA".
---
 lisp/textmodes/dns-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/textmodes/dns-mode.el b/lisp/textmodes/dns-mode.el
index df03beaa9a..6b668a6267 100644
--- a/lisp/textmodes/dns-mode.el
+++ b/lisp/textmodes/dns-mode.el
@@ -35,6 +35,7 @@
 ;; RFC 5155, "DNS Security (DNSSEC) Hashed Authenticated Denial of Existence"
 ;; RFC 6698, "The DNS-Based Authentication of Named Entities (DANE)
 ;;             Transport Layer Security (TLS) Protocol: TLSA"
+;; RFC 6844, "DNS Certification Authority Authorization (CAA) Resource Record"
 
 ;;; Release history:
 
@@ -62,7 +63,7 @@
                           "A6" "DNAME" "SINK" "OPT" "APL" "DS" "SSHFP"
                           "RRSIG" "NSEC" "DNSKEY" "UINFO" "UID" "GID"
                           "UNSPEC" "TKEY" "TSIG" "IXFR" "AXFR" "MAILB"
-                          "MAILA" "TLSA" "NSEC3")
+                          "MAILA" "TLSA" "NSEC3" "CAA")
   "List of strings with known DNS types.")
 
 (defface dns-mode-control-entity '((t :inherit font-lock-keyword-face))
-- 
2.14.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#28911: Let the CAA RR type be known to dns-mode Date: Fri, 27 Oct 2017 17:01:21 +0300
> From: Daniel Lublin <address@hidden>
> Date: Fri, 20 Oct 2017 10:26:26 +0200
> 
> * lisp/textmodes/dns-mode.el (dns-mode-types): Add "CAA".
> ---
>  lisp/textmodes/dns-mode.el | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Thanks, pushed to the emacs-26 branch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]