Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Complete import of bareos - a fork of bacula 5.2 aroun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58e4ce3c2901
branches:  trunk
changeset: 436163:58e4ce3c2901
user:      kardel <kardel%pkgsrc.org@localhost>
date:      Tue Jul 28 06:42:44 2020 +0000

description:
Complete import of bareos - a fork of bacula 5.2 around 2010 providing
LTO hardware encrytion, bandwidth limitation, data replication across
sites and more.

diffstat:

 doc/CHANGES-2020                    |  4 +++-
 mk/defaults/options.description     |  1 +
 sysutils/Makefile                   |  4 +++-
 sysutils/bacula-clientonly/Makefile |  4 ++--
 sysutils/bacula/Makefile            |  4 ++--
 5 files changed, 11 insertions(+), 6 deletions(-)

diffs (72 lines):

diff -r 37a0c4c21573 -r 58e4ce3c2901 doc/CHANGES-2020
--- a/doc/CHANGES-2020  Tue Jul 28 06:37:25 2020 +0000
+++ b/doc/CHANGES-2020  Tue Jul 28 06:42:44 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2020,v 1.4162 2020/07/27 22:21:55 leot Exp $
+$NetBSD: CHANGES-2020,v 1.4163 2020/07/28 06:42:44 kardel Exp $
 
 Changes to the packages collection and infrastructure in 2020:
 
@@ -6604,3 +6604,5 @@
        Updated graphics/graphviz to 2.44.1 [adam 2020-07-27]
        Updated devel/subversion to 1.14.0 [adam 2020-07-27]
        Updated net/youtube-dl to 20200728 [leot 2020-07-27]
+       Added sysutils/bareos version 19.2.8 [kardel 2020-07-28]
+       Added sysutils/bareos-clientonly version 19.2.8 [kardel 2020-07-28]
diff -r 37a0c4c21573 -r 58e4ce3c2901 mk/defaults/options.description
--- a/mk/defaults/options.description   Tue Jul 28 06:37:25 2020 +0000
+++ b/mk/defaults/options.description   Tue Jul 28 06:42:44 2020 +0000
@@ -715,6 +715,7 @@
 scapy-crypto           Add in crypto support.
 scapy-pyx              Add in py-X support.
 scim                   Enable Smart Common Input Method support.
+scsi-crypto            support LTO4+ hardware cryto key management
 sdl                    Use SDL as the audio/display library.
 sdl2                   Use SDL2 as the audio/display library.
 seamonkey              Use seamonkey as gecko rendering engine.
diff -r 37a0c4c21573 -r 58e4ce3c2901 sysutils/Makefile
--- a/sysutils/Makefile Tue Jul 28 06:37:25 2020 +0000
+++ b/sysutils/Makefile Tue Jul 28 06:42:44 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.892 2020/07/23 12:38:44 nia Exp $
+# $NetBSD: Makefile,v 1.893 2020/07/28 06:42:44 kardel Exp $
 #
 
 COMMENT=       System utilities
@@ -49,6 +49,8 @@
 SUBDIR+=       baloo
 SUBDIR+=       baloo-widgets
 SUBDIR+=       baloo5
+SUBDIR+=       bareos
+SUBDIR+=       bareos-clientonly
 SUBDIR+=       bbsload
 SUBDIR+=       bchunk
 SUBDIR+=       bcmfw
diff -r 37a0c4c21573 -r 58e4ce3c2901 sysutils/bacula-clientonly/Makefile
--- a/sysutils/bacula-clientonly/Makefile       Tue Jul 28 06:37:25 2020 +0000
+++ b/sysutils/bacula-clientonly/Makefile       Tue Jul 28 06:42:44 2020 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2020/03/06 19:48:48 jnemeth Exp $
+# $NetBSD: Makefile,v 1.30 2020/07/28 06:42:44 kardel Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-clientonly-/}
 #PKGREVISION=          1
 COMMENT=               The Network Backup Solution (client only)
 
-CONFLICTS=             bacula-[0-9]* bacula-client-[0-9]*
+CONFLICTS=             bacula-[0-9]* bacula-client-[0-9]* bareos-[0-9]* bareos-clientonly-[0-9]*
 
 DISTINFO_FILE=         ${.CURDIR}/../../sysutils/bacula/distinfo
 PATCHDIR=              ${.CURDIR}/../../sysutils/bacula/patches
diff -r 37a0c4c21573 -r 58e4ce3c2901 sysutils/bacula/Makefile
--- a/sysutils/bacula/Makefile  Tue Jul 28 06:37:25 2020 +0000
+++ b/sysutils/bacula/Makefile  Tue Jul 28 06:42:44 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2020/06/02 08:24:43 adam Exp $
+# $NetBSD: Makefile,v 1.85 2020/07/28 06:42:44 kardel Exp $
 
-CONFLICTS+=            bacula-client-[0-9]* bacula-clientonly-[0-9]*
+CONFLICTS+=            bacula-client-[0-9]* bacula-clientonly-[0-9]* bareos-[0-9]* bareos-clientonly-[0-9]*
 
 #PKGREVISION= 3
 PKGREVISION= 2



Home | Main Index | Thread Index | Old Index