Your message dated Tue, 24 Nov 2015 17:20:47 +0000
with message-id <[email protected]>
and subject line Bug#805505: fixed in putty 0.66-2
has caused the Debian Bug report #805505,
regarding putty: FTBFS on hurd-i386
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
805505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805505
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: putty
Version: 0.66-1
Severity: important
Tags: patch
Usertags: hurd
User: [email protected]

Hello,

putty FTBFS on GNU/Hurd due to a missing definition of PIPE_BUF in
<limits.h>. This is solved by using the _POSIX_PIPE_BUF defined value
of 512 instead. (In fact the assertion will never happen, SALT_SIZE is
defined to 64 and PIPE_BUF is always larger than that, e.g. for Linux
4096, and so is _POSIX_PIPE_BUF.

Thanks!
Index: putty-0.66/unix/uxshare.c
===================================================================
--- putty-0.66.orig/unix/uxshare.c
+++ putty-0.66/unix/uxshare.c
@@ -23,6 +23,9 @@
 #define CONNSHARE_SOCKETDIR_PREFIX "/tmp/putty-connshare"
 #define SALT_FILENAME "salt"
 #define SALT_SIZE 64
+#ifndef PIPE_BUF
+#define PIPE_BUF _POSIX_PIPE_BUF
+#endif
 
 /*
  * Functions provided by uxnet.c to help connection sharing.

--- End Message ---
--- Begin Message ---
Source: putty
Source-Version: 0.66-2

We believe that the bug you reported is fixed in the latest version of
putty, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Colin Watson <[email protected]> (supplier of updated putty package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 24 Nov 2015 17:10:21 +0000
Source: putty
Binary: pterm putty putty-tools putty-doc
Architecture: source
Version: 0.66-2
Distribution: unstable
Urgency: medium
Maintainer: Colin Watson <[email protected]>
Changed-By: Colin Watson <[email protected]>
Description:
 pterm      - PuTTY terminal emulator
 putty      - Telnet/SSH client for X
 putty-doc  - PuTTY HTML documentation
 putty-tools - command-line tools for SSH, SCP, and SFTP
Closes: 805505 806098
Changes:
 putty (0.66-2) unstable; urgency=medium
 .
   * Fix dh_fixperms override to work properly with an
     architecture-independent-only build (closes: #806098).
   * Do much less work in architecture-independent-only builds.
   * Fix build failure on GNU/Hurd (closes: #805505).
Checksums-Sha1:
 5a1847c61fe19d77ebb57f7801d7679efa04f182 2065 putty_0.66-2.dsc
 b37d8e15bad54ccfefe279d41d9b3c4e5c7b2dbd 15168 putty_0.66-2.debian.tar.xz
Checksums-Sha256:
 282e6a6bedd31e0a3093092e476aa342727985a699087d339c51c53874499034 2065 
putty_0.66-2.dsc
 81affd95230b5bbcd08fdca601acdb70a09dda846513e91a15bfe7aca426cee6 15168 
putty_0.66-2.debian.tar.xz
Files:
 b5b27dc356af9180282d4cd7782079e3 2065 net optional putty_0.66-2.dsc
 6269c257ef95ce1d7bad6071f11c16dc 15168 net optional putty_0.66-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Colin Watson <[email protected]> -- Debian developer

iQIVAwUBVlSaFTk1h9l9hlALAQjlog//VEaQCm2u04bF6xNCAz3wkuo48LFAfcGK
vdAcvpHrJ5BkKJpCHRiWjcLHG3grvjEnSOS6ivXeUolkZ+YCPQeXmZPSzQQaskIs
d8apgZ4a/UAfGoVMg/d5GjekE+5ysO73wRwKxWBpSu97W0LMeuTmW1l8mEWf0/8V
OYPNf03Vb1TKCgtRij17EM1DWE9LKjSLsFlcPrLWCclfkW4fyWRln+/nrhncBXrn
xztHHyH6bt03xhDDAoeppLfWeYhUFwHpG8JUb4yONs6MnzfNPoOjOT6/u802YQQB
qO4KsTmO1U1Fhrr+W0frZnXPM0AxfHhVzUcMKPT9hiUl4CS7CbMsmKARoNTo0VhB
2KJG9oqCLMt9W5QefPXwF+unzzIVJlbYvvjQPya1v7XAbEvDgdYJCMuF1dMfHsK6
gD500Tv8JyY6lfvnL/TxGalD8D+q1+16PmzFmgd+fqBtuMFunipOVU/SYfbVx01O
jcU1dveclLKkffMtgIfxC4HyaWf5dGwxStrHJP7CpIoq169xXM0Hd/FqOfUVdrj8
O4ZDJAeAvodlC/BuYzDH3NFuBJklEhANqqRtL4yHha0ZrpJefaSIMmNfSxdn19oZ
IAHZ1cIDHTUix4qMe5XiC8NEQuh/vK7cC2ELkDASwCXV4o92ihVKzgb9bIl7YMHf
Q49+9qFGzUw=
=VNvN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to