Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming upgrades to libxcrypt split and glibc #15791

Closed
13 of 14 tasks
xnox opened this issue Mar 25, 2024 · 3 comments
Closed
13 of 14 tasks

Upcoming upgrades to libxcrypt split and glibc #15791

xnox opened this issue Mar 25, 2024 · 3 comments

Comments

@xnox
Copy link
Contributor

xnox commented Mar 25, 2024

@xnox
Copy link
Contributor Author

xnox commented Mar 26, 2024

@ajayk @imjasonh @smoser Really need SDK upgrade to happen, such that libxcrypt can land; and sdk upgraded again.

@xnox
Copy link
Contributor Author

xnox commented Mar 27, 2024

d122b783b149:/work/packages# sed 's/=.*//' -i /etc/apk/world 
d122b783b149:/work/packages# apk update
fetch https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz
 [https://packages.wolfi.dev/os]
 [/work/packages]
OK: 47875 distinct packages available
d122b783b149:/work/packages# apk upgrade --all --latest
(1/5) Upgrading ld-linux (2.38-r14 -> 2.38-r15)
(2/5) Upgrading glibc-locale-posix (2.38-r14 -> 2.38-r15)
(3/5) Upgrading glibc (2.38-r14 -> 2.38-r15)
(4/5) Installing libxcrypt (4.4.36-r4)
(5/5) Upgrading libcrypt1 (2.38-r14 -> 2.38-r15)
Executing glibc-2.38-r15.trigger
OK: 15 MiB in 15 packages

@xnox
Copy link
Contributor Author

xnox commented Mar 27, 2024

consistent libxcrypt in the sdk image:

$ docker run -ti --rm --entrypoint apk ghcr.io/wolfi-dev/sdk:latest@sha256:68e77b8239a35b121fbd18c19ca638aa75f911838c73ff6bcea91ef0866104ca list --installed | grep crypt
libcrypt1-2.38-r15 x86_64 {glibc} (GPL-3.0-or-later) [installed]
libcrypto3-3.2.1-r0 x86_64 {openssl} (Apache-2.0) [installed]
libxcrypt-4.4.36-r4 x86_64 {libxcrypt} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]
libxcrypt-dev-4.4.36-r4 x86_64 {libxcrypt} (GPL-2.0-or-later AND LGPL-2.1-or-later) [installed]

No packages to upgrade either

$ docker run -ti --rm ghcr.io/wolfi-dev/sdk:latest@sha256:68e77b8239a35b121fbd18c19ca638aa75f911838c73ff6bcea91ef0866104ca

Welcome to the development environment!


[sdk] ❯ apk update
WARNING: opening ./../../packages: No such file or directory
fetch https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz
 [https://packages.wolfi.dev/os]
OK: 47875 distinct packages available
[sdk] ❯ apk upgrade --all --latest
WARNING: opening ./../../packages: No such file or directory
OK: 969 MiB in 61 packages
[sdk] ❯ sed -i 's/=.*//' /etc/apk/world 
[sdk] ❯ apk upgrade --all --latest
WARNING: opening ./../../packages: No such file or directory
OK: 970 MiB in 61 packages
[sdk] ❯ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant