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

Bug#926357: unblock: claws-mail/3.17.3-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package claws-mail

Just added a patch from upstream to fix a segfault when using gdata
plugin with German locales, caused by an unnecessary %s in a msgstr.

Debdiff attached, thanks in advance!

unblock claws-mail/3.17.3-2

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8), LANGUAGE= (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru claws-mail-3.17.3/debian/changelog claws-mail-3.17.3/debian/changelog
--- claws-mail-3.17.3/debian/changelog	2018-12-29 18:10:15.000000000 +0100
+++ claws-mail-3.17.3/debian/changelog	2019-04-03 20:11:50.000000000 +0200
@@ -1,3 +1,10 @@
+claws-mail (3.17.3-2) unstable; urgency=medium
+
+  * debian/patches/90fix_segfault_gdata_german.patch
+  - Add patch fixing segfault in gdata plugin (Closes: #923980)
+
+ -- Ricardo Mones <mones@debian.org>  Wed, 03 Apr 2019 20:11:50 +0200
+
 claws-mail (3.17.3-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru claws-mail-3.17.3/debian/patches/90fix_segfault_gdata_german.patch claws-mail-3.17.3/debian/patches/90fix_segfault_gdata_german.patch
--- claws-mail-3.17.3/debian/patches/90fix_segfault_gdata_german.patch	1970-01-01 01:00:00.000000000 +0100
+++ claws-mail-3.17.3/debian/patches/90fix_segfault_gdata_german.patch	2019-04-03 20:11:50.000000000 +0200
@@ -0,0 +1,17 @@
+Description: Fix segfault using gdata plugin in German locales
+Origin: https://git.claws-mail.org/?p=claws.git;a=commit;h=0ffa910327b3476aafec74013d69af98dd9fb5e2
+Bug-Debian: https://bugs.debian.org/923980
+
+diff --git a/po/de.po b/po/de.po
+index 979095871..7332704c9 100644
+--- a/po/de.po
++++ b/po/de.po
+@@ -10502,7 +10502,7 @@ msgstr "GData-Plugin: Fehler beim Erneuern der Autorisierung: %s\n"
+ 
+ #: src/plugins/gdata/cm_gdata_contacts.c:535
+ msgid "GData plugin: Authorization refresh successful\n"
+-msgstr "GData-Plugin: Erneuern der Autorisierung erfolgreich: %s\n"
++msgstr "GData-Plugin: Erneuern der Autorisierung erfolgreich\n"
+ 
+ #: src/plugins/gdata/cm_gdata_contacts.c:595
+ #, c-format
diff -Nru claws-mail-3.17.3/debian/patches/series claws-mail-3.17.3/debian/patches/series
--- claws-mail-3.17.3/debian/patches/series	2018-12-29 18:10:15.000000000 +0100
+++ claws-mail-3.17.3/debian/patches/series	2019-04-03 20:11:50.000000000 +0200
@@ -1,2 +1,3 @@
 11mark_trashed_as_read.patch
 12fix_manpage_header.patch
+90fix_segfault_gdata_german.patch

Reply to: