[Pkg-voip-commits] [belle-sip] 06/08: Refresh patches for 1.6.3

Dr. Tobias Quathamer toddy at debian.org
Mon Nov 6 13:10:02 UTC 2017


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

toddy pushed a commit to branch master
in repository belle-sip.

commit dc3714ae26e8e26ef491979e62cc19e763284479
Author: Dr. Tobias Quathamer <toddy at debian.org>
Date:   Mon Nov 6 13:42:58 2017 +0100

    Refresh patches for 1.6.3
---
 debian/patches/cmake-zlib.patch          |  2 +-
 debian/patches/fix-spelling-errors.patch | 18 +++++++++---------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/patches/cmake-zlib.patch b/debian/patches/cmake-zlib.patch
index 4bb8621..d93444f 100644
--- a/debian/patches/cmake-zlib.patch
+++ b/debian/patches/cmake-zlib.patch
@@ -2,7 +2,7 @@ Set required library for pkgconfig file to zlib instead of just z
 
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -138,7 +138,7 @@ set(LIBS_PRIVATE "-L${antlr3c_library_pa
+@@ -127,7 +127,7 @@
  get_filename_component(bctoolbox_library_path "${BCTOOLBOX_CORE_LIBRARIES}" PATH)
  set(LIBS_PRIVATE "${LIBS_PRIVATE} -L${bctoolbox_library_path} -lbctoolbox")
  if(ZLIB_FOUND)
diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
index 3c8b199..fc7961e 100644
--- a/debian/patches/fix-spelling-errors.patch
+++ b/debian/patches/fix-spelling-errors.patch
@@ -7,7 +7,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 
 --- a/src/belle_sip_object.c
 +++ b/src/belle_sip_object.c
-@@ -502,7 +502,7 @@ static belle_sip_error_code checked_mars
+@@ -502,7 +502,7 @@
  		/* Case where the object aborted the marshalling because of not enough room.
  		 * Should this happen, it is not allowed to write past buffer end anyway */
  		if (written > buff_size){
@@ -18,7 +18,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	}else{
 --- a/src/belle_sip_uri_impl.c
 +++ b/src/belle_sip_uri_impl.c
-@@ -411,14 +411,14 @@ field values, Request-URI and references
+@@ -411,14 +411,14 @@
  
  
  typedef enum {
@@ -39,7 +39,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	}
 --- a/src/bodyhandler.c
 +++ b/src/bodyhandler.c
-@@ -169,7 +169,7 @@ int belle_sip_body_handler_send_chunk(be
+@@ -170,7 +170,7 @@
  			return BELLE_SIP_STOP;
  		}
  		if (ret==BELLE_SIP_STOP && obj->transfered_size<obj->expected_size){
@@ -50,7 +50,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	}
 --- a/src/belle_sip_utils.c
 +++ b/src/belle_sip_utils.c
-@@ -726,7 +726,7 @@ belle_sip_list_t *belle_sip_parse_direct
+@@ -671,7 +671,7 @@
  	struct dirent *ent;
  
  	if ((dir = opendir(path)) == NULL) {
@@ -61,7 +61,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  
 --- a/src/message.c
 +++ b/src/message.c
-@@ -769,7 +769,7 @@ belle_sip_request_t* belle_sip_request_c
+@@ -769,7 +769,7 @@
  					belle_sip_message_add_header((belle_sip_message_t*)ret,BELLE_SIP_HEADER(extended_header));
  				}
  			} else {
@@ -72,7 +72,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  	}
 --- a/src/belle_sip_loop.c
 +++ b/src/belle_sip_loop.c
-@@ -368,7 +368,7 @@ unsigned long belle_sip_main_loop_add_ti
+@@ -368,7 +368,7 @@
  }
  
  void belle_sip_main_loop_do_later(belle_sip_main_loop_t *ml, belle_sip_callback_t func, void *data){
@@ -83,9 +83,9 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  }
 --- a/src/channel.c
 +++ b/src/channel.c
-@@ -1013,7 +1013,7 @@ static void belle_sip_channel_handle_err
- int belle_sip_channel_notify_timeout(belle_sip_channel_t *obj){
- 	const int too_long=60;
+@@ -1023,7 +1023,7 @@
+ 	}
+ 	
  	if ((int)(belle_sip_time_ms() - obj->last_recv_time) >= (too_long * 1000)){
 -		belle_sip_message("A timeout related to this channel occured and no message received during last %i seconds. This channel is suspect, moving to error state",too_long);
 +		belle_sip_message("A timeout related to this channel occurred and no message received during last %i seconds. This channel is suspect, moving to error state",too_long);

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



More information about the Pkg-voip-commits mailing list