pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bacula Update to Bacula 2.2.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e9ee1e25070
branches:  trunk
changeset: 533500:3e9ee1e25070
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Thu Sep 20 13:40:18 2007 +0000

description:
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:

 sysutils/bacula/Makefile.common |  4 ++--
 sysutils/bacula/distinfo        |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r eb46399e5969 -r 3e9ee1e25070 sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common   Thu Sep 20 10:38:57 2007 +0000
+++ b/sysutils/bacula/Makefile.common   Thu Sep 20 13:40:18 2007 +0000
@@ -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 -r eb46399e5969 -r 3e9ee1e25070 sysutils/bacula/distinfo
--- a/sysutils/bacula/distinfo  Thu Sep 20 10:38:57 2007 +0000
+++ b/sysutils/bacula/distinfo  Thu Sep 20 13:40:18 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index