uacme: bump to 1.7.6
authorGoetz Goerisch <[email protected]>
Wed, 5 Nov 2025 13:35:46 +0000 (14:35 +0100)
committerHannu Nyman <[email protected]>
Thu, 6 Nov 2025 20:24:14 +0000 (22:24 +0200)
Changelog: https://github.com/ndilieto/uacme/blob/master/ChangeLog

2024-12-29 Nicola Di Lieto <[email protected]>
* Release 1.7.6
- Fix OpenSSL 3.x deprecated APIs
- Fix cross compilation
- uacme: Add environment variables
- uacme: Add support for ACME Renewal Information (ARI)
- uacme: Try obtaining new Reply-Nonce if server doesn't supply one
- uacme: Add hook environment variables
- uacme: Allow matching alternative chain by Authority Key Id
- Documentation update
- Add link to linode api hook

2024-01-28 Nicola Di Lieto <[email protected]>
* Release 1.7.5
- fix ualpn exit code in client mode
- fix build with autoconf version 2.71
- uacme: nsupdate.sh overhaul and DNAME redirection support
- add link to deSEC.io DNS integration
- minor documentation changes including copyright year

Signed-off-by: Goetz Goerisch <[email protected]>
net/uacme/Makefile

index 10a7db4178037a6715ce46d73903719174a4b55c..01ed9886a624eee7967e91e2075c2cbe3a4a7f7e 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=uacme
-PKG_VERSION:=1.7.4
+PKG_VERSION:=1.7.6
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/ndilieto/uacme/tar.gz/upstream/$(PKG_VERSION)?
-PKG_HASH:=a638fe0878dba8fdda62f89e7a284243edbcd31b92c11b5cfdc7d3efd9547bca
+PKG_HASH:=d11a86ac2a0dbf285de27dff4193c65f7f3736da3d0480049af50d305940e0d6
 
 PKG_MAINTAINER:=Lucian Cristian <[email protected]>
 PKG_LICENSE:=GPL-3.0-or-later