From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 93d3d8c01de8c0447386669fa33feca60ef40be3
Date: Fri, 20 May 2016 18:48:32 +0100 [thread overview]
Message-ID: <20160520174832.5BDBF1078E81@git01.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4023 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 3.x development tree".
The branch, master has been updated
via 93d3d8c01de8c0447386669fa33feca60ef40be3 (commit)
from ea4916c7b9fe412a8cebc62cc493f1b78a78645b (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 93d3d8c01de8c0447386669fa33feca60ef40be3
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date: Fri May 20 14:06:12 2016 +0200
pdns: Update to 4.0-alpha3
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(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
pdns/pdns.nm | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)
Difference in files:
diff --git a/pdns/pdns.nm b/pdns/pdns.nm
index 0366ab5..10d9f84 100644
--- a/pdns/pdns.nm
+++ b/pdns/pdns.nm
@@ -4,8 +4,10 @@
###############################################################################
name = pdns
-version = 3.4.7
-release = 2
+version = 4.0.0
+prerelease = alpha3
+release = 0.1-%{prerelease}
+thisapp = %{name}-%{version}-%{prerelease}
groups = Networking/DNS
url = http://powerdns.com/
@@ -23,18 +25,18 @@ source_dl = http://downloads.powerdns.com/releases/
sources = %{thisapp}.tar.bz2
build
- # pdns uses polarssl which is no longer maintained
- # upstream any more. Since nothing else is using
- # polarssl any more we have dropped this from the
- # distribution and bundle it with pdns.
-
requires
- boost-devel
- chrpath
+ /usr/bin/hostname
+ boost-devel >= 1.60.0
+ bison
+ flex
gcc-c++
+ libsodium-devel
lua-devel
+ openssl-devel
shadow-utils
sqlite-devel
+ systemd-devel
zlib-devel
end
@@ -43,12 +45,16 @@ build
configure_options += \
--sysconfdir=%{sysconfdir}/pdns \
+ --libdir=%{libdir}/powerdns \
--with-modules="" \
- --with-dynmodules="pipe geo gsqlite3" \
+ --with-dynmodules="pipe gsqlite3" \
--with-lua \
+ --with-sqlite3 \
+ --enable-libsodium \
+ --enable-systemd \
--enable-tools \
- --disable-static \
- --enable-unit-tests
+ --enable-unit-tests \
+ --disable-static
prepare_cmds
%{create_user}
@@ -81,14 +87,6 @@ build
# Remove unneded binaries.
rm -vf %{BUILDROOT}%{bindir}/zone2ldap
-
- # Remove rpath from binaries and backend libs.
- chrpath --delete %{BUILDROOT}/usr/bin/pdns_control
- chrpath --delete %{BUILDROOT}/usr/bin/zone2sql
- chrpath --delete %{BUILDROOT}/usr/sbin/pdns_server
- chrpath --delete %{BUILDROOT}%{libdir}/pdns/*.so
- chrpath --delete %{BUILDROOT}/usr/bin/dnsreplay
- chrpath --delete %{BUILDROOT}/usr/bin/pdnssec
end
end
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2016-05-20 17:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20160520174832.5BDBF1078E81@git01.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@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