[arch-commits] Commit in opensips/trunk (PKGBUILD)

2013-04-19 Thread Sergej Pupykin
Date: Friday, April 19, 2013 @ 18:08:27
  Author: spupykin
Revision: 88547

upgpkg: opensips 1.9.0-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-19 14:27:07 UTC (rev 88546)
+++ PKGBUILD2013-04-19 16:08:27 UTC (rev 88547)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=1.8.1
-pkgrel=5
+pkgver=1.9.0
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -26,7 +26,7 @@
 
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.init
opensips.service)
-md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
+md5sums=('2d989e49c9f5f6bd6d0910937fd49802'
  '685fbe00826df1285b410d4610dcbb0c'
  '7b786d758fe3174af34e2ced44b549e7')
 



[arch-commits] Commit in opensips/trunk (PKGBUILD)

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 12:36:01
  Author: spupykin
Revision: 85641

upgpkg: opensips 1.8.1-4

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 11:35:54 UTC (rev 85640)
+++ PKGBUILD2013-03-04 11:36:01 UTC (rev 85641)
@@ -3,16 +3,16 @@
 
 pkgname=opensips
 pkgver=1.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmysqlclient'
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
 'lynx' 'libxslt')
 optdepends=('postgresql-libs'
'unixodbc'
'libldap'
-   'libmysqlclient'
+   'libmariadbclient'
'libsasl'
'python2'
'pcre')
@@ -26,7 +26,7 @@
 
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.init
opensips.service)
-md5sums=('ec3d0f13bf8198a74aed91e5c38ec445'
+md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
  '685fbe00826df1285b410d4610dcbb0c'
  '0d80ef75b5c10324e6db790b7741c2eb')
 



[arch-commits] Commit in opensips/trunk (PKGBUILD)

2015-05-08 Thread Sergej Pupykin
Date: Friday, May 8, 2015 @ 18:56:29
  Author: spupykin
Revision: 132982

upgpkg: opensips 2.1.0-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |   22 --
 1 file changed, 12 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-08 15:22:03 UTC (rev 132981)
+++ PKGBUILD2015-05-08 16:56:29 UTC (rev 132982)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=1.11.2
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -23,13 +23,13 @@
 license=('GPL')
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
+source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
opensips.service)
-md5sums=('e1af6d4b4837562c0d4bb0fb92a6d8a4'
+md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver-tls/
+  cd $srcdir/$pkgname-$pkgver/
 
   # python2 fix
   for file in $(find . -name '*.py' -print); do
@@ -41,20 +41,22 @@
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
 }
 
+_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops"
+
 build() {
-  cd $srcdir/$pkgname-$pkgver-tls/
+  cd $srcdir/$pkgname-$pkgver/
 
   make \
-   include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 LIBDIR=lib PREFIX=/usr
+   include_modules="${_modules}" \
+   LIBDIR=lib PREFIX=/usr
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver-tls/
+  cd $srcdir/$pkgname-$pkgver/
 
   make \
-   include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
+   include_modules="${_modules}" \
+   BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
 
   # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
   mkdir -p $pkgdir/etc/


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:04:34
  Author: spupykin
Revision: 134062

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 14:25:16 UTC (rev 134061)
+++ PKGBUILD2015-05-25 15:04:34 UTC (rev 134062)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -24,8 +24,10 @@
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
+   remove-inline.patch
opensips.service)
 md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
+ '3771f5720c54c7fe3326611f9b57013d'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {
@@ -39,9 +41,11 @@
 
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
+
+  patch -p1 <$srcdir/remove-inline.patch
 }
 
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops"
+_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd"
 
 build() {
   cd $srcdir/$pkgname-$pkgver/


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2014-04-09 Thread Sergej Pupykin
Date: Wednesday, April 9, 2014 @ 19:08:00
  Author: spupykin
Revision: 109033

upgpkg: opensips 1.10.1-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-09 17:07:57 UTC (rev 109032)
+++ PKGBUILD2014-04-09 17:08:00 UTC (rev 109033)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.service)
-md5sums=('5cbccda321940c51baed798f2f6c5b1a'
+md5sums=('168d005f6c8706665877aa82f01afbae'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {



[arch-commits] Commit in opensips/trunk (PKGBUILD)

2014-01-05 Thread Sergej Pupykin
Date: Sunday, January 5, 2014 @ 22:24:04
  Author: spupykin
Revision: 103435

upgpkg: opensips 1.10.0-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 21:24:00 UTC (rev 103434)
+++ PKGBUILD2014-01-05 21:24:04 UTC (rev 103435)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=1.9.1
-pkgrel=2
+pkgver=1.10.0
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.service)
-md5sums=('0b7b93f4df29a96daedf12e490e7ec86'
+md5sums=('5cbccda321940c51baed798f2f6c5b1a'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {



[arch-commits] Commit in opensips/trunk (PKGBUILD)

2014-01-10 Thread Sergej Pupykin
Date: Friday, January 10, 2014 @ 11:51:30
  Author: spupykin
Revision: 103706

upgpkg: opensips 1.10.0-2

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-10 10:51:26 UTC (rev 103705)
+++ PKGBUILD2014-01-10 10:51:30 UTC (rev 103706)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=1.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -46,7 +46,7 @@
 
   make \
include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 LIBDIR=lib
+   TLS=1 LIBDIR=lib PREFIX=/usr
 }
 
 package() {
@@ -54,7 +54,7 @@
 
   make \
include_modules="ldap db_mysql db_postgres db_unixodbc presence 
presence_xml h350" \
-   TLS=1 DESTDIR=$pkgdir/usr LIBDIR=lib install
+   TLS=1 BASEDIR=$pkgdir PREFIX=/usr LIBDIR=lib install
 
   # Conforms to the arch packaging standards 
(http://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
   mkdir -p $pkgdir/etc/



[arch-commits] Commit in opensips/trunk (PKGBUILD)

2014-07-09 Thread Sergej Pupykin
Date: Wednesday, July 9, 2014 @ 12:05:55
  Author: spupykin
Revision: 115356

upgpkg: opensips 1.11.2-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-09 10:05:46 UTC (rev 115355)
+++ PKGBUILD2014-07-09 10:05:55 UTC (rev 115356)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=1.10.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.service)
-md5sums=('168d005f6c8706665877aa82f01afbae'
+md5sums=('e1af6d4b4837562c0d4bb0fb92a6d8a4'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {



[arch-commits] Commit in opensips/trunk (PKGBUILD)

2015-05-27 Thread Sergej Pupykin
Date: Wednesday, May 27, 2015 @ 09:57:34
  Author: spupykin
Revision: 134213

upgpkg: opensips 2.1.0-3

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-27 07:57:30 UTC (rev 134212)
+++ PKGBUILD2015-05-27 07:57:34 UTC (rev 134213)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -45,7 +45,7 @@
   patch -p1 <$srcdir/remove-inline.patch
 }
 
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd"
+_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd tm rr"
 
 build() {
   cd $srcdir/$pkgname-$pkgver/


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2016-02-05 Thread Sergej Pupykin
Date: Friday, February 5, 2016 @ 12:28:39
  Author: spupykin
Revision: 160402

upgpkg: opensips 2.1.2-2

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-05 11:28:36 UTC (rev 160401)
+++ PKGBUILD2016-02-05 11:28:39 UTC (rev 160402)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2015-10-28 Thread Sergej Pupykin
Date: Wednesday, October 28, 2015 @ 14:05:28
  Author: spupykin
Revision: 145195

upgpkg: opensips 2.1.1-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-28 13:05:09 UTC (rev 145194)
+++ PKGBUILD2015-10-28 13:05:28 UTC (rev 145195)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.1.0
-pkgrel=4
+pkgver=2.1.1
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -26,7 +26,7 @@
 source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
remove-inline.patch
opensips.service)
-md5sums=('68375c1b6cb546ad2c036b5a1c5b31b9'
+md5sums=('ea7b3d394eb7461e172af4b900f19b70'
  '3771f5720c54c7fe3326611f9b57013d'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
@@ -42,7 +42,7 @@
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
 
-  patch -p1 <$srcdir/remove-inline.patch
+#  patch -p1 <$srcdir/remove-inline.patch
 }
 
 _modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd tm rr"


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2015-09-09 Thread Evangelos Foutras
Date: Thursday, September 10, 2015 @ 08:54:07
  Author: foutrelis
Revision: 139779

ncurses 6.0 rebuild.

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-10 06:38:00 UTC (rev 139778)
+++ PKGBUILD2015-09-10 06:54:07 UTC (rev 139779)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2016-03-04 Thread Bartłomiej Piotrowski
Date: Friday, March 4, 2016 @ 12:23:41
  Author: bpiotrowski
Revision: 164730

OpenSSL 1.0.2g rebuild

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-04 11:20:21 UTC (rev 164729)
+++ PKGBUILD2016-03-04 11:23:41 UTC (rev 164730)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2016-06-28 Thread Sergej Pupykin
Date: Tuesday, June 28, 2016 @ 11:49:50
  Author: spupykin
Revision: 181493

upgpkg: opensips 2.2.0-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-28 11:49:46 UTC (rev 181492)
+++ PKGBUILD2016-06-28 11:49:50 UTC (rev 181493)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(http://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-md5sums=('f7590fde5d99fffe05659442073d750c'
+md5sums=('0f899863500b3b02ef03f87c7f75bdf1'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {
@@ -70,6 +70,8 @@
   cd $pkgdir/usr/lib/opensips/opensipsctl
   find -type f -exec sed -i "s#$pkgdir##" {} \;
 
+  mv $pkgdir/usr/sbin $pkgdir/usr/bin
+
   cd $pkgdir/usr/bin
   sed -i "s#$pkgdir##" opensipsctl opensipsdbctl osipsconsole
 


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2017-01-10 Thread Sergej Pupykin
Date: Tuesday, January 10, 2017 @ 17:07:11
  Author: spupykin
Revision: 206601

upgpkg: opensips 2.2.2-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-10 17:07:06 UTC (rev 206600)
+++ PKGBUILD2017-01-10 17:07:11 UTC (rev 206601)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.2.0
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('9a4aa5fa7c1447d98057be95c9164303b9e4829540d863f009e8678c8fe6bd08'
+sha256sums=('a21777b37c3669617d24b97697dc3f4e613ec87b292f4541cf956a2d539e70c4'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2016-11-14 Thread Sergej Pupykin
Date: Monday, November 14, 2016 @ 17:04:17
  Author: spupykin
Revision: 195794

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 17:03:57 UTC (rev 195793)
+++ PKGBUILD2016-11-14 17:04:17 UTC (rev 195794)
@@ -23,10 +23,10 @@
 license=('GPL')
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
+source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-md5sums=('0f899863500b3b02ef03f87c7f75bdf1'
- '35cdcb3692f6925236fd5fe7e9484c58')
+sha256sums=('9a4aa5fa7c1447d98057be95c9164303b9e4829540d863f009e8678c8fe6bd08'
+'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver/


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2017-03-13 Thread Sergej Pupykin
Date: Monday, March 13, 2017 @ 11:34:52
  Author: spupykin
Revision: 216074

upgpkg: opensips 2.2.2-3

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-13 11:34:48 UTC (rev 216073)
+++ PKGBUILD2017-03-13 11:34:52 UTC (rev 216074)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.2.2
-pkgrel=1
+pkgrel=3
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -41,7 +41,7 @@
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
 }
 
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd tm rr"
+_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver/


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2017-04-25 Thread Sergej Pupykin
Date: Tuesday, April 25, 2017 @ 12:11:19
  Author: spupykin
Revision: 225288

upgpkg: opensips 2.2.3-1

upd

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-25 11:29:25 UTC (rev 225287)
+++ PKGBUILD2017-04-25 12:11:19 UTC (rev 225288)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.2.2
-pkgrel=4
+pkgver=2.2.3
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -26,7 +26,7 @@
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service
port-tls-1.1.0.patch)
-sha256sums=('a21777b37c3669617d24b97697dc3f4e613ec87b292f4541cf956a2d539e70c4'
+sha256sums=('ccf540f7aae4335a8319b83f6cb87b562e665991fe1c2adc4e8eb4d4f3042dd7'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819'
 '1ad2558c329a1b41948ff9ef1c8169289b38500ce8183e50bae653ef82afdbec')
 


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2017-05-25 Thread Evangelos Foutras
Date: Thursday, May 25, 2017 @ 22:48:50
  Author: foutrelis
Revision: 230309

MariaDB 10.2.6 rebuild

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-25 22:44:12 UTC (rev 230308)
+++ PKGBUILD2017-05-25 22:48:50 UTC (rev 230309)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2020-08-29 Thread Sergej Pupykin via arch-commits
Date: Saturday, August 29, 2020 @ 20:58:12
  Author: spupykin
Revision: 692233

upgpkg: opensips 3.1.0-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-08-29 20:57:22 UTC (rev 692232)
+++ PKGBUILD2020-08-29 20:58:12 UTC (rev 692233)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=3.0.2
+pkgver=3.1.0
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="https://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('b780ee14288fad9145f7943f09a0de1bb8414598a511dec826d5fad86c869dcc'
+sha256sums=('4e9784f3a16a93e79989cc3259b68e7ebc52f427bcfbe5c791734bb86f7265be'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:15:53
  Author: spupykin
Revision: 594170

upgpkg: opensips 3.0.2-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:15:44 UTC (rev 594169)
+++ PKGBUILD2020-03-11 11:15:53 UTC (rev 594170)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="https://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('068f363f6df77381244ecaeafa58fe261025be9928b72cad19618ca7877ef403'
+sha256sums=('b780ee14288fad9145f7943f09a0de1bb8414598a511dec826d5fad86c869dcc'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2019-12-02 Thread Sergej Pupykin via arch-commits
Date: Monday, December 2, 2019 @ 20:35:34
  Author: spupykin
Revision: 534762

upgpkg: opensips 3.0.1-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 20:34:16 UTC (rev 534761)
+++ PKGBUILD2019-12-02 20:35:34 UTC (rev 534762)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=3.0.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="https://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('9f10001377b9457cb6abf0852b7eae97edf45520c1cafc6b6284d40647eccbae'
+sha256sums=('068f363f6df77381244ecaeafa58fe261025be9928b72cad19618ca7877ef403'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2018-02-19 Thread Sergej Pupykin via arch-commits
Date: Monday, February 19, 2018 @ 09:30:55
  Author: spupykin
Revision: 296351

upgpkg: opensips 2.3.3-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-19 09:30:44 UTC (rev 296350)
+++ PKGBUILD2018-02-19 09:30:55 UTC (rev 296351)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.3.2
+pkgver=2.3.3
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('467ec4a7ac0187872b26485a893bed15753506624a2af3592f1a093c5cbea16a'
+sha256sums=('0cccf1680c8951f30ee4062ce1e31586a668a0ecf9fa50f544ac1a957213e0cf'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2019-06-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, June 26, 2019 @ 11:31:50
  Author: spupykin
Revision: 484450

upgpkg: opensips 3.0.0-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 2 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-26 11:31:43 UTC (rev 484449)
+++ PKGBUILD2019-06-26 11:31:50 UTC (rev 484450)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.4.5
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="https://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('7a25f14dc21b587e6f5e2bcb4d70ad769a7a0c390f5d7c0c70afa6fb5094be46'
+sha256sums=('9f10001377b9457cb6abf0852b7eae97edf45520c1cafc6b6284d40647eccbae'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {
@@ -66,14 +66,8 @@
   cd "$pkgdir"/usr/share
   find -type f -exec sed -i "s#"$pkgdir"##" {} \;
 
-  cd "$pkgdir"/usr/lib/opensips/opensipsctl
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
   mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin
 
-  cd "$pkgdir"/usr/bin
-  sed -i "s#"$pkgdir"##" opensipsctl opensipsdbctl osipsconsole
-
   cd "$pkgdir"/etc
   find -type f -exec sed -i "s#"$pkgdir"##" {} \;
 


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2019-03-18 Thread Sergej Pupykin via arch-commits
Date: Monday, March 18, 2019 @ 12:02:08
  Author: spupykin
Revision: 442451

upgpkg: opensips 2.4.5-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-18 12:01:49 UTC (rev 442450)
+++ PKGBUILD2019-03-18 12:02:08 UTC (rev 442451)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('a53cf6eec1e8a8d97502b0f5c87a232801550a7edef931a1d371df7468ddaefa'
+sha256sums=('7a25f14dc21b587e6f5e2bcb4d70ad769a7a0c390f5d7c0c70afa6fb5094be46'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2018-12-14 Thread Sergej Pupykin via arch-commits
Date: Friday, December 14, 2018 @ 08:05:12
  Author: spupykin
Revision: 416217

upgpkg: opensips 2.4.3-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 07:51:09 UTC (rev 416216)
+++ PKGBUILD2018-12-14 08:05:12 UTC (rev 416217)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('47295abcaa145f7da2627d558b6a25945141cfd430af6bcaea63bf6124f26071'
+sha256sums=('71923207569185a22080c9035c613b2581257b677c2ff75dbf96eae18f57fd1d'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2019-01-16 Thread Felix Yan via arch-commits
Date: Wednesday, January 16, 2019 @ 14:52:01
  Author: felixonmars
Revision: 423535

MariaDB 10.3 rebuild

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-16 14:51:41 UTC (rev 423534)
+++ PKGBUILD2019-01-16 14:52:01 UTC (rev 423535)
@@ -2,7 +2,7 @@
 
 pkgname=opensips
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2019-01-18 Thread Sergej Pupykin via arch-commits
Date: Friday, January 18, 2019 @ 17:35:37
  Author: spupykin
Revision: 424158

upgpkg: opensips 2.4.4-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-18 17:04:04 UTC (rev 424157)
+++ PKGBUILD2019-01-18 17:35:37 UTC (rev 424158)
@@ -1,12 +1,12 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'mariadb-libs'
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
 'lynx' 'libxslt' 'libmicrohttpd')
 optdepends=('postgresql-libs'
'unixodbc'
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('71923207569185a22080c9035c613b2581257b677c2ff75dbf96eae18f57fd1d'
+sha256sums=('a53cf6eec1e8a8d97502b0f5c87a232801550a7edef931a1d371df7468ddaefa'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2018-10-31 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 31, 2018 @ 13:49:06
  Author: spupykin
Revision: 400236

upgpkg: opensips 2.4.2-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-31 13:22:36 UTC (rev 400235)
+++ PKGBUILD2018-10-31 13:49:06 UTC (rev 400236)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('70f94c3f153f9abaff94517a0a86bcb6eae4d0a5c255af3e115dfd4def723177'
+sha256sums=('47295abcaa145f7da2627d558b6a25945141cfd430af6bcaea63bf6124f26071'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD)

2018-06-06 Thread Sergej Pupykin via arch-commits
Date: Wednesday, June 6, 2018 @ 16:07:02
  Author: spupykin
Revision: 341314

upgpkg: opensips 2.4.1-1

Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-06 16:06:56 UTC (rev 341313)
+++ PKGBUILD2018-06-06 16:07:02 UTC (rev 341314)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.3.3
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -25,7 +25,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('0cccf1680c8951f30ee4062ce1e31586a668a0ecf9fa50f544ac1a957213e0cf'
+sha256sums=('70f94c3f153f9abaff94517a0a86bcb6eae4d0a5c255af3e115dfd4def723177'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in opensips/trunk (PKGBUILD opensips.service)

2013-03-04 Thread Sergej Pupykin
Date: Monday, March 4, 2013 @ 14:14:45
  Author: spupykin
Revision: 85658

upgpkg: opensips 1.8.1-5

upd

Modified:
  opensips/trunk/PKGBUILD
  opensips/trunk/opensips.service

--+
 PKGBUILD |4 ++--
 opensips.service |2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-04 13:08:37 UTC (rev 85657)
+++ PKGBUILD2013-03-04 13:14:45 UTC (rev 85658)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=1.8.1
-pkgrel=4
+pkgrel=5
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -28,7 +28,7 @@
opensips.service)
 md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
  '685fbe00826df1285b410d4610dcbb0c'
- '0d80ef75b5c10324e6db790b7741c2eb')
+ '7b786d758fe3174af34e2ced44b549e7')
 
 build()
 {

Modified: opensips.service
===
--- opensips.service2013-03-04 13:08:37 UTC (rev 85657)
+++ opensips.service2013-03-04 13:14:45 UTC (rev 85658)
@@ -5,7 +5,7 @@
 [Service]
 Type=forking
 PIDFile=/var/run/opensips.pid
-ExecStart=/usr/bin/opensips -f /etc/opensips/opensips.cfg -w /var/tmp -P 
/var/run/opensips.pid
+ExecStart=/usr/sbin/opensips -f /etc/opensips/opensips.cfg -w /var/tmp -P 
/var/run/opensips.pid
 
 [Install]
 WantedBy=multi-user.target



[arch-commits] Commit in opensips/trunk (PKGBUILD remove-inline.patch)

2015-05-25 Thread Sergej Pupykin
Date: Monday, May 25, 2015 @ 17:26:21
  Author: spupykin
Revision: 134063

upgpkg: opensips 2.1.0-2

upd

Added:
  opensips/trunk/remove-inline.patch
Modified:
  opensips/trunk/PKGBUILD

-+
 PKGBUILD|2 
 remove-inline.patch |  157 ++
 2 files changed, 158 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 15:04:34 UTC (rev 134062)
+++ PKGBUILD2015-05-25 15:26:21 UTC (rev 134063)
@@ -8,7 +8,7 @@
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
 makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt')
+'lynx' 'libxslt' 'libmicrohttpd')
 optdepends=('postgresql-libs'
'unixodbc'
'libldap'

Added: remove-inline.patch
===
--- remove-inline.patch (rev 0)
+++ remove-inline.patch 2015-05-25 15:26:21 UTC (rev 134063)
@@ -0,0 +1,157 @@
+diff -wbBur opensips-2.1.0/db/db_insertq.c opensips-2.1.0.my/db/db_insertq.c
+--- opensips-2.1.0/db/db_insertq.c 2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/db/db_insertq.c  2015-05-25 16:57:42.010460560 +0300
+@@ -534,7 +534,7 @@
+ }
+ 
+ /* clean shm memory used by the rows */
+-inline void cleanup_rows(db_val_t **rows)
++void cleanup_rows(db_val_t **rows)
+ {
+   int i;
+ 
+diff -wbBur opensips-2.1.0/db/db_insertq.h opensips-2.1.0.my/db/db_insertq.h
+--- opensips-2.1.0/db/db_insertq.h 2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/db/db_insertq.h  2015-05-25 16:57:34.480593553 +0300
+@@ -92,7 +92,7 @@
+   lock_release((entry)->lock); \
+   } while (0)
+ 
+-inline void cleanup_rows(db_val_t **rows);
++void cleanup_rows(db_val_t **rows);
+ void handle_ql_shutdown(void);
+ 
+ #endif
+diff -wbBur opensips-2.1.0/dprint.c opensips-2.1.0.my/dprint.c
+--- opensips-2.1.0/dprint.c2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/dprint.c 2015-05-25 16:57:11.490999596 +0300
+@@ -119,18 +119,18 @@
+ }
+ 
+ /* change the actual log level of the current process */
+-inline void set_proc_debug_level(int level)
++void set_proc_debug_level(int level)
+ {
+   __set_proc_debug_level(process_no, level);
+ }
+ 
+ /* change the actual log level of a given process */
+-inline void __set_proc_debug_level(int proc_idx, int level)
++void __set_proc_debug_level(int proc_idx, int level)
+ {
+   pt[proc_idx].debug = level;
+ }
+ 
+-inline void set_global_debug_level(int level)
++void set_global_debug_level(int level)
+ {
+   int i;
+ 
+@@ -140,7 +140,7 @@
+   }
+ }
+ 
+-inline void reset_proc_debug_level(void)
++void reset_proc_debug_level(void)
+ {
+   *debug = *default_debug;
+ }
+diff -wbBur opensips-2.1.0/dprint.h opensips-2.1.0.my/dprint.h
+--- opensips-2.1.0/dprint.h2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/dprint.h 2015-05-25 16:57:21.624153957 +0300
+@@ -117,21 +117,21 @@
+ int str2facility(char *s);
+ 
+ /* set the current and default log levels for all OpenSIPS processes */
+-inline void set_global_debug_level(int level);
++void set_global_debug_level(int level);
+ 
+ /* set the log level of the current process */
+-inline void set_proc_debug_level(int level);
++void set_proc_debug_level(int level);
+ 
+ /*
+  * set the (default) log level of a given process
+  *
+  * Note: the index param is not validated!
+  */
+-inline void __set_proc_debug_level(int proc_idx, int level);
+-inline void __set_proc_default_debug(int proc_idx, int level);
++void __set_proc_debug_level(int proc_idx, int level);
++void __set_proc_default_debug(int proc_idx, int level);
+ 
+ /* changes the logging level to the default value for the current process */
+-inline void reset_proc_debug_level(void);
++void reset_proc_debug_level(void);
+ 
+ inline static char* dp_time(void)
+ {
+diff -wbBur opensips-2.1.0/mem/mem.c opensips-2.1.0.my/mem/mem.c
+--- opensips-2.1.0/mem/mem.c   2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/mem/mem.c2015-05-25 16:55:03.996584777 +0300
+@@ -166,7 +166,7 @@
+   event_pkg_pending = 0;
+ }
+ 
+-inline void pkg_threshold_check(void)
++void pkg_threshold_check(void)
+ {
+   long pkg_perc, used, size;
+ 
+diff -wbBur opensips-2.1.0/mem/meminfo.h opensips-2.1.0.my/mem/meminfo.h
+--- opensips-2.1.0/mem/meminfo.h   2015-04-22 11:20:03.0 +0300
 opensips-2.1.0.my/mem/meminfo.h2015-05-25 16:54:49.196846178 +0300
+@@ -44,7 +44,7 @@
+ // threshold percentage checked
+ extern long event_pkg_threshold;
+ // events are used only if STATISTICS are used
+-inline void pkg_threshold_check(void);
++void pkg_threshold_check(void);
+ #else
+  #define pkg_threshold_check()
+ #endif /* STATISTICS */
+diff -wbBur opensips-2.1.0/resolve.c opensips-2.1.0.my/resolve.c
+--- 

[arch-commits] Commit in opensips/trunk (PKGBUILD remove-inline.patch)

2016-01-20 Thread Sergej Pupykin
Date: Wednesday, January 20, 2016 @ 17:38:38
  Author: spupykin
Revision: 158323

upgpkg: opensips 2.1.2-1

upd

Modified:
  opensips/trunk/PKGBUILD
Deleted:
  opensips/trunk/remove-inline.patch

-+
 PKGBUILD|   10 ---
 remove-inline.patch |  157 --
 2 files changed, 3 insertions(+), 164 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 16:38:35 UTC (rev 158322)
+++ PKGBUILD2016-01-20 16:38:38 UTC (rev 158323)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
@@ -23,11 +23,9 @@
 license=('GPL')
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}.tar.gz
-   remove-inline.patch
+source=(http://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-md5sums=('ea7b3d394eb7461e172af4b900f19b70'
- '3771f5720c54c7fe3326611f9b57013d'
+md5sums=('f7590fde5d99fffe05659442073d750c'
  '35cdcb3692f6925236fd5fe7e9484c58')
 
 prepare() {
@@ -41,8 +39,6 @@
 
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-
-#  patch -p1 <$srcdir/remove-inline.patch
 }
 
 _modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops db_http httpd tm rr"

Deleted: remove-inline.patch
===
--- remove-inline.patch 2016-01-20 16:38:35 UTC (rev 158322)
+++ remove-inline.patch 2016-01-20 16:38:38 UTC (rev 158323)
@@ -1,157 +0,0 @@
-diff -wbBur opensips-2.1.0/db/db_insertq.c opensips-2.1.0.my/db/db_insertq.c
 opensips-2.1.0/db/db_insertq.c 2015-04-22 11:20:03.0 +0300
-+++ opensips-2.1.0.my/db/db_insertq.c  2015-05-25 16:57:42.010460560 +0300
-@@ -534,7 +534,7 @@
- }
- 
- /* clean shm memory used by the rows */
--inline void cleanup_rows(db_val_t **rows)
-+void cleanup_rows(db_val_t **rows)
- {
-   int i;
- 
-diff -wbBur opensips-2.1.0/db/db_insertq.h opensips-2.1.0.my/db/db_insertq.h
 opensips-2.1.0/db/db_insertq.h 2015-04-22 11:20:03.0 +0300
-+++ opensips-2.1.0.my/db/db_insertq.h  2015-05-25 16:57:34.480593553 +0300
-@@ -92,7 +92,7 @@
-   lock_release((entry)->lock); \
-   } while (0)
- 
--inline void cleanup_rows(db_val_t **rows);
-+void cleanup_rows(db_val_t **rows);
- void handle_ql_shutdown(void);
- 
- #endif
-diff -wbBur opensips-2.1.0/dprint.c opensips-2.1.0.my/dprint.c
 opensips-2.1.0/dprint.c2015-04-22 11:20:03.0 +0300
-+++ opensips-2.1.0.my/dprint.c 2015-05-25 16:57:11.490999596 +0300
-@@ -119,18 +119,18 @@
- }
- 
- /* change the actual log level of the current process */
--inline void set_proc_debug_level(int level)
-+void set_proc_debug_level(int level)
- {
-   __set_proc_debug_level(process_no, level);
- }
- 
- /* change the actual log level of a given process */
--inline void __set_proc_debug_level(int proc_idx, int level)
-+void __set_proc_debug_level(int proc_idx, int level)
- {
-   pt[proc_idx].debug = level;
- }
- 
--inline void set_global_debug_level(int level)
-+void set_global_debug_level(int level)
- {
-   int i;
- 
-@@ -140,7 +140,7 @@
-   }
- }
- 
--inline void reset_proc_debug_level(void)
-+void reset_proc_debug_level(void)
- {
-   *debug = *default_debug;
- }
-diff -wbBur opensips-2.1.0/dprint.h opensips-2.1.0.my/dprint.h
 opensips-2.1.0/dprint.h2015-04-22 11:20:03.0 +0300
-+++ opensips-2.1.0.my/dprint.h 2015-05-25 16:57:21.624153957 +0300
-@@ -117,21 +117,21 @@
- int str2facility(char *s);
- 
- /* set the current and default log levels for all OpenSIPS processes */
--inline void set_global_debug_level(int level);
-+void set_global_debug_level(int level);
- 
- /* set the log level of the current process */
--inline void set_proc_debug_level(int level);
-+void set_proc_debug_level(int level);
- 
- /*
-  * set the (default) log level of a given process
-  *
-  * Note: the index param is not validated!
-  */
--inline void __set_proc_debug_level(int proc_idx, int level);
--inline void __set_proc_default_debug(int proc_idx, int level);
-+void __set_proc_debug_level(int proc_idx, int level);
-+void __set_proc_default_debug(int proc_idx, int level);
- 
- /* changes the logging level to the default value for the current process */
--inline void reset_proc_debug_level(void);
-+void reset_proc_debug_level(void);
- 
- inline static char* dp_time(void)
- {
-diff -wbBur opensips-2.1.0/mem/mem.c opensips-2.1.0.my/mem/mem.c
 opensips-2.1.0/mem/mem.c   2015-04-22 11:20:03.0 +0300
-+++ opensips-2.1.0.my/mem/mem.c2015-05-25 16:55:03.996584777 +0300
-@@ -166,7 +166,7 @@

[arch-commits] Commit in opensips/trunk (PKGBUILD port-tls-1.1.0.patch)

2017-03-20 Thread Jan de Groot
Date: Monday, March 20, 2017 @ 15:25:02
  Author: jgc
Revision: 217662

upgpkg: opensips 2.2.2-4

OpenSSL 1.1

Added:
  opensips/trunk/port-tls-1.1.0.patch
Modified:
  opensips/trunk/PKGBUILD

--+
 PKGBUILD |   12 -
 port-tls-1.1.0.patch |  446 +
 2 files changed, 454 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 15:23:42 UTC (rev 217661)
+++ PKGBUILD2017-03-20 15:25:02 UTC (rev 217662)
@@ -3,7 +3,7 @@
 
 pkgname=opensips
 pkgver=2.2.2
-pkgrel=3
+pkgrel=4
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -17,7 +17,7 @@
'python2'
'pcre')
 backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/dictionary.radius"
+   "etc/opensips/osipsconsolerc"
"etc/opensips/opensipsctlrc")
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -24,9 +24,11 @@
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   opensips.service)
+   opensips.service
+   port-tls-1.1.0.patch)
 sha256sums=('a21777b37c3669617d24b97697dc3f4e613ec87b292f4541cf956a2d539e70c4'
-'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
+'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819'
+'1ad2558c329a1b41948ff9ef1c8169289b38500ce8183e50bae653ef82afdbec')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver/
@@ -39,6 +41,8 @@
 
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
+
+  patch -Np1 -i ../port-tls-1.1.0.patch
 }
 
 _modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"

Added: port-tls-1.1.0.patch
===
--- port-tls-1.1.0.patch(rev 0)
+++ port-tls-1.1.0.patch2017-03-20 15:25:02 UTC (rev 217662)
@@ -0,0 +1,446 @@
+Description: Port tls_mgm module to openssl 1.1.0.
+Author: Răzvan Crainea 
+Last-Update: 2016-12-01
+--- a/modules/tls_mgm/tls.h
 b/modules/tls_mgm/tls.h
+@@ -64,41 +64,50 @@
+   #warning ""
+ #endif
+ 
+-static int tls_static_locks_no=0;
+-static gen_lock_set_t* tls_static_locks=NULL;
+-
+ static SSL_METHOD *ssl_methods[TLS_USE_TLSv1_2 + 1];
+ 
+ #define VERIFY_DEPTH_S 3
+ 
+ 
+-struct CRYPTO_dynlock_value {
+-  gen_lock_t lock;
+-};
+-
+-static unsigned long tls_get_id(void)
+-{
+-  return my_pid();
+-}
+-
+ /*
+  * Wrappers around OpenSIPS shared memory functions
+  * (which can be macros)
+  */
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++static void* os_malloc(size_t size, const char *file, int line)
++#else
+ static void* os_malloc(size_t size)
++#endif
+ {
++#if (defined DBG_MALLOC  && OPENSSL_VERSION_NUMBER >= 0x1010L)
++  return _shm_malloc(size, file, __FUNCTION__, line);
++#else
+   return shm_malloc(size);
++#endif
+ }
+ 
+ 
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++static void* os_realloc(void *ptr, size_t size, const char *file, int line)
++#else
+ static void* os_realloc(void *ptr, size_t size)
++#endif
+ {
++#if (defined DBG_MALLOC  && OPENSSL_VERSION_NUMBER >= 0x1010L)
++  return _shm_realloc(ptr, size, file, __FUNCTION__, line);
++#else
+   return shm_realloc(ptr, size);
++#endif
+ }
+ 
+ 
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++static void os_free(void *ptr, const char *file, int line)
++#else
+ static void os_free(void *ptr)
++#endif
+ {
++  /* TODO: also handle free file and line */
+   if (ptr)
+   shm_free(ptr);
+ }
+@@ -106,21 +115,17 @@
+ 
+ 
+ 
+-static void tls_static_locks_ops(int mode, int n, const char* file, int line)
+-{
+-  if (n<0 || n>tls_static_locks_no) {
+-  LM_ERR("BUG - SSL Lib attempting to acquire bogus lock\n");
+-  abort();
+-  }
++/* these locks can not be used in 1.1.0, because the interface has changed */
++#if OPENSSL_VERSION_NUMBER < 0x1010L
++struct CRYPTO_dynlock_value {
++  gen_lock_t lock;
++};
+ 
+-  if (mode & CRYPTO_LOCK) {
+-  lock_set_get(tls_static_locks,n);
+-  } else {
+-  lock_set_release(tls_static_locks,n);
+-  }
++static unsigned long tls_get_id(void)
++{
++  return my_pid();
+ }
+ 
+-
+ static struct CRYPTO_dynlock_value* tls_dyn_lock_create(const char* file,
+   
int line)
+ {
+@@ -158,5 +163,6 @@
+   lock_destroy(&dyn_lock->lock);
+   shm_free(dyn_lock);
+ }
++#endif
+ 
+ #endif /* _PROTO_TLS_H_ */
+--- a/modules/tls_mgm/tls_con

[arch-commits] Commit in opensips/trunk (PKGBUILD port-tls-1.1.0.patch)

2018-01-05 Thread Sergej Pupykin via arch-commits
Date: Friday, January 5, 2018 @ 17:01:53
  Author: spupykin
Revision: 279121

upgpkg: opensips 2.3.2-1

Modified:
  opensips/trunk/PKGBUILD
Deleted:
  opensips/trunk/port-tls-1.1.0.patch

--+
 PKGBUILD |   14 -
 port-tls-1.1.0.patch |  446 -
 2 files changed, 5 insertions(+), 455 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-05 17:01:49 UTC (rev 279120)
+++ PKGBUILD2018-01-05 17:01:53 UTC (rev 279121)
@@ -2,8 +2,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.3.2
+pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="http://www.opensips.org";
 depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -24,11 +24,9 @@
 install=opensips.install
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   opensips.service
-   port-tls-1.1.0.patch)
-sha256sums=('ccf540f7aae4335a8319b83f6cb87b562e665991fe1c2adc4e8eb4d4f3042dd7'
-'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819'
-'1ad2558c329a1b41948ff9ef1c8169289b38500ce8183e50bae653ef82afdbec')
+   opensips.service)
+sha256sums=('467ec4a7ac0187872b26485a893bed15753506624a2af3592f1a093c5cbea16a'
+'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver/
@@ -41,8 +39,6 @@
 
   sed -i 's|sbin|bin|g' Makefile
   sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-
-  patch -Np1 -i ../port-tls-1.1.0.patch
 }
 
 _modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"

Deleted: port-tls-1.1.0.patch
===
--- port-tls-1.1.0.patch2018-01-05 17:01:49 UTC (rev 279120)
+++ port-tls-1.1.0.patch2018-01-05 17:01:53 UTC (rev 279121)
@@ -1,446 +0,0 @@
-Description: Port tls_mgm module to openssl 1.1.0.
-Author: Răzvan Crainea 
-Last-Update: 2016-12-01
 a/modules/tls_mgm/tls.h
-+++ b/modules/tls_mgm/tls.h
-@@ -64,41 +64,50 @@
-   #warning ""
- #endif
- 
--static int tls_static_locks_no=0;
--static gen_lock_set_t* tls_static_locks=NULL;
--
- static SSL_METHOD *ssl_methods[TLS_USE_TLSv1_2 + 1];
- 
- #define VERIFY_DEPTH_S 3
- 
- 
--struct CRYPTO_dynlock_value {
--  gen_lock_t lock;
--};
--
--static unsigned long tls_get_id(void)
--{
--  return my_pid();
--}
--
- /*
-  * Wrappers around OpenSIPS shared memory functions
-  * (which can be macros)
-  */
-+#if OPENSSL_VERSION_NUMBER >= 0x1010L
-+static void* os_malloc(size_t size, const char *file, int line)
-+#else
- static void* os_malloc(size_t size)
-+#endif
- {
-+#if (defined DBG_MALLOC  && OPENSSL_VERSION_NUMBER >= 0x1010L)
-+  return _shm_malloc(size, file, __FUNCTION__, line);
-+#else
-   return shm_malloc(size);
-+#endif
- }
- 
- 
-+#if OPENSSL_VERSION_NUMBER >= 0x1010L
-+static void* os_realloc(void *ptr, size_t size, const char *file, int line)
-+#else
- static void* os_realloc(void *ptr, size_t size)
-+#endif
- {
-+#if (defined DBG_MALLOC  && OPENSSL_VERSION_NUMBER >= 0x1010L)
-+  return _shm_realloc(ptr, size, file, __FUNCTION__, line);
-+#else
-   return shm_realloc(ptr, size);
-+#endif
- }
- 
- 
-+#if OPENSSL_VERSION_NUMBER >= 0x1010L
-+static void os_free(void *ptr, const char *file, int line)
-+#else
- static void os_free(void *ptr)
-+#endif
- {
-+  /* TODO: also handle free file and line */
-   if (ptr)
-   shm_free(ptr);
- }
-@@ -106,21 +115,17 @@
- 
- 
- 
--static void tls_static_locks_ops(int mode, int n, const char* file, int line)
--{
--  if (n<0 || n>tls_static_locks_no) {
--  LM_ERR("BUG - SSL Lib attempting to acquire bogus lock\n");
--  abort();
--  }
-+/* these locks can not be used in 1.1.0, because the interface has changed */
-+#if OPENSSL_VERSION_NUMBER < 0x1010L
-+struct CRYPTO_dynlock_value {
-+  gen_lock_t lock;
-+};
- 
--  if (mode & CRYPTO_LOCK) {
--  lock_set_get(tls_static_locks,n);
--  } else {
--  lock_set_release(tls_static_locks,n);
--  }
-+static unsigned long tls_get_id(void)
-+{
-+  return my_pid();
- }
- 
--
- static struct CRYPTO_dynlock_value* tls_dyn_lock_create(const char* file,
-   
int line)
- {
-@@ -158,5 +163,6 @@
-   lock_destroy(&dyn_lock->lock);
-   shm_free(dyn_lock);
- }
-+#endif
- 
- #endif /* _PROTO_TLS_H_ */
 a/modules/tls_mgm/tls_conn_ops.h
-+++ b/modules/tls_mgm/tls_conn_ops.h
-@@ -116,12 +116,14 @@
-   return -1;
-   }
- 
-+#if OPENSSL_VERSI