diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-22 02:14:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:53 +0700 |
commit | 9b90ce556ff4e716ab794a3bed65a06dd6c7a508 (patch) | |
tree | 3b7043a618d7bdf26c6e2992ca50a8f24cf005e6 /audio | |
parent | a37f8239eb44802d8c11dc4773c504c35593a206 (diff) | |
download | slackbuilds-9b90ce556ff4e716ab794a3bed65a06dd6c7a508.tar.gz |
audio/opus: Updated for version 1.1.4.
This fixed CVE-2017-0381.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/opus/opus.SlackBuild | 4 | ||||
-rw-r--r-- | audio/opus/opus.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/audio/opus/opus.SlackBuild b/audio/opus/opus.SlackBuild index 5266ced009..05fd2a2487 100644 --- a/audio/opus/opus.SlackBuild +++ b/audio/opus/opus.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for opus -# Copyright 2012-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2012-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=opus -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/audio/opus/opus.info b/audio/opus/opus.info index b210e4b0f0..5e73900c3f 100644 --- a/audio/opus/opus.info +++ b/audio/opus/opus.info @@ -1,8 +1,8 @@ PRGNAM="opus" -VERSION="1.1.3" +VERSION="1.1.4" HOMEPAGE="http://opus-codec.org/" -DOWNLOAD="http://downloads.xiph.org/releases/opus/opus-1.1.3.tar.gz" -MD5SUM="32bbb6b557fe1b6066adc0ae1f08b629" +DOWNLOAD="http://downloads.xiph.org/releases/opus/opus-1.1.4.tar.gz" +MD5SUM="a2c09d995d0885665ff83b5df2505a5f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |