metadata.xml 1.4 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <!-- maintainer-needed -->
  5. <longdescription>
  6. A nameserver basically responds to a query. Interoperability is an obvious
  7. requirement here. The standard protocol behaviour of different DNS
  8. implementations is expected to be the same.
  9. Requirements for protocol behaviour of DNS implementations is widely documented
  10. in the case of 'common' dns messages. The DNS protocol is over 20 years old and
  11. since its inception, there have been over 40 independent DNS implementations,
  12. while some implementations have over 20 versions.
  13. The methodology used to identify individual nameserver implementations is based
  14. on "borderline" protocol behaviour. The DNS protocol offers a multitude of
  15. message bits, response types, opcodes, classes, query types and label types in a
  16. fashion that makes some mutually exclusive while some are not used in a query
  17. messages at all. Not every implementation offers the full set of features the
  18. DNS protocol set currently has. Some implementations offer features outside the
  19. protocol set, and there are implementations that do not conform to standards.
  20. Also, new features added to - or bugs removed allow for differentiations between
  21. versions of an implementation.
  22. </longdescription>
  23. <upstream>
  24. <remote-id type="github">kirei/fpdns</remote-id>
  25. </upstream>
  26. </pkgmetadata>