mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libsndfile: version bump 1.0.31 -> 1.1.0
@ 2022-03-30 14:21 Linnea Gunnarsson
  2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Linnea Gunnarsson @ 2022-03-30 14:21 UTC (permalink / raw)
  To: ptxdist

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-08  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-30 14:21 [ptxdist] [PATCH] libsndfile: version bump 1.0.31 -> 1.1.0 Linnea Gunnarsson
2022-04-08  8:18 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox