bind9 security upgrade

Discussion in 'HOWTO-Related Questions' started by daniel_rodriguez, Sep 8, 2006.

  1. Having a couple o debian sarge boxes installed with 'perfect setup how-to' like to know how to upgrade bind9 to last stable version

    thanks
     
  2. sjau

    sjau Local Meanie Moderator

    for updating the debian boxes generally:

    1.) apt-get update --> this will update the repository files
    2.) apt-get upgrade --> this will then upgrade the installed packages
     
  3. that's it? so easy?
    I'll give it a try


    thanks:D
     
  4. sjau

    sjau Local Meanie Moderator

    it's that easy :) at least on Debian and debian-like systems :)
     
  5. My initial question was born on bind9 security alert where version upgrade was recomended. But if I follow the procedure as you said upgrade is done with latest debian repositories versions, not the latest version available.
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    The latest debian versions are patched, so they do not contain the security bugs even they have a lower version number.

    Just run apt-get update && apt-get upgrade regularily and your system will be up to date!
     
  7. I didn't know that, thanks again

    regards :)
     

Share This Page