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 1c6d545816cd0ad5117bde16b8d78b4368c072d4 (commit) from 9896be8714769816c50305711bd64a9e13bfb92b (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 1c6d545816cd0ad5117bde16b8d78b4368c072d4 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Nov 3 23:39:27 2015 +0000
pdns: Update to version 3.4.7
Ths patch also enables the testsuite.
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: pdns/pdns.nm | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)
Difference in files: diff --git a/pdns/pdns.nm b/pdns/pdns.nm index 3c25e9d..21e9984 100644 --- a/pdns/pdns.nm +++ b/pdns/pdns.nm @@ -4,8 +4,8 @@ ###############################################################################
name = pdns -version = 3.3.1 -release = 2 +version = 3.4.7 +release = 1
groups = Networking/DNS url = http://powerdns.com/ @@ -20,6 +20,7 @@ description end
source_dl = http://downloads.powerdns.com/releases/ +sources = %{thisapp}.tar.bz2
build requires @@ -38,18 +39,22 @@ build
configure_options += \ --sysconfdir=%{sysconfdir}/pdns \ - --libdir=%{libdir}/powerdns \ --with-system-polarssl \ --with-modules="" \ --with-dynmodules="pipe geo gsqlite3" \ --with-lua \ --enable-tools \ - --disable-static + --disable-static \ + --enable-unit-tests
prepare_cmds %{create_user} end
+ test + make -C pdns check + end + install_cmds # Create directories for pdns sqlite db. mkdir -p %{BUILDROOT}%{datadir}/pdns/ @@ -78,7 +83,7 @@ build chrpath --delete %{BUILDROOT}/usr/bin/pdns_control chrpath --delete %{BUILDROOT}/usr/bin/zone2sql chrpath --delete %{BUILDROOT}/usr/sbin/pdns_server - chrpath --delete %{BUILDROOT}%{libdir}/powerdns/*.so + chrpath --delete %{BUILDROOT}%{libdir}/pdns/*.so chrpath --delete %{BUILDROOT}/usr/bin/dnsreplay chrpath --delete %{BUILDROOT}/usr/bin/pdnssec end
hooks/post-receive -- IPFire 3.x development tree