Up to [cvs.netbsd.org] / pkgsrc / sysutils / bacula
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Tue Mar 9 07:06:00 2010 UTC (2 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
HEAD
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
Changes 5.0.1:
* We believe that we have resolved most of the problems
concerning canceled or failed jobs being "stuck" in the
Director. There is one outstanding problem in the SD when
canceling jobs that we will fix in the next major release.
If you see jobs that seem to be stuck, in general issuing
a cancel command in bconsole should now make them go away.
Directives:
* The default for "Allow Duplicate Jobs" has been changed from
no to yes. If you use this directive, please check your
conf file, and note the next two items!
* AllowHigherDuplicates disabled. It did not work as documented
and was confusing.
* New directive "CancelLowerLevelDuplicates" See New Features
section in the manual.
* Truncate on Purge rewritten. See New Features section in the manual.
* Bug fixes
* Ensure SD asks for help when looping even if poll set.
* Fix three-pool regress bug
* This version fixes an issue where the console window would start out
docked. It is fixed by initiating the variables in the Pages class wi
constructor.
* Fix make_catalog_backup.pl fails when catalog db is on other host
Revision 1.5 / (download) - annotate - [select for diffs], Wed Jul 1 10:39:05 2009 UTC (2 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
PLIST fix: clientonly does not install libbacsql
Revision 1.3.10.1 / (download) - annotate - [select for diffs], Sun Jan 18 10:17:55 2009 UTC (3 years, 4 months ago) by rtr
Branch: pkgsrc-2008Q4
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
pullup ticket #2635 - requested by adam
bacula: PLIST fix
bacula-clientonly: PLIST fix
revisions pulled up:
pkgsrc/sysutils/bacula/PLIST.common 1.8
pkgsrc/sysutils/bacula/PLIST.server 1.4
pkgsrc/sysutils/bacula-clientonly/Makefile 1.11
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 15 13:32:18 UTC 2009
Modified Files:
pkgsrc/sysutils/bacula: PLIST.common PLIST.server
pkgsrc/sysutils/bacula-clientonly: Makefile
Log Message:
PLIST fix for bacula-clientonly
Revision 1.4 / (download) - annotate - [select for diffs], Thu Jan 15 13:32:18 2009 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
PLIST fix for bacula-clientonly
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jul 10 13:54:56 2008 UTC (3 years, 10 months ago) by dmcmahill
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Branch point for: pkgsrc-2008Q4
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
Add the vendor patches which are available for this version of bacula. These fix a handful of bugs the most serious being a potential data loss bug. Committed during the freeze since a data loss bug in backup software is no good! See http://marc.info/?l=bacula-announce&m=119109399004039&w=2 for the announcement on the bacula-announce mailing list about this bug.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 14 22:49:06 2006 UTC (6 years, 1 month ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Update the bacula packages to 1.38.8. Release 1.38.8 (14Apr06) 14Apr06 - Correct Makefile for Solaris /bin/sh - Correct mtx-changer.in for Solaris /bin/sh - Abort if a conf resource does not have a Name = 12Apr06 - Change the name of the regex program to bregex. - Add the bwild program to the tools directory. It is similar to the bregex program. - Implement create bregex.h and bregex.c in src/lib from the Python regexp program. - Use the new bregex.c to implement Regex expressions on Win32. 11Apr06 - Modify Makefile to change the permissions on Working Directory to 770 if the directory is created. - Do not fail the Makefile if changing the permissions or owner/group on WorkingDir fails. - Correct the old recycling algorithm so that Scratch Volumes are selected when looking for a Volume in the changer. - Correct a typo in the Verify SQL reported by Joe Park. 10Apr06 - Remove automatic case folding on Windows FDs. You must explictly use the 'Ignore Case = yes' option. - Remove the code added to 1.38.6 and 1.38.7 that pulls a scratch volume in an Autochanger early in the 'recycling' algorithm. 08Apr06 - Tweak license to include Microsoft restrictions. - Move mysql.reconnect to after real_connect(). Thanks to Frank Sweetser for the patch. - Disallow a backslash in a File = directive (Windows junk) unless the string is quoted. - Apply Eric's patch to ua_label.c so that daemon protocol is not translated.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 8 01:04:44 2005 UTC (6 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Add three optional GUIs to bacula. Also, stop the package from compressing the man pages. From Geert Hendrickx in private mail.