Re: [OpenWrt-Devel] [PATCH][telephony] Disable PKG_CHECK_FORMAT_SECURITY for miax, rtpproxy and sipp

2014-08-10 Thread Jiří Šlachta
Hi,

your patch has been applied, tested and committed. ;-)

Git commit ID on telephony repository - 
bbddc7adb83b2a53a707cf0370f04d0e456e4666.

Jiri

Dne 09/08/2014 10:27, Etienne CHAMPETIER napsal(a):
 Signed-off-by: Etienne CHAMPETIER champetier.etie...@gmail.com
 ---
  net/miax/Makefile | 1 +
  net/rtpproxy/Makefile | 1 +
  net/sipp/Makefile | 1 +
  3 files changed, 3 insertions(+)
 
 diff --git a/net/miax/Makefile b/net/miax/Makefile
 index 34baded..d5b3ed1 100644
 --- a/net/miax/Makefile
 +++ b/net/miax/Makefile
 @@ -14,6 +14,7 @@ PKG_RELEASE:=2
  PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
  PKG_SOURCE_URL:=@SF/miax
  PKG_MD5SUM:=44f0d2ef46ee2697d890b7b96846adc7
 +PKG_CHECK_FORMAT_SECURITY:=0
  
  PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
  
 diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
 index 88fce3e..44dee4e 100644
 --- a/net/rtpproxy/Makefile
 +++ b/net/rtpproxy/Makefile
 @@ -14,6 +14,7 @@ PKG_RELEASE:=1
  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  PKG_SOURCE_URL:=http://b2bua.org/chrome/site/
  PKG_MD5SUM:=b0b5d6cdce3f17cdbbac473c11a2d0e5
 +PKG_CHECK_FORMAT_SECURITY:=0
  
  PKG_INSTALL:=1
  
 diff --git a/net/sipp/Makefile b/net/sipp/Makefile
 index fdb6820..adc04ca 100644
 --- a/net/sipp/Makefile
 +++ b/net/sipp/Makefile
 @@ -14,6 +14,7 @@ PKG_RELEASE:=1
  PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
  PKG_SOURCE_URL:=@SF/sipp
  PKG_MD5SUM:=904fffbc277bafce28762ebb041b9620
 +PKG_CHECK_FORMAT_SECURITY:=0
  
  include $(INCLUDE_DIR)/uclibc++.mk
  include $(INCLUDE_DIR)/package.mk
 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH][telephony] Disable PKG_CHECK_FORMAT_SECURITY for miax, rtpproxy and sipp

2014-08-09 Thread Etienne CHAMPETIER
Signed-off-by: Etienne CHAMPETIER champetier.etie...@gmail.com
---
 net/miax/Makefile | 1 +
 net/rtpproxy/Makefile | 1 +
 net/sipp/Makefile | 1 +
 3 files changed, 3 insertions(+)

diff --git a/net/miax/Makefile b/net/miax/Makefile
index 34baded..d5b3ed1 100644
--- a/net/miax/Makefile
+++ b/net/miax/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=2
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/miax
 PKG_MD5SUM:=44f0d2ef46ee2697d890b7b96846adc7
+PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
 
diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 88fce3e..44dee4e 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://b2bua.org/chrome/site/
 PKG_MD5SUM:=b0b5d6cdce3f17cdbbac473c11a2d0e5
+PKG_CHECK_FORMAT_SECURITY:=0
 
 PKG_INSTALL:=1
 
diff --git a/net/sipp/Makefile b/net/sipp/Makefile
index fdb6820..adc04ca 100644
--- a/net/sipp/Makefile
+++ b/net/sipp/Makefile
@@ -14,6 +14,7 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/sipp
 PKG_MD5SUM:=904fffbc277bafce28762ebb041b9620
+PKG_CHECK_FORMAT_SECURITY:=0
 
 include $(INCLUDE_DIR)/uclibc++.mk
 include $(INCLUDE_DIR)/package.mk
-- 
1.9.3
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel