diff options
author | ghen <ghen@pkgsrc.org> | 2006-05-05 16:13:15 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-05-05 16:13:15 +0000 |
commit | 83697df7667d8fbe4751f80a2671cb09c095d65a (patch) | |
tree | 1d41a99616fa875ae1e5f36a2d7f54b89fd5e4e8 /sysutils/bacula-doc | |
parent | c1d4fc310518a12406a359176143a639dbfa7507 (diff) | |
download | pkgsrc-83697df7667d8fbe4751f80a2671cb09c095d65a.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/bacula-doc')
-rw-r--r-- | sysutils/bacula-doc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-doc/distinfo | 8 |
2 files changed, 6 insertions, 6 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 |