[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#771736: unblock: gnome-documents/3.14.2-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
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

Reply to: