diff options
author | ghen <ghen@pkgsrc.org> | 2006-04-14 22:49:06 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-04-14 22:49:06 +0000 |
commit | a95031baa66bbf085d5cc32b328542ac73e44847 (patch) | |
tree | df40a9b51d221e258b8dd45205b2424a70a792ae /sysutils | |
parent | eacd739b6a140ef56166a295d8b4ee8a66e1af85 (diff) | |
download | pkgsrc-a95031baa66bbf085d5cc32b328542ac73e44847.tar.gz |
Update the bacula packages to 1.38.8.
Release 1.38.8 (14Apr06)
14Apr06
- Correct Makefile for Solaris /bin/sh
- Correct mtx-changer.in for Solaris /bin/sh
- Abort if a conf resource does not have a Name =
12Apr06
- Change the name of the regex program to bregex.
- Add the bwild program to the tools directory. It is similar to the bregex
program.
- Implement create bregex.h and bregex.c in src/lib from the Python regexp
program.
- Use the new bregex.c to implement Regex expressions on Win32.
11Apr06
- Modify Makefile to change the permissions on Working Directory to 770 if the
directory is created.
- Do not fail the Makefile if changing the permissions or owner/group on
WorkingDir fails.
- Correct the old recycling algorithm so that Scratch Volumes are selected when
looking for a Volume in the changer.
- Correct a typo in the Verify SQL reported by Joe Park.
10Apr06
- Remove automatic case folding on Windows FDs. You must explictly use the
'Ignore Case = yes' option.
- Remove the code added to 1.38.6 and 1.38.7 that pulls a scratch volume in an
Autochanger early in the 'recycling' algorithm.
08Apr06
- Tweak license to include Microsoft restrictions.
- Move mysql.reconnect to after real_connect(). Thanks to Frank Sweetser for
the patch.
- Disallow a backslash in a File = directive (Windows junk) unless the string
is quoted.
- Apply Eric's patch to ua_label.c so that daemon protocol is not translated.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-doc/Makefile | 4 | ||||
-rw-r--r-- | sysutils/bacula-doc/distinfo | 8 | ||||
-rw-r--r-- | sysutils/bacula/Makefile.common | 4 | ||||
-rw-r--r-- | sysutils/bacula/PLIST.server | 4 | ||||
-rw-r--r-- | sysutils/bacula/distinfo | 8 |
5 files changed, 15 insertions, 13 deletions
diff --git a/sysutils/bacula-doc/Makefile b/sysutils/bacula-doc/Makefile index 7f077f86485..6e7f5b6e640 100644 --- a/sysutils/bacula-doc/Makefile +++ b/sysutils/bacula-doc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2006/04/07 12:13:21 ghen Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/14 22:49:06 ghen Exp $ -DISTNAME= bacula-docs-1.38.7 +DISTNAME= bacula-docs-1.38.8 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 9bafd3b9a52..e5303db6d00 100644 --- a/sysutils/bacula-doc/distinfo +++ b/sysutils/bacula-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2006/04/07 12:13:21 ghen Exp $ +$NetBSD: distinfo,v 1.9 2006/04/14 22:49:06 ghen Exp $ -SHA1 (bacula-docs-1.38.7.tar.gz) = 4de0fd6538e3770b3b94604d75501ec2d450282a -RMD160 (bacula-docs-1.38.7.tar.gz) = bce372d40a73cf0f0fcebe7430c1393461faf810 -Size (bacula-docs-1.38.7.tar.gz) = 22701695 bytes +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 diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index e66490c499f..382d776a81e 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,6 +1,6 @@ -# $NetBSD: Makefile.common,v 1.28 2006/04/07 12:13:21 ghen Exp $ +# $NetBSD: Makefile.common,v 1.29 2006/04/14 22:49:06 ghen Exp $ -DISTNAME= bacula-1.38.7 +DISTNAME= bacula-1.38.8 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} diff --git a/sysutils/bacula/PLIST.server b/sysutils/bacula/PLIST.server index d28747ac12a..3b094065761 100644 --- a/sysutils/bacula/PLIST.server +++ b/sysutils/bacula/PLIST.server @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.server,v 1.1 2005/12/08 01:04:44 wiz Exp $ +@comment $NetBSD: PLIST.server,v 1.2 2006/04/14 22:49:06 ghen Exp $ libexec/bacula/create_${BACULA_DB}_database libexec/bacula/create_bacula_database libexec/bacula/delete_catalog_backup @@ -19,9 +19,11 @@ sbin/bacula-sd sbin/bcopy sbin/bextract sbin/bls +sbin/bregex sbin/bscan sbin/bsmtp sbin/btape +sbin/bwild sbin/dbcheck share/examples/bacula/bacula-dir.conf share/examples/bacula/bacula-sd.conf diff --git a/sysutils/bacula/distinfo b/sysutils/bacula/distinfo index 8af3c8a51a9..75d090c441d 100644 --- a/sysutils/bacula/distinfo +++ b/sysutils/bacula/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2006/04/07 12:13:21 ghen Exp $ +$NetBSD: distinfo,v 1.14 2006/04/14 22:49:06 ghen Exp $ -SHA1 (bacula-1.38.7.tar.gz) = a14856433b9f3a20ee2517e5503aa69cf64aeb1d -RMD160 (bacula-1.38.7.tar.gz) = 4b4e8b2c44fab35acf149abddbeb65510129612f -Size (bacula-1.38.7.tar.gz) = 1955052 bytes +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 (patch-aa) = c1e5ec7c3e78c125b9fbaba97190ead10adbc599 SHA1 (patch-ac) = 585f8a00fe7c0e6e8e4c0b91a0bd32bd2fb81c81 SHA1 (patch-ae) = 69db6d396bd1654b3065d693c5ea2c0afbb8bc61 |