[Pkg-voip-commits] [sipsak] 18/19: Disable RAW support as that breaks timeout handling on high-loads

Victor Seva vseva at moszumanska.debian.org
Wed Aug 31 09:07:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

vseva pushed a commit to branch master
in repository sipsak.

commit 52677182188314450ae520213f6c36966a59ffbe
Author: Guillem Jover <gjover at sipwise.com>
Date:   Tue Aug 30 17:44:09 2016 +0200

    Disable RAW support as that breaks timeout handling on high-loads
    
    Ref: https://github.com/nils-ohlmeier/sipsak/issues/3
---
 debian/changelog | 2 ++
 debian/rules     | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5bf61e1..e1cd3a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,8 @@ sipsak (0.9.6-3) UNRELEASED; urgency=medium
     - 0005-Use-automake-subdir-objects-option.patch
     - 0006-Use-AS_HELP_STRING-instead-of-deprecated-AC_HELP_STR.patch
     - 0007-Fix-stack-protector-check.patch
+  * Disable RAW support as that breaks timeout handling on high-loads,
+    see <https://github.com/nils-ohlmeier/sipsak/issues/3>.
 
  -- Guillem Jover <gjover at sipwise.com>  Mon, 04 Jul 2016 12:19:42 +0200
 
diff --git a/debian/rules b/debian/rules
index e449ab2..1caa78c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,9 @@ config.status: configure
 		$(confflags) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info
+		--infodir=\$${prefix}/share/info \
+		--disable-raw-support \
+		$(nil)
 
 build-indep:
 build-arch: config.status

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/sipsak.git



More information about the Pkg-voip-commits mailing list