diff options
author | adam <adam> | 2009-10-28 09:30:21 +0000 |
---|---|---|
committer | adam <adam> | 2009-10-28 09:30:21 +0000 |
commit | d61d82dbb46d5922f3d5b5f5c337b920d12711bd (patch) | |
tree | ab2f79cf0385d0a3e1063f0c8fdd2f8ea234992e /sysutils/bacula | |
parent | 7f9329fe7922cac168d590f8d20887fd178d1cd8 (diff) | |
download | pkgsrc-d61d82dbb46d5922f3d5b5f5c337b920d12711bd.tar.gz |
Changes 3.0.3:
* Fix 1352 about double free with regexp and big filenames on windows
* Apply Graham's idea for recovering from disk full by recursing
when doing fixup_write_error ...
* Make fix for VirtualFull changing device
* Fix concurrent Job recycle bug 1288
* Backport part of one possible fix from bug 1346
* Fix bug 1382 newly created disk volumes -> file not found warning
* Fix Alpha ifdefing -- should fix bug 1359
* Use old code for selecting file during restore.
* tweak space on projects file
* Fix seg fault in ignoredir code
* Apply Frank's slash patch
* Add more info when SD-connection refused
* Fixes bug 1371 about segfault in SD
* Fixes bug 1355 Director crashes with double free in Accurate SQL query
* Fixes bug 1365 and 1366 about MacOSX resource forks.
* Fixes bug 1369 about "Exclude Dir Containing" fileset option
* Fixes bug 1368 ASSERT Failure on MacOS.
* Fixes bug 1364 and 1363 about compression buffer error.
Diffstat (limited to 'sysutils/bacula')
-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 658f8f0b5a5..7fafa145ed5 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.51 2009/08/24 08:23:41 adam Exp $ +# $NetBSD: Makefile.common,v 1.52 2009/10/28 09:30:21 adam Exp $ # # used by sysutils/bacula-clientonly/Makefile # used by sysutils/bacula-gnome-console/Makefile # used by sysutils/bacula-tray-monitor/Makefile # used by sysutils/bacula-wx-console/Makefile -DISTNAME= bacula-3.0.2 +DISTNAME= bacula-3.0.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index 33b6be2bede..f11049e6bf4 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.37 2009/08/24 08:23:41 adam Exp $ +$NetBSD: distinfo,v 1.38 2009/10/28 09:30:21 adam Exp $ -SHA1 (bacula-3.0.2.tar.gz) = a397d953a51a88206f7613626265c60bdf77198e -RMD160 (bacula-3.0.2.tar.gz) = e21ca4296a439a2ba804cb3b2fc0e2e2996f41b1 -Size (bacula-3.0.2.tar.gz) = 3910414 bytes +SHA1 (bacula-3.0.3.tar.gz) = b4f7f7b2eb9afa805e1bae110be6bc6e9861c506 +RMD160 (bacula-3.0.3.tar.gz) = 843cca6290b2780ccc37a211f94106a4a74e953f +Size (bacula-3.0.3.tar.gz) = 3903085 bytes SHA1 (patch-aa) = e59bccdc80b23b2a64bd7e4f2bbefe22e019fca8 SHA1 (patch-ab) = 07ff96289fe4fe9a1d666b3fa70c97f9ad45bc34 SHA1 (patch-ac) = 4ba89bcf49ce82b527edc789e2b17a781cb8622e |