mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH V2] alsa-lib: version bump 1.2.6.1 -> 1.2.7
@ 2022-06-20  6:56 Linnea Gunnarsson
  2022-07-01  5:10 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Linnea Gunnarsson @ 2022-06-20  6:56 UTC (permalink / raw)
  To: ptxdist

Fixed memory leak.
Add 32-bit compilation support.
Improvements and bugfixes.
Removed the patches for old version.

Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
---
 .../0001-add-largefile-support.patch                          | 0
 patches/{alsa-lib-1.2.6.1 => alsa-lib-1.2.7}/autogen.sh       | 0
 patches/{alsa-lib-1.2.6.1 => alsa-lib-1.2.7}/series           | 0
 rules/alsa-lib.make                                           | 4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename patches/{alsa-lib-1.2.6.1 => alsa-lib-1.2.7}/0001-add-largefile-support.patch (100%)
 rename patches/{alsa-lib-1.2.6.1 => alsa-lib-1.2.7}/autogen.sh (100%)
 rename patches/{alsa-lib-1.2.6.1 => alsa-lib-1.2.7}/series (100%)

diff --git a/patches/alsa-lib-1.2.6.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.7/0001-add-largefile-support.patch
similarity index 100%
rename from patches/alsa-lib-1.2.6.1/0001-add-largefile-support.patch
rename to patches/alsa-lib-1.2.7/0001-add-largefile-support.patch
diff --git a/patches/alsa-lib-1.2.6.1/autogen.sh b/patches/alsa-lib-1.2.7/autogen.sh
similarity index 100%
rename from patches/alsa-lib-1.2.6.1/autogen.sh
rename to patches/alsa-lib-1.2.7/autogen.sh
diff --git a/patches/alsa-lib-1.2.6.1/series b/patches/alsa-lib-1.2.7/series
similarity index 100%
rename from patches/alsa-lib-1.2.6.1/series
rename to patches/alsa-lib-1.2.7/series
diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
index c503315c7..045e497da 100644
--- a/rules/alsa-lib.make
+++ b/rules/alsa-lib.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
 #
 # Paths and names
 #
-ALSA_LIB_VERSION	:= 1.2.6.1
-ALSA_LIB_MD5		:= 039aae4a55e4a33f4c39b274fcc1dc5e
+ALSA_LIB_VERSION	:= 1.2.7
+ALSA_LIB_MD5		:= 485d2e9cb91806f0a5732d769cda2800
 ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
 ALSA_LIB_SUFFIX		:= tar.bz2
 ALSA_LIB_URL		:= \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] alsa-lib: version bump 1.2.6.1 -> 1.2.7
  2022-06-20  6:56 [ptxdist] [PATCH V2] alsa-lib: version bump 1.2.6.1 -> 1.2.7 Linnea Gunnarsson
@ 2022-07-01  5:10 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-07-01  5:10 UTC (permalink / raw)
  To: ptxdist; +Cc: Linnea Gunnarsson

Thanks, applied as bbff54d701c4eff450ea5afcab50fcdad62228f8.

Michael

[sent from post-receive hook]

On Fri, 01 Jul 2022 07:10:33 +0200, Linnea Gunnarsson <linnea.gunnarsson@t2data.com> wrote:
> Fixed memory leak.
> Add 32-bit compilation support.
> Improvements and bugfixes.
> Removed the patches for old version.
> 
> Signed-off-by: Linnea Gunnarsson <linnea.gunnarsson@t2data.com>
> Message-Id: <20220620065601.841509-1-linnea.gunnarsson@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/alsa-lib-1.2.6.1/0001-add-largefile-support.patch b/patches/alsa-lib-1.2.7/0001-add-largefile-support.patch
> similarity index 100%
> rename from patches/alsa-lib-1.2.6.1/0001-add-largefile-support.patch
> rename to patches/alsa-lib-1.2.7/0001-add-largefile-support.patch
> diff --git a/patches/alsa-lib-1.2.6.1/autogen.sh b/patches/alsa-lib-1.2.7/autogen.sh
> similarity index 100%
> rename from patches/alsa-lib-1.2.6.1/autogen.sh
> rename to patches/alsa-lib-1.2.7/autogen.sh
> diff --git a/patches/alsa-lib-1.2.6.1/series b/patches/alsa-lib-1.2.7/series
> similarity index 100%
> rename from patches/alsa-lib-1.2.6.1/series
> rename to patches/alsa-lib-1.2.7/series
> diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make
> index c503315c7980..045e497daffd 100644
> --- a/rules/alsa-lib.make
> +++ b/rules/alsa-lib.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_LIB) += alsa-lib
>  #
>  # Paths and names
>  #
> -ALSA_LIB_VERSION	:= 1.2.6.1
> -ALSA_LIB_MD5		:= 039aae4a55e4a33f4c39b274fcc1dc5e
> +ALSA_LIB_VERSION	:= 1.2.7
> +ALSA_LIB_MD5		:= 485d2e9cb91806f0a5732d769cda2800
>  ALSA_LIB		:= alsa-lib-$(ALSA_LIB_VERSION)
>  ALSA_LIB_SUFFIX		:= tar.bz2
>  ALSA_LIB_URL		:= \



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

end of thread, other threads:[~2022-07-01  5:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  6:56 [ptxdist] [PATCH V2] alsa-lib: version bump 1.2.6.1 -> 1.2.7 Linnea Gunnarsson
2022-07-01  5:10 ` [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