katie/package
Ivailo Monev ac0689a666 reimplement QHostAddress via inet_pton() and inet_ntop()
both inet_pton() and inet_ntop() are supposed to be part of POSIX.1-2001
(see https://linux.die.net/man/3/inet_pton and
https://linux.die.net/man/3/inet_ntop), this makes QHostAddress input
requirements much more strict (e.g. whitespace in the input makes the
resulting QHostAddress object not valid) thus some QHostAddress tests fail
but QHostInfo tests pass. amends (such as return value checks) can be done
later

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-03-29 15:24:30 +02:00
..
archlinux remove redundant QPixmapCache::replace() method 2024-03-29 01:55:54 +02:00
debian drop script and declarative components aswell as tray support 2023-10-21 08:03:17 +03:00
freebsd reimplement QHostAddress via inet_pton() and inet_ntop() 2024-03-29 15:24:30 +02:00