r44261 - in /desktop/unstable/glib-networking: ./ debian/changelog debian/control debian/control.in

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri May 1 10:48:05 UTC 2015


Author: laney
Date: Fri May  1 10:48:05 2015
New Revision: 44261

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44261
Log:
Merge experimental into unstable, update d/watch


Modified:
    desktop/unstable/glib-networking/   (props changed)
    desktop/unstable/glib-networking/debian/changelog
    desktop/unstable/glib-networking/debian/control
    desktop/unstable/glib-networking/debian/control.in

Propchange: desktop/unstable/glib-networking/
------------------------------------------------------------------------------
--- svn:mergeinfo	(original)
+++ svn:mergeinfo	Fri May  1 10:48:05 2015
@@ -1 +1 @@
-/desktop/experimental/glib-networking:35691-37633
+/desktop/experimental/glib-networking:35691-37633,43905-44233

Modified: desktop/unstable/glib-networking/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/changelog?rev=44261&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/changelog	[utf-8] Fri May  1 10:48:05 2015
@@ -1,3 +1,58 @@
+glib-networking (2.44.0-2) UNRELEASED; urgency=medium
+
+  * Upload to unstable.
+  * debian/watch: Update to consider stable releases only.
+
+ -- Iain Lane <laney at debian.org>  Fri, 01 May 2015 11:36:04 +0100
+
+glib-networking (2.44.0-1) experimental; urgency=medium
+
+  * New upstream release 2.44.0
+
+ -- Iain Lane <laney at debian.org>  Mon, 30 Mar 2015 16:50:37 +0100
+
+glib-networking (2.43.92-1) experimental; urgency=medium
+
+  * New upstream release 2.43.92
+    + Fix TLS session caching when using session tickets
+
+ -- Iain Lane <laney at debian.org>  Thu, 19 Mar 2015 17:20:45 +0000
+
+glib-networking (2.43.91-1) experimental; urgency=medium
+
+  * New upstream release 2.43.91
+    - tls/gnutls: Removed a workaround for connecting to servers with weak DH
+      parameters, which was apparently only needed because gnutls was
+      prioritizing DHE over RSA.
+    - tls/gnutls: We now require gnutls 3.x again. (In fact, 2.42.1 and 2.43.1
+      accidentally used a 3.x-only function, so we already required it, we
+      were just failing to declare that fact.)
+    - tls/tests: Skip certain tests when running against old gnutls or GLib
+      releases. (glib-networking 2.43.91 itself does not require GLib 2.43,
+      but one of the test cases does.)
+  * Drop glib BD back to 2.42 as per configure.ac; the problematic test is
+    automatically skipped upstream if necessary now.
+  * Increase libgnutls28-dev BD to 3.0, as per configure.ac
+
+ -- Iain Lane <laney at debian.org>  Wed, 04 Mar 2015 12:54:23 +0000
+
+glib-networking (2.43.1-1) experimental; urgency=medium
+
+  * debian/watch: Watch unstable version too, for experimental.
+  * New upstream release 2.43.1, including changes:
+    + The GTlsClientConnection "use-ssl3" property now falls back to TLS 1.0
+      if SSL 3.0 has been disabled, rather than just failing. Also, we now use
+      the gnutls %LATEST_RECORD_VERSION option by default (to allow connecting
+      to certain servers that were incorrectly patched for the POODLE attack),
+      but also make sure to remove that option in the fallback ("use-ssl3")
+      mode (to allow connecting to other servers that are differently broken).
+    + tls/gnutls: Miscellaneous warning, debugging, and leak fixes.
+  * Bump glib BD to 2.43 (greater than configure.ac; one test requires this
+    version).
+  * Standards-Version → 3.9.6, no changes required.
+
+ -- Iain Lane <laney at debian.org>  Tue, 25 Nov 2014 18:27:15 +0000
+
 glib-networking (2.42.0-2) unstable; urgency=medium
 
   * debian/patches/01_connection_test.patch:

Modified: desktop/unstable/glib-networking/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control?rev=44261&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control	[utf-8] Fri May  1 10:48:05 2015
@@ -11,8 +11,8 @@
                cdbs (>= 0.4.93),
                dh-autoreconf,
                gnome-pkg-tools,
-               libglib2.0-dev (>= 2.41.3),
-               libgnutls28-dev (>= 2.12.8),
+               libglib2.0-dev (>= 2.42),
+               libgnutls28-dev (>= 3.0),
                libp11-kit-dev (>= 0.8),
                libproxy-dev (>= 0.4),
                gsettings-desktop-schemas-dev,
@@ -22,7 +22,7 @@
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/glib-networking
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glib-networking/
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 
 Package: glib-networking
 Architecture: any

Modified: desktop/unstable/glib-networking/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib-networking/debian/control.in?rev=44261&op=diff
==============================================================================
--- desktop/unstable/glib-networking/debian/control.in	[utf-8] (original)
+++ desktop/unstable/glib-networking/debian/control.in	[utf-8] Fri May  1 10:48:05 2015
@@ -7,8 +7,8 @@
                cdbs (>= 0.4.93),
                dh-autoreconf,
                gnome-pkg-tools,
-               libglib2.0-dev (>= 2.41.3),
-               libgnutls28-dev (>= 2.12.8),
+               libglib2.0-dev (>= 2.42),
+               libgnutls28-dev (>= 3.0),
                libp11-kit-dev (>= 0.8),
                libproxy-dev (>= 0.4),
                gsettings-desktop-schemas-dev,
@@ -18,7 +18,7 @@
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/glib-networking
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glib-networking/
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 
 Package: glib-networking
 Architecture: any




More information about the pkg-gnome-commits mailing list