bind-chroot-9.2.4-25.el3> A AlpA?JqȰ?*}} :Nc 35^2$]_UKC?pd  H- 6Qsy~ u   T  (r 8()*+,-89"T:E->}?}#D}+F};G}dH}I}J}X}Y}\~]~@^~b/dSeXf]k_ldt|uvwx8Cbind-chroot9.2.425.el3A chrooted tree for the BIND nameserverThis package contains a tree of files which can be used as a chroot(2) jail for the named(8) program from the BIND package. based off code from Jan "Yenya" Kasprzak Jqfnoswad1.fnal.govScientific LinuxBSD-likeSystem Environment/Daemonshttp://www.isc.org/products/BIND/linuxi386safe_replace() { f1=$1; f2=$2; o=$3; g=$4; m=$5; dc=$6; if /usr/bin/test "x" = "x$f1" -o "x" = "x$f2" -o "$f1" = "$f2"; then return 1; fi; if /usr/bin/test -r $f1 -a -s $f1 -a '!' -L $f1; then if /usr/bin/test -r $f2 -a -s $f2 -a '!' -L $f2; then /bin/mv $f1 $f1'.rpmsave' >/dev/null 2>&1 || :; /bin/mv $f2 $f1 > /dev/null 2>&1 || :; else /bin/rm -f $f2 > /dev/null 2>&1 || :; fi; /bin/mv $f1 $f2 > /dev/null 2>&1 || :; /bin/ln -s $f2 $f1 > /dev/null 2>&1 || :; else /bin/rm -f $f1 > /dev/null 2>&1 || :; if /usr/bin/test -r $f2 -a -s $f2; then /bin/ln -s $f2 $f1 > /dev/null 2>&1 || :; else if /usr/bin/test "x$dc" != "x"; then echo $dc > $f2; /bin/ln -s $f2 $f1 > /dev/null 2>&1 || :; else return 2; fi; fi; fi; chown $o':'$g $f2; chmod $m $f2; return 0; } if /usr/bin/test -r /etc/sysconfig/named && /bin/egrep -q '^ROOTDIR=' /etc/sysconfig/named; then :; else echo ROOTDIR="/var/named/chroot" >>/etc/sysconfig/named; fi if /usr/bin/test -r /etc/localtime; then /bin/cp -fp /etc/localtime "/var/named/chroot/etc/localtime" fi safe_replace /etc/rndc.key "/var/named/chroot/etc/rndc.key" root named 644 ''; r=$?; if /usr/bin/test "$r" -eq 2; then /bin/rm -f /etc/rndc.key echo -e 'key "rndckey" {\nalgorithm hmac-md5;\nsecret "'`/usr/sbin/dns-keygen`'"\n};' > /etc/rndc.key; safe_replace /etc/rndc.key "/var/named/chroot/etc/rndc.key" root named 644 ''; fi; default_ndc='include "/etc/rndc.key";' if [ -f /etc/named.custom ]; then default_ndc='include "/etc/rndc.key";\ninclude "/etc/named.custom";' safe_replace /etc/named.custom "/var/named/chroot/etc/named.custom" root named 644 '' || :; fi safe_replace /etc/named.conf "/var/named/chroot/etc/named.conf" root named 644 "$default_ndc" /usr/bin/find /var/named -xdev -type f | /bin/egrep -v /var/named/chroot | while read f; do d=`/usr/bin/dirname $f`; if test '!' -d "/var/named/chroot$d"; then mkdir -p "/var/named/chroot$d"; chown named:named "/var/named/chroot$d"; chmod 655 "/var/named/chroot$d"; fi; safe_replace $f "/var/named/chroot$f" named named 644 '' || :; done [ ! -e "/var/named/chroot/dev/random" ] && mknod "/var/named/chroot/dev/random" c 1 8 [ ! -e "/var/named/chroot/dev/zero" ] && mknod "/var/named/chroot/dev/zero" c 1 5 [ ! -e "/var/named/chroot/dev/null" ] && mknod "/var/named/chroot/dev/null" c 1 3 chmod a+r "/var/named/chroot/dev/random" "/var/named/chroot/dev/null" "/var/named/chroot/dev/" chown root:named "/var/named/chroot/var/named" chown named:named "/var/named/chroot/var/named/slaves" chown named:named "/var/named/chroot/var/named/data" if /etc/init.d/named condrestart; then :; fiif [ "$1" = "0" ]; then /usr/bin/find /var/named/chroot -xdev -type f | while read f; do F=`echo $f | sed 's#/var/named/chroot##'`; if /usr/bin/test -L $F && test `/usr/bin/readlink $F` = $f; then /bin/rm -f $F; /bin/mv $f $F; fi; done if test -r /etc/sysconfig/named && grep -q '^ROOTDIR=' /etc/sysconfig/named; then named_tmp=`/bin/mktemp /tmp/XXXXXX` grep -v '^ROOTDIR='/var/named/chroot /etc/sysconfig/named > $named_tmp mv -f $named_tmp /etc/sysconfig/named fi if /etc/init.d/named condrestart; then :; fi fiAA聤A聤AAAAAAAJp̱Jp̱Jp̱Jp̱Jp̱Jp̱Jp̱>qA,A,Amd>q>q0>qd41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427ed41d8cd98f00b204e9800998ecf8427e@@@@rootrootrootrootrootrootrootrootrootnamednamedrootnamednamednamednamedrootrootnamedrootrootnamednamednamednamednamednamednamedbind-9.2.4-25.el3.src.rpmbind-chroot@ @JJ/bin/sh/bin/sh/bin/shbindrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)20:9.2.4-25.el33.0.4-14.0-14.2.3if [ "$1" -gt 0 ]; then safe_replace() { f1=$1; f2=$2; o=$3; g=$4; m=$5; dc=$6; if /usr/bin/test "x" = "x$f1" -o "x" = "x$f2" -o "$f1" = "$f2"; then return 1; fi; if /usr/bin/test -r $f1 -a -s $f1 -a '!' -L $f1; then if /usr/bin/test -r $f2 -a -s $f2 -a '!' -L $f2; then /bin/mv $f1 $f1'.rpmsave' >/dev/null 2>&1 || :; /bin/mv $f2 $f1 > /dev/null 2>&1 || :; else /bin/rm -f $f2 > /dev/null 2>&1 || :; fi; /bin/mv $f1 $f2 > /dev/null 2>&1 || :; /bin/ln -s $f2 $f1 > /dev/null 2>&1 || :; else /bin/rm -f $f1 > /dev/null 2>&1 || :; if /usr/bin/test -r $f2 -a -s $f2; then /bin/ln -s $f2 $f1 > /dev/null 2>&1 || :; else if /usr/bin/test "x$dc" != "x"; then echo -e $dc > $f2; /bin/ln -s $f2 $f1 > /dev/null 2>&1 || :; else return 2; fi; fi; fi; chown $o':'$g $f2; chmod $m $f2; return 0; } if /usr/bin/test -r /etc/sysconfig/named && /bin/egrep -q '^ROOTDIR=' /etc/sysconfig/named; then :; else echo ROOTDIR="/var/named/chroot" >>/etc/sysconfig/named; fi if /usr/bin/test -r /etc/localtime; then /bin/cp -fp /etc/localtime "/var/named/chroot/etc/localtime" fi safe_replace /etc/rndc.key "/var/named/chroot/etc/rndc.key" root named 644 ''; r=$?; if /usr/bin/test "$r" -eq 2; then /bin/rm -f /etc/rndc.key echo -e 'key "rndckey" {\nalgorithm hmac-md5;\nsecret "'`/usr/sbin/dns-keygen`'"\n};' > /etc/rndc.key; safe_replace /etc/rndc.key "/var/named/chroot/etc/rndc.key" root named 644 ''; fi; default_ndc='include "/etc/rndc.key";' if [ -f /etc/named.custom ]; then default_ndc='include "/etc/rndc.key";\ninclude "/etc/named.custom";' safe_replace /etc/named.custom "/var/named/chroot/etc/named.custom" root named 644 '' || :; fi safe_replace /etc/named.conf "/var/named/chroot/etc/named.conf" root named 644 "$default_ndc" /usr/bin/find /var/named -xdev -type f | /bin/egrep -v /var/named/chroot | while read f; do d=`/usr/bin/dirname $f`; if test '!' -d "/var/named/chroot$d"; then mkdir "/var/named/chroot$d"; chown named:named "/var/named/chroot$d"; chmod 655 "/var/named/chroot$d"; fi; safe_replace $f "/var/named/chroot$f" named named 644 '' || :; done [ ! -e "/var/named/chroot/dev/random" ] && mknod "/var/named/chroot/dev/random" c 1 8 [ ! -e "/var/named/chroot/dev/zero" ] && mknod "/var/named/chroot/dev/zero" c 1 5 [ ! -e "/var/named/chroot/dev/null" ] && mknod "/var/named/chroot/dev/null" c 1 3 chmod a+r "/var/named/chroot/dev/random" "/var/named/chroot/dev/null" "/var/named/chroot/dev/" chown root:named "/var/named/chroot/var/named" chown named:named "/var/named/chroot/var/named/slaves" chown named:named "/var/named/chroot/var/named/data" if /etc/init.d/named condrestart; then :; fi fi;# Fix mess left by bind-chroot-9.2.2's %preun (bug 131803) if [ "$1" -gt 0 ]; then if test -r /etc/sysconfig/named && grep -q '^ROOTDIR=' /etc/sysconfig/named; then :; else echo 'ROOTDIR='/var/named/chroot >> /etc/sysconfig/named if /etc/init.d/named condrestart; then :; fi; fi; fi;bind-chrootbind-chroot10:9.2.4-EL3_109.2.3JpJKIcHOFE-EE'DjD3CTCKA"A؋A؋A AAtYAScAScAOoAOoAB@A?A>KA3A.yA-(A+րA+րA%?AAA>A@l@l@@@@ύ@S@d@d@cr@cr@`π@VC@E @A+@:@2@-e???煀?ɀ?x?????S??|?xǀ?r0?h?(\?(\?ۀ??>變>變>ވ>׀>׀>>>>>>>>rm>q>nx>i2>e>>1Ӏ>/0>j>j>>=i=Q=G(=<==<킀< <$<9 20:9.2.4-25.el3Adam Tkac 20:9.2.4-24.el3Adam Tkac 20:9.2.4-23.el3Adam Tkac 20:9.2.4-22.el3Adam Tkac 20:9.2.4-21.el3Martin Stransky - 20:9.2.4-20.EL3Martin Stransky - 20:9.2.4-18_EL3Martin Stransky - 20:9.2.4-17_EL3Jason Vas Dias - 20:9.2.4-16_EL3Jason Vas Dias - 20:9.2.4-14_EL3Jason Vas Dias - 20:9.2.4-12_EL3Jason Vas Dias - 20:9.2.4-10_EL3Jason Vas Dias - 20:9.2.4-8_EL3Jason Vas Dias - 20:9.2.4-7_EL3Jason Vas Dias - 20:9.2.4-6_EL3Jason Vas Dias - 20:9.2.4-4_EL3Jason Vas Dias - 20:9.2.4-4_EL3Jason Vas Dias - 20:9.2.4-2Jason Vas Dias - 20:9.2.4-1_EL3Jason Vas Dias - 20:9.2.4-1Jason Vas Dias - 10:9.2.4rc8-14Jason Vas Dias - 10:9.2.4rc8-14Jason Vas Dias - 10:9.2.4rc7-12_EL3Jason Vas Dias - 10:9.2.4rc7-11_EL3Jason Vas Dias - 10:9.2.4rc7-10_EL3Jason Vas Dias - 10:9.2.4rc7-10Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Jason Vas Dias Daniel Walsh 9.2.3-19Daniel Walsh 9.2.3-18Daniel Walsh 9.2.3-17Elliot Lee Daniel Walsh 9.2.3-15Daniel Walsh 9.2.3-14Daniel Walsh 9.2.3-13Daniel Walsh 9.2.3-12Daniel Walsh 9.2.3-11Daniel Walsh 9.2.3-10Daniel Walsh 9.2.3-9Elliot Lee Florian La Roche Tim Waugh Daniel Walsh 9.2.3-7Elliot Lee Daniel Walsh 9.2.3-5Daniel Walsh 9.2.3-4Daniel Walsh 9.2.3-3Daniel Walsh 9.2.3-2Daniel Walsh 9.2.3-1Daniel Walsh 9.2.2.P3-10Daniel Walsh 9.2.2.P3-9Florian La Roche Daniel Walsh 9.2.2.P3-6Daniel Walsh 9.2.2.P3-5Daniel Walsh 9.2.2.P3-4Daniel Walsh 9.2.2.P3-3Daniel Walsh 9.2.2.P3-2Daniel Walsh 9.2.2.P3-1Daniel Walsh 9.2.2-23Daniel Walsh 9.2.2-22Daniel Walsh 9.2.2-21Daniel Walsh 9.2.2-20Daniel Walsh 9.2.2-19Daniel Walsh 9.2.2-18Daniel Walsh 9.2.2-17Daniel Walsh 9.2.2-16Elliot Lee Daniel Walsh 9.2.2-14Daniel Walsh 9.2.2-13Daniel Walsh 9.2.2-12Daniel Walsh 9.2.2-11Daniel Walsh 9.2.2-10Daniel Walsh 9.2.2-9Daniel Walsh 9.2.2-8Daniel Walsh 9.2.2-7Daniel Walsh 9.2.2-6Daniel Walsh 9.2.2-5Daniel Walsh 9.2.2-4Daniel Walsh 9.2.2-3Daniel Walsh 9.2.2-2Daniel Walsh 9.2.2-1Daniel Walsh 9.2.1-16Tim Powers Daniel Walsh 9.2.1-14Nalin Dahyabhai 9.2.1-13Daniel Walsh 9.2.1-12Daniel Walsh 9.2.1-10Daniel Walsh 9.2.1-9Karsten Hopp Karsten Hopp 9.2.1-8Karsten Hopp 9.2.1-7Bernhard Rosenkraenzer 9.2.1-5Tim Powers Tim Powers Bernhard Rosenkraenzer 9.2.1-2Florian La Roche Bernhard Rosenkraenzer 9.2.0-8Bernhard Rosenkraenzer 9.2.0-7Elliot Lee 9.2.0-6Bernhard Rosenkraenzer 9.2.0-4Tim Powers Tim Powers Bernhard Rosenkraenzer 9.2.0-1Bernhard Rosenkraenzer 9.2.0-0.rc10.2Bernhard Rosenkraenzer 9.2.0-0.rc8.2Bernhard Rosenkraenzer 9.2.0-0.rc8.1Bernhard Rosenkraenzer 9.2.0-0.rc7.1Bernhard Rosenkraenzer 9.2.0-0.rc5.1Bernhard Rosenkraenzer 9.2.0-0.rc4.1Bernhard Rosenkraenzer 9.2.0-0.rc3.1Bernhard Rosenkraenzer 9.1.3-4Bernhard Rosenkraenzer 9.1.3-3Bernhard Rosenkraenzer 9.1.3-2Florian La Roche Bernhard Rosenkraenzer 9.1.3-0.rc3.1Bernhard Rosenkraenzer 9.1.3-0.rc2.2Bernhard Rosenkraenzer 9.1.3-0.rc2.1Bernhard Rosenkraenzer 9.1.3-0.rc1.3Bernhard Rosenkraenzer 9.1.3-0.rc1.2Bernhard Rosenkraenzer 9.1.3-0.rc1.1Bernhard Rosenkraenzer 9.1.2-1Bernhard Rosenkraenzer 9.1.2-0.rc1.1Bernhard Rosenkraenzer 9.1.1-1Bernhard Rosenkraenzer 9.1.0-10Bernhard Rosenkraenzer 9.1.0-9Bernhard Rosenkraenzer Nalin Dahyabhai Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Trond Eivind Glomsrd Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Karsten Hopp Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Prospector Florian La Roche Florian La Roche Trond Eivind Glomsrd Nalin Dahyabhai Bernhard Rosenkrnzer Bill Nottingham Nalin Dahyabhai Bernhard Rosenkraenzer Nalin Dahyabhai Nalin Dahyabhai Bernhard Rosenkrnzer Bernhard Rosenkrnzer Bill Nottingham Elliot Lee Bernhard Rosenkraenzer Cristian Gafton Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bernhard Rosenkraenzer Bill Nottingham Cristian Gafton Preston Brown Bill Nottingham Bill Nottingham Bill Nottingham Jeff Johnson Bill Nottingham Jeff Johnson Bill Nottingham Jeff Johnson Stepan Kasal Bill Nottingham Cristian Gafton Cristian Gafton Preston Brown Cristian Gafton Cristian Gafton Jeff Johnson Jeff Johnson Jeff Johnson Jeff Johnson Jeff Johnson Manuel J. Galan Scott Lampert - security fix for remote DoS (CVE-2009-0696, #514292)- abort timeout queries to reduce the number of open UDP sockets (#498164) - handle EMFILE error from accept() gracefully (#498164)- check DSA_do_verify return value correctly - fixed rare crash "INSIST(!sock->pending_recv)" (#461047)- CVE-2008-1447- fixed cryptographically weak query id generator (CVE-2007-2926)- multilib regression fix- added fix for #225222: CVE-2007-0494 BIND dnssec denial of service- fix bug 203070: rndc.conf change breaks working bind config- fix bug 199776: bind, bind-utils, and bind-utils Requires: bind-libs- Fix bug 173961: prevent segfault in resolver.c ncache_adderesult - allow named ability to dump core after setuid() - rebuild for new U7 glibc, gcc & binutils- fix bug 174129: backport critical ISC fixes from 9.2.6 .- fix bug 170326: backport critical ISC fixes from 9.2.5 . - fix bug 168808: backport edns-udp-size feature - fix bug 169416: make named.init handle named -c option properly - fix bug 167682: correct bind-chroot directory permissions- fix bug 144467: upgrade from RHEL-3 to RHEL-4 will fail- As pointed out by notting , getting chkconfig runlevels as in previous - fix would fail in non-english locales . Using 'chkconfig --level=$level named' - instead in triggerun .- Fix bug 143786 : named run levels still not restored after - upgrade from 9.4.2-EL3_10 :-(- Fix bug 143558 : do 'chkconfig --add named' in triggerpostun after - 9.2.4-EL3_10's postun 'chkconfig --del named'- Fix bugs 140528 and 141113: - 2 second timeouts when IPv6 not configured and root nameserver's - AAAA addresses are queried- Fix bug 136243: bind-chroot %post must run restorecon -R /var/named/chroot - Fix bug 135175: named.init must return non-zero if named is not run - Fix bug 134060: bind-chroot %post must use mktemp, not /tmp/named - Fix bug 133423: bind-chroot %files entries should have been %dirs- I will regret releasing bind-9.2.4-EL3_10 to my dying day! - Somehow, the enclosing 'if [ $1 -eq 0 ]' got dropped from - bind-chroot-9.2.4-EL3_10's %preun, so during upgrade it undoes - what the %post script did. Aargh!- BIND 9.2.4 (final release) released - source code actually - identical to 9.2.4rc8, with only version number change.- Upgrade to upstream bind-9.2.4rc8 . - Progress: Finally! Hooray! ISC bind now distributes: - o named.conf(5) and nslookup(8) manpages - 'bind-manpages.bz2' source can now disappear - (could this have something to do with ISC bug I raised about this?) - o 'deprecation_msg' global has vanished - bind-9.2.3rc3-deprecation_msg_shut_up.diff.bz2 can disappear- Fix bug 106572/132385: copy /etc/localtime to chroot on start- Fix bug 132303: if ROOTDIR line was replaced after upgrade from - bind-chroot-9.2.2-21, restart named- Fix bug 131803: replace ROOTDIR line removed by broken - bind-chroot 9.2.2-21's '%postun'; added %triggerpostun for bind-chroot- Fix bugs 130121 & 130981 for RHEL-3- Fix bug 130121: add '%ghost' entries for files included in previous - bind-chroot & not in current - ie. named.conf, rndc.key, dev/* - - that RPM removed after upgrade .- Fix bug 130981: add '-t' option to named-checkconf invocation in - named.init if chroot installed.- Remove resolver(5) manpage now in man-pages (bug 130792); - Don't create /dev/ entries in bind-chroot if already there (bug 127556); - fix bind-devel Requires (bug 130919) - Set default location for dumpdb & stats files to /var/named/data- Fix devel Requires for bug 130738 & fix version- Fix errors on clean install if named group does not exist - (bug 130777)- Upgrade to bind-9.2.4rc7; applied initscript fix - for bug 102035.- Fixed bug 129289: bind-chroot install / deinstall - on install, existing config files 'safe_replace'd - with links to chroot copies; on uninstall, moved back.- Fixed bug 129258: "${prefix}/var/tmp" typo in spec- Fixed bug 127124 : 'Requires: kernel >= 2.4' - causes problems with Linux VServers- Fixed bug 127555 : chroot tar missing var/named/slaves- Upgraded to ISC version 9.2.4rc6- Fixed named.init generation of error messages on - 'service named stop' and 'service named reload' - as per bug 127775- Bump for rhel 3.0 U3- remove disable-linux-caps- Update RHEL3 to latest bind- rebuilt- Remove device files from chroot, Named uses the system one- Move RFC to devel package- Fix location of restorecon- Tighten security on config files. Should be owned by root- Update key patch to include conf-keygen- fix chroot to only happen once. - fix init script to do kill insteall of killall- Add fix for SELinux security context- rebuilt- run ldconfig for libs subrpm- Use ':' instead of '.' as separator for chown.- Add COPYRIGHT- rebuilt- Add defattr to libs- Break out library package- Fix condrestart- Move libisc and libdns to bind from bind-util- Move to 9.2.3- Add PIE support- Add /var/named/slaves directory- do not link against libnsl, not needed for Linux- Fix local time in log file- Try again- Fix handling of chroot -/dev/random- Stop hammering stuff on update of chroot environment- Fix chroot directory to grab all subdirectories- New patch to support for "delegation-only"- patch support for "delegation-only"- Update to build on RHL- Install libraries as exec so debug info will be pulled- Remove BSDCOMPAT- Update to build on RHL- Change protections on /var/named and /var/chroot/named- Update to build on RHL- Update to build on RHEL- rebuilt- Update to build on RHEL- Fix config description of named.conf in chroot - Change named.init script to check for existence of /etc/sysconfig/network- Update to build on RHEL- Update to build on RHEL- Fix echo OK on starting/stopping service- Update to build on RHEL- Fix echo on startup- Fix problems with chroot environment - Eliminate posix threads- Fix build problems- Fix build on beehive- build bind-chroot kit- Change configure to use proper threads model- update to 9.2.2- update to 9.2.2- Put a sleep in restart to make sure stop completes- rebuilt- Separate /etc/rndc.key to separate file- Use openssl's pkgconfig data, if available, at build-time.- Fix log rotate to use service named reload - Change service named reload to give success/failure message [73770] - Fix File checking [75710] - Begin change to automatically run in CHROOT environment- Fix startup script to work like all others.- Fix configure to build on x86_64 platforms- fix #70583, doesn't build on IA64- bind-utils shouldn't require bind- fix name of pidfine in logrotate script (#68842) - fix owner of logfile in logrotate script (#41391) - fix nslookup and named.conf man pages (output on stderr) (#63553, #63560, #63561, #54889, #57457) - add rfc1912 (#50005) - gzip all rfc's - fix typo in keygen.c (#54870) - added missing manpages (#64065) - shutdown named properly with rndc stop (#62492) - /sbin/nologin instead of /bin/false (#68607) - move nsupdate to bind-utils (where the manpage already was) (#66209, #66381) - don't kill initscript when rndc fails (reload) (#58750)- Fix #65975- automated rebuild- automated rebuild- Move libisccc, lib isccfg and liblwres from bind-utils to bind, they're not required if you aren't running a nameserver.- update to 9.2.1 release- Merge 30+ bug fixes from 9.2.1rc1 code- Don't exit if /etc/named.conf doesn't exist if we're running chroot (#60868) - Revert Elliot's changes, we do require specific glibc/glibc-kernheaders versions or bug #58335 will be back. "It compiles, therefore it works" isn't always true.- Fix BuildRequires (we don't need specific glibc/glibc-kernheaders versions). - Use _smp_mflags- rebuild, require recent autoconf, automake (#58335)- rebuild against new libssl- automated rebuild- 9.2.0- 9.2.0rc10- Fix up rndc.conf (#55574)- rc8 - Enforce --enable-threads- 9.2.0rc7 - Use rndc status for "service named status", it's supposed to actually work in 9.2.x.- 9.2.0rc5 - Fix rpm --rebuild with ancient libtool versions (#53938, #54257)- 9.2.0rc4- 9.2.0rc3 - remove ttl patch, I don't think we need this for 8.0. - remove dig.1.bz2 from the bind8-manpages tar file, 9.2 has a new dig man page - add lwres* man pages to -devel- Make sure /etc/rndc.conf isn't world-readable even after the %post script inserted a random key (#53009)- Add build dependencies (#49368) - Make sure running service named start several times doesn't create useless processes (#47596) - Work around the named parent process returning 0 even if the config file is broken (it's parsed later by the child processes) (#45484)- Don't use rndc status, it's not yet implemented (#48839)- update to 9.1.3 release- Fix up rndc configuration and improve security (#46586)- Sync with caching-nameserver-7.1-6- Update to rc2- Remove resolv.conf(5) man page, it's now in man-pages- Add named.conf man page from bind 8.x (outdated, but better than nothing, - Rename the rndc key (#42895) - Add dnssec* man pages- 9.1.3rc1 - s/Copyright/License/- 9.1.2 final. No changes between 9.1.2-0.rc1.1 and this one, except for the version number, though.- 9.1.2rc1- 9.1.1- Merge fixes from 9.1.1rc5- Work around bind 8 -> bind 9 migration problem when using buggy zone files: accept zones without a TTL, but spew out a big fat warning. (#31393)- Add fixes from rc4- rebuild in new environment- killall -HUP named if rndc reload fails (#30113)- Merge some fixes from 9.1.1rc3- Don't use the standard rndc key from the documentation, instead, create a random one at installation time (#26358) - Make /etc/rndc.conf readable by user named only, it contains secret keys- 9.1.1 probably won't be out in time, revert to 9.1.0 and apply fixes from 9.1.1rc2 - bind requires bind-utils (#28317)- Update to rc2, fixes 2 more bugs - Fix build with glibc >= 2.2.1-7- Update to 9.1.1rc1; fixes 17 bugs (14 of them affecting us; 1 was fixed in a Red Hat patch already, 2 others are portability improvements)- Remove initscripts 5.54 requirement (#26489)- Add named-checkconf, named-checkzone (#25170)- use echo, not gprintf- Fix problems with $GENERATE Patch from Daniel Roesen Bug #24890- 9.1.0 final- 9.1.0rc1 - i18nify init script - bzip2 source to save space- Fix %postun script- 9.1.0b3- Add named.conf man page from bind8 (#23503)- Make /etc/rndc.conf and /etc/sysconfig/named noreplace - Make devel require bind = %{version} rather than just bind- Fix init script for real- Fix init script when ROOTDIR is not set- Add hooks for setting up named to run chroot (RFE #23246) - Fix up requirements- 9.1.0b2- Move run files to /var/run/named/ - /var/run isn't writable by the user we're running as. (Bug #20665)- Fix reverse lookups (#22272) - Run ldconfig in %post utils- fixed logrotate script (wrong path to kill) - include header files in -devel package - bugzilla #22049, #19147, 21606- 9.1.0b1 (9.1.0 is in our timeframe and less buggy)- 9.0.1- Fix initscript (Bug #19956) - Add sample rndc.conf (Bug #19956) - Fix build with tar 1.13.18- Add some missing man pages (taken from bind8) (Bug #18794)- 9.0.0 final- rc5 - fix up nslookup- rc4- 9.0.0rc1- automatic rebuild- add "exit 0" for uninstall case- add prereq init.d and cleanup install section- fix the init script- make libbind.a and nslookup.help readable again by setting INSTALL_LIB to ""- Fix up the initscript (Bug #13033) - Fix build with current glibc (Bug #12755) - /etc/rc.d/init.d -> /etc/init.d - use %{_mandir} rather than /usr/share/man- fix conflict with man-pages - remove compatibilty chkconfig links - initscript munging- modify logrotate setup to use PID file - temporarily disable optimization by unsetting $RPM_OPT_FLAGS at build-time - actually bump the release this time- FHS compliance- clean up restart patch- provide /var/named (fix for bugs #9847, #10205) - preserve args when restarted via ndc(8) (bug #10227) - make resolv.conf(5) a link to resolver(5) (bug #10245) - fix SYSTYPE bug in all makefiles - move creation of named user from %post into %pre- Fix TTL (patch from ISC, Bug #9820)- fix typo in spec (it's %post, without a leading blank) introduced in -6 - change SYSTYPE to linux- pick a standard < 100 uid/gid for named- Pass named a '-u named' parameter by default, and add/remove user.- fix host mx bug (Bug #9021)- rebuild to fix dependencies - man pages are compressed- It's /usr/bin/killall, not /usr/sbin/killall (Bug #8063)- Fix up location of named-bootconf.pl and make it executable (Bug #8028) - bind-devel requires bind- update to 8.2.2-P5- update to 8.2.2-P3- add patch to stop a cache only server from complaining about lame servers on every request.- use real stop and start in named.init for restart, not ndc restart, it has problems when named has changed during a package update... (# 4890)- chkconfig --del in %preun, not %postun- initscript munging- fix installed chkconfig links to match init file- conflict with new (in man-1.24) man pages (#3876,#3877).- fix named.logrotate (wrong %SOURCE)- update to 8.2.1. - add named.logrotate (#3571). - hack around egcs-1.1.2 -m486 bug (#3413, #3485). - vet file list.- don't run by default- nslookup fixes (#2463). - missing files (#3152).- nslookup patched: to count numRecords properly to fix subsequent calls to ls -d to parse "view" and "finger" commands properly the view hack updated for bind-8 (using sed)- add ISC patch - add quick hack to make host not crash - add more docs- add probing information in the init file to keep linuxconf happy - dont strip libbind- auto rebuild in the new build environment (release 3)- removed 'done' output at named shutdown.- version 8.2- patch to use the __FDS_BITS macro - build for glibc 2.1- change named.restart to /usr/sbin/ndc restart- install man pages correctly. - change K10named to K45named.- don't start if /etc/named.conf doesn't exist.- autmagically create /etc/named.conf from /etc/named.boot in %post - remove echo in %post- merge in 5.1 mods- Several essential modifications to build and install correctly. - Modified 'ndc' to avoid deprecated use of '-'- Used buildroot - patched bin/named/ns_udp.c to use for include on Redhat 5.0 instead of /bin/sh/bin/sh/bin/sh/bin/shppc-004.build.bos.redhat.com 1248861201 iI<^TlN[j?bx־NNvZ"/Gk6d/var/named/chroot20:9.2.4-25.el3chrootdevnullrandometcnamed.confrndc.keyvarnameddataslavesrunnamedtmp/var/named//var/named/chroot//var/named/chroot/dev//var/named/chroot/etc//var/named/chroot/var//var/named/chroot/var/named//var/named/chroot/var/run/-O2 -g -pipe -march=i386 -mcpu=i686cpiogzip9i386i386-redhat-linux-gnudirectoryempty?N0`_Lۣ&6ƃkXEQfD?`f yaAqp>a 1\xǨn{Iu|nf|ЇA]hˆ:I?;1;?8Xg&RNXD`vxg]T1$o8,.Q%/wsE5:q_#F,e){(1<4Ŷa֘ &=M SvoG9E e1n`]~;iwxBn