Page MenuHomeFreeBSD

www/apache24: Update to 2.4.26
AbandonedPublic

Authored by i.dani_outlook.com on Jun 21 2017, 7:30 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 13, 6:57 AM
Unknown Object (File)
Mar 6 2025, 1:21 AM
Unknown Object (File)
Feb 21 2025, 9:19 PM
Unknown Object (File)
Jan 22 2025, 9:29 PM
Unknown Object (File)
Jan 17 2025, 2:44 PM
Unknown Object (File)
Jan 4 2025, 8:02 AM
Unknown Object (File)
Dec 30 2024, 8:32 AM
Unknown Object (File)
Dec 2 2024, 4:21 AM

Details

Reviewers
ohauer
brnrd
Summary
www/apache24: Update to 2.4.26

 - Update to security update 2.4.26
 - Add patches for LibreSSL [1]
 - Add mod_brotli support [2]
 - HTTP/2 support no longer tagged as "experimental" but is instead considered fully production ready

[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=61184
[2] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218851

devel/brotli: [NEW PORT] Add brotli 0.6.0, needed for Apache 2.4.26
 - Reported by: Markus Kohlmeyer (rootservice@gmail.com)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

devel/brotli/Makefile
6

Remove.

7

Should probably be in archivers first.

16

This is the default, remove.

17

This should be DISTVERSIONPREFIX=v in the top block.

23

This should appear earlier. See here

26

Remove.

30โ€“43
www/apache24/Makefile
78โ€“79

Why not use the alreadhy existing devel/libbrotli ?
Also, only depend on a port once, it makes no sense to say "I need X. I need X."

In consultation with @brnrd - we will track this further under D11285.