summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorghen <ghen>2006-05-05 16:13:15 +0000
committerghen <ghen>2006-05-05 16:13:15 +0000
commit1360abe53115b315cf0f08fee05a99d9f473a7da (patch)
tree1d41a99616fa875ae1e5f36a2d7f54b89fd5e4e8 /sysutils
parentc20d7db6c8056ca0dc6bfb6eeaf796272706f8c8 (diff)
downloadpkgsrc-1360abe53115b315cf0f08fee05a99d9f473a7da.tar.gz
Update the bacula packages to 1.38.9.
Changes since the 1.38.8 release: - Added code to strip backslashes from Windows filenames during a restore. - Corrected Win32 License to use the correct LICENSE file. - Corrected the buffer count and bytes reported in the heap statistics. - Implement an NT_() macro to indicate that text should NOT be translated. - Fix a number of incorrect strings marked for translation, when they should not be (e.g. commands). - Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob Patches supplied by user in bugs #608 and #599. - Use most recent of st_ctime and st_mtime in restore tree DIR listing. This fixes some problems with Win32 printing incorrect values. - Correct the clock shift comm time calculation between the DIR and the FD. It was added rather than subtracted. - Strip all backslashes in filenames to be restored on Win32 machines -- the names should all be in Unix format, and if there are any backslashes it is most likely due to an improper FileSet definition, and the files will not otherwise be restorable. - Remove lib/regex.c (replaced by bregex.c). - Delete src/win32/License.txt - Modify installer to install LICENSE - Add back ua_label barcode fix from Rufolf Cejka. - Add 'Dir Status' button to the gnome console. - Display heap stats in Storage daemon without debug level. - Integrate most of the MinGW changes -- more to do. - Implement using pg_config for finding PostgreSQL files. Fixes bug #600. Patch supplied by user. - Remove -t option from mktemp in mtx_changer.in and use working directory. Fixes bug #578. - Update job start time after the any run before job so that files created by the script are only backed up once. Fixes bug #599. - Strip trailing newline only from filenames entered in the restore command when reading a file. This permits the user to enter filenames with trailing spaces. Fixes bug #549. The user supplied a patch that I modified slightly. - Use the most recent time (st_mtime, st_ctime) in the dir command in restore. This gives the user a better idea of what the newest file really is. This fixes bug #574. The fix was suggested by the user. - Remove the -f option from the chown in Makefile.in for more portability. - Change setting the group in Makefile.in to use chgrp for more portability. - Implement a Bacula read/write lock for Python rather than using the Python lock to avoid recursive problems. - Correct the uninstall directory names in filed/Makefile.in as reported by a user.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/bacula-doc/Makefile4
-rw-r--r--sysutils/bacula-doc/distinfo8
-rw-r--r--sysutils/bacula-gnome-console/Makefile3
-rw-r--r--sysutils/bacula-tray-monitor/Makefile3
-rw-r--r--sysutils/bacula-wx-console/Makefile3
-rw-r--r--sysutils/bacula/Makefile.common4
-rw-r--r--sysutils/bacula/distinfo8
7 files changed, 15 insertions, 18 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile
index 6e7f5b6e640..becc00c9374 100644
--- a/sysutils/bacula-doc/Makefile
+++ b/sysutils/bacula-doc/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2006/04/14 22:49:06 ghen Exp $
+# $NetBSD: Makefile,v 1.11 2006/05/05 16:13:16 ghen Exp $
-DISTNAME= bacula-docs-1.38.8
+DISTNAME= bacula-docs-1.38.9
PKGNAME= ${DISTNAME:S/docs/doc/}
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
diff --git a/sysutils/bacula-doc/distinfo b/sysutils/bacula-doc/distinfo
index e5303db6d00..095b929bd12 100644
--- a/sysutils/bacula-doc/distinfo
+++ b/sysutils/bacula-doc/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2006/04/14 22:49:06 ghen Exp $
+$NetBSD: distinfo,v 1.10 2006/05/05 16:13:16 ghen Exp $
-SHA1 (bacula-docs-1.38.8.tar.gz) = 2a328e60bef1904d57674201823d3b6c40c95653
-RMD160 (bacula-docs-1.38.8.tar.gz) = d3857fb0420500f0eb231d49678f00856212aa80
-Size (bacula-docs-1.38.8.tar.gz) = 22703022 bytes
+SHA1 (bacula-docs-1.38.9.tar.gz) = 91134af141575f5deeb9f04af30c7260483b47d4
+RMD160 (bacula-docs-1.38.9.tar.gz) = a781602f70722a60f628ee890cef67cf270d5c1e
+Size (bacula-docs-1.38.9.tar.gz) = 22727098 bytes
diff --git a/sysutils/bacula-gnome-console/Makefile b/sysutils/bacula-gnome-console/Makefile
index 236bef116fe..f9e658fbcdc 100644
--- a/sysutils/bacula-gnome-console/Makefile
+++ b/sysutils/bacula-gnome-console/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2006/04/17 13:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/05/05 16:13:16 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-gnomeconsole-/}
-PKGREVISION= 1
COMMENT= Gnome console for Bacula - The Network Backup Solution
CATEGORIES+= gnome
diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile
index f616f3587c2..a112fbfdf41 100644
--- a/sysutils/bacula-tray-monitor/Makefile
+++ b/sysutils/bacula-tray-monitor/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/04/17 13:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/05 16:13:16 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-traymonitor-/}
-PKGREVISION= 1
COMMENT= System tray monitor for Bacula - The Network Backup Solution
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
diff --git a/sysutils/bacula-wx-console/Makefile b/sysutils/bacula-wx-console/Makefile
index ae306ba627e..fa1a00e6819 100644
--- a/sysutils/bacula-wx-console/Makefile
+++ b/sysutils/bacula-wx-console/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2006/04/17 13:46:47 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/05/05 16:13:16 ghen Exp $
PKGNAME= ${DISTNAME:S/-/-wxconsole-/}
-PKGREVISION= 1
COMMENT= wxWindows-based console for Bacula - The Network Backup Solution
DISTINFO_FILE= ${.CURDIR}/../../sysutils/bacula/distinfo
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index 382d776a81e..626dc530a78 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.29 2006/04/14 22:49:06 ghen Exp $
+# $NetBSD: Makefile.common,v 1.30 2006/05/05 16:13:15 ghen Exp $
-DISTNAME= bacula-1.38.8
+DISTNAME= bacula-1.38.9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}
diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo
index 75d090c441d..56639d31a12 100644
--- a/sysutils/bacula/distinfo
+++ b/sysutils/bacula/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2006/04/14 22:49:06 ghen Exp $
+$NetBSD: distinfo,v 1.15 2006/05/05 16:13:15 ghen Exp $
-SHA1 (bacula-1.38.8.tar.gz) = 43d54506c034f395660624e98c17b3611fdf9b41
-RMD160 (bacula-1.38.8.tar.gz) = d406fc884b036b92bc8770c9778c47dce7e29d9e
-Size (bacula-1.38.8.tar.gz) = 2058238 bytes
+SHA1 (bacula-1.38.9.tar.gz) = 20a477af1c63adc9a90be9d241bd462b627dc074
+RMD160 (bacula-1.38.9.tar.gz) = c735210438993e6bc656bdab5610e037112b573f
+Size (bacula-1.38.9.tar.gz) = 2063063 bytes
SHA1 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599
SHA1 (patch-ac) = 585f8a00fe7c0e6e8e4c0b91a0bd32bd2fb81c81
SHA1 (patch-ae) = 69db6d396bd1654b3065d693c5ea2c0afbb8bc61