[Pkg-voip-commits] r8217 - in /opensips/trunk/debian: changelog patches/00list patches/01_fix_usrloc_memleak.dpatch patches/01_mempool.dpatch

jesusch-guest at alioth.debian.org jesusch-guest at alioth.debian.org
Thu Mar 18 13:20:55 UTC 2010


Author: jesusch-guest
Date: Thu Mar 18 13:20:54 2010
New Revision: 8217

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8217
Log:
opensips:
 * New upstream release 1.6.2
 * Removed usrloc patch as it was fixed in upstream
 * Added mempool patch


Added:
    opensips/trunk/debian/patches/01_mempool.dpatch
Removed:
    opensips/trunk/debian/patches/01_fix_usrloc_memleak.dpatch
Modified:
    opensips/trunk/debian/changelog
    opensips/trunk/debian/patches/00list

Modified: opensips/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/changelog?rev=8217&op=diff
==============================================================================
--- opensips/trunk/debian/changelog (original)
+++ opensips/trunk/debian/changelog Thu Mar 18 13:20:54 2010
@@ -1,14 +1,14 @@
-opensips (1.6.1-1) UNRELEASED; urgency=low
+opensips (1.6.2-1) UNRELEASED; urgency=low
 
   [ Alejandro Rios P. ]
   * NOT RELEASED YET
-  * New upstream version.
   * Debian man-pages where included by upstream.
 
   [ Bjoern Boschman ]
-  * Added memleak patch for usrloc
+  * New upstream version.
+  * Increased mempool to 8M
 
- -- Alejandro Rios P. <alerios at debian.org>  Tue, 22 Dec 2009 00:09:21 -0500
+ -- Bjoern Boschman <bjoern at boschman.de>  Thu, 18 Mar 2010 14:12:49 +0100
 
 opensips (1.6.0-1) unstable; urgency=low
 

Modified: opensips/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/patches/00list?rev=8217&op=diff
==============================================================================
--- opensips/trunk/debian/patches/00list (original)
+++ opensips/trunk/debian/patches/00list Thu Mar 18 13:20:54 2010
@@ -1,4 +1,4 @@
 # No patches right now
 
 # Beside this one :)
-01_fix_usrloc_memleak.dpatch
+01_mempool.dpatch

Added: opensips/trunk/debian/patches/01_mempool.dpatch
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/patches/01_mempool.dpatch?rev=8217&op=file
==============================================================================
--- opensips/trunk/debian/patches/01_mempool.dpatch (added)
+++ opensips/trunk/debian/patches/01_mempool.dpatch Thu Mar 18 13:20:54 2010
@@ -1,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_mempool.dpatch by  <root at vm01.nfon.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/config.h trunk/config.h
+--- trunk~/config.h     2009-10-16 02:39:35.000000000 +0200
++++ trunk/config.h      2010-02-16 23:51:52.000000000 +0100
+@@ -114,7 +114,7 @@
+
+ #define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
+
+-#define PKG_MEM_POOL_SIZE 1024*1024            /*!< Used only if PKG_MALLOC is defined*/
++#define PKG_MEM_POOL_SIZE 8*1024*1024          /*!< Used only if PKG_MALLOC is defined*/
+ #define SHM_MEM_SIZE 32                                /*!< Used if SH_MEM is defined*/
+
+ #define TIMER_TICK   1                         /*!< one second */




More information about the Pkg-voip-commits mailing list