]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind-pmake.patch
- up to 9.16.6; bunch of SECURITY fixes
[packages/bind.git] / bind-pmake.patch
index 8f6ce5c18d9dd1c3d76b55b633bcff1002573b6c..189c009faf53027d4d8fab3159365c4bfd6e87f9 100644 (file)
@@ -1,39 +1,22 @@
-diff -urN bind-9.2.3.org/lib/bind/make/rules.in bind-9.2.3/lib/bind/make/rules.in
---- bind-9.2.3.org/lib/bind/make/rules.in      2003-10-24 23:31:33.000000000 +0200
-+++ bind-9.2.3/lib/bind/make/rules.in  2003-10-24 23:31:50.000000000 +0200
-@@ -49,8 +49,10 @@
- ### Makefile may define:
+diff -ur bind-9.3.0rc3.orig/make/rules.in bind-9.3.0rc3/make/rules.in
+--- bind-9.3.0rc3.orig/make/rules.in   2004-03-15 02:02:44.000000000 +0100
++++ bind-9.3.0rc3/make/rules.in        2004-09-01 10:51:31.568733488 +0200
+@@ -47,7 +47,10 @@ top_builddir =      @BIND9_TOP_BUILDDIR@
+ ###   PREREQS
  ###   TARGETS
  
--all: subdirs ${TARGETS}
-+all: touchfile ${TARGETS}
+-all: ${PREREQS} subdirs ${TARGETS} testdirs
++all: ${PREREQS} touchfile ${TARGETS} testdirs
++
 +touchfile: subdirs
 +      touch touchfile
  ###
  ### Subdirectories
- ###
-diff -urN bind-9.2.3.org/lib/bind/Makefile.in bind-9.2.3/lib/bind/Makefile.in
---- bind-9.2.3.org/lib/bind/Makefile.in        2003-10-24 23:31:33.000000000 +0200
-+++ bind-9.2.3/lib/bind/Makefile.in    2003-10-24 23:31:50.000000000 +0200
-@@ -94,11 +94,11 @@
- @BIND9_MAKE_RULES@
--libbind.@SA@: ${OBJS}
-+libbind.@SA@: touchfile
-       ${AR} ${ARFLAGS} $@ ${OBJS}
-       ${RANLIB} $@
--libbind.la: ${OBJS}
-+libbind.la: touchfile
-       ${LIBTOOL} --mode=link \
-       ${CC} ${ALL_CFLAGS} -o libbind.la -rpath ${libdir} \
-               -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-diff -urN bind-9.2.3.org/lib/dns/Makefile.in bind-9.2.3/lib/dns/Makefile.in
---- bind-9.2.3.org/lib/dns/Makefile.in 2003-10-24 23:31:34.000000000 +0200
-+++ bind-9.2.3/lib/dns/Makefile.in     2003-10-24 23:32:39.000000000 +0200
-@@ -94,11 +94,11 @@
+diff -ur bind-9.3.0rc3.orig/lib/dns/Makefile.in bind-9.3.0rc3/lib/dns/Makefile.in
+--- bind-9.3.0rc3.orig/lib/dns/Makefile.in     2004-07-20 09:01:57.000000000 +0200
++++ bind-9.3.0rc3/lib/dns/Makefile.in  2004-09-01 10:54:21.089962344 +0200
+@@ -135,11 +135,11 @@ version.@O@: version.c
                -DLIBAGE=${LIBAGE} \
                -c ${srcdir}/version.c
  
@@ -44,54 +27,34 @@ diff -urN bind-9.2.3.org/lib/dns/Makefile.in bind-9.2.3/lib/dns/Makefile.in
  
 -libdns.la: ${OBJS}
 +libdns.la: touchfile ${OBJS}
-       ${LIBTOOL} --mode=link \
-               ${CC} ${ALL_CFLAGS} -o libdns.la -rpath ${libdir} \
-               -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-@@ -124,7 +124,7 @@
+       ${LIBTOOL_MODE_LINK} \
+               ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libdns.la -rpath ${libdir} \
                -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-               ${GSSAPIOBJS} ${LIBS}
--timestamp: libdns.@A@
-+timestamp: include libdns.@A@
-       touch timestamp
- installdirs:
-@@ -172,3 +172,6 @@
-       include/dns/rdatastruct.h code.h
- subdirs: include/dns/enumtype.h include/dns/enumclass.h \
-       include/dns/rdatastruct.h code.h
-+
-+$(OBJS): include/dns/enumtype.h include/dns/enumclass.h \
-+      include/dns/rdatastruct.h code.h
-diff -urN bind-9.2.3.org/lib/isc/Makefile.in bind-9.2.3/lib/isc/Makefile.in
---- bind-9.2.3.org/lib/isc/Makefile.in 2003-10-24 23:31:34.000000000 +0200
-+++ bind-9.2.3/lib/isc/Makefile.in     2003-10-24 23:31:50.000000000 +0200
-@@ -88,11 +88,11 @@
+--- bind-9.7.0/lib/isc/Makefile.in~    2009-12-18 05:09:55.000000000 +0100
++++ bind-9.7.0/lib/isc/Makefile.in     2010-02-17 08:04:13.849211197 +0100
+@@ -94,21 +94,21 @@
                -DLIBAGE=${LIBAGE} \
                -c ${srcdir}/version.c
  
--libisc.@SA@: ${OBJS}
-+libisc.@SA@: touchfile ${OBJS}
+-libisc.@SA@: ${OBJS} ${SYMTBLOBJS}
++libisc.@SA@: touchfile ${OBJS} ${SYMTBLOBJS}
+       ${AR} ${ARFLAGS} $@ ${OBJS} ${SYMTBLOBJS}
+       ${RANLIB} $@
+-libisc-nosymtbl.@SA@: ${OBJS}
++libisc-nosymtbl.@SA@: touchfile ${OBJS}
        ${AR} ${ARFLAGS} $@ ${OBJS}
        ${RANLIB} $@
  
--libisc.la: ${OBJS}
-+libisc.la: touchfile ${OBJS}
-       ${LIBTOOL} --mode=link \
-               ${CC} ${ALL_CFLAGS} -o libisc.la -rpath ${libdir} \
+-libisc.la: ${OBJS} ${SYMTBLOBJS}
++libisc.la: touchfile ${OBJS} ${SYMTBLOBJS}
+       ${LIBTOOL_MODE_LINK} \
+               ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc.la -rpath ${libdir} \
                -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
-diff -urN bind-9.2.3.org/make/rules.in bind-9.2.3/make/rules.in
---- bind-9.2.3.org/make/rules.in       2003-10-24 23:31:35.000000000 +0200
-+++ bind-9.2.3/make/rules.in   2003-10-24 23:31:50.000000000 +0200
-@@ -47,7 +47,10 @@
- ### Makefile may define:
- ###   TARGETS
--all: subdirs ${TARGETS}
-+all: touchfile ${TARGETS}
-+
-+touchfile: subdirs
-+      touch touchfile
+               ${OBJS} ${SYMTBLOBJS} ${LIBS}
  
- ###
- ### Subdirectories
+-libisc-nosymtbl.la: ${OBJS}
++libisc-nosymtbl.la: touchfile ${OBJS}
+       ${LIBTOOL_MODE_LINK} \
+               ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o libisc-nosymtbl.la -rpath ${libdir} \
+               -version-info ${LIBINTERFACE}:${LIBREVISION}:${LIBAGE} \
This page took 0.037516 seconds and 4 git commands to generate.