• Bug#1109958: unblock: whois/5.6.3

    From Marco d'Itri@21:1/5 to All on Sun Jul 27 11:10:01 2025
    XPost: linux.debian.devel.release

    Package: release.debian.org
    Severity: normal
    X-Debbugs-Cc: [email protected]
    Control: affects -1 + src:whois
    User: [email protected]
    Usertags: unblock

    Database updates. The code change is ifdef'ed out on Linux hence not
    relevant.

    unblock whois/5.6.3



    diff -Nru whois-5.6.2/config.h whois-5.6.3/config.h
    --- whois-5.6.2/config.h 2023-11-09 22:05:55.000000000 +0100
    +++ whois-5.6.3/config.h 2025-07-17 05:15:53.000000000 +0200
    @@ -26,12 +26,17 @@
    /* which versions? */
    # define HAVE_GETOPT_LONG
    # define HAVE_GETADDRINFO
    +# define HAVE_READPASSPHRASE
    # define ENABLE_NLS
    # ifndef LOCALEDIR
    # define LOCALEDIR "/usr/local/share/locale"
    # endif
    #endif

    +#if defined OpenBSD
    +# define HAVE_READPASSPHRASE
    +#endif
    +
    /* needs unistd.h */
    #if defined _POSIX_C_SOURCE && _POSIX_C_SOURCE >= 200112L
    # define HAVE_GETADDRINFO
    @@ -41,6 +46,7 @@
    #if defined __APPLE__ && defined __MACH__
    # define HAVE_GETOPT_LONG
    # define HAVE_GETADDRINFO
    +# define HAVE_READPASSPHRASE
    # define HAVE_BSDICRYPT
    #endif

    diff -Nru whois-5.6.2/debian/changelog whois-5.6.3/debian/changelog
    --- whois-5.6.2/debian/changelog 2025-06-06 18:22:04.000000000 +0200
    +++ whois-5.6.3/debian/changelog 2025-07-17 05:15:53.000000000 +0200
    @@ -1,3 +1,10 @@
    +whois (5.6.3) unstable; urgency=medium
    +
    + * Added the .sr a