diff options
author | ghen <ghen> | 2007-01-31 17:58:06 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-01-31 17:58:06 +0000 |
commit | 787f55e82257fc342451475026065eb4fccf3d3b (patch) | |
tree | aac0a1fc0147fd166071341f100357da4a77595e | |
parent | b3fff57048407864f12ee8655ad69475f25dcd90 (diff) | |
download | pkgsrc-787f55e82257fc342451475026065eb4fccf3d3b.tar.gz |
Update bacula* packages to Bacula 2.0.2. Changes since Bacula 2.0.1:
28Jan08
kes Fix maxruntime bug #621.
27Jan07
kes Get current main CVS .specs for RedHat, SuSE, Mandrake.
26Jan07
ebl Implement the include JobID in spool file name project.
kes Reorder projects file in order determined by Jan 2007 vote.
kes Fix open of SQLite3 db where user does not have write permission
so that DIR does not crash. Fixes bug #761.
25Jan07
kes Change 'Device not configured to autolabel' from INFO
to WARNING.
kes Fix jobq.c to restart failed jobs when Reschedule Times = 0
which should restart an indefinite # of times.
kes Fix configure --help to print --with-mysql[=DIR]. Same for
other DIR specifications.
23Jan07
rn Fix msvc build problems. Fix bacula.dll exports for msvc build.
Fix path quoting in SQLite scripts.
Fix problems with SHGetFolderPath.
19Jan07
kes Create patches/2.0.1-restart.patch. Fixes bug #755.
[[ pkgsrc had this in the 2.0.1 package ]]
18Jan07
kes Fix Job restart on error bug that promotes an Inc to a Full
backup. This should fix bug #755.
-rw-r--r-- | sysutils/bacula/Makefile.common | 7 | ||||
-rw-r--r-- | sysutils/bacula/distinfo | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 04fef4ec2c5..ffffaf07f43 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.36 2007/01/19 11:58:54 ghen Exp $ +# $NetBSD: Makefile.common,v 1.37 2007/01/31 17:58:06 ghen Exp $ -DISTNAME= bacula-2.0.1 +DISTNAME= bacula-2.0.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} @@ -8,9 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index 5a7a8d3d856..3b24e7ddbe4 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.20 2007/01/19 11:58:54 ghen Exp $ +$NetBSD: distinfo,v 1.21 2007/01/31 17:58:06 ghen Exp $ 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 (bacula-2.0.2.tar.gz) = b0c840837ac615e7e37580a35446e7230bd96e74 +RMD160 (bacula-2.0.2.tar.gz) = 94ef083b55a46126119cd30eac0758df9f8dc24b +Size (bacula-2.0.2.tar.gz) = 2466754 bytes SHA1 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599 SHA1 (patch-ac) = 585f8a00fe7c0e6e8e4c0b91a0bd32bd2fb81c81 SHA1 (patch-ae) = 69db6d396bd1654b3065d693c5ea2c0afbb8bc61 |