From: mazilo 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://207.154.207.93/?a=commitdiff_plain;h=f5060bee2ca0fc50e03816ad5eb4e07c6d4743a5;p=packages.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. git-svn-id: svn://svn.openwrt.org/openwrt/packages@28281 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index a4dd79759..66e5647a0 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 e73a07cdf..452d79f67 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 000000000..33be75d14 --- /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 000000000..e69de29bb