[-]
[+]
|
Changed |
pdns.changes
|
|
[-]
[+]
|
Changed |
pdns.spec
^
|
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/codedocs/Makefile
^
|
@@ -47,13 +47,13 @@
SOURCES =
DIST_SOURCES =
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/ahu/auto-build/pdns/missing --run aclocal-1.11
-AMTAR = ${SHELL} /home/ahu/auto-build/pdns/missing --run tar
+ACLOCAL = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run aclocal-1.11
+AMTAR = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run tar
AR = ar
-AUTOCONF = ${SHELL} /home/ahu/auto-build/pdns/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/ahu/auto-build/pdns/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/ahu/auto-build/pdns/missing --run automake-1.11
-AWK = gawk
+AUTOCONF = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run automake-1.11
+AWK = mawk
BOOST_CPPFLAGS =
BOOST_PROGRAM_OPTIONS_LDFLAGS = -L/usr/local/lib -R/usr/local/lib
BOOST_PROGRAM_OPTIONS_LIBS = -lboost_program_options-mt
@@ -104,7 +104,7 @@
LTLIBOBJS =
LUA_CFLAGS = -I/usr/include/lua5.1
LUA_LIBS = -llua5.1
-MAKEINFO = ${SHELL} /home/ahu/auto-build/pdns/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/vagrant/pdns-auth-3.0/missing --run makeinfo
MKDIR_P = /bin/mkdir -p
MYSQL_incdir = /usr/include/mysql
MYSQL_lib =
@@ -137,13 +137,13 @@
THREADFLAGS = -pthread
UNIXODBC_incdir = /usr/include/
UNIXODBC_lib =
-VERSION = 3.0
+VERSION = 3.0.1
YACC = bison -y
YFLAGS =
-abs_builddir = /home/ahu/auto-build/pdns/codedocs
-abs_srcdir = /home/ahu/auto-build/pdns/codedocs
-abs_top_builddir = /home/ahu/auto-build/pdns
-abs_top_srcdir = /home/ahu/auto-build/pdns
+abs_builddir = /home/vagrant/pdns-auth-3.0/codedocs
+abs_srcdir = /home/vagrant/pdns-auth-3.0/codedocs
+abs_top_builddir = /home/vagrant/pdns-auth-3.0
+abs_top_srcdir = /home/vagrant/pdns-auth-3.0
ac_ct_CC = gcc
ac_ct_CXX = g++
ac_ct_DUMPBIN =
@@ -172,7 +172,7 @@
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/ahu/auto-build/pdns/install-sh
+install_sh = ${SHELL} /home/vagrant/pdns-auth-3.0/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/configure
^
|
@@ -3171,7 +3171,7 @@
# Define the identity of the package.
PACKAGE=pdns
- VERSION=3.0
+ VERSION=3.0.1
cat >>confdefs.h <<_ACEOF
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/configure.ac
^
|
@@ -1,6 +1,6 @@
dnl intro
AC_INIT(pdns/receiver.cc)
-AM_INIT_AUTOMAKE(pdns, 3.0)
+AM_INIT_AUTOMAKE(pdns, 3.0.1)
AC_CANONICAL_HOST
AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/debian-pdns/changelog
^
|
@@ -1,3 +1,9 @@
+pdns (3.0.1-1) unstable; urgency=medium
+
+ * fill in the blanks
+
+ -- peter van dijk <peter.van.dijk@netherlabs.nl> Thu, 5 Jan 2011 11:55:00 +0100
+
pdns (3.0-1) unstable; urgency=medium
* fill in the blanks
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/debian-pdns/files
^
|
@@ -1 +1,2 @@
-pdns-static_3.0-1_amd64.deb net extra
+pdns-static_3.0.1-1_amd64.deb net extra
+pdns-static_3.0.1-1_amd64.deb net extra
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/debian-pdns/rules
^
|
@@ -50,11 +50,11 @@
--sysconfdir=/etc/powerdns \
--infodir='$${datadir}/info' \
--mandir='$${datadir}/man' \
- --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include \
--with-modules="mysql gmysql gpgsql pipe pdns gsqlite gsqlite3 lua geo" \
--with-dynmodules="" \
- --enable-botan1.9 --enable-cryptopp \
- --enable-static-binaries
+ --enable-botan1.8 --enable-cryptopp \
+ --enable-static-binaries \
+ --with-pgsql-lib=/opt/postgresql/lib --with-pgsql-includes=/opt/postgresql/include
make -j4
touch stamp-build-static
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/pdns.spec
^
|
@@ -1,6 +1,6 @@
BuildRoot: /tmp/pdns
Name: pdns-static
-Version: 3.0
+Version: 3.0.1
Release: 1
Summary: extremely powerful and versatile nameserver
License: GPL
|
[-]
[+]
|
Changed |
pdns-3.0.1.tar.bz2/pdns/common_startup.cc
^
|
@@ -255,6 +255,11 @@
else
numreceived6++;
+
+ if(P->d.qr)
+ continue;
+
+
S.ringAccount("queries", P->qdomain+"/"+P->qtype.getName());
S.ringAccount("remotes",P->getRemote());
if(logDNSQueries)
|