From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Cc: Adolf Belka <adolf.belka@ipfire.org>
Subject: [PATCH] dehydrated: Update to version 0.7.2
Date: Fri, 12 Sep 2025 22:08:08 +0200 [thread overview]
Message-ID: <20250912200814.3489573-1-adolf.belka@ipfire.org> (raw)
- Update from version 0.7.1 to 0.7.2
- Update of rootfile not required
- Changelog
0.7.2
Added
- Implemented support for certificate profile selection
- Added a configuration parameter to allow for timeouts during order processing
(`ORDER_TIMEOUT`, defaults to 0 = no timeout)
- Allowed for automatic deletion of old files (`AUTO_CLEANUP_DELETE`, disabled
by default)
Changed
- Renew certificates with 32 days remaining (instead of 30) to avoid issues
with monthly cronjobs (`RENEW_DAYS=32`)
Fixed
- Changed behaviour of `openssl req` stdin handling to fix compatibility with
OpenSSL version 3.2+
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
lfs/dehydrated | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lfs/dehydrated b/lfs/dehydrated
index 821c1433b..ab2bf8acd 100644
--- a/lfs/dehydrated
+++ b/lfs/dehydrated
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
+# Copyright (C) 2007-2025 IPFire Team <info@ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -26,7 +26,7 @@ include Config
SUMMARY = A client for signing certificates with an ACME server
-VER = 0.7.1
+VER = 0.7.2
THISAPP = dehydrated-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = dehydrated
-PAK_VER = 6
+PAK_VER = 7
DEPS =
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 0b287537206936ceff33bde8bbb8ab7b13f28bf58cd29c898348db0cf5a83157fed4535da218ac48a810a93b99474e96334a27c062c157e2f164b0e516b47111
+$(DL_FILE)_BLAKE2 = a79f81e30b6687b012780a7949b877ef9db2f32c92906bf086f41ae325130afafe0d6f67bf49afa41b5f4a068509321a2a8ad03f8bb72b9d62d88d55e043a748
install : $(TARGET)
--
2.51.0
next reply other threads:[~2025-09-12 20:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-12 20:08 Adolf Belka [this message]
2025-09-12 20:08 ` [PATCH] frr: Update to version 10.4.1 Adolf Belka
2025-09-12 20:08 ` [PATCH] libogg: Update to version 1.3.6 Adolf Belka
2025-09-12 20:08 ` [PATCH] mtr: Update to version 0.96 Adolf Belka
2025-09-12 20:08 ` [PATCH] mympd: Update to version 22.0.4 Adolf Belka
2025-09-12 20:08 ` [PATCH] nginx: Update to version 1.29.1 Adolf Belka
2025-09-12 20:08 ` [PATCH] strace: Update to version 6.16 Adolf Belka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250912200814.3489573-1-adolf.belka@ipfire.org \
--to=adolf.belka@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox