]> granicus.if.org Git - pdns/commitdiff
work towards pdns_recursor 3.3
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 11 Jun 2010 06:50:00 +0000 (06:50 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 11 Jun 2010 06:50:00 +0000 (06:50 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1631 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile-recursor
pdns/config-recursor.h
pdns/dist-recursor
pdns/pdns-recursor.spec

index 8118dc6fc11168ec92b171ddf4f070f9bf82e0c1..e475aec6f8102eeec475e7a1e4d647e3d611556a 100644 (file)
@@ -19,7 +19,7 @@ arguments.o lwres.o pdns_recursor.o recursor_cache.o dnsparser.o \
 dnswriter.o dnsrecords.o rcpgenerator.o base64.o zoneparser-tng.o \
 rec_channel.o rec_channel_rec.o selectmplexer.o sillyrecords.o \
 dns_random.o aescrypt.o aeskey.o aes_modes.o aestab.o lua-pdns-recursor.o \
-randomhelper.o recpacketcache.o dns.o reczones.o
+randomhelper.o recpacketcache.o dns.o reczones.o base32.o nsecrecords.o
 
 REC_CONTROL_OBJECTS=rec_channel.o rec_control.o arguments.o 
 
index 82d229b061600f9ad1dee42d9c0f572a89ed0221..bc6c8a521be651bf0ce63f691c4889b6581aad01 100644 (file)
@@ -1,4 +1,4 @@
 #define SYSCONFDIR "/etc/powerdns/" 
 #define LOCALSTATEDIR "/var/run/" 
-#define VERSION "3.2"
+#define VERSION "3.3-pre"
 #define RECURSOR
index b6b26a77c74be3c6917302b1f2cc0aea789afd1c..cd344dea3f3a2ace497b45f84c9e868e6c97e82e 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 
-VERSION=3.2
+VERSION=3.3-pre
 
 INCLUDES="iputils.hh arguments.hh base64.hh zoneparser-tng.hh \
 rcpgenerator.hh lock.hh dnswriter.hh  dnsrecords.hh dnsparser.hh utility.hh \
@@ -8,7 +8,7 @@ recursor_cache.hh rec_channel.hh qtype.hh misc.hh dns.hh syncres.hh \
 sstuff.hh mtasker.hh mtasker.cc lwres.hh logger.hh ahuexception.hh \
 mplexer.hh win32_mtasker.hh win32_utility.cc ntservice.hh singleton.hh \
 recursorservice.hh dns_random.hh lua-pdns-recursor.hh namespaces.hh \
-recpacketcache.hh"
+recpacketcache.hh base32.hh"
 
 CFILES="syncres.cc  misc.cc unix_utility.cc qtype.cc \
 logger.cc arguments.cc  lwres.cc pdns_recursor.cc  \
@@ -17,7 +17,7 @@ base64.cc  zoneparser-tng.cc  rec_channel.cc rec_channel_rec.cc rec_control.cc \
 selectmplexer.cc epollmplexer.cc kqueuemplexer.cc portsmplexer.cc pdns_hw.cc \
 win32_mtasker.cc win32_rec_channel.cc win32_logger.cc ntservice.cc \
 recursorservice.cc sillyrecords.cc lua-pdns-recursor.cc randomhelper.cc \
-devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc"
+devpollmplexer.cc recpacketcache.cc dns.cc reczones.cc base32.cc nsecrecords.cc"
 
 cd docs
 make pdns_recursor.1 rec_control.1
@@ -30,7 +30,7 @@ cp $INCLUDES $CFILES $DIRNAME
 cp Makefile-recursor $DIRNAME/Makefile
 cp Makefile-recursor.win32 $DIRNAME/Makefile.win32
 cp README-recursor $DIRNAME/README
-cp COPYING $DIRNAME/
+cp ../COPYING $DIRNAME/
 cp config-recursor.h $DIRNAME/config.h
 mkdir $DIRNAME/rrd
 cp tools/rrd/{create,update,makegraphs,index.html} $DIRNAME/rrd
index b41a6d75c0aa780229fde0348b9b21048c4e79d2..ae53132eede1c68719c969503a672b48c6080102 100644 (file)
@@ -2,7 +2,7 @@
 
 Buildroot: /tmp/pdns/
 Name: pdns-recursor
-Version: 3.2
+Version: 3.3pre
 Release: 1
 Summary: extremely powerful and versatile recursing nameserver
 License: GPL