Within last two days there were two versions of asterisk-11.x released. The changelog of the latest version 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 <slac...@cesnet.cz> 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,11 @@ --- 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,7 @@ + { $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 "#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 openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel