summaryrefslogtreecommitdiffstats
path: root/modules/md/md_version.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2025-01-15 13:48:52 +0100
committerStefan Eissing <icing@apache.org>2025-01-15 13:48:52 +0100
commit202d0068d8977925b8e78f8e33a370e4f5bdec70 (patch)
treeecc90bf7a66eddd9770581870cc3f7c82e9e5b6a /modules/md/md_version.h
parentFix typo in charset.conv (diff)
downloadapache2-202d0068d8977925b8e78f8e33a370e4f5bdec70.tar.xz
apache2-202d0068d8977925b8e78f8e33a370e4f5bdec70.zip
*) mod_md: update to version 2.4.31
- Improved error reporting when waiting for ACME server to verify domains or finalizing the order fails, e.g. times out. - Increasing the timeouts to wait for ACME server to verify domain names and issue the certificate from 30 seconds to 5 minutes. - Change a log level from error to debug when Stapling is enabled but a certificate carries no OCSP responder URL. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1923148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/md/md_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/md/md_version.h b/modules/md/md_version.h
index 2304194b99..2c3b66bc28 100644
--- a/modules/md/md_version.h
+++ b/modules/md/md_version.h
@@ -27,7 +27,7 @@
* @macro
* Version number of the md module as c string
*/
-#define MOD_MD_VERSION "2.4.30"
+#define MOD_MD_VERSION "2.4.31"
/**
* @macro
@@ -35,7 +35,7 @@
* release. This is a 24 bit number with 8 bits for major number, 8 bits
* for minor and 8 bits for patch. Version 1.2.3 becomes 0x010203.
*/
-#define MOD_MD_VERSION_NUM 0x02041e
+#define MOD_MD_VERSION_NUM 0x02041f
#define MD_ACME_DEF_URL "https://acme-v02.api.letsencrypt.org/directory"
#define MD_TAILSCALE_DEF_URL "file://localhost/var/run/tailscale/tailscaled.sock"