From 297a79be4ce76540d365aad4ee72dc33a9d4f4df Mon Sep 17 00:00:00 2001 From: Christian Melki Date: Fri, 4 Feb 2022 22:51:01 +0100 Subject: libsndfile: Version bump 1.0.25 -> 1.0.31. 4+ years worth of fixes. Lot of leaks fixed. CVE-2017-12562, CVE-2017-17456, CVE-2017-17457, CVE-2018-19661, CVE-2018-19662, CVE-2018-19758, CVE-2019-3832, CVE-2014-9496, CVE-2014-9756, CVE-2015-7805 fixed. * Remove old patch. * Source now contains a generated configure, drop autogen.sh. * libsndfile now depends on host-python. * Drop test coverage binary. Signed-off-by: Christian Melki Message-Id: <20220204215102.1833387-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich --- rules/libsndfile.make | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'rules/libsndfile.make') diff --git a/rules/libsndfile.make b/rules/libsndfile.make index b8b46e3ab..3dbcede92 100644 --- a/rules/libsndfile.make +++ b/rules/libsndfile.make @@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBSNDFILE) += libsndfile # # Paths and names # -LIBSNDFILE_VERSION := 1.0.25 -LIBSNDFILE_MD5 := e2b7bb637e01022c7d20f95f9c3990a2 +LIBSNDFILE_VERSION := 1.0.31 +LIBSNDFILE_MD5 := 3f3b2a86a032f064ef922a2c8c191f7b LIBSNDFILE := libsndfile-$(LIBSNDFILE_VERSION) -LIBSNDFILE_SUFFIX := tar.gz -LIBSNDFILE_URL := http://www.mega-nerd.com/libsndfile/files/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX) +LIBSNDFILE_SUFFIX := tar.bz2 +LIBSNDFILE_URL := https://github.com/libsndfile/libsndfile/releases/download/$(LIBSNDFILE_VERSION)/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX) LIBSNDFILE_SOURCE := $(SRCDIR)/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX) LIBSNDFILE_DIR := $(BUILDDIR)/$(LIBSNDFILE) LIBSNDFILE_LICENSE := LGPL-2.1-only @@ -36,6 +36,7 @@ LIBSNDFILE_CONF_OPT := \ $(GLOBAL_LARGE_FILE_OPTION) \ --disable-octave \ --disable-alsa \ + --disable-test-coverage \ --$(call ptx/endis,PTXCONF_LIBSNDFILE_EXT_LIBS)-external-libs # ---------------------------------------------------------------------------- @@ -52,7 +53,6 @@ LIBSNDFILE_PROGS := \ sndfile-metadata-get \ sndfile-metadata-set \ sndfile-play \ - sndfile-regtest \ sndfile-salvage $(STATEDIR)/libsndfile.targetinstall: -- cgit v1.2.3