pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Upgrade the bacula and bacula-* packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad29a9974672
branches:  trunk
changeset: 524136:ad29a9974672
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Jan 19 11:58:54 2007 +0000

description:
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:

 sysutils/bacula/Makefile.common |   7 +++++--
 sysutils/bacula/distinfo        |  11 +++++++----
 2 files changed, 12 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r b948695e5bfd -r ad29a9974672 sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Fri Jan 19 11:48:15 2007 +0000
+++ b/sysutils/bacula/Makefile.common   Fri Jan 19 11:58:54 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.35 2007/01/19 11:48:15 ghen Exp $
+# $NetBSD: Makefile.common,v 1.36 2007/01/19 11:58:54 ghen Exp $
 
-DISTNAME=              bacula-2.0.0
+DISTNAME=              bacula-2.0.1
 CATEGORIES=            sysutils
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=bacula/}
 
@@ -8,6 +8,9 @@
 HOMEPAGE=              http://www.bacula.org/
 COMMENT?=              The Network Backup Solution
 
+PATCH_SITES=           ${MASTER_SITES}
+PATCHFILES=            2.0.1-restart.patch
+
 USE_LANGUAGES=         c c++
 USE_PKGLOCALEDIR=      yes
 GNU_CONFIGURE=         yes
diff -r b948695e5bfd -r ad29a9974672 sysutils/bacula/distinfo
--- a/sysutils/bacula/distinfo  Fri Jan 19 11:48:15 2007 +0000
+++ b/sysutils/bacula/distinfo  Fri Jan 19 11:58:54 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index