Path to this page:
./
www/apache24,
Apache HTTP (Web) server, version 2.4
Branch: pkgsrc-2019Q2,
Version: 2.4.41,
Package name: apache-2.4.41,
Maintainer: ryoonThe Apache HTTP Server Project is an effort to develop and maintain an
open-source HTTP server for various modern desktop and server operating
systems, such as UNIX and Windows NT. The goal of this project is to
provide a secure, efficient and extensible server which provides HTTP
services in sync with the current HTTP standards.
This package tracks 2.4.x release.
Required to run:[
textproc/libxml2] [
devel/apr] [
devel/readline] [
devel/apr-util] [
devel/pcre] [
archivers/brotli] [
www/nghttp2]
Required to build:[
pkgtools/cwrappers]
Package options: apache-mpm-event, apache-mpm-prefork, apache-mpm-worker, brotli, http2, xml
Master sites: (Expand)
SHA1: b46a02237f03384fa50ddbde9be62092dc23e684
RMD160: ed572c262222034a699ab55f12eaebbe070cecb7
Filesize: 6906.614 KB
Version history: (Expand)
- (2019-09-05) Updated to version: apache-2.4.41
- (2019-07-04) Package added to pkgsrc.se, version apache-2.4.39nb2 (created)
CVS history: (Expand)
2019-09-08 17:51:45 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #6050 - requested by taca
www/apache24: build fix after previous pull-up
Revisions pulled up:
- www/apache24/Makefile 1.86
---
Module Name: pkgsrc
Committed By: adam
Date: Sat Sep 7 13:22:28 UTC 2019
Modified Files:
pkgsrc/www/apache24: Makefile
Log message:
apache24: properly detect apt-util LDAP support
|
2019-09-05 12:21:28 by Benny Siegert | Files touched by this commit (4) | |
Log message:
Pullup ticket #6037 - requested by taca
www/apache24: SunOS build fix, security fix
Revisions pulled up:
- www/apache24/Makefile 1.82,1.84
- www/apache24/PLIST 1.31
- www/apache24/distinfo 1.41
- www/apache24/patches/patch-ai 1.2
---
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Jul 1 04:08:55 UTC 2019
Modified Files:
pkgsrc/www/apache24: Makefile
Log message:
Recursive revbump from boost-1.70.0
---
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jul 22 10:34:22 UTC 2019
Modified Files:
pkgsrc/www/apache24: Makefile
Log message:
apache24: Extend SunOS C99 compilers list to gcc-5.
Should fix PR#54385 from Hiroshi Hakoyama.
---
Module Name: pkgsrc
Committed By: wiz
Date: Sun Aug 11 13:25:21 UTC 2019
Modified Files:
pkgsrc/www/apache24: Makefile buildlink3.mk
Log message:
Bump PKGREVISIONs for perl 5.30.0
---
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 15 08:03:39 UTC 2019
Modified Files:
pkgsrc/www/apache24: Makefile PLIST distinfo
pkgsrc/www/apache24/patches: patch-ai
Log message:
apache24: updated to 2.4.41
Changes with Apache 2.4.41
*) SECURITY: CVE-2019-10081 (cve.mitre.org)
mod_http2: HTTP/2 very early pushes, for example configured with \
"H2PushResource",
could lead to an overwrite of memory in the pushing request's pool,
leading to crashes. The memory copied is that of the configured push
link header values, not data supplied by the client.
*) SECURITY: CVE-2019-9517 (cve.mitre.org)
mod_http2: a malicious client could perform a DoS attack by flooding
a connection with requests and basically never reading responses
on the TCP connection. Depending on h2 worker dimensioning, it was
possible to block those with relatively few connections.
*) SECURITY: CVE-2019-10098 (cve.mitre.org)
rewrite, core: Set PCRE_DOTALL flag by default to avoid unpredictable
matches and substitutions with encoded line break characters.
*) SECURITY: CVE-2019-10092 (cve.mitre.org)
Remove HTML-escaped URLs from canned error responses to prevent misleading
text/links being displayed via crafted links.
*) SECURITY: CVE-2019-10097 (cve.mitre.org)
mod_remoteip: Fix stack buffer overflow and NULL pointer deference
when reading the PROXY protocol header.
*) SECURITY: CVE-2019-10082 (cve.mitre.org)
mod_http2: Using fuzzed network input, the http/2 session
handling could be made to read memory after being freed,
during connection shutdown.
*) mod_proxy_balancer: Improve balancer-manager protection against
XSS/XSRF attacks from trusted users.
*) mod_session: Introduce SessionExpiryUpdateInterval which allows to
configure the session/cookie expiry's update interval.
*) modules/filters: Fix broken compilation when using old GCC (<4.2.x).
*) mod_ssl: Fix startup failure in 2.4.40 with SSLCertificateChainFile
configured for a domain managed by mod_md.
|