public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7f0ed6b7191053034e8003ce619f73937eeae477
@ 2026-03-09 16:27 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2026-03-09 16:27 UTC (permalink / raw)
  To: ipfire-scm

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, next has been updated
       via  7f0ed6b7191053034e8003ce619f73937eeae477 (commit)
      from  f05b39059a4c50a08916200b76c560cfa5219f9c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7f0ed6b7191053034e8003ce619f73937eeae477
Author: Michael Tremer <michael.tremer@ipfire.org>
Date:   Mon Mar 9 16:24:00 2026 +0000

    unbound: Install the cache directory
    
    Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/unbound | 1 +
 lfs/unbound                     | 4 ++++
 2 files changed, 5 insertions(+)

Difference in files:
diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound
index ade8fc951..1cd18c99d 100644
--- a/config/rootfiles/common/unbound
+++ b/config/rootfiles/common/unbound
@@ -59,5 +59,6 @@ usr/sbin/unbound-host
 #usr/share/man/man8/unbound-control-setup.8
 #usr/share/man/man8/unbound-control.8
 #usr/share/man/man8/unbound.8
+var/cache/unbound
 var/lib/unbound
 var/lib/unbound/root.key
diff --git a/lfs/unbound b/lfs/unbound
index bab323c2b..9de96d8a5 100644
--- a/lfs/unbound
+++ b/lfs/unbound
@@ -119,5 +119,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	install -v -m 644 $(DIR_SRC)/config/unbound/icannbundle.pem \
 		/etc/unbound/icannbundle.pem
 
+	# Install the cache directory
+	-mkdir -pv /var/cache/unbound
+	chown nobody:nobody /var/cache/unbound
+
 	@rm -rf $(DIR_APP)
 	@$(POSTBUILD)


hooks/post-receive
--
IPFire 2.x development tree


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-03-09 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-09 16:27 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 7f0ed6b7191053034e8003ce619f73937eeae477 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox