pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Update the bacula packages to 1.38.8.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a48045a6aab8
branches: trunk
changeset: 511461:a48045a6aab8
user: ghen <ghen%pkgsrc.org@localhost>
date: Fri Apr 14 22:49:06 2006 +0000
description:
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:
sysutils/bacula-doc/Makefile | 4 ++--
sysutils/bacula-doc/distinfo | 8 ++++----
sysutils/bacula/Makefile.common | 4 ++--
sysutils/bacula/PLIST.server | 4 +++-
sysutils/bacula/distinfo | 8 ++++----
5 files changed, 15 insertions(+), 13 deletions(-)
diffs (74 lines):
diff -r e5d9970eb5f7 -r a48045a6aab8 sysutils/bacula-doc/Makefile
--- a/sysutils/bacula-doc/Makefile Fri Apr 14 22:37:38 2006 +0000
+++ b/sysutils/bacula-doc/Makefile Fri Apr 14 22:49:06 2006 +0000
@@ -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 -r e5d9970eb5f7 -r a48045a6aab8 sysutils/bacula-doc/distinfo
--- a/sysutils/bacula-doc/distinfo Fri Apr 14 22:37:38 2006 +0000
+++ b/sysutils/bacula-doc/distinfo Fri Apr 14 22:49:06 2006 +0000
@@ -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 -r e5d9970eb5f7 -r a48045a6aab8 sysutils/bacula/Makefile.common
--- a/sysutils/bacula/Makefile.common Fri Apr 14 22:37:38 2006 +0000
+++ b/sysutils/bacula/Makefile.common Fri Apr 14 22:49:06 2006 +0000
@@ -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 -r e5d9970eb5f7 -r a48045a6aab8 sysutils/bacula/PLIST.server
--- a/sysutils/bacula/PLIST.server Fri Apr 14 22:37:38 2006 +0000
+++ b/sysutils/bacula/PLIST.server Fri Apr 14 22:49:06 2006 +0000
@@ -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/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 -r e5d9970eb5f7 -r a48045a6aab8 sysutils/bacula/distinfo
--- a/sysutils/bacula/distinfo Fri Apr 14 22:37:38 2006 +0000
+++ b/sysutils/bacula/distinfo Fri Apr 14 22:49:06 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index