Your message dated Fri, 01 Aug 2014 16:04:18 +0000
with message-id <[email protected]>
and subject line Bug#714945: fixed in dropbear 2014.64-1
has caused the Debian Bug report #714945,
regarding dropbear does not remove initramfs host keys on package purge
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.)


-- 
714945: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714945
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dropbear
Version: 2012.55-1.3
Severity: normal
Tags: patch

Hi,

Purging the dropbear package does not remove the initramfs
host keys from /etc/initramfs-tools/etc/dropbear/.

The attached untested patch to dropbear.postrm should fix this.

-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dropbear depends on:
ii  libc6   2.13-38
ii  zlib1g  1:1.2.7.dfsg-13

dropbear recommends no packages.

Versions of packages dropbear suggests:
ii  openssh-client  1:6.0p1-4
pn  runit           <none>
ii  udev            175-7.2
ii  xauth           1:1.0.7-1

-- no debconf information
--- dropbear.postrm	2012-02-23 07:47:05.000000000 -0600
+++ dropbear.postrm-new	2013-07-04 09:34:56.254791444 -0500
@@ -7,6 +7,11 @@
   rm -f /etc/dropbear/dropbear_dss_host_key
   rmdir --ignore-fail-on-non-empty /etc/dropbear
 fi
+if test -e /etc/initramfs-tools/etc/dropbear; then
+  rm -f /etc/initramfs-tools/etc/dropbear/dropbear_rsa_host_key
+  rm -f /etc/initramfs-tools/etc/dropbear/dropbear_dss_host_key
+  rmdir --ignore-fail-on-non-empty /etc/initramfs-tools/etc/dropbear
+fi
 update-rc.d dropbear remove >/dev/null
 rm -f /etc/default/dropbear
 rm -rf /etc/dropbear/supervise /etc/dropbear/log/supervise

--- End Message ---
--- Begin Message ---
Source: dropbear
Source-Version: 2014.64-1

We believe that the bug you reported is fixed in the latest version of
dropbear, 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.
Gerrit Pape <[email protected]> (supplier of updated dropbear 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: SHA1

Format: 1.8
Date: Fri, 01 Aug 2014 12:44:51 +0000
Source: dropbear
Binary: dropbear
Architecture: source
Version: 2014.64-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[email protected]>
Changed-By: Gerrit Pape <[email protected]>
Description:
 dropbear   - lightweight SSH2 server and client
Closes: 614981 632656 714899 714900 714945 715047 729845 748826 756561
Changes:
 dropbear (2014.64-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * New upstream release (closes: #748826, #756561)..
 .
   [ Gerrit Pape ]
   * debian/diff/: update.
   * debian/initramfs/premount-devpts: apply patch from
     
https://launchpadlibrarian.net/107177971/dropbear_lp933903_precise_1.debdiff:
     duplicate mount /dev/pts in initramfs (thx Mario 'BitKoenig' Holbe,
     Guy Roussin, closes: #632656).
   * debian/dropbear.postinst: apply patch from Karl O. Pinc: dropbear's
     cryptroot setup does not use the system's host keys (closes:
     #714899).
   * debian/initramfs/dropbear-hook: apply patch from Karl O. Pinc:
     There is no warning when the cryptroot host key differs from the
     regular host key (closes: #714900).
   * debian/dropbear.postrm: apply patch from Karl O. Pinc: dropbear does
     not remove initramfs host keys on package purge (closes: #714945).
   * debian/initramfs/premount-dropbear: apply half of patch from
     Robert.Heinzmann: allow option specification for dropbear in
     /etc/initramfs-tools/initramfs.conf (closes: #614981).
   * debian/dropbear.conffiles: add
     /usr/share/initramfs-tools/conf-hooks.d/dropbear (thx Karl O. Pinc,
     closes: #715047).
   * debian/rules: apply patch from Matthias Klose: please allow the
     package to cross build (closes: #729845).
Checksums-Sha1:
 d66fa565b94fc70b07865f7c2e00fbb9c5979349 988 dropbear_2014.64-1.dsc
 7acb228a427f497297031de4f80a5f2014ce1de0 1858030 dropbear_2014.64.orig.tar.gz
 2842df3cc76c3afee876a39088c888db6984d1f0 7774 dropbear_2014.64-1.diff.gz
Checksums-Sha256:
 3e243fa864207501709133ac1fee0facbaabf8dfef7c4aa4a64f8278b15d2a46 988 
dropbear_2014.64-1.dsc
 e20f1e1344a465a988b7a405052733b8befd68d8f9db6e6e297bfa5859756a30 1858030 
dropbear_2014.64.orig.tar.gz
 8f0c03556fa8e3af2efb1185efd62a2dfe9a99326afe3cb9a9a85787ee4a9a43 7774 
dropbear_2014.64-1.diff.gz
Files:
 a601de2f91e79468f7b2d229a3142dd1 988 net optional dropbear_2014.64-1.dsc
 49ea91a53fe011f0aef25f64de423e69 1858030 net optional 
dropbear_2014.64.orig.tar.gz
 a343a25f0fb3681300b06787bc320e61 7774 net optional dropbear_2014.64-1.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iEYEARECAAYFAlPbn2UACgkQGJoyQbxwpv9TsQCgppdCdtOVPnskhuFXndA/5ghl
8aQAn1sSDZLompMUyy/CeuXuXsa2sE4w
=ETYr
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to