katie/package/freebsd
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
..
Makefile hange the home and source URLs 2023-08-20 20:19:44 +03:00
pkg-descr hange the home and source URLs 2023-08-20 20:19:44 +03:00
pkg-plist reimplement QHostAddress via inet_pton() and inet_ntop() 2024-03-29 15:24:30 +02:00