pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsndfile Updated libsndfile to 1.0.28.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4650e4f365e
branches:  trunk
changeset: 361293:a4650e4f365e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 19 13:32:12 2017 +0000

description:
Updated libsndfile to 1.0.28.

Version 1.0.28 (2017-04-02)
  * Fix buffer overruns in FLAC and ID3 handling code.
  * Move to variable length header storage.
  * Fix detection of Large File Support for 32 bit systems.
  * Remove large stack allocations in ALAC handling code.
  * Remove all use of Variable Length Arrays.
  * Minor bug fixes and improvements.

diffstat:

 audio/libsndfile/Makefile |   4 ++--
 audio/libsndfile/PLIST    |   4 +---
 audio/libsndfile/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 10 deletions(-)

diffs (52 lines):

diff -r ac220b85d005 -r a4650e4f365e audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Wed Apr 19 13:28:58 2017 +0000
+++ b/audio/libsndfile/Makefile Wed Apr 19 13:32:12 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2016/06/30 17:38:09 wiz Exp $
+# $NetBSD: Makefile,v 1.71 2017/04/19 13:32:12 wiz Exp $
 
-DISTNAME=      libsndfile-1.0.27
+DISTNAME=      libsndfile-1.0.28
 CATEGORIES=    audio
 MASTER_SITES=  http://www.mega-nerd.com/libsndfile/files/
 
diff -r ac220b85d005 -r a4650e4f365e audio/libsndfile/PLIST
--- a/audio/libsndfile/PLIST    Wed Apr 19 13:28:58 2017 +0000
+++ b/audio/libsndfile/PLIST    Wed Apr 19 13:32:12 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2015/12/04 20:39:05 wiz Exp $
+@comment $NetBSD: PLIST,v 1.20 2017/04/19 13:32:12 wiz Exp $
 bin/sndfile-cmp
 bin/sndfile-concat
 bin/sndfile-convert
@@ -8,7 +8,6 @@
 bin/sndfile-metadata-get
 bin/sndfile-metadata-set
 bin/sndfile-play
-bin/sndfile-regtest
 bin/sndfile-salvage
 include/sndfile.h
 include/sndfile.hh
@@ -28,7 +27,6 @@
 share/doc/libsndfile/api.html
 share/doc/libsndfile/bugs.html
 share/doc/libsndfile/command.html
-share/doc/libsndfile/dither.html
 share/doc/libsndfile/embedded_files.html
 share/doc/libsndfile/index.html
 share/doc/libsndfile/libsndfile.css
diff -r ac220b85d005 -r a4650e4f365e audio/libsndfile/distinfo
--- a/audio/libsndfile/distinfo Wed Apr 19 13:28:58 2017 +0000
+++ b/audio/libsndfile/distinfo Wed Apr 19 13:32:12 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2016/06/30 17:38:09 wiz Exp $
+$NetBSD: distinfo,v 1.40 2017/04/19 13:32:12 wiz Exp $
 
-SHA1 (libsndfile-1.0.27.tar.gz) = e112d4937352d1722b06911b00c79e9bce15095c
-RMD160 (libsndfile-1.0.27.tar.gz) = df7b8931cb96faa815add7abc43b482fb62ebf67
-SHA512 (libsndfile-1.0.27.tar.gz) = 8272e3219d64be01034d3f7f7565bf20075c04533469a963ad055f00767e9c2987463fb982894ddc1023d5d6c2338f55f8c3e6d2e36635484dde577a0d2ac770
-Size (libsndfile-1.0.27.tar.gz) = 1192337 bytes
+SHA1 (libsndfile-1.0.28.tar.gz) = 85aa967e19f6b9bf975601d79669025e5f8bc77d
+RMD160 (libsndfile-1.0.28.tar.gz) = f8803966802afe2b5a35cda28c2f764d91c48f37
+SHA512 (libsndfile-1.0.28.tar.gz) = 890731a6b8173f714155ce05eaf6d991b31632c8ab207fbae860968861a107552df26fcf85602df2e7f65502c7256c1b41735e1122485a3a07ddb580aa83b57f
+Size (libsndfile-1.0.28.tar.gz) = 1202833 bytes



Home | Main Index | Thread Index | Old Index