diff options
author | ryoon <ryoon> | 2012-12-11 10:26:56 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2012-12-11 10:26:56 +0000 |
commit | b99cef43dab01f569344d0e685fe2fa3814fe5b2 (patch) | |
tree | 9f34ec9f0ea21a314d1fcb2acd9008907c89661c /audio | |
parent | 09dcc13d7b85f75741bdf7e0a201f047207c5b79 (diff) | |
download | pkgsrc-b99cef43dab01f569344d0e685fe2fa3814fe5b2.tar.gz |
Update to 1.0.2
Changelog:
Version 1.0.2 released
6 December, 2012
Opus 1.0.2 fixes an out-of-bounds read that could be triggered by
a malicious Opus packet causing an integer wrap-around in the
padding code. Considering that the packet would have to be at least
16 MB in size and that no out-of-bounds write is possible, the
severity is very low. Other changes include fixes and improvements
to the PLC and hybrid mode quality improvements. As usual, this
release is fully compliant with the Opus specification.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libopus/Makefile | 4 | ||||
-rw-r--r-- | audio/libopus/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libopus/Makefile b/audio/libopus/Makefile index ca19400b0bf..d5ae7c152eb 100644 --- a/audio/libopus/Makefile +++ b/audio/libopus/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2012/10/02 23:47:56 asau Exp $ +# $NetBSD: Makefile,v 1.3 2012/12/11 10:26:56 ryoon Exp $ # -DISTNAME= opus-1.0.1 +DISTNAME= opus-1.0.2 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ diff --git a/audio/libopus/distinfo b/audio/libopus/distinfo index e969c7f213c..7a81141ee04 100644 --- a/audio/libopus/distinfo +++ b/audio/libopus/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/09/16 14:17:20 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2012/12/11 10:26:56 ryoon Exp $ -SHA1 (opus-1.0.1.tar.gz) = 4d6358232606fbce80d9e63ed0d9b3b49fafb711 -RMD160 (opus-1.0.1.tar.gz) = fe8d2128fe136a28e094e77bd0332c88b0b66dd9 -Size (opus-1.0.1.tar.gz) = 767241 bytes +SHA1 (opus-1.0.2.tar.gz) = 37dd3d69b10612cd513ccf26675ef6d61eda24b4 +RMD160 (opus-1.0.2.tar.gz) = d1aa4c534cd7dc629e3ac155866bba810bb6ce42 +Size (opus-1.0.2.tar.gz) = 777306 bytes |