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
This commit is contained in:
parent
1fbd98f91d
commit
013300b6c0
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user