Skip to content

Commit

Permalink
Update to 1.1:
Browse files Browse the repository at this point in the history
Version 1.1 -- November 23, 2013
================================

 - Fixed potential DoS attack in fingerprint decompression code. (#6)
 - Fixed invalid memory read with some fingerprinter configurations. (#5)
 - Fixed compilation with clang on OS X 10.9 (#7, #9)
 - Added support for audio format conversion with libav. (#2, Gordon Pettey)

Version 1.0 -- September 7, 2013
================================

 - Support for the latest FFmpeg API.
 - Support for reading audio from stdin in fpcalc.
 - Changed fpcalc to return non-zero status on failure.
  • Loading branch information
wiz committed Apr 27, 2014
1 parent 842c9d2 commit 6e3f5eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
5 changes: 2 additions & 3 deletions audio/chromaprint/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.3 2014/04/10 05:39:14 obache Exp $
# $NetBSD: Makefile,v 1.4 2014/04/27 16:27:09 wiz Exp $

DISTNAME= chromaprint-0.7
PKGREVISION= 1
DISTNAME= chromaprint-1.1
CATEGORIES= audio
MASTER_SITES= https://bitbucket.org/acoustid/chromaprint/downloads/

Expand Down
4 changes: 2 additions & 2 deletions audio/chromaprint/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@comment $NetBSD: PLIST,v 1.1 2013/04/02 10:44:41 drochner Exp $
@comment $NetBSD: PLIST,v 1.2 2014/04/27 16:27:09 wiz Exp $
bin/fpcalc
include/chromaprint.h
lib/libchromaprint.so
lib/libchromaprint.so.0
lib/libchromaprint.so.0.2.0
lib/libchromaprint.so.0.2.2
lib/pkgconfig/libchromaprint.pc
9 changes: 4 additions & 5 deletions audio/chromaprint/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.2 2013/04/29 21:31:09 joerg Exp $
$NetBSD: distinfo,v 1.3 2014/04/27 16:27:09 wiz Exp $

SHA1 (chromaprint-0.7.tar.gz) = 6a961585e82d26d357eb792216becc0864ddcdb2
RMD160 (chromaprint-0.7.tar.gz) = e1304ec6c408b7760f9363c9b6549b5683991e58
Size (chromaprint-0.7.tar.gz) = 543811 bytes
SHA1 (patch-src_utils.h) = 121edd7b50f2a00ad2ab6629a4c2e86c4b00963a
SHA1 (chromaprint-1.1.tar.gz) = 5a250f761761d2ce08e2591b9daa909393552939
RMD160 (chromaprint-1.1.tar.gz) = f6b886b989b3de0d274c699696212c0350c1ad7a
Size (chromaprint-1.1.tar.gz) = 542360 bytes
12 changes: 0 additions & 12 deletions audio/chromaprint/patches/patch-src_utils.h

This file was deleted.

0 comments on commit 6e3f5eb

Please sign in to comment.