- remove safe_finger as it calls dropped figner [bsc#1241401]

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpd?expand=0&rev=50
This commit is contained in:
2025-05-24 09:48:45 +00:00
committed by Git OBS Bridge
commit a69b5b6dc2
45 changed files with 6678 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- scaffold.c 2019-09-24 10:22:50.334175241 +0200
+++ scaffold.c 2019-09-24 10:23:16.773896312 +0200
@@ -160,7 +160,6 @@
}
}
res_options = _res.options;
- _res.options |= RES_USE_INET6;
if ((hp1 = gethostbyname2(host, AF_INET6)) != NULL)
hp1 = dup_hostent(hp1);
if ((hp2 = gethostbyname2(host, AF_INET)) != NULL)