diff options
author | ghen <ghen@pkgsrc.org> | 2007-01-19 11:58:54 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-01-19 11:58:54 +0000 |
commit | 1aca6342a1c29a8bded51e2961adcc4f4939a11d (patch) | |
tree | 5ca317284cf08f78a29f9eab1c133dfe2c1cd86d /sysutils/bacula/distinfo | |
parent | a5445a535006c8e86c9c09801f244cc085ce5d48 (diff) | |
download | pkgsrc-1aca6342a1c29a8bded51e2961adcc4f4939a11d.tar.gz |
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).
Diffstat (limited to 'sysutils/bacula/distinfo')
-rw-r--r-- | sysutils/bacula/distinfo | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index 402a62373d2..5a7a8d3d856 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1,8 +1,11 @@ -$NetBSD: distinfo,v 1.19 2007/01/04 12:29:26 ghen Exp $ +$NetBSD: distinfo,v 1.20 2007/01/19 11:58:54 ghen Exp $ -SHA1 (bacula-2.0.0.tar.gz) = 591093bda74d6d8e48d93926610f4f0fd64e61a1 -RMD160 (bacula-2.0.0.tar.gz) = 6f8ae1980455541ac7db2099f3be81a074b1c906 -Size (bacula-2.0.0.tar.gz) = 2488471 bytes +SHA1 (2.0.1-restart.patch) = d26192045928b534ce5b0d2ebe31d4180cfc5eb1 +RMD160 (2.0.1-restart.patch) = f243776feca530dd88761704adb5ac017348b6ec +Size (2.0.1-restart.patch) = 1208 bytes +SHA1 (bacula-2.0.1.tar.gz) = bda1260e965f8b5a3441266a435526c19d848c5b +RMD160 (bacula-2.0.1.tar.gz) = a64b364783984df8bb5c0d106f682ad8a5f0497e +Size (bacula-2.0.1.tar.gz) = 2491786 bytes SHA1 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599 SHA1 (patch-ac) = 585f8a00fe7c0e6e8e4c0b91a0bd32bd2fb81c81 SHA1 (patch-ae) = 69db6d396bd1654b3065d693c5ea2c0afbb8bc61 |