diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 151cf28..47cdcba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,18 @@ +whois (5.1.1+dyson1) unstable; urgency=medium + + * Package for Dyson + * Patched mkpasswd.c: + - Define _XOPEN_SOURCE to 600 if not defined + - Define _BSD_SOURCE to 1 if not defined + - Define __EXTENSIONS__ to 1 to get getpass() exposed (otherwise + mkpasswd crashes, because compiler assumes getpass returns int) + - Removed #error "This code path is untested on Solaris. + Please send a patch." + - Fixed perror() invocation in HAVE_SOLARIS_CRYPT_GENSALT branch + * Patched make_version_h.pl to support +dysonN suffix in version + + -- Igor Pashev <pashev.igor@gmail.com> Fri, 04 Apr 2014 14:27:20 +0400 + whois (5.1.1) unstable; urgency=medium * Added the servers for 29 "new" gTLDs. |