SOURCES: pdnsd-ac_am.patch, pdnsd-ipv6_pktinfo.patch (NEW), pdnsd-query_roo...
kosmo
kosmo at pld-linux.org
Fri May 9 13:21:19 CEST 2008
Author: kosmo Date: Fri May 9 11:21:19 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 1.2.6
---- Files affected:
SOURCES:
pdnsd-ac_am.patch (1.5 -> 1.6) , pdnsd-ipv6_pktinfo.patch (NONE -> 1.1) (NEW), pdnsd-query_roots_in_default_conf.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/pdnsd-ac_am.patch
diff -u SOURCES/pdnsd-ac_am.patch:1.5 SOURCES/pdnsd-ac_am.patch:1.6
--- SOURCES/pdnsd-ac_am.patch:1.5 Mon Feb 20 21:33:09 2006
+++ SOURCES/pdnsd-ac_am.patch Fri May 9 13:21:13 2008
@@ -1,21 +1,3 @@
-diff -urN pdnsd-1.2.4.org/configure.in pdnsd-1.2.4/configure.in
---- pdnsd-1.2.4.org/configure.in 2005-12-27 13:14:55.000000000 +0100
-+++ pdnsd-1.2.4/configure.in 2006-02-20 21:15:01.000000000 +0100
-@@ -495,14 +495,5 @@
- doc/pdnsd.conf
- src/Makefile
- src/pdnsd-ctl/Makefile
--src/rc/Makefile
--src/rc/RedHat/Makefile
--src/rc/RedHat/pdnsd
--src/rc/SuSE/Makefile
--src/rc/SuSE/pdnsd
--src/rc/Debian/Makefile
--src/rc/Debian/pdnsd
--src/rc/Slackware/Makefile
--src/rc/Slackware/rc.pdnsd
- src/test/Makefile
- ])
diff -urN pdnsd-1.2.4.org/src/Makefile.am pdnsd-1.2.4/src/Makefile.am
--- pdnsd-1.2.4.org/src/Makefile.am 2005-03-17 22:08:21.000000000 +0100
+++ pdnsd-1.2.4/src/Makefile.am 2006-02-20 21:15:21.000000000 +0100
@@ -40,6 +22,26 @@
# These are Symlinks we want to have in the package
#EXTRA_DIST = rr_types.h
+diff -urN pdnsd-1.2.4.org/configure.in pdnsd-1.2.4/configure.in
+--- pdnsd-1.2.4.org/configure.in 2005-12-27 13:14:55.000000000 +0100
++++ pdnsd-1.2.4/configure.in 2006-02-20 21:15:01.000000000 +0100
+@@ -495,16 +495,5 @@
+ doc/pdnsd.conf
+ src/Makefile
+ src/pdnsd-ctl/Makefile
+-src/rc/Makefile
+-src/rc/RedHat/Makefile
+-src/rc/RedHat/pdnsd
+-src/rc/SuSE/Makefile
+-src/rc/SuSE/pdnsd
+-src/rc/Debian/Makefile
+-src/rc/Debian/pdnsd
+-src/rc/Slackware/Makefile
+-src/rc/Slackware/rc.pdnsd
+-src/rc/ArchLinux/Makefile
+-src/rc/ArchLinux/pdnsd
+ src/test/Makefile
+ ])
diff -urN pdnsd-1.2.4.org/src/test/Makefile.am pdnsd-1.2.4/src/test/Makefile.am
--- pdnsd-1.2.4.org/src/test/Makefile.am 2000-11-15 18:27:12.000000000 +0100
+++ pdnsd-1.2.4/src/test/Makefile.am 2006-02-20 21:20:11.000000000 +0100
@@ -55,19 +57,19 @@
+TESTADDSRC = $(top_srcdir)/src/netdev.c $(top_srcdir)/src/error.c $(top_srcdir)/src/thread.c $(top_srcdir)/src/helpers.c $(top_srcdir)/src/icmp.c
if_up_SOURCES = if_up.c $(TESTADDSRC)
--if_up_LDADD = $(TESTOBJS)
+-if_up_LDADD = $(TESTOBJS) @thread_CFLAGS@
-if_up_DEPENDENCIES = $(TESTDEPS)
is_local_addr_SOURCES = is_local_addr.c $(TESTADDSRC)
--is_local_addr_LDADD = $(TESTOBJS)
+-is_local_addr_LDADD = $(TESTOBJS) @thread_CFLAGS@
-is_local_addr_DEPENDENCIES = $(TESTDEPS)
tping_SOURCES = tping.c $(TESTADDSRC)
--tping_LDADD = $(TESTOBJS)
+-tping_LDADD = $(TESTOBJS) @thread_CFLAGS@
-tping_DEPENDENCIES = $(TESTDEPS)
random_SOURCES = random.c $(TESTADDSRC)
--random_LDADD = $(TESTOBJS)
+-random_LDADD = $(TESTOBJS) @thread_CFLAGS@
-random_DEPENDENCIES = $(TESTDEPS)
# These are Symlinks we want to have in the package
================================================================
Index: SOURCES/pdnsd-ipv6_pktinfo.patch
diff -u /dev/null SOURCES/pdnsd-ipv6_pktinfo.patch:1.1
--- /dev/null Fri May 9 13:21:19 2008
+++ SOURCES/pdnsd-ipv6_pktinfo.patch Fri May 9 13:21:13 2008
@@ -0,0 +1,12 @@
+diff -urN pdnsd-1.2.6.orig/src/dns_answer.c pdnsd-1.2.6/src/dns_answer.c
+--- pdnsd-1.2.6.orig/src/dns_answer.c 2007-08-19 16:46:12.000000000 +0200
++++ pdnsd-1.2.6/src/dns_answer.c 2008-05-09 13:16:26.000000000 +0200
+@@ -1325,7 +1325,7 @@
+
+ # ifdef ENABLE_IPV6
+ if (!run_ipv4) {
+- if (setsockopt(sock,SOL_IPV6,IPV6_RECVPKTINFO,&so,sizeof(so))!=0) {
++ if (setsockopt(sock,SOL_IPV6,IPV6_PKTINFO,&so,sizeof(so))!=0) {
+ log_error("Could not set options on udp socket: %s",strerror(errno));
+ close(sock);
+ return -1;
================================================================
Index: SOURCES/pdnsd-query_roots_in_default_conf.patch
diff -u SOURCES/pdnsd-query_roots_in_default_conf.patch:1.1 SOURCES/pdnsd-query_roots_in_default_conf.patch:1.2
--- SOURCES/pdnsd-query_roots_in_default_conf.patch:1.1 Tue May 1 12:19:44 2007
+++ SOURCES/pdnsd-query_roots_in_default_conf.patch Fri May 9 13:21:13 2008
@@ -1,19 +1,14 @@
--- pdnsd-1.2.5/doc/pdnsd.conf.in.query_roots_in_default_conf.patch 2007-05-01 12:13:57.000000000 +0200
+++ pdnsd-1.2.5/doc/pdnsd.conf.in 2007-05-01 12:14:36.000000000 +0200
-@@ -10,13 +10,14 @@
- # machines on your network to query pdnsd.
- status_ctl = on;
- # paranoid=on;
--# query_method=tcp_udp; # pdnsd must be compiled with tcp
-+ query_method=tcp_udp; # pdnsd must be compiled with tcp
- # query support for this to work.
+@@ -14,9 +14,10 @@
min_ttl=15m; # Retain cached entries at least 15 minutes.
max_ttl=1w; # One week.
timeout=10; # Global timeout option (10 seconds).
}
+/*
- # The following section is most appropriate for fixed connections to the Internet.
+ # The following section is most appropriate if you have a fixed connection to
+ # the Internet and an ISP which provides good DNS servers.
server {
label= "myisp";
@@ -30,6 +31,7 @@
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pdnsd-ac_am.patch?r1=1.5&r2=1.6&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pdnsd-query_roots_in_default_conf.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list