[Pkg-voip-commits] r8748 - in /lcr/trunk/debian: changelog patches/message.h.patch patches/series

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Thu Feb 10 12:51:04 UTC 2011


Author: dorchain-guest
Date: Thu Feb 10 12:51:03 2011
New Revision: 8748

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8748
Log:
Added messeges.h fix

Added:
    lcr/trunk/debian/patches/message.h.patch
Modified:
    lcr/trunk/debian/changelog
    lcr/trunk/debian/patches/series

Modified: lcr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/changelog?rev=8748&op=diff
==============================================================================
--- lcr/trunk/debian/changelog (original)
+++ lcr/trunk/debian/changelog Thu Feb 10 12:51:03 2011
@@ -7,6 +7,7 @@
   * refreshed patches
   * new compile patches necessary
   * vbox-annoucement fix from git integrated
+  * messages.h patch added
 
  -- Joerg Dorchain <joerg at dorchain.net>  Wed, 9 Jun 2010 13:00:00 +0200
 

Added: lcr/trunk/debian/patches/message.h.patch
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/message.h.patch?rev=8748&op=file
==============================================================================
--- lcr/trunk/debian/patches/message.h.patch (added)
+++ lcr/trunk/debian/patches/message.h.patch Thu Feb 10 12:51:03 2011
@@ -1,0 +1,19 @@
+
+
+In array messages_txt[] there was an element missing which matches
+enum value MESSAGE_PROGRESS.
+
+So all later elements got an incorrect index and access to the last
+element MESSAGE_NEWREF caused a segfault on my armeb Machine.
+
+
+--- src-master-old/message.h	2011-01-28 01:41:27.000000000 +0100
++++ src-master-new/message.h	2011-02-10 11:27:20.000000000 +0100
+@@ -428,6 +428,7 @@
+ 	"MESSAGE_RELEASE", \
+ 	"MESSAGE_TIMEOUT", \
+ 	"MESSAGE_NOTIFY", \
++	"MESSAGE_PROGRESS", \
+ 	"MESSAGE_FACILITY", \
+ 	"MESSAGE_SUSPEND", \
+ 	"MESSAGE_RESUME", \

Modified: lcr/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/lcr/trunk/debian/patches/series?rev=8748&op=diff
==============================================================================
--- lcr/trunk/debian/patches/series (original)
+++ lcr/trunk/debian/patches/series Thu Feb 10 12:51:03 2011
@@ -3,3 +3,4 @@
 tone_zone_sound
 af_isdn
 vbox-announcement
+message.h.patch




More information about the Pkg-voip-commits mailing list