postfix-glibc230.patch 870 B

1234567891011121314151617181920212223242526272829303132
  1. --- a/src/dns/dns_str_resflags.c 2016-05-15 18:20:14.000000000 +0300
  2. +++ b/src/dns/dns_str_resflags.c 2019-05-03 17:29:16.000000000 +0300
  3. @@ -52,18 +52,28 @@
  4. static const LONG_NAME_MASK resflag_table[] = {
  5. "RES_INIT", RES_INIT,
  6. "RES_DEBUG", RES_DEBUG,
  7. +#ifdef RES_AAONLY
  8. "RES_AAONLY", RES_AAONLY,
  9. +#endif
  10. "RES_USEVC", RES_USEVC,
  11. +#ifdef RES_PRIMARY
  12. "RES_PRIMARY", RES_PRIMARY,
  13. +#endif
  14. "RES_IGNTC", RES_IGNTC,
  15. "RES_RECURSE", RES_RECURSE,
  16. "RES_DEFNAMES", RES_DEFNAMES,
  17. "RES_STAYOPEN", RES_STAYOPEN,
  18. "RES_DNSRCH", RES_DNSRCH,
  19. +#ifdef RES_INSECURE1
  20. "RES_INSECURE1", RES_INSECURE1,
  21. +#endif
  22. +#ifdef RES_INSECURE2
  23. "RES_INSECURE2", RES_INSECURE2,
  24. +#endif
  25. "RES_NOALIASES", RES_NOALIASES,
  26. +#ifdef RES_USE_INET6
  27. "RES_USE_INET6", RES_USE_INET6,
  28. +#endif
  29. #ifdef RES_ROTATE
  30. "RES_ROTATE", RES_ROTATE,
  31. #endif