From 5aac4e448a94c2c0c8142e12b2e57ae51b61cb73 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 6 Jan 2009 11:29:26 +0000 Subject: Changes 2.4.4: * Fix bug: inappropriate Volume purging. * Modify sql_update.c to edit zeros rather than NULL in unset fields. * Backport most recent changes to compat.h and compat.cpp attempt to fix restore problem with accents in path. This works in version 2.5.x but is not tested in 2.4.4. * Create and apply 2.4.3-migrate2.patch, which fixes two bugs - sql error when there are no files to migrate. - Job catalog log is not migrated during migration. * Remove extra db_lock() in get_prune_list_for_volume() * Apply 2.4.3-prune-deadlock.patch that fixes a problem when using Catalog as message backend. * Apply 2.4.3-win32-runscript-unicode-path.patch for a problem when executing a program with Unicode path. * Apply 2.4.3-unique-inchanger.patch fix bad slot number if the volume is not in autochanger. * Fix for bug where Volume is purged while writing on it. * Get message enhancement to avoid job name lookup. * Fix bug with job name duplication if more than 60 jobs created during a minute. * Correct some bugs of cleanup in SD if the FD connection fails. * Fix orphaned jobs (possible deadlock) while pruning. * Backport of the btraceback script that keeps trace file on working dir * Migrate DB Log records too. * Modify SQL so that jobs that failed will not be migrated. * Correct bug where long retention periods caused immediate pruning. --- sysutils/bacula-doc/Makefile | 4 ++-- sysutils/bacula-doc/PLIST | 3 +-- sysutils/bacula-doc/distinfo | 8 ++++---- sysutils/bacula/Makefile | 4 +--- sysutils/bacula/Makefile.common | 12 +++++------- sysutils/bacula/distinfo | 17 ++++------------- 6 files changed, 17 insertions(+), 31 deletions(-) (limited to 'sysutils') diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile index cc2bb082ffd..5985fa072aa 100644 --- a/sysutils/bacula-doc/Makefile +++ b/sysutils/bacula-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2008/11/21 14:09:31 adam Exp $ +# $NetBSD: Makefile,v 1.18 2009/01/06 11:29:26 adam Exp $ -DISTNAME= bacula-docs-2.4.3 +DISTNAME= bacula-docs-2.4.4 PKGNAME= ${DISTNAME:S/docs/doc/} CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} diff --git a/sysutils/bacula-doc/PLIST b/sysutils/bacula-doc/PLIST index a927615fa40..a5c0591613f 100644 --- a/sysutils/bacula-doc/PLIST +++ b/sysutils/bacula-doc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2008/11/21 14:09:31 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/01/06 11:29:26 adam Exp $ share/doc/bacula/manual.pdf share/doc/bacula/manual/ANSI_IBM_Tape_Labels.html share/doc/bacula/manual/About_this_document.html @@ -89,7 +89,6 @@ share/doc/bacula/manual/file.png share/doc/bacula/manual/flow.png share/doc/bacula/manual/home.png share/doc/bacula/manual/idle.png -share/doc/bacula/manual/img2.png share/doc/bacula/manual/index.html share/doc/bacula/manual/index.png share/doc/bacula/manual/md5.png diff --git a/sysutils/bacula-doc/distinfo b/sysutils/bacula-doc/distinfo index 71fe02ce727..b0a0e3f42e4 100644 --- a/sysutils/bacula-doc/distinfo +++ b/sysutils/bacula-doc/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2008/11/21 14:09:31 adam Exp $ +$NetBSD: distinfo,v 1.16 2009/01/06 11:29:26 adam Exp $ -SHA1 (bacula-docs-2.4.3.tar.bz2) = a27da517785b5f4108940f05e87e9a6461a9f458 -RMD160 (bacula-docs-2.4.3.tar.bz2) = a79987a209c4deb0aa1684a288133dd546e42f12 -Size (bacula-docs-2.4.3.tar.bz2) = 23011287 bytes +SHA1 (bacula-docs-2.4.4.tar.bz2) = ef261cd2deadf79173029b6fccab806ff2095b4e +RMD160 (bacula-docs-2.4.4.tar.bz2) = 3ff1dcc4596c1d33bf599363a88d48bde308507e +Size (bacula-docs-2.4.4.tar.bz2) = 23009484 bytes SHA1 (patch-aa) = 52783e5e70ce0f444044474fae6ccee29711f445 SHA1 (patch-ab) = ee8ed9aa3dbd1f689abbeee2ff8980b1c0ee9130 diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 3cd7a8e011e..27196530e6d 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/11/28 20:24:05 adam Exp $ - -PKGREVISION= 1 +# $NetBSD: Makefile,v 1.30 2009/01/06 11:29:26 adam Exp $ CONFLICTS+= bacula-client-[0-9]* bacula-clientonly-[0-9]* diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index e31ed0fae90..d76dcc2358a 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,14 +1,12 @@ -# $NetBSD: Makefile.common,v 1.47 2008/11/28 13:47:51 adam Exp $ +# $NetBSD: Makefile.common,v 1.48 2009/01/06 11:29:26 adam Exp $ -DISTNAME= bacula-2.4.3 +DISTNAME= bacula-2.4.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} -PATCHFILES= 2.4.3-orphaned-jobs.patch \ - 2.4.3-cancel-after-network-outage.patch \ - 2.4.3-update-slots.patch -DIST_SUBDIR= ${DISTNAME} +#PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} +#PATCHFILES= +#DIST_SUBDIR= ${DISTNAME} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.bacula.org/ diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index 9e92ed57ffc..47b756c7262 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1,17 +1,8 @@ -$NetBSD: distinfo,v 1.31 2008/11/28 13:47:51 adam Exp $ +$NetBSD: distinfo,v 1.32 2009/01/06 11:29:26 adam Exp $ -SHA1 (bacula-2.4.3/2.4.3-cancel-after-network-outage.patch) = c3bfc9805792525b95857640c3549443b54e33c4 -RMD160 (bacula-2.4.3/2.4.3-cancel-after-network-outage.patch) = 100e77272267824ee3275df7b190a6da31d78fe3 -Size (bacula-2.4.3/2.4.3-cancel-after-network-outage.patch) = 4766 bytes -SHA1 (bacula-2.4.3/2.4.3-orphaned-jobs.patch) = 04b44be465f004393658065619e54db982892afa -RMD160 (bacula-2.4.3/2.4.3-orphaned-jobs.patch) = d099958f74e66de6dd0a631d9fd12dccd215936b -Size (bacula-2.4.3/2.4.3-orphaned-jobs.patch) = 565 bytes -SHA1 (bacula-2.4.3/2.4.3-update-slots.patch) = b0ddfb9284125cca9ff05ffef256fdbc6ff854a9 -RMD160 (bacula-2.4.3/2.4.3-update-slots.patch) = 5b59468193c979a08045b983ecdf767b15aa40ec -Size (bacula-2.4.3/2.4.3-update-slots.patch) = 2681 bytes -SHA1 (bacula-2.4.3/bacula-2.4.3.tar.gz) = c24e7c2bd8706467d71c60b32cccdec416902cc3 -RMD160 (bacula-2.4.3/bacula-2.4.3.tar.gz) = 3fc216718746f8cdc1e4ca385e3d6f9c72c534c5 -Size (bacula-2.4.3/bacula-2.4.3.tar.gz) = 3125702 bytes +SHA1 (bacula-2.4.4.tar.gz) = ccdcf82bf975d5d7c7b5d9101f6d0a12a1f94c09 +RMD160 (bacula-2.4.4.tar.gz) = a613b2d731f3d37aff38b3ae050bbd51c1b35670 +Size (bacula-2.4.4.tar.gz) = 3145564 bytes SHA1 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599 SHA1 (patch-ab) = 760c5214dc9a4e4c11e812842e790b973c502c1a SHA1 (patch-ac) = ee3771bc026d7f6e714f5e77dec920d07d4c12cf -- cgit v1.2.3