mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libsndfile: Version bump. 1.2.0 -> 1.2.2
@ 2023-08-14 19:31 Christian Melki
  2023-09-04  6:30 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-08-14 19:31 UTC (permalink / raw)
  To: ptxdist

Was actually two bumps in very quick succession.
Mostly fixes.
https://github.com/libsndfile/libsndfile/releases/tag/1.2.1
https://github.com/libsndfile/libsndfile/releases/tag/1.2.2

* Pin down some config opts.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libsndfile.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/rules/libsndfile.make b/rules/libsndfile.make
index bfe68f10e..691fb911b 100644
--- a/rules/libsndfile.make
+++ b/rules/libsndfile.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSNDFILE) += libsndfile
 #
 # Paths and names
 #
-LIBSNDFILE_VERSION	:= 1.2.0
-LIBSNDFILE_MD5		:= 00fbf50ce1d7a67a8e6dc0a04f4d8d2e
+LIBSNDFILE_VERSION	:= 1.2.2
+LIBSNDFILE_MD5		:= 04e2e6f726da7c5dc87f8cf72f250d04
 LIBSNDFILE		:= libsndfile-$(LIBSNDFILE_VERSION)
 LIBSNDFILE_SUFFIX	:= tar.xz
 LIBSNDFILE_URL		:= https://github.com/libsndfile/libsndfile/releases/download/$(LIBSNDFILE_VERSION)/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX)
@@ -44,8 +44,10 @@ LIBSNDFILE_CONF_OPT := \
 	--disable-octave \
 	--enable-full-suite \
 	--disable-test-coverage \
+	--disable-ossfuzzers \
 	$(GLOBAL_LARGE_FILE_OPTION) \
-	--without-mkoctfile
+	--without-mkoctfile \
+	--without-octave-config
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libsndfile: Version bump. 1.2.0 -> 1.2.2
  2023-08-14 19:31 [ptxdist] [PATCH] libsndfile: Version bump. 1.2.0 -> 1.2.2 Christian Melki
@ 2023-09-04  6:30 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-09-04  6:30 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as cb4d9e3a5579212fab78230b6b3e1f43eb7d1804.

Michael

[sent from post-receive hook]

On Mon, 04 Sep 2023 08:30:00 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Was actually two bumps in very quick succession.
> Mostly fixes.
> https://github.com/libsndfile/libsndfile/releases/tag/1.2.1
> https://github.com/libsndfile/libsndfile/releases/tag/1.2.2
> 
> * Pin down some config opts.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230814193125.44814-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libsndfile.make b/rules/libsndfile.make
> index bfe68f10ed34..691fb911b6f8 100644
> --- a/rules/libsndfile.make
> +++ b/rules/libsndfile.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSNDFILE) += libsndfile
>  #
>  # Paths and names
>  #
> -LIBSNDFILE_VERSION	:= 1.2.0
> -LIBSNDFILE_MD5		:= 00fbf50ce1d7a67a8e6dc0a04f4d8d2e
> +LIBSNDFILE_VERSION	:= 1.2.2
> +LIBSNDFILE_MD5		:= 04e2e6f726da7c5dc87f8cf72f250d04
>  LIBSNDFILE		:= libsndfile-$(LIBSNDFILE_VERSION)
>  LIBSNDFILE_SUFFIX	:= tar.xz
>  LIBSNDFILE_URL		:= https://github.com/libsndfile/libsndfile/releases/download/$(LIBSNDFILE_VERSION)/$(LIBSNDFILE).$(LIBSNDFILE_SUFFIX)
> @@ -44,8 +44,10 @@ LIBSNDFILE_CONF_OPT := \
>  	--disable-octave \
>  	--enable-full-suite \
>  	--disable-test-coverage \
> +	--disable-ossfuzzers \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
> -	--without-mkoctfile
> +	--without-mkoctfile \
> +	--without-octave-config
>  
>  # ----------------------------------------------------------------------------
>  # Target-Install



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

end of thread, other threads:[~2023-09-04  6:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14 19:31 [ptxdist] [PATCH] libsndfile: Version bump. 1.2.0 -> 1.2.2 Christian Melki
2023-09-04  6:30 ` [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