[Pkg-gnutls-commits] r1182 - in /packages/gnutls28/trunk/debian: changelog copyright
ametzler at users.alioth.debian.org
ametzler at users.alioth.debian.org
Sun Aug 14 12:25:40 UTC 2011
Author: ametzler
Date: Sun Aug 14 12:25:39 2011
New Revision: 1182
URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1182
Log:
Update debian/copyright. GnuTLS is LGPLv3+ now, GnuTLS-EXTRA GPLv3+.
Modified:
packages/gnutls28/trunk/debian/changelog
packages/gnutls28/trunk/debian/copyright
Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1182&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Sun Aug 14 12:25:39 2011
@@ -15,6 +15,7 @@
* [20_executablestack] pulled from upstream GIT. Adds GNU-stack note to
assembly files.
* Delete unneccessary rpath entries.
+ * Update debian/copyright. GnuTLS is LGPLv3+ now, GnuTLS-EXTRA GPLv3+.
-- Andreas Metzler <ametzler at debian.org> Sun, 07 Aug 2011 10:26:44 +0200
Modified: packages/gnutls28/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/copyright?rev=1182&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/copyright (original)
+++ packages/gnutls28/trunk/debian/copyright Sun Aug 14 12:25:39 2011
@@ -8,48 +8,94 @@
It was downloaded from ftp://gnutls.hellug.gr/pub/gnutls
Upstream Authors:
- Nikos Mavroyanopoulos <nmav at gnutls.org>
- Fabio Fiorina <Fabio.Fiorina at alcatel.it>
- Simon Josefsson <jas at gnutls.org>
- Timo Schulz <twoaday at freakmail.de>
- Andrew McDonald <andrew at mcdonald.org.uk>
- Ludovic Courtes <ludovic.courtes at laas.fr>
- Mario Lenz <m at riolenz.de>
- Howard Chu <hyc at symas.com>
- Ivo Timmermans <ivo at o2w.nl>
- Stefan Walter <stef at memberwebs.com>
- Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp>
- Emile Van Bergen <emile at e-advies.nl>
- Joe Orton <jorton at redhat.com>
- Daniel Kahn Gillmor <dkg-debian.org at fifthhorseman.net>
- David MarÃn Carreño <davefx at gmail.com>
- Daiki Ueno <ueno at unixuser.org>
- Brad Hards <bradh at frogmouth.net>
- Boyan Kasarov <bkasarov at gmail.com>
- Steve Dispensa <dispensa at phonefactor.com>
- Jonathan Bastien-Filiatrault <joe at x2a.org>
+ Simon Josefsson <simon [at] josefsson.org>
+ Current maintainer; draft TLS 1.2 support.
+
+ Nikos Mavrogiannopoulos <nmav [at] gnutls.org>
+ Original author and maintainer of GnuTLS.
+
+ Fabio Fiorina <Fabio.Fiorina [at] alcatel.it>
+ ASN.1 structures parser library (libtasn1).
+
+ Timo Schulz <twoaday [at] freakmail.de>
+ OpenPGP support (OpenCDK library).
+
+ Andrew McDonald <andrew [at] mcdonald.org.uk>
+ OpenSSL compatible interface.
+
+ Ludovic Courtes <ludo [at] gnu.org>
+ Guile bindings, OpenPGP bug fixes.
+
+ Mario Lenz <m [at] riolenz.de>
+ Fixes to OpenCDK.
+
+ Howard Chu <hyc [at] symas.com>
+ APIs to extract X.500 DN's from Certificates.
+
+ Ivo Timmermans <ivo [at] o2w.nl>
+ Man pages, OpenCDK, fixes.
+
+ Stefan Walter <stef [at] memberwebs.com>
+ PKCS8 fix, PKCS #11 backend move to p11-kit.
+
+ Yoshisato YANAGISAWA <yanagisawa [at] csg.is.titech.ac.jp>
+ Camellia support.
+
+ Emile Van Bergen <emile [at] e-advies.nl>
+ TLS/IA fixes.
+
+ Joe Orton <jorton [at] redhat.com>
+ Certificate name import/export, build fixes, test vectors.
+
+ Daniel Kahn Gillmor <dkg-debian.org [at] fifthhorseman.net>
+ OpenPGP discussion and improvements.
+
+ David MarÃn Carreño <davefx [at] gmail.com>
+ Added gnutls_x509_crq_get_key_id.
+
+ Daiki Ueno <ueno [at] unixuser.org>
+ Added TLS Session Ticket (RFC 5077) support,
+ finished client-side TLS 1.2 support.
+
+ Brad Hards <bradh [at] frogmouth.net>
+ Add X.509 Issuer Alternative Name functions.
+
+ Boyan Kasarov <bkasarov [at] gmail.com>
+ C++ fixes.
+
+ Steve Dispensa <dispensa [at] phonefactor.com>
+ Initial TLS safe renegotiation patch.
+
+ Jonathan Bastien-Filiatrault <joe [at] x2a.org>
+ Fix TLS-version checks.
+ Redesign and implementation of the buffering layer.
+ Initial DTLS implementation.
+
+ Ruslan Ijbulatov (LRN) <lrn1986 [at] gmail.com>
+ Win32 patches.
License: The main library is licensed under GNU Lesser General Public
-License (LGPL) version 2.1+, Gnutls Extra (i.e. openssl wrapper library,
+License (LGPL) version 3+, Gnutls Extra (i.e. openssl wrapper library,
and library for code for "GnuTLS Inner Application" support) build system,
testsuite and commandline utilities are licenced under the GNU General
Public License version 3+. The Guile bindings use the same license as the
-respective underlying library, i.e. LGPLv2.1+ for the main library and
+respective underlying library, i.e. LGPLv3+ for the main library and
GPLv3+ for Gnutls extra.
Copyright:
--------------------
- * Copyright (C) 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
- * 2010 Free Software Foundation
+/*
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
+ * 2009, 2010, 2011 Free Software Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
- * This file is part of GNUTLS.
+ * This file is part of GnuTLS.
*
- * The GNUTLS library is free software; you can redistribute it and/or
+ * The GnuTLS is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
+ * as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
@@ -57,22 +103,20 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
- * USA
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>
--------------------
/*
- * Copyright (C) 2002, 2003, 2004, 2005, 2007, 2008, 2009, 2010 Free
- * Software Foundation, Inc.
+ * Copyright (C) 2001, 2004, 2005, 2007, 2008, 2009, 2010 Free Software
+ * Foundation, Inc.
*
* Author: Nikos Mavrogiannopoulos
*
* This file is part of GnuTLS-EXTRA.
*
- * GnuTLS-extra is free software; you can redistribute it and/or
+ * GnuTLS-extra is free software: you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 3 of the
+ * published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* GnuTLS-extra is distributed in the hope that it will be useful, but
@@ -81,32 +125,30 @@
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with GnuTLS-EXTRA; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA.
+ * along with this program. If not, see
+ * <http://www.gnu.org/licenses/>.
--------------------
The documentation is distributed under the terms of the GNU Free
Documentation License (FDL):
--------------------
-Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
- at quotation
-Permission is granted to copy, distribute and/or modify this document
-under the terms of the GNU Free Documentation License, Version 1.3 or
-any later version published by the Free Software Foundation; with no
-Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
-copy of the license is included in the section entitled ``GNU Free
-Documentation License''.
- at end quotation
+ Permission is granted to copy, distribute and/or modify this
+ document under the terms of the GNU Free Documentation License,
+ Version 1.3 or any later version published by the Free Software
+ Foundation; with no Invariant Sections, no Front-Cover Texts, and
+ no Back-Cover Texts. A copy of the license is included in the
+ section entitled "GNU Free Documentation License".
--------------------
-On Debian GNU/Linux systems, the complete text of the latest version of the GNU
-Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'
-v2.1 of the license in `/usr/share/common-licenses/LGPL-2.1'; the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'. The GNU Free
-Documentation License is available under /usr/share/common-licenses/GFDL-1.3.
-
+On Debian GNU/Linux systems, the complete text of the latest version of
+the GNU Lesser General Public License can be found in
+`/usr/share/common-licenses/LGPL' v3 of the license in
+`/usr/share/common-licenses/LGPL-3'; the GNU General Public License can
+be found in `/usr/share/common-licenses/GPL' (version 3 in
+/usr/share/common-licenses/GPL-3) The GNU Free Documentation
+License is available under /usr/share/common-licenses/GFDL-1.3.
Excerpt from upstream's README:
@@ -132,48 +174,3 @@
OpenSSL compatibility layer. The gnutls library is located in the
lib/ directory, while the gnutls-extra library is at libextra/.
-=========== Foreign code included in tarball ==================
-
-/lib/pakchois/ includes a modified copy of the PaKChoiS library.
-The original library was downloaded from
-http://www.manyfish.co.uk/pakchois/ and is also licensed under
-LGPLv2.1+.
-
-Copyright:
-/*
- pakchois PKCS#11 interface -- error mapping
- Copyright (C) 2008, Joe Orton <joe at manyfish.co.uk>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public
- License along with this library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
- MA 02111-1307, USA
-*/
-
-/*
- This code is directly derived from the scute.org PKCS#11 cryptoki
- interface, which is:
-
- Copyright 2006, 2007 g10 Code GmbH
- Copyright 2006 Andreas Jellinghaus
-
- This file is free software; as a special exception the author gives
- unlimited permission to copy and/or distribute it, with or without
- modifications, as long as this notice is preserved.
-
- This file is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY, to the extent permitted by law; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.
-*/
-
More information about the Pkg-gnutls-commits
mailing list