Change logs for bacula source package in Hardy

  • bacula (2.4.2-1ubuntu4~hardy1) hardy-backports; urgency=low
    
      * Automated backport upload; no source changes.
    
    bacula (2.4.2-1ubuntu4) intrepid; urgency=low
    
      * debian/patches/ubuntu_grant_privileges.patch:
        Update patch, fixes FTBFS.
    
    bacula (2.4.2-1ubuntu3) intrepid; urgency=low
    
      * debian/patches/ubuntu_grant_privileges.patch:
        - test if $USER and db_name are set in grant_postgresql_privileges.
      * debian/bacula-director-pgsql.postinst:
        - Create databse as postgres user only if user exists. (LP: #228693)
    
    bacula (2.4.2-1ubuntu2) intrepid; urgency=low
    
      * debian/rules: Disable fortify source since it was causing
        bacula-director to segfault.
    
    bacula (2.4.2-1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - debian/bacula-director-mysql.postinst:
          debian/bacula-director-pgsql.postinst:
          + Worked in some smarts to do no databases if bacula is already installed.
        - debian/control:
          + Added libdbi-perl and libdb-mysql-perl to depends for bacula-director-mysql
            due to new postinst configuration.
          + Cleaned up bacula-director-pgsql dependenices and recommends.
          + Made mysql the default director to install bacula-director-{mysql|pgsql}
    	added database handling to postinstall scripts and templates, modifiied
            postinstall script's sed expressions.
          + Removed libwgtk-2.6-dev as a build dependency; as a result bacula-console-wx
            isn't built anymore.
          + Install gawk if not installed. (LP: #207527)
        - debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
          + New scripts for catalog backup. (CVE-2007-5626)
        - debian/bacula-console-wx:
          + Dropped since we are not building them anymore.
        - debian/bacula-director-common.bacula-director.init,
          debian/bacula-fd.init, debian/bacula-sd.init
          + Made more LSB specific.
    
    bacula (2.4.2-1) unstable; urgency=high
    
      * Fix sed pattern in debian/rules to correctly remove
        'USE ${db_name};' from the MySQL command tables.  This prevented
        bacula-director-mysql from being installed properly and was thus RC.
        Closes: #441995, #489578.
      * While investigating the above problem, also discovered 'USE bacula;'
        statements in some upgrade tables.  This would cause the upgrade of
        bacula-director-mysql to fail for anyone that had their MySQL
        database named something other than "bacula".  Added pattern to fix this.
      * New upstream release is a bugfix release, and fixes these issues:
        + 2.4.1 included an unintentional debug statement whose purpose
          was to crash the storage daemon.  This was triggered during a restore
          at the end of a tape.  Fixed in 2.4.2 (upstream bug 1125).  When the
          SD is crashed, no backups or restores can be performed until it is
          restarted.
        + During a multi-tape restore, Bacula could incorrectly attempt
          to reread the same tape.  (Upstream bug 1126)
        + bcopy no longer reads too many records (upstream bug 1107)
        + Now sets a large timeout on MySQL databases to prevent trouble
          with the connection timining out before data gets inserted.
          Upstream bug 1034.
        + There are also some other minor bugfixes and win32 changes upstream
          in this release, which of course don't impact Debian.
    
    bacula (2.4.1-1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - debian/bacula-director-mysql.postinst,
          debian/bacula-director-pgsql.postinst:
          + Worked in some smarts to do no database if bacula is already installed.
        - debian/control:
          + Added libdbi-perl and libdb-mysql-perl to depends for
            bacula-director-mysql due to new postinst configuration.
          + Cleaned up bacula-director-pgsql dependencies and recommends.
          + Made mysql the default director to install bacula-director-{mysql|pgsql}
            added database handling to postinstall scripts and templates, modified
            postinstall script's sed expressions.
          + Removed libwtk2.6-dev as a build dependency; as a result bacula-wx
            isn't built anymore.
          + Install gawk if not installed. (LP: #207527)
         - debian/make_catalog_backup_awk.{mysql|pgsql|sqlite3|sqlite}:
           + new scripts for catalog backup. (CVE-2007-5626)
         - debian/bacula-console-wx:
           + Dropped since we are not building them anymore.
         - debian/bacula-director-common.bacula-director.init
           debian/bacula-fd.init
           debian/bacula-sd.init
           + Made more LSB specific.
    
    bacula (2.4.1-1) unstable; urgency=high
    
      * New Upstream Version.
        + Fixes a bug where a tape may be incorrectly reused, destroying
          data.  Closes: #490996.
    
    bacula (2.4.0-1ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - debian/bacula-director-mysql.postinst
          debian/bacula-director-pgsql.postinst
          + Worked in some smarts to do no database configration if bacula is already
            installed.
        - debian/control
          + Added libdbi-perl and libdb-mysql-perl to depends for bacula-director-mysql due
            to new postinst configuration.
          + Cleaned up bacula-director-pgsql dependencies and recommends.
          + Made mysql the default director to install for bacula-server.
          + Removed dbconfig-common dependency for bacula-director-{mysql|pgsql},
            added database handling to postinstall scripts and templates, modified
            postinstall script's sed expressions.
          + Removed libwgtk2.6-dev as a build dependency; as a result bacula-console-wx
            isn't built anymore.
          + Install gawk if not installed. (LP: #207527)
         - debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
           + New scripts for catalog backup. (CVE-2007-5626)
         - debian/bacula-console-wx:
           + Dropped since we are not building them anymore.
         - debian/bacula-director-common.bacula-director.init
           debian/bacula-fd.init
           debian/bacula-sd.init
           + Made more LSB specific.
         - debian/patches/ubuntu_mtx-changer.patch:
           - Dropped accepted upstream.
    
    bacula (2.4.0-1) unstable; urgency=low
    
      [ John Goerzen ]
      * Removed debian/Makefile and debian/po/Makefile
      * Apply upstream 2.4.1-restore-wrong-mediatype.patch
      * bacula-fd: fix LSB init headers to not require bacula-sd.  Closes:
        #486256.
    
      [ Mark Hymers ]
      * Bump Standards-Version to 3.8.0.  No changes needed.
      * Imported bacula-2.4.0.  Closes: #487767.
    
      [ John Goerzen ]
      * Corrected GIT URL
      * Clarify the presence of BAT
    
    bacula (2.2.8-8ubuntu1) intrepid; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - debian/bacula-director-mysql.postinst
          debian/bacula-director-pgsql.postinst
          + Worked in some smarts to do no database configuration if bacula is arelady installed.
        - debian/control
          + Added libdbi-perl and libdb-mysql-perl to depends for bacula-director-mysql due to new
            postinst configuration.
          + Cleaned up bacula-director-pgsql dependencies and recommends.
          + Made mysql to default director to install for bacula-server.
          + Removed liblibjconv build dependency.
          + Removed dbconfig-common dependency for bacula-director-{mysql|pgsql},
            added database handling to postinstall scripts and templates, modified
            postinstall script's sed expressesions.
          + Removed libwgtk2.6-dev as a build dependency; as a result bacula-console-wx aren't
            built any more.
          + Install gawk if not installed. (LP: #207527)
        - debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
          + new scripts for catalog backup (CVE-2007-5626)
        - debian/bacula-console-wx.
          - Droped since we arent building them anymore.
        - debian/bacula-director-common.bacula-director.init
          debian/bacula-fd.init
          debian/bacula-sd.init
          + Made more LSB specific
    
    bacula (2.2.8-8) unstable; urgency=high
    
      * Apply upstream 2.2.8-jobmedia-fix.patch, high urgency.
      * Hard code an archive directory in call to configure. This prevents
        the default bacula sd file from having a syntax error.
        Closes: #472126
    
    bacula (2.2.8-7) unstable; urgency=low
    
      * Updated for compatibility with PostgreSQL 8.3.  Closes: #468880
      * Run debconf-updatepo
      * Update Brazilian Portuguese translation.  Patch from Eder L. Marques.
        Closes: #466703.
    
    bacula (2.2.8-6) unstable; urgency=low
    
      * Change section to admin to match override file
      * Add Homepage: line to control per devref 6.2.4
      * More fixes to make Bacula binNMU safe.  Patch from Lior Kaplan.
        Closes: #472249.
      * Debconf templates and debian/control reviewed by the debian-l10n-
        english team as part of the Smith review project. Closes: #462210
      * [Debconf translation updates]
        + German. Closes: #462981
        + Galician. Closes: #462991
        + Portuguese. Closes: #463314
        + Finnish. Closes: #463954
        + Czech. Closes: #464427
        + French. Closes: #464838
        + Italian. Closes: #465068
        + Russian. Closes: #465079
        + Vietnamese. Closes: #465536
    
     -- Scott Kitterman <email address hidden>   Tue, 09 Sep 2008 04:41:42 +0100
  • bacula (2.2.8-5ubuntu7.2) hardy-proposed; urgency=low
    
      * Applied upstream's 2.2.8-strippath.patch, modified to compile
        cleanly on hardy. (http://bacula.svn.sourceforge.net/viewvc/bacula?view=rev&revision=6867)
        - Fix strippath bug that created a buffer overrun and crash the FD.
         (LP: #227613)
    
      [Ante Karamatic]
      * Export $HOME in /etc/bacula/scripts/make_catalog_backup_awk.
        - Thanks to Hanno Stock. (LP: #227410)
      * debian/bacula-director-pgsql.postinst
        - Really compare versions. (LP: #228693)
      * debian/bacula-directory-pgsql.postinst:
        - grant all privileges to new user on the new new database.
      * patches/ubuntu_grant_privileges.patch
        - test if $USER and $db_name are set in grant_postgresql_privileges.
    
     -- Chuck Short <email address hidden>   Fri, 21 Nov 2008 08:15:06 -0500
  • bacula (2.2.8-5ubuntu7.1) hardy-proposed; urgency=low
    
      [Ante Karamatic]
      * Export $HOME in /etc/bacula/scripts/make_catalog_backup_awk
        - Thanks to Hanno Stock. (LP: #227410)
      * debian/bacula-director-pgsql.postinst
        - Really compare versions. (LP: #228693)
      * debian/bacula-directory-pgsql.postinst:
        - grant all privileges to new user on the new new database.
      * patches/ubuntu_grant_privileges.patch
        - test if $USER and $db_name are set in grant_postgresql_privileges.
    
      [Chuck Short]
      * Applied upstream's 2.2.8-strippath.patch. (http://bacula.svn.sourceforge.net/viewvc/bacula?view=rev&revision=6867)
        - Fix strippath bug that created a buffer overrun and crash the FD. (LP: #227613)
    
     -- Chuck Short <email address hidden>   Mon, 19 May 2008 04:21:16 -0400
  • bacula (2.2.8-5ubuntu7) hardy; urgency=low
    
      * patches/ubuntu_mtx-changer.patch:
        - upstream patch for Debian's version of cpio
      * patches/ubuntu_bacula-dir.conf.patch:
        - add info about usage of make_catalog_backup_awk script
      * bacula-fd.init, bacula-sd.init:
        - make scripts LSB compliant (Closes #211051)
    
     -- Ante Karamatic <email address hidden>   Fri, 04 Apr 2008 23:17:26 +0200
  • bacula (2.2.8-5ubuntu6) hardy; urgency=low
    
      * Revert building of bacula-console-qt:
        - added build depend on libqwt5-qt4-dev
        - reverted changes in debian/rules
        - re-added debian/bacula-console-qt.dirs
        - re-added debian/bacula-console-qt.manpages
        - re-added debian/bacula-console-qt.menu
        - re-added debian/bacula-console-qt.postinst
    
     -- Ante Karamatic <email address hidden>   Mon, 31 Mar 2008 23:09:04 +0200
  • bacula (2.2.8-5ubuntu5) hardy; urgency=low
    
      * debian/control
        - Add gawk if isnt installed. (LP: #207527)
    
     -- Chuck Short <email address hidden>   Fri, 28 Mar 2008 15:08:02 -0400
  • bacula (2.2.8-5ubuntu4) hardy; urgency=low
    
      * Partial rewrite of init script for bacula-director-common (LP: #204145)
        - includes LSB init functions
        - fix for couple of typos
    
     -- Ante Karamatic <email address hidden>   Fri, 21 Mar 2008 18:46:07 +0100
  • bacula (2.2.8-5ubuntu3) hardy; urgency=low
    
      * Fix typos in init scripts.
    
     -- Chuck Short <email address hidden>   Mon, 17 Mar 2008 10:29:40 -0400
  • bacula (2.2.8-5ubuntu2) hardy; urgency=low
    
      * debian/rules
        - Don't start the daemons when installing so configuration can be done
          after. (LP: #192224)
      * debian/bacula-director-common.bacula-director.init
        debian/bacula-fd.init
        debian/bacula-sd.init
        - Made more LSB specific.
      * debian/control
        - Update control version.
    
     -- Chuck Short <email address hidden>   Fri, 14 Mar 2008 11:02:04 -0400
  • bacula (2.2.8-5ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Correct src/dird/bacula-dir.conf.in to pass the correct arguments
          to "/etc/bacula/scripts/make_catalog_backup"
        - Modify maintainer value to match the DebianMaintainerField
          specification.
    
      [Ante Karamatic]
      * Removed liblibjconv build dependency.
      * Bumped build dependency to postgresql-server-dev-8.0.
      * Removed dbconfig-common dependency for bacula-director-[mysql|pgsql],
        added database handling to postinstall scripts and templates,
        modified postinstall script's sed expressions.
      * Removed libwgtk2.6-dev and libqwt5-qt-dev build dependency; as a result
        bacula-console-wx and bacula-console-qt aren't built any more.
      * debian/make_catalog_backup_awk.[mysql|pgsql|sqlite3|sqlite]:
        - new scripts for catalog backup (CVE-2007-5626)
      * debian/patches/ubuntu_bacula-dir.conf.patch:
        - replace RunBeforeJob script with new one and add a warning
    
      [Chuck Short]
      * debian/bacula-console-qt, debian/bacula-console-wx.
        - Dropped since we arent building them anymore.
      * debian/control
        - Added libdbi-perl and ibdbd-mysql-perl to Depends for
          bacula-director-mysql due to new postinst configuration.
        - Cleaned up bacula-director-pgsql dependencies and recommends.
        - Made mysql the default director to install for bacula-server.
      * debian/bacula-director-mysql.postinst
        debian/bacula-director-pgsql.postinst
        - Worked in some smarts to no do a database configuration if bacula is already
          installed.
    
    bacula (2.2.8-5) unstable; urgency=low
    
      * Added Debian VCS fields to debian/control.
      * Applied 2.2.8-bacula-conf.patch from upstream
      * Applied upstream 2.2.8-jobmedia.patch
      * Applied upstream 2.2.8-pool-source.patch.  Closes: #464687.
      * Revert the patch to src/filed/backup.c introduced by Bastian in
        2.2.6-0.1 in preparation for applying upstream's new patch.
      * Apply upstream 2.2.8-strip-path.patch.  Closes: #452195.
    
     -- Chuck Short <email address hidden>   Thu, 13 Feb 2008 08:41:35 -0500
  • bacula (2.2.8-4ubuntu1) hardy; urgency=low
    
      * Merge from Debian unstable (LP: #189547). Remaining Ubuntu changes:
        - Correct src/dird/bacula-dir.conf.in to pass the correct arguments
          to "/etc/bacula/scripts/make_catalog_backup".
      * Modify Maintainer value to match the DebianMaintainerField
        specification.
    
    bacula (2.2.8-4) unstable; urgency=low
    
      * Added Replaces: on bacula-common, so it overwrites btraceback
        in bacula-director-common for upgraders.  Closes: #463317.
      * Applied updated Portugese debconf translation from
        Miguel Figueiredo.  Closes: #463314.
    
    bacula (2.2.8-3) unstable; urgency=low
    
      * Simplified cleanup.  Closes: #453112.
      * Corrected debian/rules pattern for removing USE statements in
        MySQL scripts.  Closes: #441995.
      * Clarified the effect of not using SSL/TLS in README.Debian.
        Closes: #444732.
    
    bacula (2.2.8-2) unstable; urgency=low
    
      * Fix binary-arch target so that bacula-common contains all
        of the necessary files.  Thanks to Mark Hymers for the patch.
    
    bacula (2.2.8-1) unstable; urgency=low
    
      * New upstream release.  (2.2.8 prepared by John Goerzen)
      * Added build-dep on postgresql-server-dev-8.2.  Closes: #462502.
      * Moved btraceback and btraceback.gdb from bacula-director-common
        to bacula-common.  Closes: #452183.  This change meant that
        bacula-common changes from arch all to arch any.
      * Fixed debian/watch file.  Thanks to Raphael Geissert for the
        patch.  Closes: #449666.
      * New German debconf translation from Helge Kreutzmann.
        Closes: #462981.
      * New Galician debconf translation from Jacobo Tarrio.
        Closes: #462991.
      * New Japenese debconf translation from Hideki Yamane.
        Closes: #463092.
      * Init script updates to help improve /var/run on tmpfs support.
        Applied patch ac7bb3384082 from James Westby.  Closes: #452683.
      * Init script updates to have dependency information.
        Applied patch from Petter Reinholdtsen.  CLoses: #460252.
      * Make bacula-common Pre-Depends instead of Depends on adduser.
        Closes: #452684.
      * Added postgresql-8.2 to Recommends: for
        bacula-director-pgsql.  Closes: #459859.
      * Change recommends on kde|desktop-environment to suggests
        on kde|gnome-desktop-environment.  Closes: #459891.
      * Merged the following changes from Mark Hymer's Mercurial tree:
        + Upstream 2.2.6 and 2.2.7.  Closes: #458780.
        + Bump Build-Dep for libgtk2.0-dev to be >= 2.10 as the traymonitor
          code needs it.  Closes: #451499.
        + Update libmysqlclient-dev Build-Dep.  Closes: #439969.
        + Use correct path to mtx-changer.  Closes: #435627.
        + Install tray-monitor.conf file.  Closes: #413754.
        + Only alter permissions and ownership on files in /etc/bacula when we
          install them; don't clobber local changes.
        + Simplify scripts by removing support for upgrading from versions which
          are pre-sarge.
    
     -- Cesare Tirabassi <email address hidden>   Wed, 06 Feb 2008 15:57:53 +0100
  • bacula (2.2.6-0.1ubuntu1) hardy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Add gnome-session to bacula-traymonitor Depends.
        - Create /var/run/bacula, if it doesn't exist, in any init script.
          Involved files (all in debian/):
             rules, bacula-sd.init, bacula-fd.init, common-functions (new),
             bacula-director-common.bacula-director.init
        - Correct src/dird/bacula-dir.conf.in to pass the correct arguments
          to "/etc/bacula/scripts/make_catalog_backup".
        - Move adduser from bacula-common's Depends to Pre-Depends.
    
    bacula (2.2.6-0.1) unstable; urgency=low
    
      * Non-maintainer upload.
      * New upstream release.
        - Release stdout/stderr on daemonization. (closes: #441621)
      * Fix symlinks case for strippath in File Set. (closes: #452200)
      * Fix hostname replace in default config.
    
     -- Stephan Hermann <email address hidden>   Sat, 19 Jan 2008 12:00:57 +0100
  • bacula (2.2.5-1ubuntu1) hardy; urgency=low
    
      * Merge from Debian unstable. Remaining Ubuntu changes:
        - Add gnome-session to bacula-traymonitor Depends.
        - Create /var/run/bacula, if it doesn't exist, in any init script.
          Involved files (all in debian/):
             rules, bacula-sd.init, bacula-fd.init, common-functions (new),
             bacula-director-common.bacula-director.init
        - Correct src/dird/bacula-dir.conf.in to pass the correct arguments
          to "/etc/bacula/scripts/make_catalog_backup".
        - Move adduser from bacula-common's Depends to Pre-Depends.
      * Modify Maintainer value to match the DebianMaintainerField
        specification.
    
    bacula (2.2.5-1) unstable; urgency=medium
    
      * New upstream release.
        urgency=medium due to a number of major bugfixes
      * Updated menu section.  Closes: #444913.
      * Fix for binNMU safety.  Thanks to Lior Kaplan for the patch.
        Closes: #444694.
      * Added text to traymonitor description.  Closes: #442117.
    
    bacula (2.2.4-1) unstable; urgency=high
    
      * New upstream version.  Closes: #441849, #441855, #441878, #441990.
      * Documented lack of SSL/TLS in NEWS.Debian and README.Debian.
        Closes: #440034.
      * Enhance traymonitor description in control.  Closes: #442117.
    
    bacula (2.2.0-1) unstable; urgency=low
    
      * Update debian/copyright from LICENSE.
      * Disable OpenSSL support due to licensing concerns
        See thread at
        http://lists.debian.org/debian-legal/2007/07/msg00144.html
      * Applied updated Vietnamese translation from Clytie Siddall.
        Closes: #427042.
      * Following changes prepared by Mark Hymers <email address hidden>:
        * New upstream version.  Closes: #438806.
          * make_catalog_backup script now takes a host parameter.
            Closes: #419885.
        * Deal with moving wx-console.conf to bwx-console.conf
        * Add new bacula-console-qt package.
        * Update Standards-Version to 3.7.2.  No changes required.
        * Remove postgresql-dev Build-Dep.  Closes: #429963.
        * Make binNMU safe.  Based on patch from Lior Kaplan.  Closes: #430106.
        * Re-order postgresql-client Depends.  Closes: #419311.
        * Remove libwxgtk2.4-dev Build-Depends.  Closes: #425159.
    
     -- Siegfried-Angel Gevatter Pujals (RainCT) <email address hidden>   Sat, 03 Nov 2007 17:08:40 +0100
  • bacula (2.0.3-4ubuntu4) gutsy; urgency=low
    
      * Apply 2.2.4-lost-block.patch from upstream bug#964 to address data loss
    
     -- Emmet Hikory <email address hidden>   Fri, 12 Oct 2007 23:09:46 +0900