diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 12:11:36 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-05 12:11:36 +0000 |
commit | 1b276bb2b9770bf7ccb69ba7aebfc1a2556f3404 (patch) | |
tree | 2214b8bcde3cc59f326612d519f8a6c9f7cc4f0c /package/bind/bind-cross-fix.patch | |
parent | 2676c2029beecfe271af02b059755d0a47570972 (diff) | |
download | buildroot-novena-1b276bb2b9770bf7ccb69ba7aebfc1a2556f3404.tar.gz buildroot-novena-1b276bb2b9770bf7ccb69ba7aebfc1a2556f3404.zip |
bind: bump version and convert to Makefile.autotools.in
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
Closes #145.
Current bind package is version 9.3.2 which is from the 9.3 branch and is
EOLed. It has many security bugs probably fixed in 9.3.6-P1 but since it
won't be supported for long it's probably metter to move on to a supported
branch. CVE-2009-0025, CVE-2008-1447, CVE-2008-0122, CVE-2007-2926 and
probably more. While at it migrate to Makefile.autotools.in too. Also
introduced an option for/not to install userland tools (dig, host, nslookup,
nsupdate).
[ Peter: don't install into staging ]
Diffstat (limited to 'package/bind/bind-cross-fix.patch')
-rw-r--r-- | package/bind/bind-cross-fix.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/bind/bind-cross-fix.patch b/package/bind/bind-cross-fix.patch deleted file mode 100644 index deaf52747..000000000 --- a/package/bind/bind-cross-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- bind-9.3.2/lib/dns/Makefile.in -+++ bind-9.3.2/lib/dns/Makefile.in -@@ -156,7 +156,7 @@ - ./gen -s ${srcdir} > code.h - - gen: gen.c -- ${CC} ${ALL_CFLAGS} ${LDFLAGS} -o $@ ${srcdir}/gen.c ${LIBS} -+ cc ${ALL_CFLAGS} -o $@ ${srcdir}/gen.c - - rbtdb64.@O@: rbtdb.c - |