update to uacme-1.8.1

This commit is contained in:
sthen
2026-04-06 08:57:26 +00:00
parent 7525a6a9ac
commit ed86e2e230
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
COMMENT= lightweight C ACMEv2 client, uses external authenticators
V= 1.8.0
V= 1.8.1
GH_ACCOUNT= ndilieto
GH_PROJECT= uacme
GH_TAGNAME= upstream/$V
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (uacme-1.8.0.tar.gz) = aRcO+EiRoOPMzlCDOskNt13iayyEMgUCVsG/TsJsitc=
SIZE (uacme-1.8.0.tar.gz) = 342864
SHA256 (uacme-1.8.1.tar.gz) = 3nWIV3+CmNyw1C36qUUqkY+mksThZQYCB6wi9y+wQl0=
SIZE (uacme-1.8.1.tar.gz) = 343464
+3 -3
View File
@@ -7,7 +7,7 @@ to make this work.
Index: ualpn.c
--- ualpn.c.orig
+++ ualpn.c
@@ -328,7 +328,11 @@ static struct globs {
@@ -331,7 +331,11 @@ static struct globs {
.logfile = NULL,
.family = AF_UNSPEC,
.proxy = 1,
@@ -19,7 +19,7 @@ Index: ualpn.c
.max_auths = 100,
.progname = NULL,
.chroot = NULL,
@@ -4020,6 +4024,7 @@ int main(int argc, char **argv)
@@ -4057,6 +4061,7 @@ int main(int argc, char **argv)
mode_t mask;
struct rlimit rl;
bool server_mode = false;
@@ -27,7 +27,7 @@ Index: ualpn.c
g.argv = argv;
@@ -4658,12 +4663,16 @@ int main(int argc, char **argv)
@@ -4695,12 +4700,16 @@ int main(int argc, char **argv)
memset(g_shm, 0, g_shm_size);
for (size_t n = 0; n < g.max_auths; n++)
SGLIB_DL_LIST_ADD(auth_t, g_shm->avail, g_shm->pool + n, left, right);