diff options
author | christos <christos@pkgsrc.org> | 2012-10-06 17:54:53 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2012-10-06 17:54:53 +0000 |
commit | 6e4e6f8ac4e45a2821e4372e3f956fcccaf33d8b (patch) | |
tree | 7213ebfd39cba4d782ec3133c80a7b14d03b2fd2 /sysutils/bacula/Makefile.common | |
parent | c21f378b05549caac0f93ca7fd57a89885bcc88a (diff) | |
download | pkgsrc-6e4e6f8ac4e45a2821e4372e3f956fcccaf33d8b.tar.gz |
Upgrade to 5.2.12. This is a bug fix release.
- A new bpluginfo utility tool
- Make dump_resource respect console ACL's (security fix)
- Add chio-changer-openbsd submitted in bug #1903
- Important Copy job bug fixed.
Major changes since 5.2.9:
- IPv6 networking should work correctly now
- SQL Counter problems resolved
- Bat hanging after running a number of jobs
- dbcheck rw_writelock problem
- Windows VSS restore bug
New Feature:
- Add rudimentary support for backing up AFS
More complete changelog at: http://www.bacula.org/en/?page=news
Diffstat (limited to 'sysutils/bacula/Makefile.common')
-rw-r--r-- | sysutils/bacula/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula/Makefile.common b/sysutils/bacula/Makefile.common index 47aa14e5515..9e891b85c81 100644 --- a/sysutils/bacula/Makefile.common +++ b/sysutils/bacula/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.58 2012/04/07 19:35:48 dholland Exp $ +# $NetBSD: Makefile.common,v 1.59 2012/10/06 17:54:53 christos Exp $ # # used by sysutils/bacula-clientonly/Makefile # used by sysutils/bacula-tray-monitor/Makefile # used by sysutils/bacula-wx-console/Makefile -DISTNAME= bacula-5.0.3 +DISTNAME= bacula-5.2.12 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bacula/} |