Package: wmbiff
Version: 0.4.33-1
Severity: serious
Tags: patch

IMHO any sane mail checker should support TLS:

$ wmbiff
This copy of wmbiff was not compiled with gnutls;
imaps is unavailable.  Exiting to protect your
passwords and privacy.

Looking at the build log:

| checking for gzopen in -lz... no
| GNUTLS support requires libz.a and libgdbm.a

The attached trivial patch fixes it.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, x32

Kernel: Linux 4.19.0-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8), 
LANGUAGE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wmbiff depends on:
ii  libc6        2.28-8
ii  libgcrypt20  1.8.4-5
ii  libx11-6     2:1.6.7-1
ii  libxext6     2:1.3.3-1+b2
ii  libxpm4      1:3.5.12-1

wmbiff recommends no packages.

Versions of packages wmbiff suggests:
ii  ruby                             1:2.5.1
ii  ssh-askpass-gnome [ssh-askpass]  1:7.9p1-9

-- no debconf information
>From 6c6acf935e8fa7679537c0b34dcf535853a7a5c1 Mon Sep 17 00:00:00 2001
From: Yavor Doganov <ya...@gnu.org>
Date: Fri, 8 Mar 2019 11:59:31 +0200
Subject: [PATCH] debian/control: Add zlib1g-dev to Build-Depends.

---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 690b8c8..bba64de 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ Build-Depends: debhelper (>= 11),
                libx11-dev,
                libxext-dev,
                libxpm-dev,
-               pkg-config
+               pkg-config,
+               zlib1g-dev
 Standards-Version: 4.3.0
 Rules-Requires-Root: no
 Homepage: https://www.dockapps.net/wmbiff
-- 
2.20.1

Reply via email to