Your message dated Tue, 02 Dec 2014 05:56:09 +0000
with message-id <[email protected]>
and subject line Re: Bug#771736: unblock: gnome-documents/3.14.2-1
has caused the Debian Bug report #771736,
regarding unblock: gnome-documents/3.14.2-1
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 [email protected]
immediately.)


-- 
771736: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771736
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock

Hi,

please unblock gnome-documents for a simple but important upstream 
change.

gnome-documents (3.14.2-1) unstable; urgency=medium

  * New upstream bugfix release.
    + Disable SSLv3 because of POODLE.

I’m attaching the upstream diff (the Debian diff consists in the above 
changelog).

unblock gnome-documents/3.14.2-1

Thanks,
-- 
 .''`.        Josselin Mouette
: :' :
`. `'
  `-
diff --git a/NEWS b/NEWS
index b6f64f3..05ab719 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+3.14.2 - "Candy"
+================
+
+- Disable SSLv3 to prevent POODLE attacks
+
 3.14.1 - "Boardwalk"
 ====================
 
diff --git a/configure.ac b/configure.ac
index bec59e4..f778977 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl -*- mode: m4 -*-
 AC_PREREQ(2.63)
-AC_INIT([gnome-documents],[3.14.1],[],[gnome-documents])
+AC_INIT([gnome-documents],[3.14.2],[],[gnome-documents])
 
 AC_CONFIG_HEADERS([config/config.h])
 AC_CONFIG_SRCDIR([src/main.js])
diff --git a/src/gnome-documents.in b/src/gnome-documents.in
index ace43af..53b89de 100644
--- a/src/gnome-documents.in
+++ b/src/gnome-documents.in
@@ -4,6 +4,10 @@ export GJS_PATH="@pkgdatadir@/js${GJS_PATH:+:$GJS_PATH}"
 export GI_TYPELIB_PATH="@pkglibdir@/girepository-1.0${GI_TYPELIB_PATH:+:$GI_TYPELIB_PATH}"
 export LD_LIBRARY_PATH="@pkglibdir@${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
 
+if test x"$G_TLS_GNUTLS_PRIORITY" = x ; then
+    export G_TLS_GNUTLS_PRIORITY="NORMAL:%COMPAT:!VERS-SSL3.0"
+fi
+
 if test x"$GJS_DEBUG_OUTPUT" = x ; then
     export GJS_DEBUG_OUTPUT=stderr
 fi

--- End Message ---
--- Begin Message ---
On Tue, 2014-12-02 at 00:37 +0100, Josselin Mouette wrote:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
> 
> Hi,
> 
> please unblock gnome-documents for a simple but important upstream 
> change.
> 
> gnome-documents (3.14.2-1) unstable; urgency=medium
> 
>   * New upstream bugfix release.
>     + Disable SSLv3 because of POODLE.

Unblocked.

Regards,

Adam

--- End Message ---

Reply via email to