From: Jiri Slachta Date: Wed, 16 Oct 2013 09:02:34 +0000 (+0200) Subject: baresip: update to version 0.4.6 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=5ab14990b9201a374c37c89cc7f4a2b8898d3597;p=feed%2Ftelephony.git baresip: update to version 0.4.6 Signed-off-by: Jiri Slachta --- diff --git a/net/baresip/Makefile b/net/baresip/Makefile index ff7658a..c7e922d 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip -PKG_VERSION:=0.4.5 +PKG_VERSION:=0.4.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ -PKG_MD5SUM:=91733b9d110f533eb43ce67f9cccef78 +PKG_MD5SUM:=862aac3a9840cc283d484cbc39df7059 baresip-mods:= \ alsa \ diff --git a/net/baresip/patches/100-videodev-compat.patch b/net/baresip/patches/100-videodev-compat.patch deleted file mode 100644 index 7d74e0c..0000000 --- a/net/baresip/patches/100-videodev-compat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/modules/v4l/v4l.c -+++ b/modules/v4l/v4l.c -@@ -13,7 +13,7 @@ - #include - #include - #undef __STRICT_ANSI__ /* needed for RHEL4 kernel 2.6.9 */ --#include -+#include - #include - #include - #include