public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 1c6d545816cd0ad5117bde16b8d78b4368c072d4
Date: Wed, 04 Nov 2015 20:41:29 +0100	[thread overview]
Message-ID: <20151104194130.1A0EA21445@argus.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2616 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  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(a)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(a)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

                 reply	other threads:[~2015-11-04 19:41 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=20151104194130.1A0EA21445@argus.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