From: Mazi Lo Date: Wed, 21 Sep 2011 17:04:50 +0000 (+0000) Subject: update to the latest git commit to include fix for resources leak on mod_blacklist... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c27e43f5b1a02c2e01aab97a1d6b831fabaa4524;p=openwrt%2Fsvn-archive%2Farchive.git update to the latest git commit to include fix for resources leak on mod_blacklist, blacklist.conf.xml file, and add the missing yaml configuration file. SVN-Revision: 28281 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index a4dd797593..66e5647a02 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -16,7 +16,7 @@ PKG_RELEASE:=1 # # The latest FS git hash in PKG_REV can be obtained from http://fisheye.freeswitch.org # -PKG_REV:=379c9fc41dd0196ccd7bf9640ae704b995cbc15e +PKG_REV:=5fe3a22d83867d07f30ef7974329b2fa966747ea PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://git.$(PKG_NAME).org/$(PKG_NAME).git diff --git a/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml b/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml index e73a07cdf9..452d79f675 100644 --- a/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml +++ b/net/freeswitch/files/etc.minimal/autoload_configs/modules.conf.xml @@ -4,7 +4,7 @@ - + @@ -18,7 +18,7 @@ - + @@ -31,7 +31,7 @@ - + @@ -42,10 +42,11 @@ + - + @@ -101,11 +102,11 @@ - + @@ -121,6 +122,7 @@ + diff --git a/net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml b/net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml new file mode 100644 index 0000000000..33be75d148 --- /dev/null +++ b/net/freeswitch/files/etc.packages/blacklist/autoload_configs/blacklist.conf.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/net/freeswitch/files/etc.packages/blacklist/blacklists/blocked.list b/net/freeswitch/files/etc.packages/blacklist/blacklists/blocked.list new file mode 100644 index 0000000000..e69de29bb2