diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-04-04 14:07:51 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-04-04 14:29:37 +0400 |
commit | 45eb26992d9fa4efd74b7b283834dcfc212a403f (patch) | |
tree | 505ac8c1635a832f648291230fed378494748658 /debian | |
parent | 084b02ceabd82c614d66174876243a8124f4a876 (diff) | |
download | whois-45eb26992d9fa4efd74b7b283834dcfc212a403f.tar.gz |
whois (5.1.1+dyson1) unstable; urgency=mediumv5.1.1+dyson1
* 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
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. |