public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. acc82ade06f1bf68e3d47630699d9f9745088311
@ 2021-01-07 11:58 Michael Tremer
  0 siblings, 0 replies; only message in thread
From: Michael Tremer @ 2021-01-07 11:58 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 2729 bytes --]

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  acc82ade06f1bf68e3d47630699d9f9745088311 (commit)
       via  2b113aebc482389692c9843a289ca489364a0c6f (commit)
      from  f8e0e85d2ef1231aec962604ea5a9d5814cba293 (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 acc82ade06f1bf68e3d47630699d9f9745088311
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Thu Jan 7 11:57:53 2021 +0000

    core154: Ship unbound initscript
    
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

commit 2b113aebc482389692c9843a289ca489364a0c6f
Author: Giovanni Aneloni <giovanni.aneloni(a)live.com>
Date:   Tue Apr 28 00:23:57 2020 +0200

    unbound: make local zone transparent
    
    Change local zone to "trasnparent" instead of "typetrasnparent" to avoid NXDOMAIN when querying local hosts
    
    Fixes: #12391
    Signed-off-by: Giovanni Aneloni <giovanni.aneloni(a)live.com>
    Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
    Acked-by: Michael Tremer <michael.tremer(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

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

Summary of changes:
 config/rootfiles/core/154/filelists/files | 1 +
 src/initscripts/system/unbound            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

Difference in files:
diff --git a/config/rootfiles/core/154/filelists/files b/config/rootfiles/core/154/filelists/files
index 8151a145a..9f0421b5a 100644
--- a/config/rootfiles/core/154/filelists/files
+++ b/config/rootfiles/core/154/filelists/files
@@ -1,6 +1,7 @@
 etc/system-release
 etc/issue
 etc/os-release
+etc/rc.d/init.d/unbound
 opt/pakfire/lib/functions.sh
 srv/web/ipfire/cgi-bin/country.cgi
 srv/web/ipfire/cgi-bin/credits.cgi
diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound
index 5c5d2e3f4..b379bf331 100644
--- a/src/initscripts/system/unbound
+++ b/src/initscripts/system/unbound
@@ -81,7 +81,7 @@ write_hosts_conf() {
 			# Skip empty domainnames
 			[ "${domainname}" = "" ] && continue
 
-			echo "local-zone: ${domainname} typetransparent"
+			echo "local-zone: ${domainname} transparent"
 		done < /var/ipfire/main/hosts | sort -u
 
 		# Add all hosts


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

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

only message in thread, other threads:[~2021-01-07 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 11:58 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. acc82ade06f1bf68e3d47630699d9f9745088311 Michael Tremer

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