unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28911: Let the CAA RR type be known to dns-mode
@ 2017-10-20  8:26 Daniel Lublin
  2017-10-27 14:01 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Lublin @ 2017-10-20  8:26 UTC (permalink / raw)
  To: 28911

* 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






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28911: Let the CAA RR type be known to dns-mode
  2017-10-20  8:26 bug#28911: Let the CAA RR type be known to dns-mode Daniel Lublin
@ 2017-10-27 14:01 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-10-27 14:01 UTC (permalink / raw)
  To: Daniel Lublin; +Cc: 28911-done

> From: Daniel Lublin <daniel@lublin.se>
> 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-27 14:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-20  8:26 bug#28911: Let the CAA RR type be known to dns-mode Daniel Lublin
2017-10-27 14:01 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).