From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/4] package/opusfile: bump to version 0.11
Date: Tue, 1 Jan 2019 15:37:01 +0100 [thread overview]
Message-ID: <20190101143702.2736-3-thomas.petazzoni@bootlin.com> (raw)
In-Reply-To: <20190101143702.2736-1-thomas.petazzoni@bootlin.com>
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>
---
package/opusfile/opusfile.hash | 2 +-
package/opusfile/opusfile.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/opusfile/opusfile.hash b/package/opusfile/opusfile.hash
index f1fcf5f9d6..e9ecf83feb 100644
--- a/package/opusfile/opusfile.hash
+++ b/package/opusfile/opusfile.hash
@@ -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
diff --git a/package/opusfile/opusfile.mk b/package/opusfile/opusfile.mk
index 0cfe623941..49a53b3958 100644
--- a/package/opusfile/opusfile.mk
+++ b/package/opusfile/opusfile.mk
@@ -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
--
2.20.1
next prev parent reply other threads:[~2019-01-01 14:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-01-01 14:36 [Buildroot] [PATCH 1/4] package/opus: bump to version 1.3 Thomas Petazzoni
2019-01-01 14:37 ` [Buildroot] [PATCH 2/4] package/libopusenc: bump to version 0.2.1 Thomas Petazzoni
2019-01-01 20:10 ` Peter Korsgaard
2019-01-01 20:15 ` Thomas Petazzoni
2019-01-01 20:34 ` Peter Korsgaard
2019-01-01 14:37 ` Thomas Petazzoni [this message]
2019-01-01 20:11 ` [Buildroot] [PATCH 3/4] package/opusfile: bump to version 0.11 Peter Korsgaard
2019-01-01 14:37 ` [Buildroot] [PATCH 4/4] package/opus-tools: bump to version 0.2 Thomas Petazzoni
2019-01-01 20:12 ` Peter Korsgaard
2019-01-01 20:09 ` [Buildroot] [PATCH 1/4] package/opus: bump to version 1.3 Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190101143702.2736-3-thomas.petazzoni@bootlin.com \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox