On 06/16/09 02:31, Ed Posnak wrote:
The BIND update project is updating to a newer non-beta version of ISC BIND (9.6.1). Please help us out by providing comments before June 15, 2009. The webrev is at http://cr.opensolaris.org/~posnake/bind-update/ <http://cr.opensolaris.org/%7Eposnake/bind-update/>

Thanks

ejp



- usr/src/pkgdefs/SUNWbind/prototype_sparc &
- usr/src/pkgdefs/SUNWbind/prototype_i386

Have not changed, other than copyright line.

- usr/src/pkgdefs/SUNWbind/Makefile

Line 47 remove initials from comments. First word in comments should be capitalized.

- usr/src/pkgdefs/SUNWbindc/depend

Not really code...
I think BIND 9.6 may have introduced some new dependencies, which I presume need to be listed too:

$ cd $ROOT/usr/lib/dns
$ export LD_LIBRARY_PATH=$ROOT/usr/lib/dns
$ for f in *.so; do ldd $f | grep -v /usr/lib/dns; done | awk '{print $1}' | 
sort -u |
while read f; do nawk "/$f f/{print \$NF}" /var/sadm/install/contents; done |
sort -u | xargs pkginfo
application CSWosslrt    openssl_rt - Openssl runtime libraries
system      SUNWcslr     Core Solaris Libraries (Root)
system      SUNWlibmsr   Math & Microtasking Libraries (Root)
system      SUNWlxmlr    The XML library (Root)
system      SUNWopensslr OpenSSL (Root)
system      SUNWzlibr    The Zip compression library (Root)
$


Of course some of those may have been down to my build machine state when configure was run.

Regards,

Stacey


_______________________________________________
networking-discuss mailing list
[email protected]

Reply via email to