Your message dated Mon, 19 Oct 2015 15:39:21 +0000
with message-id <[email protected]>
and subject line Bug#802326: fixed in gnome-system-log 3.9.90-4
has caused the Debian Bug report #802326,
regarding segfault in g_time_zone_get_abbreviation()
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.)


-- 
802326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802326
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnome-system-log
Version: 3.9.90-3
User: [email protected]
Usertags: origin-ubuntu wily ubuntu-patch

The current version has a free before use issue, that's resolved in git
but upstream is unactive and there has been not tarball since
https://git.gnome.org/browse/gnome-system-log/commit/?id=a09f87bafc833d199cfd8364dff72b4c2e812af8

(the issue leads to invalid dates displayed and segfault, see
https://bugs.launchpad.net/ubuntu/+source/gnome-system-log/+bug/1500806
and https://bugzilla.gnome.org/show_bug.cgi?id=697802)
diff -Nru gnome-system-log-3.9.90/debian/changelog 
gnome-system-log-3.9.90/debian/changelog
--- gnome-system-log-3.9.90/debian/changelog    2015-05-24 18:20:13.000000000 
+0200
+++ gnome-system-log-3.9.90/debian/changelog    2015-10-19 16:11:35.000000000 
+0200
@@ -1,3 +1,10 @@
+gnome-system-log (3.9.90-4) wily; urgency=medium
+
+  * debian/patches/03_git_invalid_unref.patch:
+    - backport upstream commit to fix segfaults (lp: #1500806)
+
+ -- Sebastien Bacher <[email protected]>  Mon, 19 Oct 2015 16:10:52 +0200
+
 gnome-system-log (3.9.90-3) unstable; urgency=medium
 
   [ Andreas Henriksson ]
diff -Nru gnome-system-log-3.9.90/debian/patches/03_git_invalid_unref.patch 
gnome-system-log-3.9.90/debian/patches/03_git_invalid_unref.patch
--- gnome-system-log-3.9.90/debian/patches/03_git_invalid_unref.patch   
1970-01-01 01:00:00.000000000 +0100
+++ gnome-system-log-3.9.90/debian/patches/03_git_invalid_unref.patch   
2015-10-19 16:10:27.000000000 +0200
@@ -0,0 +1,33 @@
+From a09f87bafc833d199cfd8364dff72b4c2e812af8 Mon Sep 17 00:00:00 2001
+From: Daniel Wyatt <[email protected]>
+Date: Mon, 23 Dec 2013 17:35:49 -0500
+Subject: Fix incorrect last updated times by not unrefing log_time too early
+
+---
+ src/logview-window.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/logview-window.c b/src/logview-window.c
+index 3d7a768..7639e01 100644
+--- a/src/logview-window.c
++++ b/src/logview-window.c
+@@ -191,7 +191,6 @@ logview_update_header (LogviewWindow *logview,
+   log_time = g_date_time_new_from_unix_local (timestamp);
+ 
+   text = logview_utils_format_date (log_time);
+-  g_date_time_unref (log_time);
+ 
+   /* translators: this is part of a label composed with
+    * a date string, for example "updated today 23:54"
+@@ -202,6 +201,7 @@ logview_update_header (LogviewWindow *logview,
+   g_free (text);
+ 
+   text = g_date_time_format (log_time, "%X");
++  g_date_time_unref (log_time);
+   g_string_append (string, " ");
+   g_string_append (string, text);
+   g_free (text);
+-- 
+cgit v0.11.2
+
+
diff -Nru gnome-system-log-3.9.90/debian/patches/series 
gnome-system-log-3.9.90/debian/patches/series
--- gnome-system-log-3.9.90/debian/patches/series       2014-09-23 
17:51:24.000000000 +0200
+++ gnome-system-log-3.9.90/debian/patches/series       2015-10-19 
16:10:41.000000000 +0200
@@ -1,2 +1,3 @@
 01_logview_pkexec.patch
 02_no_timestamp_styling.patch
+03_git_invalid_unref.patch

--- End Message ---
--- Begin Message ---
Source: gnome-system-log
Source-Version: 3.9.90-4

We believe that the bug you reported is fixed in the latest version of
gnome-system-log, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Iain Lane <[email protected]> (supplier of updated gnome-system-log package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 19 Oct 2015 16:05:00 +0100
Source: gnome-system-log
Binary: gnome-system-log
Architecture: amd64 source
Version: 3.9.90-4
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Iain Lane <[email protected]>
Closes: 802326
Description: 
 gnome-system-log - system log viewer for GNOME
Changes:
 gnome-system-log (3.9.90-4) unstable; urgency=medium
 .
   [ Sebastien Bacher ]
   * debian/patches/03_git_invalid_unref.patch:
     - backport upstream commit to fix segfaults (lp: #1500806, Closes:
       #802326)
Checksums-Sha1: 
 2197cf210629ff731c34ce8ecf839ece5d3cdc9e 934142 
gnome-system-log_3.9.90-4_amd64.deb
 83eb0874be6f214297b65b5320c91654cef4f2f0 2332 gnome-system-log_3.9.90-4.dsc
 6b7cf57753258c5ba2aefd62dda2357e31d7e807 16952 
gnome-system-log_3.9.90-4.debian.tar.xz
Checksums-Sha256: 
 b2ce601e65360414248db1c79853f337f77572b25cd3733c19173d2dd3de4402 934142 
gnome-system-log_3.9.90-4_amd64.deb
 434aa9c8a28fa1fba3d5e5d36af6804ba266e88987be575aa1aa567012a3e85c 2332 
gnome-system-log_3.9.90-4.dsc
 ac6d2a39341c995316ada6ee93e0859dc88cc680079a459b3d5d36b38e66a239 16952 
gnome-system-log_3.9.90-4.debian.tar.xz
Files: 
 44cbc073fb20f8471d6791c5c01ac877 934142 gnome optional 
gnome-system-log_3.9.90-4_amd64.deb
 07b569dcc4febe7c69d61ea30ad13503 2332 gnome optional 
gnome-system-log_3.9.90-4.dsc
 050e88162359665e527b071d33b8d9c5 16952 gnome optional 
gnome-system-log_3.9.90-4.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWJQe4AAoJEONS1cUcUEHUDn0P/0O9RvFBR6fA4K0+oyhrlE71
RKG4P6UhuaASVk8LAJi7Ey+Ghbj0dEEZocN12HjcyiKJcqa1FbV9kR8lMzpteg6T
30LVtUw9rsjYYAR7MpYS1Dq23R1g3LBDQyh0DvklamFKZczdWmCHKtZwcFfeOFJn
4RqdXLS+mC/obsFxLH9iixfYdGWaKhbQ0Or7H77/cwNz00MFOQ4DIRI2mWfyWVTf
dJqWVSCVv8yIJqU0hRl8PWik3RYBsVh1FwsXBGPuWh2OMpTti/XRgHj7JNaplPji
cwze4UzK7RRuOuwBBsa7aosq3fHsjYDu5rPr6r+Udqmg9SUkvGTgOmaLZ499Ok9C
sXdbutt55yFZZuyx2wHojY63cp7H932yZcU/48wZKOu8N/HZg/LbJJDvinU6nKcd
4OlrxKlGmRkZ6lem1x/jHB+Fg+UeWCMZJSwv5EyfgTNGTgp3B4ynj51ujL06bwGP
M18Q1Pc04SxIBceE2ldYg+XjgWTNhY+0dX1kCj7AWABbl8GfUhFHXSc08FsiBV4X
B4Ml6lHq8qc81pzUfCj8L7z1rayoYtZCBqBmKmw60K/RiOMaXQlVjgcvPE+1tFQ6
KshrnzMNvqLVXz6iaWPY3c9GVlBRO3QANts447rdJo/Rf0TzhusehwU+L3hPO9IF
QC92yxqEMsYlI0FL5Sfp
=Wdlu
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to