r51978 - in /desktop/unstable/gnome-logs/debian: changelog control patches/ patches/01-no-boot-ids.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Feb 5 19:57:08 UTC 2017


Author: pochu
Date: Sun Feb  5 19:57:08 2017
New Revision: 51978

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51978
Log:
* debian/patches/01-no-boot-ids.patch:
  + Don't crash when the user has no access to system or user logs, e.g.
    due to no persistent logging. Closes: #852756.

Added:
    desktop/unstable/gnome-logs/debian/patches/
    desktop/unstable/gnome-logs/debian/patches/01-no-boot-ids.patch
    desktop/unstable/gnome-logs/debian/patches/series
Modified:
    desktop/unstable/gnome-logs/debian/changelog
    desktop/unstable/gnome-logs/debian/control

Modified: desktop/unstable/gnome-logs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-logs/debian/changelog?rev=51978&op=diff
==============================================================================
--- desktop/unstable/gnome-logs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-logs/debian/changelog	[utf-8] Sun Feb  5 19:57:08 2017
@@ -1,3 +1,11 @@
+gnome-logs (3.22.1-1.1) UNRELEASED; urgency=medium
+
+  * debian/patches/01-no-boot-ids.patch:
+    + Don't crash when the user has no access to system or user logs, e.g.
+      due to no persistent logging. Closes: #852756.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 05 Feb 2017 20:35:19 +0100
+
 gnome-logs (3.22.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/gnome-logs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-logs/debian/control?rev=51978&op=diff
==============================================================================
--- desktop/unstable/gnome-logs/debian/control	[utf-8] (original)
+++ desktop/unstable/gnome-logs/debian/control	[utf-8] Sun Feb  5 19:57:08 2017
@@ -6,7 +6,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: appstream-util,
                debhelper (>= 10),
                desktop-file-utils,

Added: desktop/unstable/gnome-logs/debian/patches/01-no-boot-ids.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-logs/debian/patches/01-no-boot-ids.patch?rev=51978&op=file
==============================================================================
--- desktop/unstable/gnome-logs/debian/patches/01-no-boot-ids.patch	(added)
+++ desktop/unstable/gnome-logs/debian/patches/01-no-boot-ids.patch	[utf-8] Sun Feb  5 19:57:08 2017
@@ -0,0 +1,14 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=776818
+
+--- a/src/gl-eventviewlist.c
++++ b/src/gl-eventviewlist.c
+@@ -366,6 +366,9 @@
+ {
+     gchar *boot_value;
+ 
++    if (boot_match == NULL)
++        return NULL;
++
+     boot_value = strchr (boot_match, '=') + 1;
+ 
+     return g_strdup (boot_value);

Added: desktop/unstable/gnome-logs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-logs/debian/patches/series?rev=51978&op=file
==============================================================================
--- desktop/unstable/gnome-logs/debian/patches/series	(added)
+++ desktop/unstable/gnome-logs/debian/patches/series	[utf-8] Sun Feb  5 19:57:08 2017
@@ -0,0 +1 @@
+01-no-boot-ids.patch




More information about the pkg-gnome-commits mailing list