summaryrefslogtreecommitdiff
path: root/sysutils/bacula/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-22 18:35:25 +0000
committerwiz <wiz@pkgsrc.org>2005-11-22 18:35:25 +0000
commitda84d1ecc02f042788fd260d4e436e2c477d9f6c (patch)
treeeefcac7e0d9303ce2f893400f902ae937434dbb2 /sysutils/bacula/Makefile.common
parentd7b021547cb893d88099b2044da8eed84caf9715 (diff)
downloadpkgsrc-da84d1ecc02f042788fd260d4e436e2c477d9f6c.tar.gz
Update to 1.38.1, provided by Geert Hendrickx in private mail.
- Corrected ACL for Solaris (David Duchscher and Attila Fulop). - Add bacula_mail_summary.sh to examples directory. It makes a single email summary of any number of jobs. Submitted by Adrew J. Millar. - Unmount command now unloads autochanger. - Fix hang in FD (Martin Simmons) - Fix Win98 stat() problem in FD (Thorsten Engel) - Fix update slots which did not clear missing tapes. - Fix autostart install for FreeBSD (user reported) - Fix several problems with PostgreSQL scripts (Eric Bollinger) - Critical: allow restore of the first file of non-portable Win32 backup. - Important: with muliple concurrent jobs the autochanger could get confused because of a missing mutex. - Fix accessing last slot in label and update slots. - Modify configure.in to add execute option to sqlite3 catalog scripts. - Create update_xxx_table_8_to_9 scripts for updatedb - Move the -lcrypt for PostgreSQL after the PostgreSQL libs in autoconf/bacula-macros/db.m4 as suggested by user. Fixes bug #457. - Remove @STATIC_CONS@ from tray-monitor Makefile as suggested by user. Fixes bug #456.
Diffstat (limited to 'sysutils/bacula/Makefile.common')
-rw-r--r--sysutils/bacula/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common
index db7ed25411d..724d8046b50 100644
--- a/sysutils/bacula/Makefile.common
+++ b/sysutils/bacula/Makefile.common
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.common,v 1.16 2005/11/18 07:21:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2005/11/22 18:35:25 wiz Exp $
-DISTNAME= bacula-1.38.0
+DISTNAME= bacula-1.38.1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/}