package/opusfile: bump to version 0.11
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 1 Jan 2019 14:37:01 +0000 (15:37 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Jan 2019 20:10:48 +0000 (21:10 +0100)
Changes since the v0.10 release:

- Fix two potential integer overflows. (These were not
  security-critical unless the compiler took the opportunity provided
  by the undefined behavior to format your hard drive.)
- Allow JPEGs in METADATA_BLOCK_PICTURE tags to include EXIF data.
- A few warning fixes for gcc 8.
- Make opus_tags_copy return OP_EFAULT on failure instead of returning
  success.
- Various integration and testing environment improvements.

This release is backward-compatible with the previous release. We
recommend all users upgrade.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/opusfile/opusfile.hash
package/opusfile/opusfile.mk

index f1fcf5f9d609e8f330fc8eada3a1e65ecec3e700..e9ecf83febcc925bc1e3779c9f8030204be33e92 100644 (file)
@@ -1,5 +1,5 @@
 # From http://downloads.xiph.org/releases/opus/SHA256SUMS.txt
-sha256 48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f  opusfile-0.10.tar.gz
+sha256 74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf  opusfile-0.11.tar.gz
 
 # Hash for license file
 sha256 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf  COPYING
index 0cfe6239413d2b65480d886a27b8f5a374c4da21..49a53b3958f70634b557000c7eedca63b83800e6 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-OPUSFILE_VERSION = 0.10
+OPUSFILE_VERSION = 0.11
 OPUSFILE_SITE = https://downloads.xiph.org/releases/opus
 OPUSFILE_DEPENDENCIES = host-pkgconf libogg opus
 OPUSFILE_LICENSE = BSD-3-Clause