diff mbox series

package/musl: bump to version 1.1.22

Message ID 20190412081517.3028-1-joerg.krause@embedded.rocks
State Accepted
Headers show
Series package/musl: bump to version 1.1.22 | expand

Commit Message

Jörg Krause April 12, 2019, 8:15 a.m. UTC
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 package/musl/musl.hash | 4 ++--
 package/musl/musl.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Arnout Vandecappelle April 13, 2019, 1:52 p.m. UTC | #1
On 12/04/2019 10:15, Jörg Krause wrote:
> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/musl/musl.hash | 4 ++--
>  package/musl/musl.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/musl/musl.hash b/package/musl/musl.hash
> index 9121424657..5644401770 100644
> --- a/package/musl/musl.hash
> +++ b/package/musl/musl.hash
> @@ -1,4 +1,4 @@
>  # Locally calculated after checking pgp signature from
> -# http://www.musl-libc.org/releases/musl-1.1.21.tar.gz.asc
> -sha256  c742b66f6f49c9e5f52f64d8b79fecb5a0f6e0203fca176c70ca20f6be285f44  musl-1.1.21.tar.gz
> +# http://www.musl-libc.org/releases/musl-1.1.22.tar.gz.asc
> +sha256  8b0941a48d2f980fd7036cfbd24aa1d414f03d9a0652ecbd5ec5c7ff1bee29e3  musl-1.1.22.tar.gz
>  sha256  a3ae1b9fc5d4938f5734734383b9813d27a5652df23010c6f9d4c5419b239a41  COPYRIGHT
> diff --git a/package/musl/musl.mk b/package/musl/musl.mk
> index ff807c0cba..5db5bbd265 100644
> --- a/package/musl/musl.mk
> +++ b/package/musl/musl.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -MUSL_VERSION = 1.1.21
> +MUSL_VERSION = 1.1.22
>  MUSL_SITE = http://www.musl-libc.org/releases
>  MUSL_LICENSE = MIT
>  MUSL_LICENSE_FILES = COPYRIGHT
>
Peter Korsgaard April 24, 2019, 7:53 p.m. UTC | #2
>>>>> "Jörg" == Jörg Krause <joerg.krause@embedded.rocks> writes:

 > Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>

Committed to 2019.02.x, thanks - As the release notes states:

Notable regressions in sscanf and pthread_key_create introduced in
1.1.21 have also been fixed, along with various other bugs and minor
conformance issues.
diff mbox series

Patch

diff --git a/package/musl/musl.hash b/package/musl/musl.hash
index 9121424657..5644401770 100644
--- a/package/musl/musl.hash
+++ b/package/musl/musl.hash
@@ -1,4 +1,4 @@ 
 # Locally calculated after checking pgp signature from
-# http://www.musl-libc.org/releases/musl-1.1.21.tar.gz.asc
-sha256  c742b66f6f49c9e5f52f64d8b79fecb5a0f6e0203fca176c70ca20f6be285f44  musl-1.1.21.tar.gz
+# http://www.musl-libc.org/releases/musl-1.1.22.tar.gz.asc
+sha256  8b0941a48d2f980fd7036cfbd24aa1d414f03d9a0652ecbd5ec5c7ff1bee29e3  musl-1.1.22.tar.gz
 sha256  a3ae1b9fc5d4938f5734734383b9813d27a5652df23010c6f9d4c5419b239a41  COPYRIGHT
diff --git a/package/musl/musl.mk b/package/musl/musl.mk
index ff807c0cba..5db5bbd265 100644
--- a/package/musl/musl.mk
+++ b/package/musl/musl.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-MUSL_VERSION = 1.1.21
+MUSL_VERSION = 1.1.22
 MUSL_SITE = http://www.musl-libc.org/releases
 MUSL_LICENSE = MIT
 MUSL_LICENSE_FILES = COPYRIGHT