]> git.pld-linux.org Git - packages/apache.git/commitdiff
Up to 2.4.28
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Jun 2021 07:26:09 +0000 (09:26 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 16 Jun 2021 07:26:09 +0000 (09:26 +0200)
apache.spec
httpd-2.0.48-corelimit.patch

index 59b31b53ee444b0c290cda2238c8b55e9202b5c3..039b1cccc6ac10a08c867ed1478819f0fc875228 100644 (file)
@@ -33,12 +33,12 @@ Summary(pt_BR.UTF-8):       Servidor HTTPD para prover serviços WWW
 Summary(ru.UTF-8):     Самый популярный веб-сервер
 Summary(tr.UTF-8):     Lider WWW tarayıcı
 Name:          apache
-Version:       2.4.46
-Release:       3
+Version:       2.4.48
+Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
 Source0:       http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2
-# Source0-md5: 7d661ea5e736dac5e2761d9f49fe8361
+# Source0-md5: a7088cec171b0d00bf43394ce64d3909
 Source1:       %{name}.init
 Source2:       %{name}.logrotate
 Source3:       %{name}.sysconfig
index 9c7c368f0f6106ec45f5e80c4b45dc28f1f2c070..c3007fe71202bd6024dd64568d122ab770c924b9 100644 (file)
@@ -5,9 +5,9 @@ is configured.
 --- httpd-2.0.48/server/core.c.corelimit
 +++ httpd-2.0.48/server/core.c
 @@ -4424,6 +4424,25 @@
-     set_banner(pconf);
      ap_setup_make_content_type(pconf);
      ap_setup_auth_internal(ptemp);
+     ap_setup_ssl_optional_fns(pconf);
 +
 +#ifdef RLIMIT_CORE
 +    if (ap_coredumpdir_configured) {
This page took 0.065146 seconds and 4 git commands to generate.