git: 167ddf97da60 - stable/15 - nuageinit: expose decode_base64 to fix tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Jun 2026 18:40:51 UTC
The branch stable/15 has been updated by bapt:
URL: https://cgit.FreeBSD.org/src/commit/?id=167ddf97da603398d6726692694a6f39c4228932
commit 167ddf97da603398d6726692694a6f39c4228932
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2026-06-06 06:05:50 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2026-06-28 18:39:55 +0000
nuageinit: expose decode_base64 to fix tests
(cherry picked from commit 68e60bb8b6c968fe615f81ccc8afd2a30ff78003)
---
libexec/nuageinit/nuage.lua | 1 +
1 file changed, 1 insertion(+)
diff --git a/libexec/nuageinit/nuage.lua b/libexec/nuageinit/nuage.lua
index 3f614dba2b22..a554553b3e61 100644
--- a/libexec/nuageinit/nuage.lua
+++ b/libexec/nuageinit/nuage.lua
@@ -993,6 +993,7 @@ local n = {
addsudo = addsudo,
adddoas = adddoas,
addfile = addfile,
+ decode_base64 = decode_base64,
encode_base64 = encode_base64,
add_fstab_entry = add_fstab_entry,
remove_fstab_entry = remove_fstab_entry,