pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/apache24



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jul 17 19:02:01 UTC 2024

Modified Files:
        pkgsrc/www/apache24: Makefile distinfo

Log Message:
apache: update to 2.4.62.

Changes with Apache 2.4.62

  *) mod_proxy: Fix canonicalisation and FCGI env (PATH_INFO, SCRIPT_NAME) for
     "balancer:" URLs set via SetHandler, also allowing for "unix:" sockets
     with BalancerMember(s).  [Yann Ylavic]

  *) mod_proxy: Avoid AH01059 parsing error for SetHandler "unix:" URLs.
     [Yann Ylavic]

  *) mod_ssl: Fix crashes in PKCS#11 ENGINE support with OpenSSL 3.2.
     [Joe Orton]

  *) mod_ssl: Add support for loading certs/keys from pkcs11: URIs
     via OpenSSL 3.x providers.  [Ingo Franzki <ifranzki linux.ibm.com>]

  *) mod_ssl: Restore SSL dumping on trace7 loglevel with OpenSSL >= 3.0.
     [Ruediger Pluem, Yann Ylavic]

  *) mpm_worker: Fix possible warning (AH00045) about children processes not
     terminating timely.  [Yann Ylavic]


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/www/apache24/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/www/apache24/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/apache24/Makefile
diff -u pkgsrc/www/apache24/Makefile:1.128 pkgsrc/www/apache24/Makefile:1.129
--- pkgsrc/www/apache24/Makefile:1.128  Wed Jul  3 15:22:22 2024
+++ pkgsrc/www/apache24/Makefile        Wed Jul 17 19:02:01 2024
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.128 2024/07/03 15:22:22 taca Exp $
+# $NetBSD: Makefile,v 1.129 2024/07/17 19:02:01 wiz Exp $
 #
 # When updating this package, make sure that no strings like
 # "PR 12345" are in the commit message. Upstream likes
 # to reference their own PRs this way, but this ends up
 # in NetBSD GNATS.
 
-DISTNAME=      httpd-2.4.61
+DISTNAME=      httpd-2.4.62
 PKGNAME=       ${DISTNAME:S/httpd/apache/}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_APACHE:=httpd/}

Index: pkgsrc/www/apache24/distinfo
diff -u pkgsrc/www/apache24/distinfo:1.64 pkgsrc/www/apache24/distinfo:1.65
--- pkgsrc/www/apache24/distinfo:1.64   Wed Jul  3 15:22:22 2024
+++ pkgsrc/www/apache24/distinfo        Wed Jul 17 19:02:01 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.64 2024/07/03 15:22:22 taca Exp $
+$NetBSD: distinfo,v 1.65 2024/07/17 19:02:01 wiz Exp $
 
-BLAKE2s (httpd-2.4.61.tar.bz2) = 8d15edef65d66f6fef14f0629d39c2ff2576cad96483532b0513861ec8284a31
-SHA512 (httpd-2.4.61.tar.bz2) = 00656220ecc2b80788f539536553f0a3a57602fb981be22e63af87d0f98ffe5da3056e722ce52ae8cf9c2111ad1922b3aaea1fd7d69d0ed76795199203d593ff
-Size (httpd-2.4.61.tar.bz2) = 7512908 bytes
+BLAKE2s (httpd-2.4.62.tar.bz2) = a887a0baf8c1861f68a6251d2f03ced0318615c484eaf5f304e935177aa602a0
+SHA512 (httpd-2.4.62.tar.bz2) = 7db1876805d5c0f60f49bcb51f75cdf567120f2ff6349e68f084e9a86ae38265d9f1c67e7fca0082c9db136f3c408a88501ee11f26b1b68724ba240867171d77
+Size (httpd-2.4.62.tar.bz2) = 7521661 bytes
 SHA1 (patch-aa) = 9a66685f1d2e4710ab464beda98cbaad632aebf9
 SHA1 (patch-ab) = a3edcc20b7654e0446c7d442cda1510b23e5d324
 SHA1 (patch-ad) = 4ba4a9c812951f533fa316e5dbf17eaab5494157



Home | Main Index | Thread Index | Old Index