lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c94ab7d08fb02e15da6a42d99373e301c03ff1a7
parent 1573634ea59a79ba458415a0873de33f971ea431
Author: Ian Leonard <antonlacon@gmail.com>
Date:   Fri,  3 Feb 2017 03:02:52 -0800

opus: update to 1.1.4

Includes fix for CVE 2017-0381.

Assume maintainership.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>

Diffstat:
Mlibs/opus/Makefile | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/libs/opus/Makefile b/libs/opus/Makefile @@ -8,16 +8,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opus -PKG_VERSION:=1.1.3 -PKG_RELEASE:=2 +PKG_VERSION:=1.1.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.xiph.org/releases/opus/ -PKG_MD5SUM:=32bbb6b557fe1b6066adc0ae1f08b629 +PKG_MD5SUM:=a2c09d995d0885665ff83b5df2505a5f +PKG_HASH:=9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING -PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org> +PKG_MAINTAINER:=Ted Hess <thess@kitchensync.net> Ian Leonard <antonlacon@gmail.com> PKG_INSTALL:=1