Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Dear release team, Sorry for leaving this to the last minute, but I’m wondering if the lack of TLS support due to a missing build-dep qualifies as a security fix. If it does, please unblock package wput; the diff against the version in testing is diff --git a/debian/changelog b/debian/changelog index befb782..133714f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +wput (0.6.2+git20130413-5) unstable; urgency=medium + + * Actually build with TLS support (LP: #1678463). + + -- Stephen Kitt <[email protected]> Mon, 05 Jun 2017 16:39:05 +0200 + wput (0.6.2+git20130413-4) unstable; urgency=medium * Switch to https: VCS URIs (see #810378). diff --git a/debian/control b/debian/control index f03e232..bdcfcda 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Maintainer: Stephen Kitt <[email protected]> Section: web Priority: optional Build-Depends: debhelper (>= 9), + libgcrypt20-dev, libgnutls-openssl-dev, autotools-dev Standards-Version: 3.9.8 unblock wput/0.6.2+git20130413-5 Regards, Stephen -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing'), (500, 'stable'), (200, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-3-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)

