summaryrefslogtreecommitdiff
path: root/sysutils/bacula/patches
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-11-21 14:09:30 +0000
committeradam <adam@pkgsrc.org>2008-11-21 14:09:30 +0000
commitacfcd1d701d28bc07bc900e6d70ad60296c0711e (patch)
treee250f059b24abe301aa25dabc777d6932d7f4abb /sysutils/bacula/patches
parent110bb1473c3aba7de0498d628a8575bcb2b7b89e (diff)
downloadpkgsrc-acfcd1d701d28bc07bc900e6d70ad60296c0711e.tar.gz
Changes 2.4.3:
* Apply 2.4.2-cancel-non-running-jobs.patch to be able to cancel a non created job faster. * Fix typo in configure.in that breaks --with-db-password option * Remove all double quotes from SQLite creating script and replace by single quotes as suggested by John Huttley. * Fix SQL case problem that may cause the failure of DiskToCatalog. * Copy missing storage name into edit buffer. As far as I can tell this never caused a bug. * Remove catalog dependency for bcopy * Modify catalog scripts to have an easier packaging integration, using default variables. Make difference between SQLite3 and SQLite in db_get_type() job when reading from one autochanger and writing to another. * Add more information to SD acquire.c INFO messages. * Fix NULL Volume name error when reading and the drive must be switched. * Fix a Verify InitCatalog problem where in certain cases a garbage filename may be entered in the verification database. * Add space after version before date in bat about dialog. * Fix seg fault in Dir during estimate command with no level value given. * Add message to migration job when the target job is already migrated.
Diffstat (limited to 'sysutils/bacula/patches')
-rw-r--r--sysutils/bacula/patches/patch-ab26
-rw-r--r--sysutils/bacula/patches/patch-ac6
-rw-r--r--sysutils/bacula/patches/patch-ae6
-rw-r--r--sysutils/bacula/patches/patch-af6
-rw-r--r--sysutils/bacula/patches/patch-ai6
-rw-r--r--sysutils/bacula/patches/patch-ak13
6 files changed, 12 insertions, 51 deletions
diff --git a/sysutils/bacula/patches/patch-ab b/sysutils/bacula/patches/patch-ab
deleted file mode 100644
index 6f645aabe7d..00000000000
--- a/sysutils/bacula/patches/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2008/07/13 15:26:36 tonnerre Exp $
-
---- src/cats/make_catalog_backup.in.orig 2007-04-24 17:36:15.000000000 +0200
-+++ src/cats/make_catalog_backup.in
-@@ -8,7 +8,11 @@
- # $2 is the user name with which to access the database
- # (default = bacula).
- # $3 is the password with which to access the database or "" if no password
--# (default "")
-+# (default ""). WARNING!!! Passing the password via the command line is
-+# insecure and should not be used since any user can display the command
-+# line arguments and the environment using ps. Please consult your
-+# MySQL or PostgreSQL manual for secure methods of specifying the
-+# password.
- # $4 is the host on which the database is located
- # (default "")
- #
-@@ -31,7 +35,7 @@ else
- else
- MYSQLHOST=""
- fi
-- ${BINDIR}/mysqldump -u $2$MYSQLPASSWORD$MYSQLHOST -f --opt $1 >$1.sql
-+ ${BINDIR}/mysqldump -u ${2}${MYSQLPASSWORD}${MYSQLHOST} -f --opt $1 >$1.sql
- else
- if test xpostgresql = x@DB_TYPE@ ; then
- if test $# -gt 2; then
diff --git a/sysutils/bacula/patches/patch-ac b/sysutils/bacula/patches/patch-ac
index 0e45c6547bb..b44c7fed128 100644
--- a/sysutils/bacula/patches/patch-ac
+++ b/sysutils/bacula/patches/patch-ac
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.2 2005/12/08 01:04:45 wiz Exp $
+$NetBSD: patch-ac,v 1.3 2008/11/21 14:09:31 adam Exp $
---- src/console/Makefile.in.orig 2004-06-20 15:43:02.000000000 +0400
+--- src/console/Makefile.in.orig 2007-05-27 11:34:40.000000000 +0200
+++ src/console/Makefile.in
-@@ -82,19 +82,19 @@ install: all
+@@ -87,19 +87,19 @@ install: all
fi
$(INSTALL_PROGRAM) bconsole $(DESTDIR)$(sbindir)/bconsole
@srcconf=bconsole.conf; \
diff --git a/sysutils/bacula/patches/patch-ae b/sysutils/bacula/patches/patch-ae
index 9cd6822ce5a..7e293a840f8 100644
--- a/sysutils/bacula/patches/patch-ae
+++ b/sysutils/bacula/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.2 2005/12/08 01:04:45 wiz Exp $
+$NetBSD: patch-ae,v 1.3 2008/11/21 14:09:31 adam Exp $
---- src/filed/Makefile.in.orig 2004-03-11 00:38:48.000000000 +0300
+--- src/filed/Makefile.in.orig 2007-05-27 11:34:40.000000000 +0200
+++ src/filed/Makefile.in
-@@ -111,14 +111,14 @@ devclean: realclean
+@@ -120,14 +120,14 @@ devclean: realclean
install: all
$(INSTALL_PROGRAM) bacula-fd $(DESTDIR)$(sbindir)/bacula-fd
@srcconf=bacula-fd.conf; \
diff --git a/sysutils/bacula/patches/patch-af b/sysutils/bacula/patches/patch-af
index a6e1704c91d..6b532df943f 100644
--- a/sysutils/bacula/patches/patch-af
+++ b/sysutils/bacula/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.2 2005/12/08 01:04:45 wiz Exp $
+$NetBSD: patch-af,v 1.3 2008/11/21 14:09:31 adam Exp $
---- src/stored/Makefile.in.orig 2004-06-20 15:43:04.000000000 +0400
+--- src/stored/Makefile.in.orig 2008-08-28 14:54:56.000000000 +0200
+++ src/stored/Makefile.in
-@@ -132,14 +132,14 @@ install: all
+@@ -157,14 +157,14 @@ install: all
$(INSTALL_PROGRAM) bscan $(DESTDIR)$(sbindir)/bscan
$(INSTALL_PROGRAM) btape $(DESTDIR)$(sbindir)/btape
@srcconf=bacula-sd.conf; \
diff --git a/sysutils/bacula/patches/patch-ai b/sysutils/bacula/patches/patch-ai
index f0685e179c1..ef63d1ee47f 100644
--- a/sysutils/bacula/patches/patch-ai
+++ b/sysutils/bacula/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.3 2005/12/08 01:04:45 wiz Exp $
+$NetBSD: patch-ai,v 1.4 2008/11/21 14:09:31 adam Exp $
---- src/tray-monitor/Makefile.in.orig 2005-04-26 17:04:25.000000000 +0200
+--- src/tray-monitor/Makefile.in.orig 2007-08-16 10:44:39.000000000 +0200
+++ src/tray-monitor/Makefile.in
-@@ -71,14 +71,14 @@ devclean: realclean
+@@ -69,14 +69,14 @@ devclean: realclean
install: all
$(INSTALL_PROGRAM) bacula-tray-monitor $(DESTDIR)$(sbindir)/bacula-tray-monitor
@srcconf=tray-monitor.conf; \
diff --git a/sysutils/bacula/patches/patch-ak b/sysutils/bacula/patches/patch-ak
deleted file mode 100644
index 09b4e85387e..00000000000
--- a/sysutils/bacula/patches/patch-ak
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ak,v 1.3 2008/07/13 15:26:36 tonnerre Exp $
-
---- src/dird/bacula-dir.conf.in.orig 2007-05-27 21:30:39.000000000 +0200
-+++ src/dird/bacula-dir.conf.in
-@@ -61,6 +61,8 @@ Job {
- FileSet="Catalog"
- Schedule = "WeeklyCycleAfterBackup"
- # This creates an ASCII copy of the catalog
-+ # WARNING!!! Passing the password via the command line is insecure.
-+ # see comments in make_catalog_backup for details.
- RunBeforeJob = "@scriptdir@/make_catalog_backup bacula bacula"
- # This deletes the copy of the catalog
- RunAfterJob = "@scriptdir@/delete_catalog_backup"