]> git.pld-linux.org Git - packages/whois.git/commitdiff
- rediff patch, rel 2 auto/th/whois-5.5.6-2
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 16 Nov 2021 21:12:19 +0000 (22:12 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 16 Nov 2021 21:12:19 +0000 (22:12 +0100)
whois-idn.patch
whois.spec

index 271c94d7de721d134e61058925a8bb5b67e32f4c..ac922ad81df89c4adf89eb5888fbbe317e61efbe 100644 (file)
@@ -1,8 +1,9 @@
---- whois-4.7.32/whois.c~      2009-03-17 13:14:25.938965061 +0100
-+++ whois-4.7.32/whois.c       2009-03-17 13:15:54.058956261 +0100
-@@ -786,8 +786,12 @@
-     hints.ai_socktype = SOCK_STREAM;
-     hints.ai_flags = AI_ADDRCONFIG | AI_IDN;
+diff -urNp -x '*.orig' whois.org/whois.c whois/whois.c
+--- whois.org/whois.c  2019-12-31 12:14:30.000000000 +0100
++++ whois/whois.c      2021-11-16 22:11:57.631795697 +0100
+@@ -1001,8 +1001,12 @@ int openconn(const char *server, const c
+     hints.ai_flags = AI_ADDRCONFIG;
+     hints.ai_flags |= AI_IDN;
  
 -    if ((err = getaddrinfo(server, port ? port : "nicname", &hints, &res))
 -          != 0) {
index 11d3676f702db88073a5a416fd059127e7d4f199..2fbe32f19febe1de6e024e4926a143ca7183f05b 100644 (file)
@@ -4,7 +4,7 @@ Summary(ru.UTF-8):      Улучшенный клиент WHOIS
 Summary(uk.UTF-8):     Покращений клієнт WHOIS
 Name:          whois
 Version:       5.5.6
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Networking/Utilities
 Source0:       http://ftp.debian.org/debian/pool/main/w/whois/%{name}_%{version}.tar.xz
This page took 0.0284180000000001 seconds and 4 git commands to generate.