misdn-utils: Update to version 2.0.19

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
This commit is contained in:
Fabio Berton 2015-10-15 14:21:48 -03:00
parent 4a63c7c73e
commit a354c4242e
3 changed files with 30 additions and 16 deletions

View File

@ -0,0 +1,26 @@
Upstream-Status: Pending
Subject: [PATCH] mbuffer data size
Organization: O.S. Systems Software LTDA.
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
include/mISDN/mbuffer.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/mISDN/mbuffer.h b/include/mISDN/mbuffer.h
index 96afa5e..fe1a1e9 100644
--- a/include/mISDN/mbuffer.h
+++ b/include/mISDN/mbuffer.h
@@ -72,7 +72,7 @@ struct mbuffer {
#endif
} __attribute__((__may_alias__));
-#define MBUFFER_DATA_SIZE 280
+#define MBUFFER_DATA_SIZE 400
/*
* init mbuffer caching
--
2.1.4

View File

@ -1,13 +0,0 @@
diff --git a/include/mISDN/mbuffer.h b/include/mISDN/mbuffer.h
index 5e3dc96..8e6ed52 100644
--- a/include/mISDN/mbuffer.h
+++ b/include/mISDN/mbuffer.h
@@ -54,7 +54,7 @@ struct mbuffer {
struct l3_msg l3;
} __attribute__((__may_alias__));
-#define MBUFFER_DATA_SIZE 280
+#define MBUFFER_DATA_SIZE 400
/*
* init mbuffer caching

View File

@ -4,11 +4,12 @@ LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
SRC_URI = "\
git://git.misdn.eu/mISDNuser.git \
file://misdn-ph-size.diff \
git://git.misdn.eu/mISDNuser.git;branch=socket \
file://0001-mbuffer-data-size.patch \
"
# Release v2.0.19
SRCREV = "3638cf36df506b96015e1f37ce3bb36ec94a01fb"
SRCREV = "fd246f6bbbf2f4692f507018bcd1a526fab16499"
S = "${WORKDIR}/git"
inherit autotools