[Pkg-gnutls-commits] r1374 - in /packages/gnutls28/trunk/debian: changelog copyright patches/30_correctly-set-the-odd-bits.patch patches/series rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Thu Jan 5 18:50:58 UTC 2012


Author: ametzler
Date: Thu Jan  5 18:50:58 2012
New Revision: 1374

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1374
Log:
New upstream version 3.0.10
+ Drop patches/30_correctly-set-the-odd-bits.patch.
+ gnutls_random_art() added. Update copyright, bump shlibs.


Removed:
    packages/gnutls28/trunk/debian/patches/30_correctly-set-the-odd-bits.patch
Modified:
    packages/gnutls28/trunk/debian/changelog
    packages/gnutls28/trunk/debian/copyright
    packages/gnutls28/trunk/debian/patches/series
    packages/gnutls28/trunk/debian/rules

Modified: packages/gnutls28/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/changelog?rev=1374&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/changelog (original)
+++ packages/gnutls28/trunk/debian/changelog Thu Jan  5 18:50:58 2012
@@ -1,8 +1,11 @@
-gnutls28 (3.0.9-3) UNRELEASED; urgency=low
+gnutls28 (3.0.10-1) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
   * Drop guile-gnutls.README.Debian - binary guile modules are no longer
     directly installed in $libdir.
+  * New upstream version.
+    + Drop patches/30_correctly-set-the-odd-bits.patch.
+    + gnutls_random_art() added. Update copyright, bump shlibs.
 
  -- Andreas Metzler <ametzler at debian.org>  Sat, 17 Dec 2011 12:15:18 +0100
 

Modified: packages/gnutls28/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/copyright?rev=1374&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/copyright (original)
+++ packages/gnutls28/trunk/debian/copyright Thu Jan  5 18:50:58 2012
@@ -168,9 +168,11 @@
 note that the range specifies every single year in that closed interval.
 
 ============================================
+============================================
 
 Non FSF code
 
+============================================
 crywrap is shipped with GnuTLS.
 Upstream Authors: Gergely Nagy <algernon at bonehunter.rulez.org>
                   Nikos Mavrogiannopoulos
@@ -221,6 +223,8 @@
 .\" translation approved by the Author.
 --------------------
 
+============================================
+
 lib/accelerated/x86 contains code by Andy Polyakov <appro at fy.chalmers.se>,
 copyright is not assigned to the FSF. The code is licensed under the
 CRYPTOGAMS license.
@@ -263,3 +267,35 @@
 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 --------------------
+
+============================================
+
+lib/extras/randomart.*
+
+
+Upstream Authors: Markus Friedl
+                  Alexander von Gernler
+
+Copyright: 
+ * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
+ * Copyright (c) 2008 Alexander von Gernler.  All rights reserved.
+License:
+ * 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.

Modified: packages/gnutls28/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/patches/series?rev=1374&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/patches/series (original)
+++ packages/gnutls28/trunk/debian/patches/series Thu Jan  5 18:50:58 2012
@@ -1,3 +1,2 @@
 14_version_gettextcat.diff
 20_test-select.diff
-30_correctly-set-the-odd-bits.patch

Modified: packages/gnutls28/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/trunk/debian/rules?rev=1374&op=diff
==============================================================================
--- packages/gnutls28/trunk/debian/rules (original)
+++ packages/gnutls28/trunk/debian/rules Thu Jan  5 18:50:58 2012
@@ -12,8 +12,8 @@
 	--with-packager-version="$(DEB_VERSION)" \
 	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 DEB_MAKE_CHECK_TARGET = check
-DEB_DH_MAKESHLIBS_ARGS_libgnutls28 := -V 'libgnutls28 (>= 3.0.9-0)'
-DEB_DH_MAKESHLIBS_ARGS_libgnutlsxx28 := -V 'libgnutlsxx28 (>= 3.0.9-0)'
+DEB_DH_MAKESHLIBS_ARGS_libgnutls28 := -V 'libgnutls28 (>= 3.0.10-0)'
+DEB_DH_MAKESHLIBS_ARGS_libgnutlsxx28 := -V 'libgnutlsxx28 (>= 3.0.10-0)'
 DEB_DH_MAKESHLIBS_ARGS_guile-gnutls := -Xguile/1.8/guile-gnutls-v-2.so
 DEB_COMPRESS_EXCLUDE := gnutls.pdf
 




More information about the Pkg-gnutls-commits mailing list