Your message dated Sat, 09 Dec 2017 10:47:53 +0000 with message-id <1512816473.1994.32.camel@adam-barratt.org.uk> and subject line Closing bugs for updates included in jessie point release has caused the Debian Bug report #868337, regarding jessie-pu: package hexchat/2.10.1-1+deb8u1 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 owner@bugs.debian.org immediately.) -- 868337: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=868337 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: jessie-pu: package hexchat/2.10.1-1+deb8u1
- From: Mattia Rizzolo <mattia@debian.org>
- Date: Fri, 14 Jul 2017 17:31:47 +0200
- Message-id: <20170714153144.n2nohm7joyfxr5ms@mapreri.org>
Package: release.debian.org Severity: normal Tags: jessie User: release.debian.org@packages.debian.org Usertags: pu I'd like to fix https://bugs.debian.org/779892 also in jessie. It's a somewhat hard to trig segfault, caused by a debian-only patch missing braces. https://sources.debian.net/src/hexchat/2.10.1-1%2Bdeb8u1/debian/patches/debian_defaults.patch/ You can see here how the patch adds a second statement that it is meant to be within the `if`, but that if is without braces, so havoc befalls. Proposed patch, tested on jessie, attached. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://mapreri.org : :' : Launchpad user: https://launchpad.net/~mapreri `. `'` Debian QA page: https://qa.debian.org/developer.php?login=mattia `-diffstat for hexchat-2.10.1 hexchat-2.10.1 changelog | 7 +++++++ patches/debian_defaults.patch | 10 +++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff -Nru hexchat-2.10.1/debian/changelog hexchat-2.10.1/debian/changelog --- hexchat-2.10.1/debian/changelog 2016-05-05 00:18:47.000000000 +0200 +++ hexchat-2.10.1/debian/changelog 2017-07-14 17:14:05.000000000 +0200 @@ -1,3 +1,10 @@ +hexchat (2.10.1-1+deb8u2) jessie; urgency=medium + + * Fix segfault on /server, by adding missing braces around an `if`. + (Closes: #779892) + + -- Mattia Rizzolo <mattia@debian.org> Fri, 14 Jul 2017 17:14:05 +0200 + hexchat (2.10.1-1+deb8u1) jessie; urgency=medium * Security Update: verify hostnames when ssl is in use diff -Nru hexchat-2.10.1/debian/patches/debian_defaults.patch hexchat-2.10.1/debian/patches/debian_defaults.patch --- hexchat-2.10.1/debian/patches/debian_defaults.patch 2014-08-23 20:49:00.000000000 +0200 +++ hexchat-2.10.1/debian/patches/debian_defaults.patch 2017-07-14 17:13:26.000000000 +0200 @@ -14,12 +14,13 @@ while (1) { ---- hexchat-2.10.1.orig/src/fe-gtk/joind.c -+++ hexchat-2.10.1/src/fe-gtk/joind.c -@@ -247,9 +247,14 @@ joind_show_dialog (server *serv) +--- a/src/fe-gtk/joind.c ++++ b/src/fe-gtk/joind.c +@@ -247,11 +247,18 @@ G_CALLBACK (joind_ok_cb), serv); if (serv->network) ++ { + if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "OFTC") == 0) + { + gtk_entry_set_text (GTK_ENTRY (entry1), "#debian"); @@ -31,4 +32,7 @@ + gtk_entry_set_text (GTK_ENTRY (entry1), "#debian"); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON(radiobutton2), TRUE); } ++ } + gtk_widget_grab_focus (okbutton1); + gtk_widget_show_all (dialog1);Attachment: signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
- To: 815728-done@bugs.debian.org, 840643-done@bugs.debian.org, 852849-done@bugs.debian.org, 852947-done@bugs.debian.org, 852949-done@bugs.debian.org, 852952-done@bugs.debian.org, 852958-done@bugs.debian.org, 852961-done@bugs.debian.org, 852965-done@bugs.debian.org, 852966-done@bugs.debian.org, 856240-done@bugs.debian.org, 861541-done@bugs.debian.org, 862363-done@bugs.debian.org, 862961-done@bugs.debian.org, 863093-done@bugs.debian.org, 867817-done@bugs.debian.org, 868337-done@bugs.debian.org, 869991-done@bugs.debian.org, 870178-done@bugs.debian.org, 870376-done@bugs.debian.org, 872056-done@bugs.debian.org, 872442-done@bugs.debian.org, 873053-done@bugs.debian.org, 873310-done@bugs.debian.org, 873466-done@bugs.debian.org, 873481-done@bugs.debian.org, 873877-done@bugs.debian.org, 876019-done@bugs.debian.org, 876313-done@bugs.debian.org, 876630-done@bugs.debian.org, 876638-done@bugs.debian.org, 877045-done@bugs.debian.org, 879630-done@bugs.debian.org, 880123-done@bugs.debian.org, 880630-done@bugs.debian.org, 880861-done@bugs.debian.org, 880895-done@bugs.debian.org, 881306-done@bugs.debian.org, 882061-done@bugs.debian.org, 882132-done@bugs.debian.org, 882242-done@bugs.debian.org, 882503-done@bugs.debian.org, 882802-done@bugs.debian.org, 882960-done@bugs.debian.org, 882961-done@bugs.debian.org, 883177-done@bugs.debian.org, 883292-done@bugs.debian.org
- Subject: Closing bugs for updates included in jessie point release
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 09 Dec 2017 10:47:53 +0000
- Message-id: <1512816473.1994.32.camel@adam-barratt.org.uk>
Version: 8.10 Hi, Each of the updates referenced in these bugs was included in this morning's jessie point release. Thanks! Regards, Adam
--- End Message ---