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/opus/opus.SlackBuild | |
parent | a37f8239eb44802d8c11dc4773c504c35593a206 (diff) |
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/opus/opus.SlackBuild')
-rw-r--r-- | audio/opus/opus.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/opus/opus.SlackBuild b/audio/opus/opus.SlackBuild index 5266ced00980..05fd2a2487bd 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} |