Your message dated Wed, 03 Feb 2021 23:52:08 +0300
with message-id <[email protected]>
and subject line Close bug
has caused the Debian Bug report #425269,
regarding Please enable ipv6
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
425269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425269
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: psi
Severity: wishlist
Tags: patch ipv6
Hi,
Please enable ipv6 support.
Regards
Laurent Bigonville
diff -Nru psi-0.10.old/src/src.pro psi-0.10/src/src.pro
--- psi-0.10.old/src/src.pro 2007-05-20 17:02:04.000000000 +0200
+++ psi-0.10/src/src.pro 2007-05-20 17:02:16.000000000 +0200
@@ -56,7 +56,7 @@
}
# IPv6 ?
-#DEFINES += NO_NDNS
+DEFINES += NO_NDNS
# include some of cutestuff
CONFIG += psics
--- End Message ---
--- Begin Message ---
Works fine during many years.
Current versions of Psi built in Debian use native system resolver
(via Qt libraries) instead of own implementation (QJDNS).
QJDNS is still available in sources, but should be enabled directly
during configuration step. (See cmake option USE_QJDNS.)
--- End Message ---