mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] libsndfile: version bump 1.0.31 -> 1.1.0
Date: Wed, 30 Mar 2022 16:21:05 +0200	[thread overview]
Message-ID: <20220330142105.3792495-1-linnea.gunnarsson@t2data.com> (raw)

Some fixes and updates.
Added support for MPEG encode/decode and
Fuzzer for OSS-Fuzz and CIFuzz.
Switch to .xz over bz2 for release tarballs.

Fixed Heap buffer overflow in some functions
and one index out of bounds and one uninitalized
variable.

Changelog can be found here:
https://github.com/libsndfile/libsndfile/releases/tag/1.1.0

Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
---
 rules/libsndfile.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/libsndfile.make b/rules/libsndfile.make
index 3dbcede92..23feeee4b 100644
--- a/rules/libsndfile.make
+++ b/rules/libsndfile.make
@@ -14,10 +14,10 @@ PACKAGES-$(PTXCONF_LIBSNDFILE) += libsndfile
 #
 # Paths and names
 #
-LIBSNDFILE_VERSION	:= 1.0.31
-LIBSNDFILE_MD5		:= 3f3b2a86a032f064ef922a2c8c191f7b
+LIBSNDFILE_VERSION	:= 1.1.0
+LIBSNDFILE_MD5		:= e63dead2b4f0aaf323687619d007ee6a
 LIBSNDFILE		:= libsndfile-$(LIBSNDFILE_VERSION)
-LIBSNDFILE_SUFFIX	:= tar.bz2
+LIBSNDFILE_SUFFIX	:= tar.xz
 LIBSNDFILE_URL		:= https://github.com/libsndfile/libsndfile/releases/download/$(LIBSNDFILE_VERSION)/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX)
 LIBSNDFILE_SOURCE	:= $(SRCDIR)/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX)
 LIBSNDFILE_DIR		:= $(BUILDDIR)/$(LIBSNDFILE)
-- 
2.32.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


             reply	other threads:[~2022-03-30 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-30 14:21 Linnea Gunnarsson [this message]
2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich

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=20220330142105.3792495-1-linnea.gunnarsson@t2data.com \
    --to=linnea.gunnarsson@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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