X-Git-Url: https://git.tld-linux.org/?p=packages%2Fpostfix.git;a=blobdiff_plain;f=glibc-2.30.patch;fp=glibc-2.30.patch;h=8a9278034ddc80b893fb0d123d416140e1c78114;hp=0000000000000000000000000000000000000000;hb=abfc08773f5d2ded4b5e49b2b0b62f06a4caa944;hpb=cafe1c870c808596f0b18568a4d83a48b94e8670 diff --git a/glibc-2.30.patch b/glibc-2.30.patch new file mode 100644 index 0000000..8a92780 --- /dev/null +++ b/glibc-2.30.patch @@ -0,0 +1,20 @@ +diff -ur postfix-3.4.6.orig/src/dns/dns_str_resflags.c postfix-3.4.6/src/dns/dns_str_resflags.c +--- postfix-3.4.6.orig/src/dns/dns_str_resflags.c 2016-05-15 17:20:14.000000000 +0200 ++++ postfix-3.4.6/src/dns/dns_str_resflags.c 2019-09-05 22:01:00.522000000 +0200 +@@ -60,10 +60,16 @@ + "RES_DEFNAMES", RES_DEFNAMES, + "RES_STAYOPEN", RES_STAYOPEN, + "RES_DNSRCH", RES_DNSRCH, ++#ifdef RES_INSECURE1 + "RES_INSECURE1", RES_INSECURE1, ++#endif ++#ifdef RES_INSECURE2 + "RES_INSECURE2", RES_INSECURE2, ++#endif + "RES_NOALIASES", RES_NOALIASES, ++#ifdef RES_USE_INET6 + "RES_USE_INET6", RES_USE_INET6, ++#endif + #ifdef RES_ROTATE + "RES_ROTATE", RES_ROTATE, + #endif