[Pkg-voip-commits] [pjproject] 05/09: quilt refresh patches

Bernhard Schmidt berni at moszumanska.debian.org
Sat Jun 24 21:01:13 UTC 2017


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

berni pushed a commit to branch experimental-2.6
in repository pjproject.

commit d3df54b0c865a85c3ac05c25a6509f0b03d5d3d5
Author: Bernhard Schmidt <berni at debian.org>
Date:   Sat Jun 24 22:36:22 2017 +0200

    quilt refresh patches
---
 ...1-Remove-pointless-linking-with-libasound.patch |  4 +--
 ...uce-number-of-libraries-linked-with-pjlib.patch | 20 +++++----------
 ...e-number-of-libraries-linked-with-pjmedia.patch | 16 +++++-------
 .../0004-Enable-building-python-bindings.patch     |  4 +--
 ...o-libs-dependency-for-pj-utils-and-pjnath.patch | 12 +++------
 .../0006-Reduce-linkage-of-unused-libraries.patch  | 30 ++++++++--------------
 ...07-add-v5-suffix-to-soname-of-libpjsua2-2.patch |  8 ++----
 ...ero-length-multipart-body-parts-correctly.patch |  4 +--
 ...43-transaction-key-buffer-is-large-enough.patch |  4 +--
 9 files changed, 32 insertions(+), 70 deletions(-)

diff --git a/debian/patches/0001-Remove-pointless-linking-with-libasound.patch b/debian/patches/0001-Remove-pointless-linking-with-libasound.patch
index d4f65e3..20c025b 100644
--- a/debian/patches/0001-Remove-pointless-linking-with-libasound.patch
+++ b/debian/patches/0001-Remove-pointless-linking-with-libasound.patch
@@ -12,11 +12,9 @@ Upstream says: this cannot be merged as-is.
  aconfigure.ac | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
 
-diff --git a/aconfigure.ac b/aconfigure.ac
-index 3c80efa..851b13d 100644
 --- a/aconfigure.ac
 +++ b/aconfigure.ac
-@@ -684,9 +684,7 @@ else
+@@ -726,9 +726,7 @@
  	dnl # Check if ALSA is available
  	ac_pjmedia_snd=alsa
  	AC_SUBST(ac_pa_use_alsa,1)
diff --git a/debian/patches/0002-Reduce-number-of-libraries-linked-with-pjlib.patch b/debian/patches/0002-Reduce-number-of-libraries-linked-with-pjlib.patch
index bcebfcf..17d9fa8 100644
--- a/debian/patches/0002-Reduce-number-of-libraries-linked-with-pjlib.patch
+++ b/debian/patches/0002-Reduce-number-of-libraries-linked-with-pjlib.patch
@@ -10,11 +10,9 @@ libcrypto, libssl and libuuid, but only libpj needs them.
  pjlib/build/Makefile | 2 +-
  3 files changed, 7 insertions(+), 4 deletions(-)
 
-diff --git a/aconfigure.ac b/aconfigure.ac
-index 851b13d..8990936 100644
 --- a/aconfigure.ac
 +++ b/aconfigure.ac
-@@ -113,7 +113,8 @@ AC_CHECK_LIB(winmm,puts)
+@@ -113,7 +113,8 @@
  AC_CHECK_LIB(socket,puts)
  AC_CHECK_LIB(rt,puts)
  AC_CHECK_LIB(m,sin)
@@ -24,22 +22,20 @@ index 851b13d..8990936 100644
  AC_CHECK_LIB(uuid,uuid_generate,[ac_has_uuid_lib=1])
  AC_SEARCH_LIBS(gethostbyname,nsl)
  
-@@ -1585,8 +1586,8 @@ AC_ARG_ENABLE(ssl,
+@@ -1552,8 +1553,8 @@
  		AC_SUBST(libssl_present)
  		AC_SUBST(libcrypto_present)
  		AC_CHECK_HEADER(openssl/ssl.h,[openssl_h_present=1])
 -		AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="-lcrypto $LIBS"])
--		AC_CHECK_LIB(ssl,SSL_library_init,[libssl_present=1 && LIBS="-lssl $LIBS"])
+-		AC_CHECK_LIB(ssl,SSL_CTX_new,[libssl_present=1 && LIBS="-lssl $LIBS"])
 +		AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && PJLIB_EXT="-lcrypto $PJLIB_EXT"])
-+		AC_CHECK_LIB(ssl,SSL_library_init,[libssl_present=1 && PJLIB_EXT="-lssl $PJLIB_EXT"])
++		AC_CHECK_LIB(ssl,SSL_CTX_new,[libssl_present=1 && PJLIB_EXT="-lssl $PJLIB_EXT"])
  		if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then
  	        	AC_MSG_RESULT([OpenSSL library found, SSL support enabled])
- 			# PJSIP_HAS_TLS_TRANSPORT setting follows PJ_HAS_SSL_SOCK
-diff --git a/build.mak.in b/build.mak.in
-index 802211c..70c33c8 100644
+ 			
 --- a/build.mak.in
 +++ b/build.mak.in
-@@ -28,6 +28,8 @@ export APP_THIRD_PARTY_EXT :=
+@@ -28,6 +28,8 @@
  export APP_THIRD_PARTY_LIBS :=
  export APP_THIRD_PARTY_LIB_FILES :=
  
@@ -48,11 +44,9 @@ index 802211c..70c33c8 100644
  ifeq (@ac_external_srtp@,1)
  # External SRTP library
  APP_THIRD_PARTY_EXT += -lsrtp
-diff --git a/pjlib/build/Makefile b/pjlib/build/Makefile
-index 1e64950..2bd2b90 100644
 --- a/pjlib/build/Makefile
 +++ b/pjlib/build/Makefile
-@@ -39,7 +39,7 @@ export PJLIB_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
+@@ -39,7 +39,7 @@
  	string.o timer.o types.o
  export PJLIB_CFLAGS += $(_CFLAGS)
  export PJLIB_CXXFLAGS += $(_CXXFLAGS)
diff --git a/debian/patches/0003-Reduce-number-of-libraries-linked-with-pjmedia.patch b/debian/patches/0003-Reduce-number-of-libraries-linked-with-pjmedia.patch
index c7a5fc0..6448349 100644
--- a/debian/patches/0003-Reduce-number-of-libraries-linked-with-pjmedia.patch
+++ b/debian/patches/0003-Reduce-number-of-libraries-linked-with-pjmedia.patch
@@ -10,11 +10,9 @@ needs them.
  pjmedia/build/Makefile | 3 +++
  2 files changed, 7 insertions(+), 3 deletions(-)
 
-diff --git a/build.mak.in b/build.mak.in
-index 70c33c8..f467dd2 100644
 --- a/build.mak.in
 +++ b/build.mak.in
-@@ -62,7 +62,7 @@ endif
+@@ -62,7 +62,7 @@
  ifneq (@ac_no_gsm_codec@,1)
  ifeq (@ac_external_gsm@,1)
  # External GSM library
@@ -23,7 +21,7 @@ index 70c33c8..f467dd2 100644
  else
  APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libgsmcodec-$(LIB_SUFFIX)
  ifeq ($(PJ_SHARED_LIBRARIES),)
-@@ -76,7 +76,8 @@ endif
+@@ -76,7 +76,8 @@
  
  ifneq (@ac_no_speex_codec@,1)
  ifeq (@ac_external_speex@,1)
@@ -33,7 +31,7 @@ index 70c33c8..f467dd2 100644
  else
  APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libspeex-$(LIB_SUFFIX)
  ifeq ($(PJ_SHARED_LIBRARIES),)
-@@ -111,7 +112,7 @@ endif
+@@ -111,7 +112,7 @@
  ifneq ($(findstring pa, at ac_pjmedia_snd@),)
  ifeq (@ac_external_pa@,1)
  # External PA
@@ -42,11 +40,9 @@ index 70c33c8..f467dd2 100644
  else
  APP_THIRD_PARTY_LIB_FILES += $(PJ_DIR)/third_party/lib/libportaudio-$(LIB_SUFFIX)
  ifeq ($(PJ_SHARED_LIBRARIES),)
-diff --git a/pjmedia/build/Makefile b/pjmedia/build/Makefile
-index 53faa2d..f7ad4cd 100644
 --- a/pjmedia/build/Makefile
 +++ b/pjmedia/build/Makefile
-@@ -82,6 +82,7 @@ export PJMEDIA_CXXFLAGS += $(_CXXFLAGS)
+@@ -82,6 +82,7 @@
  export PJMEDIA_LDFLAGS += $(PJLIB_LDLIB) \
  			  $(PJLIB_UTIL_LDLIB) \
  			  $(PJNATH_LDLIB) \
@@ -54,7 +50,7 @@ index 53faa2d..f7ad4cd 100644
  			  $(_LDFLAGS)
  
  
-@@ -97,6 +98,7 @@ export PJMEDIA_AUDIODEV_CFLAGS += $(_CFLAGS)
+@@ -97,6 +98,7 @@
  export PJMEDIA_AUDIODEV_CXXFLAGS += $(_CXXFLAGS)
  export PJMEDIA_AUDIODEV_LDFLAGS += $(PJMEDIA_LDLIB) \
  				   $(PJLIB_LDLIB) \
@@ -62,7 +58,7 @@ index 53faa2d..f7ad4cd 100644
  				   $(_LDFLAGS)
  
  
-@@ -146,6 +148,7 @@ export PJMEDIA_CODEC_CXXFLAGS += $(_CXXFLAGS) $(GSM_CFLAGS) $(SPEEX_CFLAGS) \
+@@ -146,6 +148,7 @@
  			$(ILBC_CFLAGS) $(IPP_CFLAGS) $(G7221_CFLAGS)
  export PJMEDIA_CODEC_LDFLAGS += $(PJMEDIA_LDLIB) \
  				$(PJLIB_LDLIB) \
diff --git a/debian/patches/0004-Enable-building-python-bindings.patch b/debian/patches/0004-Enable-building-python-bindings.patch
index 83a69d8..5e281b7 100644
--- a/debian/patches/0004-Enable-building-python-bindings.patch
+++ b/debian/patches/0004-Enable-building-python-bindings.patch
@@ -6,11 +6,9 @@ Subject: Enable building python bindings
  Makefile | 1 +
  1 file changed, 1 insertion(+)
 
-diff --git a/Makefile b/Makefile
-index 20af077..1dfac1f 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -4,6 +4,7 @@ include build/host-$(HOST_NAME).mak
+@@ -4,6 +4,7 @@
  include version.mak
  
  LIB_DIRS = pjlib/build pjlib-util/build pjnath/build third_party/build pjmedia/build pjsip/build
diff --git a/debian/patches/0005-Remove-video-libs-dependency-for-pj-utils-and-pjnath.patch b/debian/patches/0005-Remove-video-libs-dependency-for-pj-utils-and-pjnath.patch
index 8561a78..9f02f08 100644
--- a/debian/patches/0005-Remove-video-libs-dependency-for-pj-utils-and-pjnath.patch
+++ b/debian/patches/0005-Remove-video-libs-dependency-for-pj-utils-and-pjnath.patch
@@ -11,11 +11,9 @@ some projects.
  pjnath/build/Makefile     | 2 +-
  3 files changed, 2 insertions(+), 3 deletions(-)
 
-diff --git a/build.mak.in b/build.mak.in
-index f467dd2..9cd01b1 100644
 --- a/build.mak.in
 +++ b/build.mak.in
-@@ -199,7 +199,6 @@ export APP_LDFLAGS := -L$(PJDIR)/pjlib/lib\
+@@ -213,7 +213,6 @@
  	-L$(PJDIR)/pjmedia/lib\
  	-L$(PJDIR)/pjsip/lib\
  	-L$(PJDIR)/third_party/lib\
@@ -23,11 +21,9 @@ index f467dd2..9cd01b1 100644
  	@LDFLAGS@
  export APP_LDXXFLAGS := $(APP_LDFLAGS)
  
-diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
-index cb601cb..a03a558 100644
 --- a/pjlib-util/build/Makefile
 +++ b/pjlib-util/build/Makefile
-@@ -28,7 +28,7 @@ export _CFLAGS 	:= $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
+@@ -28,7 +28,7 @@
  		   $(CFLAGS) $(CC_INC)../include $(CC_INC)../../pjlib/include
  export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \
  		   $(HOST_CXXFLAGS) $(CXXFLAGS)
@@ -36,11 +32,9 @@ index cb601cb..a03a558 100644
  		   $(APP_LDFLAGS) $(LDFLAGS)
  
  ###############################################################################
-diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
-index 1bc08b5..5f08a8a 100644
 --- a/pjnath/build/Makefile
 +++ b/pjnath/build/Makefile
-@@ -30,7 +30,7 @@ export _CFLAGS 	:= $(CC_CFLAGS) $(OS_CFLAGS) $(HOST_CFLAGS) $(M_CFLAGS) \
+@@ -30,7 +30,7 @@
  		   $(CC_INC)../../pjlib-util/include
  export _CXXFLAGS:= $(_CFLAGS) $(CC_CXXFLAGS) $(OS_CXXFLAGS) $(M_CXXFLAGS) \
  		   $(HOST_CXXFLAGS) $(CXXFLAGS)
diff --git a/debian/patches/0006-Reduce-linkage-of-unused-libraries.patch b/debian/patches/0006-Reduce-linkage-of-unused-libraries.patch
index dd40aae..910ba2d 100644
--- a/debian/patches/0006-Reduce-linkage-of-unused-libraries.patch
+++ b/debian/patches/0006-Reduce-linkage-of-unused-libraries.patch
@@ -14,11 +14,9 @@ Have them linked with the relevant ones explicitly.
  pjnath/build/Makefile     |  3 ++-
  5 files changed, 28 insertions(+), 7 deletions(-)
 
-diff --git a/aconfigure.ac b/aconfigure.ac
-index 8990936..1f847fa 100644
 --- a/aconfigure.ac
 +++ b/aconfigure.ac
-@@ -114,6 +114,11 @@ AC_CHECK_LIB(socket,puts)
+@@ -114,6 +114,11 @@
  AC_CHECK_LIB(rt,puts)
  AC_CHECK_LIB(m,sin)
  AC_SUBST(PJLIB_EXT)
@@ -30,7 +28,7 @@ index 8990936..1f847fa 100644
  AC_CHECK_LIB(uuid,uuid_generate,[PJLIB_EXT="-luuid $PJLIB_EXT"])
  AC_CHECK_LIB(uuid,uuid_generate,[ac_has_uuid_lib=1])
  AC_SEARCH_LIBS(gethostbyname,nsl)
-@@ -1002,7 +1007,9 @@ AC_ARG_ENABLE(sdl,
+@@ -1044,7 +1049,9 @@
  			ac_sdl_cflags=`$SDL_CONFIG --cflags`
  			ac_sdl_cflags="-DPJMEDIA_VIDEO_DEV_HAS_SDL=1 $ac_sdl_cflags"
  			ac_sdl_ldflags=`$SDL_CONFIG --libs`
@@ -41,7 +39,7 @@ index 8990936..1f847fa 100644
  		  else
  			AC_MSG_RESULT([Unsupported SDL version])
  		  fi
-@@ -1141,7 +1148,11 @@ AC_ARG_ENABLE(ffmpeg,
+@@ -1183,7 +1190,11 @@
  			       [[#include <libavformat/avformat.h>]]
  			     )
  				     
@@ -54,7 +52,7 @@ index 8990936..1f847fa 100644
  		export PKG_CONFIG_PATH=$SAVED_PKG_CONFIG_PATH
  	      ]
  	      )
-@@ -1162,7 +1173,10 @@ AC_ARG_ENABLE(v4l2,
+@@ -1204,7 +1215,10 @@
  			     v4l2_open,
  			     [ac_v4l2_cflags="-DPJMEDIA_VIDEO_DEV_HAS_V4L2=1"
  			      ac_v4l2_ldflags="-lv4l2"
@@ -66,7 +64,7 @@ index 8990936..1f847fa 100644
  			     ]
  			     )
  	      ])
-@@ -1664,7 +1678,7 @@ AC_ARG_ENABLE(opencore_amr,
+@@ -1645,7 +1659,7 @@
  		AC_SUBST(opencore_amrnb_h_present)
  		AC_SUBST(opencore_amrnb_present)
  		AC_CHECK_HEADER(opencore-amrnb/interf_enc.h,[opencore_amrnb_h_present=1])
@@ -75,7 +73,7 @@ index 8990936..1f847fa 100644
  		if test "x$opencore_amrnb_h_present" = "x1" -a "x$opencore_amrnb_present" = "x1"; then
  	        	AC_MSG_RESULT([OpenCORE AMR-NB library found, AMR-NB support enabled])
  	        	AC_DEFINE(PJMEDIA_HAS_OPENCORE_AMRNB_CODEC,1)
-@@ -1678,7 +1692,7 @@ AC_ARG_ENABLE(opencore_amr,
+@@ -1659,7 +1673,7 @@
  		AC_SUBST(opencore_amrwb_dec_present)
  		AC_CHECK_HEADER(vo-amrwbenc/enc_if.h,[opencore_amrwb_enc_h_present=1])
  		AC_CHECK_HEADER(opencore-amrwb/dec_if.h,[opencore_amrwb_dec_h_present=1])
@@ -84,11 +82,9 @@ index 8990936..1f847fa 100644
  		AC_CHECK_LIB(vo-amrwbenc,E_IF_init,[opencore_amrwb_enc_present=1 && LIBS="$LIBS -lvo-amrwbenc"])
  		if test "x$opencore_amrwb_enc_h_present" = "x1" -a "x$opencore_amrwb_dec_h_present" = "x1" -a "x$opencore_amrwb_enc_present" = "x1" -a "x$opencore_amrwb_dec_present" = "x1"; then
  	        	AC_MSG_RESULT([OpenCORE AMR-WB library found, AMR-WB support enabled])
-diff --git a/build.mak.in b/build.mak.in
-index 9cd01b1..27d1517 100644
 --- a/build.mak.in
 +++ b/build.mak.in
-@@ -29,6 +29,11 @@ export APP_THIRD_PARTY_LIBS :=
+@@ -29,6 +29,11 @@
  export APP_THIRD_PARTY_LIB_FILES :=
  
  PJLIB_EXT = @PJLIB_EXT@
@@ -100,11 +96,9 @@ index 9cd01b1..27d1517 100644
  
  ifeq (@ac_external_srtp@,1)
  # External SRTP library
-diff --git a/pjlib-util/build/Makefile b/pjlib-util/build/Makefile
-index a03a558..56bc055 100644
 --- a/pjlib-util/build/Makefile
 +++ b/pjlib-util/build/Makefile
-@@ -43,7 +43,7 @@ export PJLIB_UTIL_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
+@@ -43,7 +43,7 @@
  		stun_simple_client.o xml.o
  export PJLIB_UTIL_CFLAGS += $(_CFLAGS)
  export PJLIB_UTIL_CXXFLAGS += $(_CXXFLAGS)
@@ -113,11 +107,9 @@ index a03a558..56bc055 100644
  
  ###############################################################################
  # Defines for building test application
-diff --git a/pjmedia/build/Makefile b/pjmedia/build/Makefile
-index f7ad4cd..4d24cf9 100644
 --- a/pjmedia/build/Makefile
 +++ b/pjmedia/build/Makefile
-@@ -83,6 +83,7 @@ export PJMEDIA_LDFLAGS += $(PJLIB_LDLIB) \
+@@ -83,6 +83,7 @@
  			  $(PJLIB_UTIL_LDLIB) \
  			  $(PJNATH_LDLIB) \
  			  $(PJMEDIA_EXT) \
@@ -125,11 +117,9 @@ index f7ad4cd..4d24cf9 100644
  			  $(_LDFLAGS)
  
  
-diff --git a/pjnath/build/Makefile b/pjnath/build/Makefile
-index 5f08a8a..8fb976d 100644
 --- a/pjnath/build/Makefile
 +++ b/pjnath/build/Makefile
-@@ -43,7 +43,8 @@ export PJNATH_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \
+@@ -43,7 +43,8 @@
  		stun_transaction.o turn_session.o turn_sock.o
  export PJNATH_CFLAGS += $(_CFLAGS)
  export PJNATH_CXXFLAGS += $(_CXXFLAGS)
diff --git a/debian/patches/0007-add-v5-suffix-to-soname-of-libpjsua2-2.patch b/debian/patches/0007-add-v5-suffix-to-soname-of-libpjsua2-2.patch
index 4e56cdf..822b0e8 100644
--- a/debian/patches/0007-add-v5-suffix-to-soname-of-libpjsua2-2.patch
+++ b/debian/patches/0007-add-v5-suffix-to-soname-of-libpjsua2-2.patch
@@ -11,11 +11,9 @@ Remove this patch once the ABI for all libraries has been bumped.
  pjsip/build/Makefile | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/build.mak.in b/build.mak.in
-index 27d1517..cf09e4a 100644
 --- a/build.mak.in
 +++ b/build.mak.in
-@@ -265,7 +265,7 @@ export ADD_LIB_FILES := $(PJ_DIR)/pjsip/lib/libpjsua.$(SHLIB_SUFFIX).$(PJ_VERSIO
+@@ -279,7 +279,7 @@
  
  APP_LIB_FILES += $(ADD_LIB_FILES)
  
@@ -24,11 +22,9 @@ index 27d1517..cf09e4a 100644
  	$(ADD_LIB_FILES)
  endif
  
-diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile
-index a9bd5ad..eef4176 100644
 --- a/pjsip/build/Makefile
 +++ b/pjsip/build/Makefile
-@@ -34,7 +34,7 @@ export PJSIP_SIMPLE_SHLIB := $(PJSIP_SIMPLE_SONAME).$(PJ_VERSION_MAJOR)
+@@ -34,7 +34,7 @@
  export PJSUA_LIB_SONAME := libpjsua.$(SHLIB_SUFFIX)
  export PJSUA_LIB_SHLIB := $(PJSUA_LIB_SONAME).$(PJ_VERSION_MAJOR)
  export PJSUA2_LIB_SONAME := libpjsua2.$(SHLIB_SUFFIX)
diff --git a/debian/patches/asterisk/0019-Parse-zero-length-multipart-body-parts-correctly.patch b/debian/patches/asterisk/0019-Parse-zero-length-multipart-body-parts-correctly.patch
index bd2460d..929444f 100644
--- a/debian/patches/asterisk/0019-Parse-zero-length-multipart-body-parts-correctly.patch
+++ b/debian/patches/asterisk/0019-Parse-zero-length-multipart-body-parts-correctly.patch
@@ -8,11 +8,9 @@ passed to multipart_body_parse_part().
  pjsip/src/pjsip/sip_multipart.c | 16 +++++++++-------
  1 file changed, 9 insertions(+), 7 deletions(-)
 
-diff --git a/pjsip/src/pjsip/sip_multipart.c b/pjsip/src/pjsip/sip_multipart.c
-index cb6b0fb..936dab2 100644
 --- a/pjsip/src/pjsip/sip_multipart.c
 +++ b/pjsip/src/pjsip/sip_multipart.c
-@@ -640,13 +640,15 @@ PJ_DEF(pjsip_msg_body*) pjsip_multipart_parse(pj_pool_t *pool,
+@@ -646,13 +646,15 @@
  
  	end_body = curptr;
  
diff --git a/debian/patches/asterisk/0020-Ensure-2543-transaction-key-buffer-is-large-enough.patch b/debian/patches/asterisk/0020-Ensure-2543-transaction-key-buffer-is-large-enough.patch
index 21218a3..bef0ca3 100644
--- a/debian/patches/asterisk/0020-Ensure-2543-transaction-key-buffer-is-large-enough.patch
+++ b/debian/patches/asterisk/0020-Ensure-2543-transaction-key-buffer-is-large-enough.patch
@@ -9,11 +9,9 @@ entire key.
  pjsip/src/pjsip/sip_transaction.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
-diff --git a/pjsip/src/pjsip/sip_transaction.c b/pjsip/src/pjsip/sip_transaction.c
-index 30b7d40..af9d5f2 100644
 --- a/pjsip/src/pjsip/sip_transaction.c
 +++ b/pjsip/src/pjsip/sip_transaction.c
-@@ -288,7 +288,8 @@ static pj_status_t create_tsx_key_2543( pj_pool_t *pool,
+@@ -288,7 +288,8 @@
      host = &rdata->msg_info.via->sent_by.host;
  
      /* Calculate length required. */

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



More information about the Pkg-voip-commits mailing list