Control: tags -1 patch

Here is the patch.
From: Bastian Germann <b...@debian.org>
Date: Sat, 11 Jun 2022 12:55:25 +0200
Subject: d/copyright: Add missing licenses in machine-readable format

Closes: #1012631
---
 debian/copyright                    | 110 ++++++++++++++++++++--------
 debian/patches/05_wildcard_matching |   4 +-
 debian/patches/11_tcpd_blacklist    |   1 +
 3 files changed, 84 insertions(+), 31 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index e889bea..0cfd84d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,83 @@
-This package was debianized by Anthony Towns <a...@debian.org> on
-Tue, 10 Aug 1999 12:06:33 +1000.
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: TCP Wrapper
+Source: ftp://ftp.porcupine.org/pub/security/index.html
+Comment:
+ This package was debianized by Anthony Towns <a...@debian.org>.
+ Thanks to Wietse Venema for his permission to include the TCP Wrapper
+ package in the Debian Distribution.
 
-It was downloaded from ftp://ftp.porcupine.org/pub/security/index.html
+Files: *
+Copyright: 1995 by Wietse Venema.  All rights reserved.
+Comment: Some individual files may be covered by other copyrights.
+License: TCP-wrappers
+ This material was originally written and compiled by Wietse Venema at
+ Eindhoven University of Technology, The Netherlands, in 1990, 1991,
+ 1992, 1993, 1994 and 1995.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that this entire copyright notice
+ is duplicated in all such copies.
+ .
+ This software is provided "as is" and without any expressed or implied
+ warranties, including, without limitation, the implied warranties of
+ merchantibility and fitness for any particular purpose.
 
-and includes ftp://ftp.porcupine.org/pub/security/tcpd-blacklist-patch
+Files: strcasecmp.c
+Copyright: (c) 1987 Regents of the University of California.
+ All rights reserved.
+License: BSD-3-clause
+ Redistribution and use in source and binary forms are permitted
+ provided that the above copyright notice and this paragraph are
+ duplicated in all such forms and that any documentation,
+ advertising materials, and other materials related to such
+ distribution and use acknowledge that the software was developed
+ by the University of California, Berkeley.  The name of the
+ University may not be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+ WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
-Copyright updated on 2001/06/08 from 
-ftp://ftp.porcupine.org/pub/security/tcp_wrappers_license
-
-Upstream Author: Wietse Venema
-
-Copyright:
-
-/************************************************************************
-* Copyright 1995 by Wietse Venema.  All rights reserved.  Some individual
-* files may be covered by other copyrights.
-*
-* This material was originally written and compiled by Wietse Venema at
-* Eindhoven University of Technology, The Netherlands, in 1990, 1991,
-* 1992, 1993, 1994 and 1995.
-*
-* Redistribution and use in source and binary forms, with or without
-* modification, are permitted provided that this entire copyright notice
-* is duplicated in all such copies.
-*
-* This software is provided "as is" and without any expressed or implied
-* warranties, including, without limitation, the implied warranties of
-* merchantibility and fitness for any particular purpose.
-************************************************************************/
-
-Thanks to Wietse Venema for his permission to include the tcp_wrapper
-package in the Debian Distribution.
+Files: debian/patches/05_wildcard_matching
+Copyright: (c) 1995 Tatu Ylonen <y...@cs.hut.fi>, Espoo, Finland
+                    All rights reserved
+Comment: Applies to the function match_pattern_ylo.
+License: SSH
+   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".
+ .
+   Note that any information and cryptographic algorithms used in this
+   software are publicly available on the Internet and at any major
+   bookstore, scientific library, and patent office worldwide.  More
+   information can be found e.g. at "http://www.cs.hut.fi/crypto";.
+ .
+   The legal status of this program is some combination of all these
+   permissions and restrictions.  Use only at your own responsibility.
+   You will be responsible for any legal consequences yourself; I am not
+   making any claims whether possessing or using this is legal or not in
+   your country, and I am not taking any responsibility on your behalf.
+ .
+                             NO WARRANTY
+ .
+   BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
+   FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
+   OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
+   PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
+   OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+   MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
+   TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
+   PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
+   REPAIR OR CORRECTION.
+ .
+   IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
+   WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+   REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
+   INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
+   OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
+   TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
+   YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
+   PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
+   POSSIBILITY OF SUCH DAMAGES.
diff --git a/debian/patches/05_wildcard_matching b/debian/patches/05_wildcard_matching
index 22e3791..676162e 100644
--- a/debian/patches/05_wildcard_matching
+++ b/debian/patches/05_wildcard_matching
@@ -1,4 +1,6 @@
-See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=17847
+From: Pekka Savola <pek...@netcore.fi>
+Date: 2000-09-26 06:08 UTC
+Origin: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=17847
 (Though the original code needs to be patched to be case-insensitive.)
 
 --- a/hosts_access.5
diff --git a/debian/patches/11_tcpd_blacklist b/debian/patches/11_tcpd_blacklist
index 0238e35..07fee43 100644
--- a/debian/patches/11_tcpd_blacklist
+++ b/debian/patches/11_tcpd_blacklist
@@ -1,3 +1,4 @@
+Origin: upstream, ftp://ftp.porcupine.org/pub/security/tcpd-blacklist-patch
 Path: news.porcupine.org!news.porcupine.org!not-for-mail
 From: Wietse Venema <wietse@((no)(spam)(please))wzv.win.tue.nl>
 Newsgroups: comp.mail.sendmail,comp.security.unix

Reply via email to