[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#860409: marked as done (unblock: dropbear/2016.74-3)



Your message dated Sun, 16 Apr 2017 12:23:00 +0000
with message-id <02d62034-c5a6-d62e-e942-c050e1597f01@thykier.net>
and subject line Re: Bug#860409: unblock: dropbear/2016.74-3
has caused the Debian Bug report #860409,
regarding unblock: dropbear/2016.74-3
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 owner@bugs.debian.org
immediately.)


-- 
860409: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860409
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Hi there,

dropbear/2016.74-3 fixes RC bug #860406:

dropbear's debian/copyright suggests that all files outside the debian
directory are licensed under MIT, while upstream's LICENSE lists some
files released under OpenSSH license or BSD 2- and 3-clauses.

debdiff against 2016.74-2 enclosed.  (The regression was introduced in
2015.68-1, hence doesn't affect Jessie.)

Thanks for considering its inclusion in Stretch!
Cheers,
-- 
Guilhem.
diff -Nru dropbear-2016.74/debian/changelog dropbear-2016.74/debian/changelog
--- dropbear-2016.74/debian/changelog	2016-12-13 23:44:50.000000000 +0100
+++ dropbear-2016.74/debian/changelog	2017-04-16 12:22:56.000000000 +0200
@@ -1,3 +1,10 @@
+dropbear (2016.74-3) unstable; urgency=high
+
+  * debian/copyright: add missing paragraphs to match upstream's LICENSE file.
+    (Closes: #860406.)
+
+ -- Guilhem Moulin <guilhem@guilhem.org>  Sun, 16 Apr 2017 12:22:56 +0200
+
 dropbear (2016.74-2) unstable; urgency=low
 
   * Tolerate lack of boot script config file /etc/dropbear-initramfs/config.
diff -Nru dropbear-2016.74/debian/copyright dropbear-2016.74/debian/copyright
--- dropbear-2016.74/debian/copyright	2016-12-13 23:44:50.000000000 +0100
+++ dropbear-2016.74/debian/copyright	2017-04-16 12:22:56.000000000 +0200
@@ -3,9 +3,44 @@
 Source: https://matt.ucc.asn.au/dropbear/
 
 Files: *
-Copyright: © 2002-2015  Matt Johnston <matt@ucc.asn.au>
+Copyright: © 2002-2015 Matt Johnston <matt@ucc.asn.au>
+           © 2004 Mihnea Stoenescu
 License: MIT
 
+Files: libtomcrypt/* libtommath/*
+Copyright: Tom St Denis
+License: public-domain
+ Tom St Denis's licence is as follows:
+ .
+ This software is public domain.  As should all quality software be.
+
+Files: sshpty.c sshpty.h
+Copyright: © 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+License: OpenSSH
+
+Files: atomicio.c atomicio.h loginrec.c loginrec.h progressmeter.c progressmeter.h
+Copyright: © 1995,1999 Theo de Raadt
+           © Andre Lucas
+           © 2003 Nils Nordman
+License: BSD-2-clause
+
+Files: curve25519-donna.c
+Copyright: © 2008, Google Inc.
+License: BSD-3-clause
+
+Files: compat.c dbutil.c
+Copyright: © 2002,2003 Matt Johnston <matt@ucc.asn.au>
+           © 1998 Todd C. Miller <Todd.Miller@courtesan.com>
+           © 1990, 1993 The Regents of the University of California
+License: MIT and BSD-3-clause
+
+Files: scp.c scpmisc.c scpmisc.h
+Copyright: © 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+           © 1999 Theo de Raadt
+           © Aaron Campbell
+           © 1983, 1990, 1992, 1993, 1995 The Regents of the University of California
+License: OpenSSH and BSD-2-clause and BSD-3-clause
+
 Files: debian/*
 Copyright: Grahame Bowland <grahame.angrygoats.net>
            Matt Johnston <matt@ucc.asn.au>
@@ -44,3 +79,56 @@
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ 1. Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ 1. Redistributions of source code must retain the above copyright notice, this
+    list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright notice,
+    this list of conditions and the following disclaimer in the documentation
+    and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors may be
+    used to endorse or promote products derived from this software without
+    specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: OpenSSH
+ Tatu Ylonen's original licence is as follows:
+ .
+ As far as I am concerned, the code I have written for this software can be
+ used freely for any purpose.  Any derived versions of this software must be
+ clearly marked as such, and if the derived work is incompatible with the
+ protocol description in the RFC file, it must be called by a name other than
+ "ssh" or "Secure Shell".

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Guilhem Moulin:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Hi there,
> 
> dropbear/2016.74-3 fixes RC bug #860406:
> 
> dropbear's debian/copyright suggests that all files outside the debian
> directory are licensed under MIT, while upstream's LICENSE lists some
> files released under OpenSSH license or BSD 2- and 3-clauses.
> 
> debdiff against 2016.74-2 enclosed.  (The regression was introduced in
> 2015.68-1, hence doesn't affect Jessie.)
> 
> Thanks for considering its inclusion in Stretch!
> Cheers,
> 

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: