From 15960bc2aa53a800f578dc77f763958c93df4c0f Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Thu, 19 Aug 2021 16:42:05 +0100 Subject: [PATCH 1/2] Bump upstream glibc version to v2.34 --- APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/APKBUILD b/APKBUILD index a642370..83372f4 100644 --- a/APKBUILD +++ b/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Sasha Gerrand pkgname="glibc" -pkgver="2.33" +pkgver="2.34" _pkgrel="0" pkgrel="0" pkgdesc="GNU C Library compatibility layer" @@ -47,6 +47,6 @@ i18n() { cp -a "$srcdir"/usr/glibc-compat/share "$subpkgdir"/usr/glibc-compat } -sha512sums="c4c72e2ea1103efe1eba4c735088e2f6f2d03568135945bd0b94eeeff7a8a4f00921d8daeff2a211caa719160a1eaaab79d70252c81536786206a8c84820ba09 glibc-bin-2.33-0-x86_64.tar.gz +sha512sums="77e772a8edd55812e94f99087ea2a2307ac48b09d58fe0bbcb41f9b9861ef3a15b177699e2e1fb7e49fdeb42c64c33b81c0fdf4d44e043cd9f54c72b93f40d98 glibc-bin-2.34-0-x86_64.tar.gz 478bdd9f7da9e6453cca91ce0bd20eec031e7424e967696eb3947e3f21aa86067aaf614784b89a117279d8a939174498210eaaa2f277d3942d1ca7b4809d4b7e nsswitch.conf 2912f254f8eceed1f384a1035ad0f42f5506c609ec08c361e2c0093506724a6114732db1c67171c8561f25893c0dd5c0c1d62e8a726712216d9b45973585c9f7 ld.so.conf" From 98e479e1490dcb65ae1b616faf885ba3f3e1e95c Mon Sep 17 00:00:00 2001 From: Sasha Gerrand Date: Thu, 19 Aug 2021 16:45:27 +0100 Subject: [PATCH 2/2] Docs: update glibc references to v2.34 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fd71159..5553ffa 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ See the [releases page](https://github.com/sgerrand/alpine-pkg-glibc/releases) f The current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`: wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub - wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-2.33-r0.apk - apk add glibc-2.33-r0.apk + wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-2.34-r0.apk + apk add glibc-2.34-r0.apk ### Please Note @@ -26,7 +26,7 @@ Any previous reference to `https://raw.githubusercontent.com/sgerrand/alpine-pkg You will need to generate your locale if you would like to use a specific one for your glibc application. You can do this by installing the `glibc-i18n` package and generating a locale using the `localedef` binary. An example for en_US.UTF-8 would be: - wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-bin-2.33-r0.apk - wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.33-r0/glibc-i18n-2.33-r0.apk - apk add glibc-bin-2.33-r0.apk glibc-i18n-2.33-r0.apk + wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-bin-2.34-r0.apk + wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.34-r0/glibc-i18n-2.34-r0.apk + apk add glibc-bin-2.34-r0.apk glibc-i18n-2.34-r0.apk /usr/glibc-compat/bin/localedef -i en_US -f UTF-8 en_US.UTF-8