[Pkg-voip-commits] r10500 - in /opensips/branches/1.7.2: ./ debian/changelog debian/control debian/patches/01_mempool.patch

jesusch-guest at alioth.debian.org jesusch-guest at alioth.debian.org
Tue Jul 1 09:29:17 UTC 2014


Author: jesusch-guest
Date: Tue Jul  1 09:29:17 2014
New Revision: 10500

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10500
Log:
added 1.7.2 branch 

Added:
    opensips/branches/1.7.2/
      - copied from r10499, opensips/trunk/
Modified:
    opensips/branches/1.7.2/debian/changelog
    opensips/branches/1.7.2/debian/control
    opensips/branches/1.7.2/debian/patches/01_mempool.patch

Modified: opensips/branches/1.7.2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/branches/1.7.2/debian/changelog?rev=10500&op=diff
==============================================================================
--- opensips/branches/1.7.2/debian/changelog	(original)
+++ opensips/branches/1.7.2/debian/changelog	Tue Jul  1 09:29:17 2014
@@ -1,11 +1,9 @@
-opensips (1.9.0-1) unstable; urgency=low
+opensips (1.7.2-1) unstable; urgency=low
 
-  * New upstream version. (1.9.0)
-  * Included several modules 
+  * New upstream version. (1.7.2)
   * Build depend on libmysqlclient-dev (no explicit version) 
-  * updated mempool patch
 
- -- Bjoern Boschman <bjoern.boschman at nfon.net>  Thu, 21 Mar 2013 11:47:17 +0100
+ -- Bjoern Boschman <bjoern at boschman.de>  Thu, 30 Jun 2014 11:47:17 +0200
 
 opensips (1.7.0-1) unstable; urgency=low
 

Modified: opensips/branches/1.7.2/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/branches/1.7.2/debian/control?rev=10500&op=diff
==============================================================================
--- opensips/branches/1.7.2/debian/control	(original)
+++ opensips/branches/1.7.2/debian/control	Tue Jul  1 09:29:17 2014
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Bjoern Boschman <bjoern at boschman.de>, Alejandro Rios P. <alerios at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
-Build-Depends: debhelper (>= 8), libmysqlclient-dev, libexpat1-dev, libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev, libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>= 4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libcurl4-gnutls-dev, libpcre3-dev, libmemcached-dev
+Build-Depends: debhelper (>= 8), libmysqlclient-dev, libexpat1-dev, libxml2-dev, libpq-dev, libradiusclient-ng-dev, flex, bison, zlib1g-dev, unixodbc-dev, libxmlrpc-c3-dev, libperl-dev, libsnmp-dev, dpkg-dev (>= 1.13.19), libdb-dev (>= 4.6.19), xsltproc, libconfuse-dev, libldap2-dev, libcurl4-gnutls-dev, libpcre3-dev, libmemcached-dev, libgeoip-dev
 Standards-Version: 3.9.2
 Homepage: http://www.opensips.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/opensips/trunk/

Modified: opensips/branches/1.7.2/debian/patches/01_mempool.patch
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/branches/1.7.2/debian/patches/01_mempool.patch?rev=10500&op=diff
==============================================================================
--- opensips/branches/1.7.2/debian/patches/01_mempool.patch	(original)
+++ opensips/branches/1.7.2/debian/patches/01_mempool.patch	Tue Jul  1 09:29:17 2014
@@ -2,12 +2,12 @@
 Author: jesusch at jes-o-x2
 --- a/config.h
 +++ b/config.h
-@@ -115,7 +115,7 @@
+@@ -114,7 +114,7 @@
  
  #define SRV_MAX_PREFIX_LEN SRV_TLS_PREFIX_LEN
  
--#define PKG_MEM_SIZE 2				/*!< Used only if PKG_MALLOC is defined*/
-+#define PKG_MEM_SIZE 8				/*!< Used only if PKG_MALLOC is defined*/
+-#define PKG_MEM_POOL_SIZE 1024*1024*2		/*!< Used only if PKG_MALLOC is defined*/
++#define PKG_MEM_POOL_SIZE 1024*1024*8		/*!< 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