pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/wavpack



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Dec 28 20:00:01 UTC 2019

Modified Files:
        pkgsrc/audio/wavpack: Makefile distinfo

Log Message:
wavpack: updated to 5.2.0

Release 5.2.0:
fixed: potential security issues including the following CVEs:
       CVE-2018-19840 CVE-2018-19841 CVE-2018-10536
       CVE-2018-10537 CVE-2018-10538 CVE-2018-10539
       CVE-2018-10540 CVE-2018-7254  CVE-2018-7253
       CVE-2018-6767
added: support for CMake, Travis CI, and Google's OSS-fuzz
fixed: use correction file for encode verify (pipe input, Windows)
fixed: correct WAV header with actual length (pipe input, -i option)
fixed: thumb interworking and not needing v6 architecture (ARM asm)
added: handle more ID3v2.3 tag items and from all file types
fixed: coredump on Sparc64 (changed MD5 implementation)
fixed: handle invalid ID3v2.3 tags from sacd-ripper
fixed: several corner-case memory leaks


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/wavpack/Makefile \
    pkgsrc/audio/wavpack/distinfo

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

Modified files:

Index: pkgsrc/audio/wavpack/Makefile
diff -u pkgsrc/audio/wavpack/Makefile:1.9 pkgsrc/audio/wavpack/Makefile:1.10
--- pkgsrc/audio/wavpack/Makefile:1.9   Mon Jan 23 21:53:22 2017
+++ pkgsrc/audio/wavpack/Makefile       Sat Dec 28 20:00:01 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2017/01/23 21:53:22 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2019/12/28 20:00:01 adam Exp $
 
-DISTNAME=      wavpack-5.1.0
+DISTNAME=      wavpack-5.2.0
 CATEGORIES=    audio
 MASTER_SITES=  http://www.wavpack.com/
 EXTRACT_SUFX=  .tar.bz2
Index: pkgsrc/audio/wavpack/distinfo
diff -u pkgsrc/audio/wavpack/distinfo:1.9 pkgsrc/audio/wavpack/distinfo:1.10
--- pkgsrc/audio/wavpack/distinfo:1.9   Mon Jan 23 21:53:22 2017
+++ pkgsrc/audio/wavpack/distinfo       Sat Dec 28 20:00:01 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2017/01/23 21:53:22 wiz Exp $
+$NetBSD: distinfo,v 1.10 2019/12/28 20:00:01 adam Exp $
 
-SHA1 (wavpack-5.1.0.tar.bz2) = ed96443e3fc915128e1002a0f9f2c7ae9bcdc09b
-RMD160 (wavpack-5.1.0.tar.bz2) = 00f3ed759e9e3f7a92d5604e3527545be327fe4d
-SHA512 (wavpack-5.1.0.tar.bz2) = 4c31616ae63c3a875afa20f26ce935f7a8f9921e2892b4b8388eca3ccd83b2d686f43eed8b9ec1dead934a1148401b9dced3b05f509b7942c48d7af31cf80a54
-Size (wavpack-5.1.0.tar.bz2) = 824331 bytes
+SHA1 (wavpack-5.2.0.tar.bz2) = 40a990f6ca63d4435b8add859cd62155d8374428
+RMD160 (wavpack-5.2.0.tar.bz2) = 67b27dd48c19edc4fbb975f3aeab9907e4d447e2
+SHA512 (wavpack-5.2.0.tar.bz2) = 456da78fb5d01b33a8ed71b43cb6809a25ca0d54e53858b93bbb3eb26923bfa6de4c6a3c01caca947c0852aea74d1b14667205dae344148a01619e67eb2c7e71
+Size (wavpack-5.2.0.tar.bz2) = 849348 bytes
 SHA1 (patch-configure) = 10539a259d8b4442281cb41d0fa596fb84b8821a



Home | Main Index | Thread Index | Old Index