diff options
author | adam <adam@pkgsrc.org> | 2009-01-06 11:29:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2009-01-06 11:29:26 +0000 |
commit | b441adb6fdb23fa87b67664d5b78c45523a21171 (patch) | |
tree | 24854017c36d983565bf534adf3904644de4eb91 /sysutils/bacula/Makefile.common | |
parent | e05e9e10d11cf2b1d4de4bc9df551dda4c3a8086 (diff) | |
download | pkgsrc-b441adb6fdb23fa87b67664d5b78c45523a21171.tar.gz |
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.
Diffstat (limited to 'sysutils/bacula/Makefile.common')
-rw-r--r-- | sysutils/bacula/Makefile.common | 12 |
1 files changed, 5 insertions, 7 deletions
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/ |