diff options
author | ghen <ghen@pkgsrc.org> | 2007-09-20 13:40:18 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2007-09-20 13:40:18 +0000 |
commit | 9ead68ad9862864248667fa16c2aa277eb1bbdfe (patch) | |
tree | 057301e80c4de90fb167799cc477b9ce3ae877ad /sysutils | |
parent | a3bbbc87b73640358be362b894b2e89ce601d677 (diff) | |
download | pkgsrc-9ead68ad9862864248667fa16c2aa277eb1bbdfe.tar.gz |
Update to Bacula 2.2.4.
kes Increase size of name string when FD making connection to SD.
May fix bug #953.
kes Add code to try to fix bug #908.
kes Add waits to multiple exit detection code to try to force pid
file to always be deleted.
kes Restore good dev.tar.gz to rescue set appropriate binary property.
This fixes bug #950.
kes Fix seg fault in error exit of acquire_for_read after unsuccessfully
trying to switch drives by checking for blocking before unblocking.
Fixes bug #906.
kes Cancel storage daemon in all cases where FD reports error. This
should fix virtually all cases of bug #920.
kes Fix error message that was clobbered when Dir tells SD it does not
have write permission on Volume. This should fix a minor point
in bug #942, but not the main problem.
kes Add code to cancel job in SD if FD connection fails. This should
fix bug #920.
kes Add code in FD exit to prevent loops and a crash on FreeBSD.
kes Fix migration code to get correct Volume name with multiple volumes
by skipping |. Fixes bug #936.
kes Implement patch supplied by Landon to fix bug #944 where using
TLS with bconsole uses 99+% of the CPU.
kes Note, you need GTK >= 2.10 to be able to link the Tray Monitor
program.
kes Move patches into patches directory.
ebl Fix bug #946 about "bacula-dir -t" which doesn't works
as expected.
ebl Using "m" in bconsole will show messages like before,
and not memory usage.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/bacula/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 259ef118443..8c079855e33 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.41 2007/09/10 16:44:02 ghen Exp $ +# $NetBSD: Makefile.common,v 1.42 2007/09/20 13:40:18 ghen Exp $ -DISTNAME= bacula-2.2.3 +DISTNAME= bacula-2.2.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index e1106a8c881..85641b12f73 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2007/09/10 16:44:02 ghen Exp $ +$NetBSD: distinfo,v 1.26 2007/09/20 13:40:18 ghen Exp $ -SHA1 (bacula-2.2.3.tar.gz) = b3511c42aa49283530e88310eb4bbc1388122bc1 -RMD160 (bacula-2.2.3.tar.gz) = 47b5787214dd30543d6ad24a49cd915678789bc9 -Size (bacula-2.2.3.tar.gz) = 3012348 bytes +SHA1 (bacula-2.2.4.tar.gz) = 1fd8e75f231fb3a811696c05ea3c0c719c75289a +RMD160 (bacula-2.2.4.tar.gz) = 5005d5566f55a8feb8a7efa610cd60a3d92383af +Size (bacula-2.2.4.tar.gz) = 3020298 bytes SHA1 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599 SHA1 (patch-ac) = 585f8a00fe7c0e6e8e4c0b91a0bd32bd2fb81c81 SHA1 (patch-ae) = 69db6d396bd1654b3065d693c5ea2c0afbb8bc61 |