diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-15 18:29:50 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-15 18:29:50 +0000 |
commit | 66ef1e589a3aa724e54dbb711ce02e474b51df5a (patch) | |
tree | c85833fd95f197ff4e63a673ee9e4ceece935fdc /package/bind/bind-9.5.1-P1-cross.patch | |
parent | 635346844ce79859769bc678a75a77f9744bbe32 (diff) |
bind: bump version (security issue with DNSSEC DLV)
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>, closes #275.
Diffstat (limited to 'package/bind/bind-9.5.1-P1-cross.patch')
-rw-r--r-- | package/bind/bind-9.5.1-P1-cross.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/bind/bind-9.5.1-P1-cross.patch b/package/bind/bind-9.5.1-P1-cross.patch deleted file mode 100644 index cdbf4cb89..000000000 --- a/package/bind/bind-9.5.1-P1-cross.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nura bind-9.5.1-P1/lib/dns/Makefile.in bind-9.5.1-P1.gencross/lib/dns/Makefile.in ---- bind-9.5.1-P1/lib/dns/Makefile.in 2007-09-11 22:09:08.000000000 -0300 -+++ bind-9.5.1-P1.gencross/lib/dns/Makefile.in 2009-03-04 16:35:23.000000000 -0200 -@@ -160,8 +160,8 @@ - ./gen -s ${srcdir} > code.h - - gen: gen.c -- ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \ -- ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS} -+ ${HOSTCC} ${HOST_CFLAGS} -I${top_srcdir}/lib/isc/include \ -+ ${HOST_LDFLAGS} -o $@ ${srcdir}/gen.c - - rbtdb64.@O@: rbtdb.c - |