public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] dnsdist: Update to 1.4.0
Date: Wed, 12 Feb 2020 19:59:00 +0000	[thread overview]
Message-ID: <fd53d513-5b38-a6da-ff46-4c33e9a671bc@ipfire.org> (raw)
In-Reply-To: <20200211162749.28925-1-michael.tremer@ipfire.org>

[-- 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
>  
> 

      reply	other threads:[~2020-02-12 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-11 16:27 Michael Tremer
2020-02-12 19:59 ` Peter Müller [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fd53d513-5b38-a6da-ff46-4c33e9a671bc@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox