]> git.pld-linux.org Git - packages/pdnsd.git/blobdiff - pdnsd-ac_am.patch
- CVE references
[packages/pdnsd.git] / pdnsd-ac_am.patch
index 481e1788c84b8506517a0c1ee949db04f51a1419..5b3f78bcf92139a01c4f60b06c0cf5374b7c395a 100644 (file)
@@ -1,9 +1,9 @@
-diff -Nur pdnsd-1.1.7a.orig/configure.in pdnsd-1.1.7a/configure.in
---- pdnsd-1.1.7a.orig/configure.in     Sun Dec 30 16:32:51 2001
-+++ pdnsd-1.1.7a/configure.in  Fri Dec  5 22:32:34 2003
-@@ -370,12 +370,5 @@
+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/conf-lex.l
  src/pdnsd-ctl/Makefile
 -src/rc/Makefile
 -src/rc/RedHat/Makefile
@@ -12,14 +12,63 @@ diff -Nur pdnsd-1.1.7a.orig/configure.in pdnsd-1.1.7a/configure.in
 -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 -Nur pdnsd-1.1.7a.orig/src/Makefile.am pdnsd-1.1.7a/src/Makefile.am
---- pdnsd-1.1.7a.orig/src/Makefile.am  Wed May  9 19:51:52 2001
-+++ pdnsd-1.1.7a/src/Makefile.am       Fri Dec  5 22:14:52 2003
-@@ -11,5 +11,5 @@
+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
+@@ -12,5 +12,5 @@
  
  ## Try to do this last
  
 -SUBDIRS = pdnsd-ctl rc test
 +SUBDIRS = pdnsd-ctl test
+diff -urN pdnsd-1.2.4.org/src/pdnsd-ctl/Makefile.am pdnsd-1.2.4/src/pdnsd-ctl/Makefile.am
+--- pdnsd-1.2.4.org/src/pdnsd-ctl/Makefile.am  2001-02-25 01:10:55.000000000 +0100
++++ pdnsd-1.2.4/src/pdnsd-ctl/Makefile.am      2006-02-20 21:15:57.000000000 +0100
+@@ -2,9 +2,7 @@
+ sbin_PROGRAMS = pdnsd-ctl
+-pdnsd_ctl_SOURCES = pdnsd-ctl.c
+-pdnsd_ctl_LDADD =  rr_types.o
+-pdnsd_ctl_DEPENDENCIES = rr_types.o
++pdnsd_ctl_SOURCES = pdnsd-ctl.c $(top_srcdir)/src/rr_types.c
+ # These are Symlinks we want to have in the package
+ #EXTRA_DIST = rr_types.h
+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
+@@ -6,27 +6,15 @@
+ ## Dirty trick:  I demand that these objects be built; then, with the knowledge
+ ## that the object files will end up here, I redefine the link chain. 
+-TESTADDSRC=
+-#TESTADDSRC= netdev.c error.c thread.c helpers.c icmp.c
+-TESTDEPS = netdev.o error.o thread.o helpers.o icmp.o
+-
+-TESTOBJS = netdev.o error.o thread.o helpers.o icmp.o
++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_DEPENDENCIES = $(TESTDEPS)
+ is_local_addr_SOURCES = is_local_addr.c $(TESTADDSRC)
+-is_local_addr_LDADD = $(TESTOBJS)
+-is_local_addr_DEPENDENCIES = $(TESTDEPS)
+ tping_SOURCES = tping.c $(TESTADDSRC)
+-tping_LDADD = $(TESTOBJS)
+-tping_DEPENDENCIES = $(TESTDEPS)
+ random_SOURCES = random.c $(TESTADDSRC)
+-random_LDADD = $(TESTOBJS)
+-random_DEPENDENCIES = $(TESTDEPS)
+ # These are Symlinks we want to have in the package
+ #EXTRA_DIST = conff.h error.h helpers.h icmp.h ipvers.h netdev.h thread.h cacheing
This page took 0.099629 seconds and 4 git commands to generate.