From 013300b6c0f2d677c7146b44d3955f5a6c1e3b92 Mon Sep 17 00:00:00 2001 From: dhill Date: Mon, 4 Jul 2011 16:41:45 +0000 Subject: [PATCH] update to cyphertite 0.2.0 - added automated remote metadata mode - added remote differential backup capability - added restart support for metadata upload and download. - enabled keeplives on connected sockets - enabled throughput TOS on IPv4 connected sockets - startup wizard enhancements - version printing of dependencies - permissions now set with umask 077 - manpage updates - minor bug fixes --- sysutils/cyphertite/Makefile | 19 +++++++++---------- sysutils/cyphertite/distinfo | 10 +++++----- sysutils/cyphertite/pkg/PLIST | 12 +++++++----- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/sysutils/cyphertite/Makefile b/sysutils/cyphertite/Makefile index 6b3ef5391c1..5bf2b144854 100644 --- a/sysutils/cyphertite/Makefile +++ b/sysutils/cyphertite/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2011/06/23 22:50:29 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2011/07/04 16:41:45 dhill Exp $ COMMENT = tar-like secure remote deduplicating archiver -DISTNAME = cyphertite-0.1.3 +DISTNAME = cyphertite-0.2.0 CATEGORIES = sysutils archivers security HOMEPAGE = https://www.cyphertite.com/ @@ -14,18 +14,17 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -WANTLIB = assl>=3 c clog crypto event expat exude \ +WANTLIB = assl>=3 c clog crypto event expat exude>=1 \ shrink sqlite3 ssl util xmlsd MASTER_SITES = http://opensource.conformal.com/snapshots/cyphertite/ -EXTRACT_SUFX = .tgz -LIB_DEPENDS = archivers/libshrink \ - databases/sqlite3 \ - devel/libclog \ - devel/libexude \ - security/assl>=0.9.6 \ - textproc/libxmlsd +LIB_DEPENDS = archivers/libshrink>=0.2.1 \ + databases/sqlite3 \ + devel/libclog>=0.3.4 \ + devel/libexude>=0.3.0 \ + security/assl>=0.9.6 \ + textproc/libxmlsd>=0.3.1 FAKE_FLAGS= MANDIR=${PREFIX}/man/man diff --git a/sysutils/cyphertite/distinfo b/sysutils/cyphertite/distinfo index a16777a2714..9d900a2f579 100644 --- a/sysutils/cyphertite/distinfo +++ b/sysutils/cyphertite/distinfo @@ -1,5 +1,5 @@ -MD5 (cyphertite-0.1.3.tgz) = 0lucK1BV2MCvn6/P5k+tIg== -RMD160 (cyphertite-0.1.3.tgz) = SrsMahXiF4Q6sW710IRgSUWDTXE= -SHA1 (cyphertite-0.1.3.tgz) = dy4c09PlG958+SWTmRgh/4zlH4Y= -SHA256 (cyphertite-0.1.3.tgz) = /AAEzi+Ao1RrQ1RsVhcudK5DOcIAPHluZR8t+H89N+0= -SIZE (cyphertite-0.1.3.tgz) = 63264 +MD5 (cyphertite-0.2.0.tar.gz) = cxA5o6vcJBCkO2mMnSv3GQ== +RMD160 (cyphertite-0.2.0.tar.gz) = OozKs/+C4OtJhhNV1jro6cljy8Q= +SHA1 (cyphertite-0.2.0.tar.gz) = 3wPwO6c6S2mdYl+UY0hrdwuXtCs= +SHA256 (cyphertite-0.2.0.tar.gz) = J+3x/pzVF8FF5De6ZSjUQU+MDSYRcZMkKR0FUGVoG7c= +SIZE (cyphertite-0.2.0.tar.gz) = 70680 diff --git a/sysutils/cyphertite/pkg/PLIST b/sysutils/cyphertite/pkg/PLIST index 21ab65246cc..94d4d723c37 100644 --- a/sysutils/cyphertite/pkg/PLIST +++ b/sysutils/cyphertite/pkg/PLIST @@ -1,13 +1,15 @@ -@comment $OpenBSD: PLIST,v 1.2 2011/06/23 22:50:29 naddy Exp $ +@comment $OpenBSD: PLIST,v 1.3 2011/07/04 16:41:45 dhill Exp $ @bin bin/ct @bin bin/cyphertite -include/ct_socket.h -include/ctutil.h +include/cyphertite/ +include/cyphertite/ct_socket.h +include/cyphertite/ct_xml.h +include/cyphertite/ctutil.h lib/libctutil.a lib/libctutil_p.a +@man man/man1/ct.1 +@man man/man1/cyphertite.1 @man man/man5/cyphertite.conf.5 -@man man/man8/ct.8 -@man man/man8/cyphertite.8 share/examples/cyphertite/ @sample ${SYSCONFDIR}/cyphertite/ share/examples/cyphertite/cyphertite.conf.sample