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 | 6fe818b76a2804c40ea275b41f39b714592cc82f (patch) | |
tree | 7213ebfd39cba4d782ec3133c80a7b14d03b2fd2 /sysutils/bacula-tray-monitor/Makefile | |
parent | 1932c1d69697125bafd9695ca07a13c351bac517 (diff) | |
download | pkgsrc-6fe818b76a2804c40ea275b41f39b714592cc82f.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-tray-monitor/Makefile')
-rw-r--r-- | sysutils/bacula-tray-monitor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-tray-monitor/Makefile b/sysutils/bacula-tray-monitor/Makefile index 05f193a9b0b..b90ce640b67 100644 --- a/sysutils/bacula-tray-monitor/Makefile +++ b/sysutils/bacula-tray-monitor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2012/10/02 17:11:56 tron Exp $ +# $NetBSD: Makefile,v 1.26 2012/10/06 17:54:54 christos Exp $ PKGNAME= ${DISTNAME:S/-/-tray-monitor-/} -PKGREVISION= 8 +#PKGREVISION= 8 COMMENT= System tray monitor for Bacula - The Network Backup Solution PKG_DESTDIR_SUPPORT= user-destdir |