summaryrefslogtreecommitdiff
path: root/sysutils/bacula
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2006-10-09 14:20:28 +0000
committerghen <ghen@pkgsrc.org>2006-10-09 14:20:28 +0000
commit4443f9c67b72f9942111c25abed31db81ae7861c (patch)
treeb798791b710504b33b98257c9cfa2238d1bf061a /sysutils/bacula
parenta2832837969a07be64e55e2e175587dec0085b27 (diff)
downloadpkgsrc-4443f9c67b72f9942111c25abed31db81ae7861c.tar.gz
Update sysutils/bacula* to 1.38.11. Changes:
- Add test for IRIX64 as OS - Minor tweaks to bregex.c - Fix to block.c to correctly check for DVD number of parts. - Fix to dev.c to permit DVD seeking in spool file. Corrects label rewriting problems. - Clarify license for techlogs (GPL). I consider them "part" of the source code of Bacula. - Use FDL license for developer's manual, French translation, German translation, bimagemgr manuals (same as the main manual), and the web site.
Diffstat (limited to 'sysutils/bacula')
-rw-r--r--sysutils/bacula/Makefile4
-rw-r--r--sysutils/bacula/Makefile.common4
-rw-r--r--sysutils/bacula/distinfo9
-rw-r--r--sysutils/bacula/patches/patch-al20
4 files changed, 7 insertions, 30 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index 1928e9f0714..d7d25257422 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/06/26 13:05:19 ghen Exp $
-
-PKGREVISION= 1
+# $NetBSD: Makefile,v 1.19 2006/10/09 14:20:28 ghen Exp $
CONFLICTS+= bacula-client-[0-9]*
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index a5258c82b0b..3af7f17e211 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.32 2006/07/22 04:46:18 rillig Exp $
+# $NetBSD: Makefile.common,v 1.33 2006/10/09 14:20:28 ghen Exp $
-DISTNAME= bacula-1.38.10
+DISTNAME= bacula-1.38.11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo
index 3f87751f251..01e70423610 100644
--- a/sysutils/bacula/distinfo
+++ b/sysutils/bacula/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2006/06/26 13:05:19 ghen Exp $
+$NetBSD: distinfo,v 1.18 2006/10/09 14:20:28 ghen Exp $
-SHA1 (bacula-1.38.10.tar.gz) = 1623afa5d5e30e1d4a746832bb8234dfb54cc655
-RMD160 (bacula-1.38.10.tar.gz) = 0a1985fa1f56d628bfb3f84d247972fe558022eb
-Size (bacula-1.38.10.tar.gz) = 2071534 bytes
+SHA1 (bacula-1.38.11.tar.gz) = 223fb5f41b4eae934f0d98c17115ad609c0f6f16
+RMD160 (bacula-1.38.11.tar.gz) = 52b2f25728ce33533402b2f17277723977497a93
+Size (bacula-1.38.11.tar.gz) = 2078095 bytes
SHA1 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599
SHA1 (patch-ac) = 585f8a00fe7c0e6e8e4c0b91a0bd32bd2fb81c81
SHA1 (patch-ae) = 69db6d396bd1654b3065d693c5ea2c0afbb8bc61
@@ -11,4 +11,3 @@ SHA1 (patch-ag) = 9e54b2bb207e9ea82326e48b8548ad03bf71fb8d
SHA1 (patch-ah) = f084238634be75e6122bb4ec8c14ed68e24bddb4
SHA1 (patch-ai) = 499a164fcf9e4fc466b691f91203b4293dcee7eb
SHA1 (patch-aj) = ff1cdc149bcc1d960ddd24d0fa044fff69db165c
-SHA1 (patch-al) = e61ade0433a0b44aeb9ad9c929eb739bc1dc253d
diff --git a/sysutils/bacula/patches/patch-al b/sysutils/bacula/patches/patch-al
deleted file mode 100644
index df297a258a3..00000000000
--- a/sysutils/bacula/patches/patch-al
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-al,v 1.1 2006/06/26 13:05:19 ghen Exp $
-
-This patch should correct the FreeBSD mutex crash that happens in
-the Director after a sudden clock shift or after the "reload" command.
-
-Index: src/dird/scheduler.c
-===================================================================
-RCS file: /cvsroot/bacula/bacula/src/dird/scheduler.c,v
-retrieving revision 1.33.2.2
-diff -u -r1.33.2.2 scheduler.c
---- src/dird/scheduler.c 4 Jun 2006 12:24:39 -0000 1.33.2.2
-+++ src/dird/scheduler.c 24 Jun 2006 17:25:58 -0000
-@@ -151,6 +151,7 @@
- free(next_job);
- }
- schedules_invalidated = false;
-+ unlock_jobs();
- goto again;
- }
- unlock_jobs();