From: Jo-Philipp Wich Date: Thu, 19 Jan 2012 02:38:51 +0000 (+0000) Subject: upgrade baresip, restund, libre, librem to version 0.4.0 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e0ae2b7acf1fff300317edf29b770632eef70050;p=feed%2Ftelephony.git upgrade baresip, restund, libre, librem to version 0.4.0 Hi, this patch upgrades the following packages to v0.4.0: baresip v0.4.0 (Portable and modular SIP User-Agent with audio and video support) restund v0.4.0 (Modular STUN/TURN server) libre v0.4.0 (Generic library for real-time communications with async IO support) librem v0.4.0 (Audio and video processing media library) detailed changes can be found in /docs/ChangeLog (See http://www.creytiv.com/) Please review and apply if OK. Signed-Off-By: Alfred E. Heggestad --- diff --git a/libs/rem/Makefile b/libs/rem/Makefile index e65979c..fc2d9c0 100644 --- a/libs/rem/Makefile +++ b/libs/rem/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rem -PKG_VERSION:=0.3.0 +PKG_VERSION:=0.4.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub -PKG_MD5SUM:=54022d8819c706ea460f6da9b5121ee4 +PKG_MD5SUM:=0d5cf133a62d11a2f80875a8fa7adab6 include $(INCLUDE_DIR)/package.mk