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

Bug#1034759: marked as done (unblock: scanssh/2.0-4.3)



Your message dated Thu, 27 Apr 2023 10:42:35 +0200
with message-id <cbe806c8-6337-e54a-9464-c6f577bbcde9@debian.org>
and subject line Re: Bug#1034759: unblock: scanssh/2.0-4.3
has caused the Debian Bug report #1034759,
regarding unblock: scanssh/2.0-4.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.)


-- 
1034759: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1034759
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
X-Debbugs-Cc: scanssh@packages.debian.org
Control: affects -1 + src:scanssh

Please unblock package scanssh.

[ Reason ]
RC bug #1034699 is open in bookworm.

[ Impact ]
Package will be auto-removed if it is not unblocked.

[ Risks ]
None. Only source format and copyright changes.

ublock scanssh/2.0-4.3
diff -Nru scanssh-2.0/debian/changelog scanssh-2.0/debian/changelog
--- scanssh-2.0/debian/changelog	2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/changelog	2023-04-22 00:25:45.000000000 +0200
@@ -1,3 +1,12 @@
+scanssh (2.0-4.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add missing licenses, convert to machine-readable format. (Closes: #1034699)
+  * Convert to source format 3.0 (quilt).
+  * d/watch: Update to version 3 (no changes).
+
+ -- Bastian Germann <bage@debian.org>  Sat, 22 Apr 2023 00:25:45 +0200
+
 scanssh (2.0-4.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru scanssh-2.0/debian/copyright scanssh-2.0/debian/copyright
--- scanssh-2.0/debian/copyright	2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/copyright	2023-04-22 00:25:45.000000000 +0200
@@ -1,15 +1,124 @@
-This package was debianized by Rene Weber <rene_debmaint@elvenlord.com> on
-Wed, 28 Feb 2001 18:47:28 -0500.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Comment:
+ This package was debianized by Rene Weber <rene_debmaint@elvenlord.com> on
+ Wed, 28 Feb 2001 18:47:28 -0500.
+Source:
+ It was downloaded from http://www.monkey.org/~provos/scanssh/
+Upstream-Contact:
+ Niels Provos <provos@citi.umich.edu>
 
-It was downloaded from http://www.monkey.org/~provos/scanssh/
+Files: *
+Copyright:
+ Copyright 2000-2004 Niels Provos <provos@citi.umich.edu>
+ All rights reserved.
+License: BSD-3-clause
 
-Upstream Author: Niels Provos
+Files: strlcpy.c strlcat.c
+Copyright:
+ Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
+ All rights reserved.
+License: BSD-3-clause
 
+Files: xmalloc.*
 Copyright:
+ Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+                    All rights reserved
+License: xmalloc
+ 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".
+
+Files: err.c compat/err.h strsep.c
+Copyright:
+ Copyright (c) 2000 Dug Song <dugsong@monkey.org>
+ Copyright (c) 1991, 1993
+     The Regents of the University of California.  All rights reserved.
+License: BSD-3-clause
+Comment: The UC California allows to remove the 3rd clause of BSD-4-clause.
+
+Files: inet_aton.c
+Copyright:
+ Copyright (c) 1983, 1990, 1993
+     The Regents of the University of California.  All rights reserved.
+ Portions Copyright (c) 1993 by Digital Equipment Corporation.
+License: BSD-3-clause and MIT-DEC
+Comment: The UC California allows to remove the 3rd clause of BSD-4-clause.
+
+Files: inet_pton.c
+Copyright:
+ Copyright (c) 1996 by Internet Software Consortium.
+License: ISC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
+ ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
+ CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
+
+Files: atomicio.c
+Copyright:
+ Copyright (c) 1999 Theo de Raadt
+ All rights reserved.
+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.
 
- Copyright 2000-2001 Niels Provos <provos@citi.umich.edu>
+Files: scanssh.1 interface.*
+Copyright:
+ Copyright 2000, 2003 Niels Provos <provos@citi.umich.edu>
  All rights reserved.
- 
+License: BSD-4-clause-Provos
+ 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. All advertising materials mentioning features or use of this software
+    must display the following acknowledgement:
+      This product includes software developed by Niels Provos.
+ 4. The name of the author may not be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ 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:
@@ -20,7 +129,7 @@
     documentation and/or other materials provided with the distribution.
  3. The name of the author may not be used to endorse or promote products
     derived from this software without specific prior written permission.
- 
+ .
  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.
@@ -32,3 +141,19 @@
  (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: MIT-DEC
+ Permission to use, copy, modify, and distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies, and that
+ the name of Digital Equipment Corporation not be used in advertising or
+ publicity pertaining to distribution of the document or software without
+ specific, written prior permission.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND DIGITAL EQUIPMENT CORP. DISCLAIMS ALL
+ WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS.   IN NO EVENT SHALL DIGITAL EQUIPMENT
+ CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
+ DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
+ PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
+ ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+ SOFTWARE.
diff -Nru scanssh-2.0/debian/dirs scanssh-2.0/debian/dirs
--- scanssh-2.0/debian/dirs	2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/dirs	1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/man/man1
diff -Nru scanssh-2.0/debian/source/format scanssh-2.0/debian/source/format
--- scanssh-2.0/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ scanssh-2.0/debian/source/format	2023-04-22 00:25:45.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru scanssh-2.0/debian/watch scanssh-2.0/debian/watch
--- scanssh-2.0/debian/watch	2023-04-22 01:10:31.000000000 +0200
+++ scanssh-2.0/debian/watch	2023-04-22 00:25:45.000000000 +0200
@@ -1,7 +1,2 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# Site		Directory		Pattern			Version	Script
-# sunsite.unc.edu	/pub/Linux/Incoming	scanssh-(.*)\.tar\.gz	debian	uupdate
-version=2
+version=3
 http://www.monkey.org/~provos/scanssh \.\.\/scanssh-(.*)\.tar\.gz	debian	uupdate

--- End Message ---
--- Begin Message ---
Hi,

On 23-04-2023 20:07, Bastian Germann wrote:
ublock scanssh/2.0-4.3

unblocked.

Paul

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply to: