The changelog for the latest version of asterisk mostly brings bugfixes for 
ConfBridge, resolves deadlocks between pending CDR and batch CDR locks, 
prevents DoS in HTTP server and prevents buffer overflow through H.264 
negotiation.

Signed-off-by: Jiri Slachta <[email protected]>
Index: net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch
===================================================================
--- net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch      
(revision 36140)
+++ net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch      
(working copy)
@@ -1,12 +1,10 @@
 --- a/configure
 +++ b/configure
-@@ -24043,9 +24043,6 @@ $as_echo "$ac_try_echo") >&5
-   { $as_echo "$as_me:$LINENO: result: yes" >&5
+@@ -16353,7 +16353,6 @@
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  $as_echo "yes" >&6; }
  
--cat >>confdefs.h <<\_ACEOF
--#define HAVE_RES_NINIT 1
--_ACEOF
+-$as_echo "#define HAVE_RES_NINIT 1" >>confdefs.h
  
-       { $as_echo "$as_me:$LINENO: checking for library containing 
res_9_ndestroy" >&5
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library 
containing res_9_ndestroy" >&5
  $as_echo_n "checking for library containing res_9_ndestroy... " >&6; }
Index: net/asterisk-11.x/Makefile
===================================================================
--- net/asterisk-11.x/Makefile  (revision 36134)
+++ net/asterisk-11.x/Makefile  (working copy)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=asterisk11
-PKG_VERSION:=11.2.1
+PKG_VERSION:=11.3.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
-PKG_MD5SUM:=b82a82e5adfff0383769e923bfb54c56
+PKG_MD5SUM:=e80bd74335994d856f732237a4a5bc5f
 
 PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
 
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to