public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dnsdist: Update to 1.4.0
@ 2020-02-11 16:27 Michael Tremer
  2020-02-12 19:59 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Tremer @ 2020-02-11 16:27 UTC (permalink / raw)
  To: development

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

This patch updates dnsdist to the latest release.

Additionally it includes /etc/sysconfig/dnsdist in the backup
and enables DNS-over-TLS.

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/backup/includes/dnsdist | 1 +
 lfs/dnsdist                    | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/config/backup/includes/dnsdist b/config/backup/includes/dnsdist
index 8d9b82584..a88f27202 100644
--- a/config/backup/includes/dnsdist
+++ b/config/backup/includes/dnsdist
@@ -1 +1,2 @@
 /etc/dnsdist.conf
+/etc/sysconfig/dnsdist
diff --git a/lfs/dnsdist b/lfs/dnsdist
index 6a52f0f47..89a14f737 100644
--- a/lfs/dnsdist
+++ b/lfs/dnsdist
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.3.3
+VER        = 1.4.0
 
 THISAPP    = dnsdist-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = x86_64 i586
 PROG       = dnsdist
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = ""
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6bbcdf5296ac5303e88d779d1d57a4df
+$(DL_FILE)_MD5 = 0fecd7d600c1c094b9fffffd27c44369
 
 install : $(TARGET)
 
@@ -85,6 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 		--sysconfdir=/etc \
 		--enable-openssl \
 		--disable-gnutls \
+		--enable-dns-over-tls \
 		--with-lua \
 		--without-net-snmp
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] dnsdist: Update to 1.4.0
  2020-02-11 16:27 [PATCH] dnsdist: Update to 1.4.0 Michael Tremer
@ 2020-02-12 19:59 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2020-02-12 19:59 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> This patch updates dnsdist to the latest release.
> 
> Additionally it includes /etc/sysconfig/dnsdist in the backup
> and enables DNS-over-TLS.
> 
> Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
>  config/backup/includes/dnsdist | 1 +
>  lfs/dnsdist                    | 7 ++++---
>  2 files changed, 5 insertions(+), 3 deletions(-)
> 
> diff --git a/config/backup/includes/dnsdist b/config/backup/includes/dnsdist
> index 8d9b82584..a88f27202 100644
> --- a/config/backup/includes/dnsdist
> +++ b/config/backup/includes/dnsdist
> @@ -1 +1,2 @@
>  /etc/dnsdist.conf
> +/etc/sysconfig/dnsdist
> diff --git a/lfs/dnsdist b/lfs/dnsdist
> index 6a52f0f47..89a14f737 100644
> --- a/lfs/dnsdist
> +++ b/lfs/dnsdist
> @@ -24,7 +24,7 @@
>  
>  include Config
>  
> -VER        = 1.3.3
> +VER        = 1.4.0
>  
>  THISAPP    = dnsdist-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -33,7 +33,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  SUP_ARCH   = x86_64 i586
>  PROG       = dnsdist
> -PAK_VER    = 3
> +PAK_VER    = 4
>  
>  DEPS       = ""
>  
> @@ -47,7 +47,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 6bbcdf5296ac5303e88d779d1d57a4df
> +$(DL_FILE)_MD5 = 0fecd7d600c1c094b9fffffd27c44369
>  
>  install : $(TARGET)
>  
> @@ -85,6 +85,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
>  		--sysconfdir=/etc \
>  		--enable-openssl \
>  		--disable-gnutls \
> +		--enable-dns-over-tls \
>  		--with-lua \
>  		--without-net-snmp
>  
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-12 19:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-11 16:27 [PATCH] dnsdist: Update to 1.4.0 Michael Tremer
2020-02-12 19:59 ` Peter Müller

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