apache: Update to 2.4.56 - #43108
Merged
Merged
Conversation
78 tasks
gmbeard
force-pushed
the
feature/apache-update
branch
from
March 30, 2023 06:49
7293d6f to
99094bb
Compare
gmbeard
force-pushed
the
feature/apache-update
branch
from
March 30, 2023 06:55
99094bb to
297ec8b
Compare
Contributor
Author
|
Cleaned up some of the unnecessary changes I made while trying to get this to cross build |
klarasm
reviewed
May 15, 2023
| @@ -34,7 +34,7 @@ license="Apache-2.0" | |||
| homepage="https://httpd.apache.org/" | |||
| changelog="https://www.apache.org/dist/httpd/CHANGES_2.4" | |||
| distfiles="https://dlcdn.apache.org/httpd/httpd-${version}.tar.bz2" | |||
Contributor
There was a problem hiding this comment.
Suggested change
| distfiles="https://dlcdn.apache.org/httpd/httpd-${version}.tar.bz2" | |
| distfiles="https://archive.apache.org/dist/httpd/httpd-${version}.tar.bz2" |
I don't know if it's appropriate for this package, but https://archive.apache.org/dist does not delete outdated versions which would help for local testing when revbumping (as the distfiles are not cached locally if they have not been used earlier).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Testing the changes
Tested by running
httpd -Vto show the compile configuration (did this for x86_64 and aarch64)Local build testing
(CC @ologantr)