public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] dnsdist: Update to 1.4.0
Date: Tue, 11 Feb 2020 16:27:49 +0000	[thread overview]
Message-ID: <20200211162749.28925-1-michael.tremer@ipfire.org> (raw)

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


             reply	other threads:[~2020-02-11 16:27 UTC|newest]

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

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=20200211162749.28925-1-michael.tremer@ipfire.org \
    --to=michael.tremer@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