Date: Sat, 28 Jan 2017 18:02:08 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r432638 - branches/2017Q1/audio/opus Message-ID: <201701281802.v0SI28pN006067@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sat Jan 28 18:02:08 2017 New Revision: 432638 URL: https://svnweb.freebsd.org/changeset/ports/432638 Log: MFH: r432084 Update to 1.1.4: A specially-crafted Opus packet could cause an integer wrap-around in the SILK LSF stabilization code. Reported as CVE-2017-0381, but upstream does not believe that any remote code execution is possible. https://git.xiph.org/?p=opus.git;a=commit;h=70a3d641b760b3d313b6025f82aed93a4607 Requested by: jbeich Approved by: ports-secteam (feld) Modified: branches/2017Q1/audio/opus/Makefile branches/2017Q1/audio/opus/distinfo branches/2017Q1/audio/opus/pkg-plist Directory Properties: branches/2017Q1/ (props changed) Modified: branches/2017Q1/audio/opus/Makefile ============================================================================== --- branches/2017Q1/audio/opus/Makefile Sat Jan 28 17:58:10 2017 (r432637) +++ branches/2017Q1/audio/opus/Makefile Sat Jan 28 18:02:08 2017 (r432638) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ MOZILLA/opus Modified: branches/2017Q1/audio/opus/distinfo ============================================================================== --- branches/2017Q1/audio/opus/distinfo Sat Jan 28 17:58:10 2017 (r432637) +++ branches/2017Q1/audio/opus/distinfo Sat Jan 28 18:02:08 2017 (r432638) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470324014 -SHA256 (opus-1.1.3.tar.gz) = 58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633 -SIZE (opus-1.1.3.tar.gz) = 978848 +TIMESTAMP = 1485035185 +SHA256 (opus-1.1.4.tar.gz) = 9122b6b380081dd2665189f97bfd777f04f92dc3ab6698eea1dbb27ad59d8692 +SIZE (opus-1.1.4.tar.gz) = 978830 Modified: branches/2017Q1/audio/opus/pkg-plist ============================================================================== --- branches/2017Q1/audio/opus/pkg-plist Sat Jan 28 17:58:10 2017 (r432637) +++ branches/2017Q1/audio/opus/pkg-plist Sat Jan 28 18:02:08 2017 (r432638) @@ -6,6 +6,6 @@ include/opus/opus_types.h lib/libopus.a lib/libopus.so lib/libopus.so.0 -lib/libopus.so.0.5.3 +lib/libopus.so.0.5.4 libdata/pkgconfig/opus.pc share/aclocal/opus.m4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701281802.v0SI28pN006067>