Bug#1040977: htdig built without SSL support

2023-07-13 Thread Dianne Skoll
Package: htdig Version: 1:3.2.0b6-19+b1 Severity: important Dear Maintainer, The version of htdig shipped with Debian Bookworm is built without SSL support and cannot index HTTPS sites. The simple fix is to add "--with-ssl" to the configure invocation in debian/rules; I have built my own debian

Bug#871498: sendmail: MILTER_CHUNK_SIZE is too small for emails with large headers

2017-08-08 Thread Dianne Skoll
Package: sendmail Version: 8.15.2-8 Severity: normal Tags: upstream Dear Maintainer, Email headers are becoming larger and larger, and this Sendmail bug is starting to hurt: * milter communication fails if a single header i

Bug#871498: Acknowledgement (sendmail: MILTER_CHUNK_SIZE is too small for emails with large headers)

2017-08-08 Thread Dianne Skoll
Hi, Sorry; I misunderstood. The MILTER_CHUNK limit with respect to headers applies only to the size of an *individual* header, not the total header size. This bug may be closed, and sorry for the noise. Regards, Dianne.

Bug#1114620: htdig does not use SNI on https requests

2025-09-07 Thread Dianne Skoll
Package: htdig Version: 1:3.2.0b6-19 Severity: important Tags: upstream Dear Maintainer, The htdig indexer does not use SNI when making HTTPS requests. This makes it fail when trying to index HTTPS sites that share an IP address but have different virtual host names. I am seeing the following i

Bug#1114620: Info received (htdig does not use SNI on https requests)

2025-09-07 Thread Dianne Skoll
Sorry for the continuing confusion. SSL is enabled (at least in Trixie), so you only need the support-sni patch added to debian/patches. Regards, Dianne.

Bug#1114620: htdig does not use SNI on https requests

2025-09-07 Thread Dianne Skoll
Hi, Ah... I just realized that the standard Debian htdig package doesn't even support HTTPS. I forgot that I had built my own. Anyway: The following patch against the debian/ subdirectory adds support for HTTPS, and also fixes the SNI issue. Please consider applying it to the official packages.