Merge pull request #272 from micmac1/baresip-version-bump

Re, Baresip: version bump
This commit is contained in:
Jiri Slachta 2018-02-18 18:57:36 +01:00 committed by GitHub
commit 25fb644f73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2010-2017 OpenWrt.org
# Copyright (C) 2010-2018 OpenWrt.org
# Copyright (C) 2010 Alfred E. Heggestad
#
# This is free software, licensed under the GNU General Public License v2.
@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=re
PKG_VERSION:=0.5.6
PKG_RELEASE:=4
PKG_VERSION:=0.5.7
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.creytiv.com/pub
PKG_HASH:=a3119826ad162f898ada734d093f565824a018df395b4517549915b00e2bdf69
PKG_HASH:=5dcc15610c28ff1df147d28266b29b934adcff43bfc3fdac58767fd789101039
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=docs/COPYING

View file

@ -1,6 +1,6 @@
--- a/mk/re.mk
+++ b/mk/re.mk
@@ -448,11 +448,6 @@ endif
@@ -438,11 +438,6 @@ endif
CFLAGS += -DARCH=\"$(ARCH)\"

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2010-2017 OpenWrt.org
# Copyright (C) 2010-2018 OpenWrt.org
# Copyright (C) 2010 Alfred E. Heggestad
#
# This is free software, licensed under the GNU General Public License v2.
@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=baresip
PKG_VERSION:=0.5.6
PKG_RELEASE:=5
PKG_VERSION:=0.5.8
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://www.creytiv.com/pub
PKG_HASH:=148defef160842e0247af92c84bb0c8de4b36ffa68cf3a87c4cd7e510cddd00c
PKG_HASH:=d9f11da50fd6c9359ab478618b5d3c132474a838fe9f668c249f9d5a07f26662
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=docs/COPYING
@ -189,6 +189,7 @@ $(eval $(call BuildPlugin,aufile,Audio module for using a WAV-file as audio inpu
$(eval $(call BuildPlugin,avcodec,Video codec using FFmpeg,avcodec,@BARESIP_WITH_FFMPEG +libffmpeg-full +libx264))
$(eval $(call BuildPlugin,avformat,Video source using FFmpeg,avformat,@BARESIP_WITH_FFMPEG +libffmpeg-full))
$(eval $(call BuildPlugin,cons,UDP/TCP console UI driver,cons,))
$(eval $(call BuildPlugin,ctrl_tcp,TCP control interface,ctrl_tcp,))
$(eval $(call BuildPlugin,debug_cmd,Debug commands,debug_cmd,))
$(eval $(call BuildPlugin,dtls_srtp,DTLS-SRTP end-to-end encryption,dtls_srtp,))
$(eval $(call BuildPlugin,dtmfio,DTMF input/output,dtmfio,))