Bug 117679 - Bind should keep named.ca up2date with script
Summary: Bind should keep named.ca up2date with script
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: bind
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-07 01:11 UTC by Petri T. Koistinen
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-04-06 02:36:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Petri T. Koistinen 2004-03-07 01:11:06 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6)
Gecko/20040122 Debian/1.6-1

Description of problem:
Bind should ship with script like this:

$ cat /etc/cron.monthly/update-named.ca-file.sh
#!/bin/sh
                                                                     
                                                                 
cd /root
wget --quiet --passive-ftp ftp://ftp.internic.net/domain/named.cache
cp /var/named/named.ca /var/named/named.ca.old
mv named.cache /var/named/named.ca
diff -u /var/named/named.ca.old /var/named/named.ca


Version-Release number of selected component (if applicable):
bind-9.2.3-8

How reproducible:
Always

Steps to Reproduce:
1. Notice that named.ca is changed.
2. Develop automatic named.ca update mechanism.
    

Additional info:

Comment 1 Petri T. Koistinen 2004-03-21 13:08:39 UTC
this can be a security issue too.

Comment 2 Daniel Walsh 2004-04-06 02:36:17 UTC
We probably can try to update it via regular updates.


Note You need to log in before you can comment on or make changes to this bug.