debian_build_apache24

Build apache 2.4 on debian from scratch

MIT License

Stars
3

Bot releases are visible (Hide)

debian_build_apache24 - Release 2.4.62.1 Latest Release

Published by JBlond about 2 months ago

APR changes

Changes for APR 1.7.5

*) SECURITY: CVE-2023-49582: Apache Portable Runtime (APR):
Unexpected lax shared memory permissions (cve.mitre.org)
Lax permissions set by the Apache Portable Runtime library on
Unix platforms would allow local users read access to named
shared memory segments, potentially revealing sensitive
application data.
This issue does not affect non-Unix platforms, or builds with
APR_USE_SHMEM_SHMGET=1 (apr.h)
Users are recommended to upgrade to APR version 1.7.5, which
fixes this issue.
Credits: Thomas Stangner

*) Unix: Implement apr_shm_perms_set() for the "POSIX shm_open()"
and "classic mmap" shared memory implementations. [Joe Orton,
Ruediger Pluem]

*) Fix missing ';' for XML/HTML hex entities from apr_escape_entity().
[Yann Ylavic]

*) Fix crash in apr_pool_create() with --enable-pool-debug=all|owner.
[Yann Ylavic]

*) Improve platform detection by updating config.guess and config.sub.
[Rainer Jung]

*) CMake: Add support for CMAKE_WARNING_AS_ERROR. [Ivan Zhakov]

*) CMake: Enable support for MSVC runtime library selection by abstraction.
[Ivan Zhakov]

*) CMake: Export installed targets (libapr-1, apr-1, libaprapp-1, aprapp-1)
to apr:: namespace. [Ivan Zhakov]

debian_build_apache24 - Release 2.4.62.0

Published by JBlond 3 months ago

debian_build_apache24 - Release 2.4.60.0

Published by JBlond 4 months ago

Changes https://www.apachelounge.com/Changelog-2.4.html

Important security vulnerabilities are fixed in 2.4.60, see https://httpd.apache.org/security/vulnerabilities_24.html.

debian_build_apache24 - Release 2.4.59.0

Published by JBlond 7 months ago

Changes: https://www.apachelounge.com/Changelog-2.4.html

Important security vulnerabilities are fixed in 2.4.59, see https://httpd.apache.org/security/vulnerabilities_24.html

debian_build_apache24 - Release 2.4.58.1

Published by JBlond 12 months ago

debian_build_apache24 - Release 2.4.58.0

Published by JBlond almost 1 year ago

Mainly a security fix release for Apache. See https://downloads.apache.org/httpd/CHANGES_2.4.58 for more details.

  • Update Apache to 2.4.58
  • Update OpenSSL to 3.0.11
  • Update Curl to 8.4.0
debian_build_apache24 - Release 2.4.57.2

Published by JBlond over 1 year ago

Updates:

  • SSL
  • HTTP2 lib
  • curl
  • APR
debian_build_apache24 - Release 2.4.57

Published by JBlond over 1 year ago

Updates:

  • httpd Apache to 2.4.57
  • http2 lib to 1.52
  • curl to 7.88.1
debian_build_apache24 - Release 2.4.55.1

Published by JBlond over 1 year ago

debian_build_apache24 - Release 2.4.55.0

Published by JBlond over 1 year ago

Updated

  • Updated 3rd Party
    • APR
    • APR UTIL
    • PCRE 2
    • mod security
    • curl
    • JANSON
    • zlib
  • Updated: Raspberry PI notes
debian_build_apache24 - Release 2.4.54.2

Published by JBlond almost 2 years ago

  • Update 3rd party modules
    • PCRE
    • mod_security
    • OpenSSL
    • mod_xsendfiles
  • Improved some scripts
  • Update recommended SSL config
debian_build_apache24 - Release 2.4.54.1

Published by JBlond over 2 years ago

debian_build_apache24 - Release 2.4.53.0

Published by JBlond over 2 years ago

  • Update Apache to 2.4.53
  • Update OpenSSL 1.1.1n
debian_build_apache24 - Release 2.4.52.1

Published by JBlond almost 3 years ago

  • Update PCRE to last version of PCRE 1 (8.44 -> 8.45)
  • Update mod_security
  • Fix mod_bikeshed build
debian_build_apache24 - Release 2.4.52

Published by JBlond almost 3 years ago

debian_build_apache24 - Release 2.4.51.2

Published by JBlond almost 3 years ago

OpenSSL Update

debian_build_apache24 - Release 2.4.51.1

Published by JBlond almost 3 years ago

  • FIX PCRE download link
debian_build_apache24 - Release 2.4.51

Published by JBlond about 3 years ago

  • SECURITY: CVE-2021-42013: Path Traversal and Remote Code Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete fix of CVE-2021-41773) (cve.mitre.org)
  • core: Add ap_unescape_url_ex() for better decoding control, and deprecate unused AP_NORMALIZE_DROP_PARAMETERS flag