pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/libvorbis



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jul  6 15:32:47 UTC 2020

Modified Files:
        pkgsrc/audio/libvorbis: Makefile distinfo
Removed Files:
        pkgsrc/audio/libvorbis/patches: patch-lib_psy.c patch-lib_vorbisenc.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/audio/libvorbis/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/libvorbis/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/libvorbis/patches/patch-lib_psy.c \
    pkgsrc/audio/libvorbis/patches/patch-lib_vorbisenc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libvorbis/Makefile
diff -u pkgsrc/audio/libvorbis/Makefile:1.62 pkgsrc/audio/libvorbis/Makefile:1.63
--- pkgsrc/audio/libvorbis/Makefile:1.62        Mon Aug  6 13:25:38 2018
+++ pkgsrc/audio/libvorbis/Makefile     Mon Jul  6 15:32:47 2020
@@ -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

Index: pkgsrc/audio/libvorbis/distinfo
diff -u pkgsrc/audio/libvorbis/distinfo:1.27 pkgsrc/audio/libvorbis/distinfo:1.28
--- pkgsrc/audio/libvorbis/distinfo:1.27        Mon Aug  6 13:25:38 2018
+++ pkgsrc/audio/libvorbis/distinfo     Mon Jul  6 15:32:47 2020
@@ -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
-RMD160 (libvorbis-1.3.6.tar.xz) = 80213c5a1506438a342588ae58097a1590b6657c
-SHA512 (libvorbis-1.3.6.tar.xz) = a5d990bb88db2501b16f8eaee9f2ecb599cefd7dab2134d16538d8905263a972157c7671867848c2a8a358bf5e5dbc7721205ece001032482f168be7bda4f132
-Size (libvorbis-1.3.6.tar.xz) = 1195388 bytes
-SHA1 (patch-lib_psy.c) = acbc6fd4e4e7710a05b6342c10270f085214a84f
-SHA1 (patch-lib_vorbisenc.c) = e65377b441c71e75e86064292dccfb86acf298b2
+SHA1 (libvorbis-1.3.7.tar.xz) = 0a2dd71a999656b8091506839e8007a61a8fda1f
+RMD160 (libvorbis-1.3.7.tar.xz) = d2740a2d0fb626685eaae47370e42f0b85db81b3
+SHA512 (libvorbis-1.3.7.tar.xz) = bbf5f11f623d959b3ba98d6b52806521b0b918b59b867f0658c153ea1013293364eead4987e9e71f8798021379310860a2e548fcf89d10caf23d45e41aba45cd
+Size (libvorbis-1.3.7.tar.xz) = 1203792 bytes



Home | Main Index | Thread Index | Old Index