Hello community,

here is the log from the commit of package mutt for openSUSE:Factory checked in 
at 2016-06-07 23:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mutt (Old)
 and      /work/SRC/openSUSE:Factory/.mutt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mutt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mutt/mutt.changes        2016-06-02 
09:39:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mutt.new/mutt.changes   2016-06-07 
23:46:57.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun  2 06:58:11 UTC 2016 - [email protected]
+
+- Yet an other crash due keywords.patch (boo#982129) 
+
+-------------------------------------------------------------------
@@ -5 +10 @@
-  standard mailbox 
+  standard mailbox (boo#982129)

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mutt-1.6.1.dif ++++++
--- /var/tmp/diff_new_pack.zM6lUp/_old  2016-06-07 23:46:58.000000000 +0200
+++ /var/tmp/diff_new_pack.zM6lUp/_new  2016-06-07 23:46:58.000000000 +0200
@@ -3,10 +3,11 @@
  doc/Makefile.in |    2 -
  doc/Muttrc      |  102 
+++++++++++++++++++++++++++++++++++++++++---------------
  doc/Muttrc.head |    2 -
+ headers.c       |    9 ++++
  imap/auth.c     |   20 ++++++++++
  init.h          |    3 +
  mx.c            |    3 +
- 7 files changed, 112 insertions(+), 30 deletions(-)
+ 8 files changed, 121 insertions(+), 30 deletions(-)
 
 --- configure.ac
 +++ configure.ac       2016-05-31 11:11:35.279958476 +0000
@@ -319,8 +320,28 @@
      {
        /* NOTE: this _must_ be done before the check for mailcap! */
 --- headers.c
-+++ headers.c  2016-06-01 10:56:51.193585638 +0000
-@@ -360,6 +360,9 @@ void mutt_scan_labels(CONTEXT *ctx)
++++ headers.c  2016-06-02 06:52:06.767101363 +0000
+@@ -220,6 +220,9 @@ void mutt_label_ref_dec(ENVELOPE *env)
+   uintptr_t count;
+   LIST *label;
+ 
++  if (!Labels)
++    return;
++
+   for (label = env->labels; label; label = label->next)
+   {
+     if (label->data == NULL)
+@@ -241,6 +244,9 @@ void mutt_label_ref_inc(ENVELOPE *env)
+   uintptr_t count;
+   LIST *label;
+ 
++  if (!Labels)
++    return;
++
+   for (label = env->labels; label; label = label->next)
+   {
+     if (label->data == NULL)
+@@ -360,6 +366,9 @@ void mutt_scan_labels(CONTEXT *ctx)
  {
    int i;
  



Reply via email to