Bug#1075196: Patch to get libopendbx building on sid.

2024-08-25 Thread Tim Woodall
This patch fixes the FTBFS for libopendbx. The root cause is that the "generic" items in odbx_t and odbx_lo_t are really FB_API_HANDLE and this is a void* on 32 bit and int on 64 bit. This code is not strictly portable as it relies on the bitwise representation of the nullptr being all bits zero

Bug#820145: Sendmail-bin moves /etc/mail/ssl to /etc/mail/tls even when both directories exist

2016-04-05 Thread Tim Woodall
Package: sendmail-base Version: 8.14.4-4+deb7u1 Severity: minor I have /etc/mail/tls and also /etc/mail/ssl which contains dhparam.pem. On upgrading sendmail-base the pre-inst script does: # Move files to new home if [ -d /etc/mail/ssl ]; then