[PATCHv2] pdns: Update to 4.0-alpha3.
Message ID | 1463745972-15697-1-git-send-email-stefan.schantl@ipfire.org |
---|---|
State | Accepted |
Commit | 93d3d8c01de8c0447386669fa33feca60ef40be3 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 00F856294A for <patchwork@ipfire.org>; Fri, 20 May 2016 14:06:24 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 3A6ECF1C; Fri, 20 May 2016 14:06:24 +0200 (CEST) Received: from tuxedo.stevee (178.115.129.152.wireless.dyn.drei.com [178.115.129.152]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 0D5C7CC7; Fri, 20 May 2016 14:06:20 +0200 (CEST) From: Stefan Schantl <stefan.schantl@ipfire.org> To: development@lists.ipfire.org Subject: [PATCHv2] pdns: Update to 4.0-alpha3. Date: Fri, 20 May 2016 14:06:12 +0200 Message-Id: <1463745972-15697-1-git-send-email-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.5.5 In-Reply-To: <1463739544.19435.50.camel@ipfire.org> References: <1463739544.19435.50.camel@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Stefan Schantl
May 20, 2016, 10:06 p.m. UTC
This is an update to the latest available development snapshot for the
next major version of PowerDNS.
The powerDNS 4.0 series is currently under heavy devolpment and the team
periodly releaes develoment snaphots (currently alpha3).
A lot of the implemented improvements are listed on their official blog:
https://blog.powerdns.com/2016/03/09/powerdns-recursor-4-0-0-alpha-2-released/
https://blog.powerdns.com/2016/05/11/powerdns-authoritative-server-4-0-0-alpha-3-released/
One of the most important advantages against the current used powerDNS 3 series is,
that the next major version will be able use openssl for crytographic operations and not
longer require polarssl/mbedtls for them.
Fixes #11126.
Reference #10947, #11125.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
pdns/pdns.nm | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)