Your message dated Thu, 27 Mar 2008 21:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#472483: fixed in dropbear 0.51-1
has caused the Debian Bug report #472483,
regarding dropbear: scp causes non-zero return code
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.)


-- 
472483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472483
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dropbear
Version: 0.50-3
Severity: normal


TEST SETUP:

1) run dropbear from xinetd at host A: /etc/xinetd.d/dropbear

service dropbear
{
        disable                 = no
        type                    = UNLISTED
        port                    = 2222
        socket_type             = stream
        protocol                = tcp
        wait                    = no
        user                    = root
        server                  = /usr/sbin/dropbear
        server_args             = -i -d /etc/dropbear/dropbear_dss_host_key -r 
/etc/dropbear/dropbear_rsa_host_key
}

2) try to upload anything from host B to host A (above), using openssh scp:

   scp -p -P 2222 ~/.bashrc [EMAIL PROTECTED]:/tmp
   echo $?
   1

NOTES

If the xinited.d is replaced with standard openssh server, the status
code is ok:

   scp -p ~/.bashrc [EMAIL PROTECTED]:/tmp
   echo $?
   0

Please investigate which causes dropbear to return incorrect response
to scp.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/1 CPU core)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to en_US)
Shell: /bin/sh linked to /bin/dash

Versions of packages dropbear depends on:
ii  libc6                  2.7-9             GNU C Library: Shared libraries
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

dropbear recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: dropbear
Source-Version: 0.51-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:

dropbear_0.51-1.diff.gz
  to pool/main/d/dropbear/dropbear_0.51-1.diff.gz
dropbear_0.51-1.dsc
  to pool/main/d/dropbear/dropbear_0.51-1.dsc
dropbear_0.51-1_powerpc.deb
  to pool/main/d/dropbear/dropbear_0.51-1_powerpc.deb
dropbear_0.51.orig.tar.gz
  to pool/main/d/dropbear/dropbear_0.51.orig.tar.gz



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.7
Date: Thu, 27 Mar 2008 20:08:06 +0000
Source: dropbear
Binary: dropbear
Architecture: source powerpc
Version: 0.51-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape <[EMAIL PROTECTED]>
Changed-By: Gerrit Pape <[EMAIL PROTECTED]>
Description: 
 dropbear   - lightweight SSH2 server and client
Closes: 448397 472483
Changes: 
 dropbear (0.51-1) unstable; urgency=low
 .
   [ Matt Johnston ]
   * New upstream release.
     - Wait until a process exits before the server closes a connection,
       so that an exit code can be sent. This fixes problems with exit
       codes not being returned, which could cause scp to fail (closes:
       #448397, #472483).
 .
   [ Gerrit Pape ]
   * debian/dropbear.postinst: don't print an error message if the
     update-service program is not installed (thx Matt).
Files: 
 719487d1a114988383488392eca87a81 549 net optional dropbear_0.51-1.dsc
 1045df60c2bdbd39c707238305a1e9e5 1777963 net optional dropbear_0.51.orig.tar.gz
 50d6dbc30bc45e6f0a8fd43f0131f2ec 607 net optional dropbear_0.51-1.diff.gz
 4f646336de64bf4de486f50f00ba739e 241252 net optional 
dropbear_0.51-1_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH7AWuGJoyQbxwpv8RAmb9AJ9XXs3ZskLd3Ufx0bzK0twldUE9LwCfVUtv
+6jY6U9FbvyAifL8uPKpo0o=
=MULp
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to