Mon Jul 6 15:32:47 2020 UTC ()
libvorbis: updated to 1.3.7

libvorbis 1.3.7
* Fix CVE-2018-10393 - out-of-bounds read encoding very low sample rates.
* Fix CVE-2017-14160 - out-of-bounds read encoding very low sample rates.
* Fix handling invalid bytes per sample arguments.
* Fix handling invalid channel count arguments.
* Fix invalid free on seek failure.
* Fix negative shift reading blocksize.
* Fix accepting unreasonable float32 values.
* Fix tag comparison depending on locale.
* Fix unnecessarily linking libm.
* Fix memory leak in test_sharedbook.
* Update Visual Studio projects for ogg library filename change.
* Distribute CMake build files with the source package.
* Remove unnecessary configure --target switch.
* Add gitlab CI support.
* Add OSS-Fuzz support.
* Build system and integration updates.


(adam)
diff -r1.62 -r1.63 pkgsrc/audio/libvorbis/Makefile
diff -r1.27 -r1.28 pkgsrc/audio/libvorbis/distinfo
diff -r1.1 -r0 pkgsrc/audio/libvorbis/patches/patch-lib_psy.c
diff -r1.1 -r0 pkgsrc/audio/libvorbis/patches/patch-lib_vorbisenc.c

cvs diff -r1.62 -r1.63 pkgsrc/audio/libvorbis/Makefile (expand / switch to context diff)
--- pkgsrc/audio/libvorbis/Makefile 2018/08/06 13:25:38 1.62
+++ pkgsrc/audio/libvorbis/Makefile 2020/07/06 15:32:47 1.63
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2018/08/06 13:25:38 snj Exp $
+# $NetBSD: Makefile,v 1.63 2020/07/06 15:32:47 adam Exp $
 
-DISTNAME=	libvorbis-1.3.6
-PKGREVISION=	1
+DISTNAME=	libvorbis-1.3.7
 CATEGORIES=	devel audio
 MASTER_SITES=	http://downloads.xiph.org/releases/vorbis/
 EXTRACT_SUFX=	.tar.xz

cvs diff -r1.27 -r1.28 pkgsrc/audio/libvorbis/distinfo (expand / switch to context diff)
--- pkgsrc/audio/libvorbis/distinfo 2018/08/06 13:25:38 1.27
+++ pkgsrc/audio/libvorbis/distinfo 2020/07/06 15:32:47 1.28
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.27 2018/08/06 13:25:38 snj Exp $
+$NetBSD: distinfo,v 1.28 2020/07/06 15:32:47 adam Exp $
 
-SHA1 (libvorbis-1.3.6.tar.xz) = 237e3d1c66452734fd9b32f494f44238b4f0185e
+SHA1 (libvorbis-1.3.7.tar.xz) = 0a2dd71a999656b8091506839e8007a61a8fda1f
-RMD160 (libvorbis-1.3.6.tar.xz) = 80213c5a1506438a342588ae58097a1590b6657c
+RMD160 (libvorbis-1.3.7.tar.xz) = d2740a2d0fb626685eaae47370e42f0b85db81b3
-SHA512 (libvorbis-1.3.6.tar.xz) = a5d990bb88db2501b16f8eaee9f2ecb599cefd7dab2134d16538d8905263a972157c7671867848c2a8a358bf5e5dbc7721205ece001032482f168be7bda4f132
+SHA512 (libvorbis-1.3.7.tar.xz) = bbf5f11f623d959b3ba98d6b52806521b0b918b59b867f0658c153ea1013293364eead4987e9e71f8798021379310860a2e548fcf89d10caf23d45e41aba45cd
-Size (libvorbis-1.3.6.tar.xz) = 1195388 bytes
+Size (libvorbis-1.3.7.tar.xz) = 1203792 bytes
-SHA1 (patch-lib_psy.c) = acbc6fd4e4e7710a05b6342c10270f085214a84f
-SHA1 (patch-lib_vorbisenc.c) = e65377b441c71e75e86064292dccfb86acf298b2

File Deleted: pkgsrc/audio/libvorbis/patches/Attic/patch-lib_psy.c

File Deleted: pkgsrc/audio/libvorbis/patches/Attic/patch-lib_vorbisenc.c