Subject: CVS commit: pkgsrc/sysutils/bacula
To: None <pkgsrc-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: pkgsrc-changes
Date: 01/19/2007 11:58:54
Module Name: pkgsrc
Committed By: ghen
Date: Fri Jan 19 11:58:54 UTC 2007
Modified Files:
pkgsrc/sysutils/bacula: Makefile.common distinfo
Log Message:
Upgrade the bacula and bacula-* packages to bacula 2.0.1. Additionally apply
2.0.1-restart.patch for the director daemon.
Changes:
12Jan07
kes Fix Bacula->Documentation link on Win32 to point to index.html
instead of bacula.html. Fixed bug #750.
kes Return JobId in db_get_job_record() when JobId==0. This should
fix bug #741.
kes Do not release source pointers when restarting a failed job.
11Jan07
kes Add dynamic dll entry point for SHGetFolderPath to Win32 code.
This *should* fix bug #747.
kes Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
bug #742.
09Jan07
kes Modify USTORE constructor to set an empty store_source string,
and don't copy the store_source string in a cancel. Hopefully
this will fix Arno's seg fault, bug #744.
kes Add back code to disable conio in configure. Fixes bug #743.
kes Correct the Options scanner in the FD to correctly handle
SHA1 option, which was eating the next option. Reported by
Sebastien Guilbaud.
kes Add code to indicate when the SD is spooling, spool wait, and
despooling as requested by Alan Brown.
For 2.0.1-restart.patch:
Fixes bug #755 where jobs that were automatically rescheduled after a
failure were being upgraded from Incremental (or differential) to Full
backups (the since_time was lost).
To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 pkgsrc/sysutils/bacula/Makefile.common
cvs rdiff -r1.19 -r1.20 pkgsrc/sysutils/bacula/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.