commit:     3c88da84598e682603aecb8782607ea0cf128396
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Aug 29 18:56:19 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 14:38:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c88da84

mail-filter/libmilter: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/17322
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 .../files/sendmail-8.15.2-glibc-2.30.patch         | 52 ----------------------
 1 file changed, 52 deletions(-)

diff --git a/mail-filter/libmilter/files/sendmail-8.15.2-glibc-2.30.patch 
b/mail-filter/libmilter/files/sendmail-8.15.2-glibc-2.30.patch
deleted file mode 100644
index 03281d1990f..00000000000
--- a/mail-filter/libmilter/files/sendmail-8.15.2-glibc-2.30.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-https://bugs.gentoo.org/700108
-
---- sendmail-8.15.2-r1/libmilter/sm_gethost.c.orig     2014-03-04 
19:59:45.000000000 -0500
-+++ sendmail-8.15.2-r1/libmilter/sm_gethost.c  2019-11-15 09:32:25.812406080 
-0500
-@@ -51,18 +51,21 @@
- {
-       bool resv6 = true;
-       struct hostent *h;
--
-+#ifdef RES_USE_INET6
-       if (family == AF_INET6)
-       {
-               /* From RFC2133, section 6.1 */
-               resv6 = bitset(RES_USE_INET6, _res.options);
-               _res.options |= RES_USE_INET6;
-       }
-+#endif
-       SM_SET_H_ERRNO(0);
-       h = gethostbyname(name);
-+#ifdef RES_USE_INET6
-       if (family == AF_INET6 && !resv6)
-               _res.options &= ~RES_USE_INET6;
- 
-+#endif
-       /* the function is supposed to return only the requested family */
-       if (h != NULL && h->h_addrtype != family)
-       {
---- sendmail-8.15.2-r2/sendmail/conf.c.orig    2019-11-14 17:36:41.262218822 
-0500
-+++ sendmail-8.15.2-r2/sendmail/conf.c 2019-11-15 09:57:43.550284580 -0500
-@@ -4243,18 +4243,21 @@
- 
- # else /* HAS_GETHOSTBYNAME2 */
-       bool resv6 = true;
--
-+#ifdef RES_USE_INET6
-       if (family == AF_INET6)
-       {
-               /* From RFC2133, section 6.1 */
-               resv6 = bitset(RES_USE_INET6, _res.options);
-               _res.options |= RES_USE_INET6;
-       }
-+#endif
-       SM_SET_H_ERRNO(0);
-       h = gethostbyname(name);
-+#ifdef RES_USE_INET6
-       if (!resv6)
-               _res.options &= ~RES_USE_INET6;
- 
-+#endif
-       /* the function is supposed to return only the requested family */
-       if (h != NULL && h->h_addrtype != family)
-       {

Reply via email to