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

Outdated apach2 no longer matches apache2-ssl #9

Open
pmhahn opened this issue Sep 23, 2021 · 0 comments
Open

Outdated apach2 no longer matches apache2-ssl #9

pmhahn opened this issue Sep 23, 2021 · 0 comments

Comments

@pmhahn
Copy link

pmhahn commented Sep 23, 2021

The image nimmis/alpine-apache b1fc01506cf3 contains an out-dated version of apache2:

~ # apk -vv list | grep apache2
apache2-2.4.48-r0 x86_64 {apache2} (Apache-2.0) [installed]
apache2-utils-2.4.48-r0 x86_64 {apache2} (Apache-2.0) [installed]

Installing apache2-ssl fails because it is 2.4.49-r0 and needs symbols not provided by the older 2.4.48-r0.

# apk upgrade
Upgrading critical system libraries and apk-tools:
(1/1) Upgrading apk-tools (2.12.5-r1 -> 2.12.7-r0)
Executing busybox-1.33.1-r3.trigger
Continuing the upgrade transaction with new apk-tools:
(1/7) Upgrading alpine-baselayout (3.2.0-r15 -> 3.2.0-r16)
Executing alpine-baselayout-3.2.0-r16.pre-upgrade
Executing alpine-baselayout-3.2.0-r16.post-upgrade
(2/7) Upgrading libcrypto1.1 (1.1.1k-r0 -> 1.1.1l-r0)
(3/7) Upgrading apache2 (2.4.48-r0 -> 2.4.49-r0)
Executing apache2-2.4.49-r0.pre-upgrade
(4/7) Upgrading libssl1.1 (1.1.1k-r0 -> 1.1.1l-r0)
(5/7) Upgrading libretls (3.3.3-r2 -> 3.3.3p1-r2)
(6/7) Upgrading apache2-utils (2.4.48-r0 -> 2.4.49-r0)
(7/7) Upgrading rsyslog (8.2012.0-r0 -> 8.2012.0-r1)
Executing rsyslog-8.2012.0-r1.post-upgrade
Executing busybox-1.33.1-r3.trigger
Executing ca-certificates-20191127-r5.trigger
OK: 21 MiB in 34 packages

Time to build and upload a new image.

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