Update to cyphertite-1.3.0.
from David Hill (maintainer)
This commit is contained in:
parent
f9a1d41896
commit
b3a91a8dea
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2012/07/04 15:47:45 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2012/08/07 07:35:03 ajacoutot Exp $
|
||||
|
||||
COMMENT = tar-like secure remote deduplicating archiver
|
||||
|
||||
DISTNAME = cyphertite-1.2.2
|
||||
REVISION = 0
|
||||
DISTNAME = cyphertite-1.3.0
|
||||
CATEGORIES = sysutils archivers security
|
||||
|
||||
HOMEPAGE = https://www.cyphertite.com/
|
||||
@ -15,7 +14,7 @@ PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM =Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = assl>=4 c clog crypto curl edit event_core expat \
|
||||
WANTLIB = assl>=5 c clog crypto curl edit event_core expat \
|
||||
exude>=2 ncurses pthread shrink>=2 sqlite3 ssl util \
|
||||
xmlsd>=2
|
||||
|
||||
@ -26,9 +25,7 @@ LIB_DEPENDS = archivers/libshrink>=0.5.0 \
|
||||
devel/libevent2 \
|
||||
devel/libexude>=0.7.0 \
|
||||
net/curl \
|
||||
security/assl>=1.0.0 \
|
||||
security/assl>=1.1.0 \
|
||||
textproc/libxmlsd>=0.8.0
|
||||
|
||||
NO_REGRESS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (cyphertite-1.2.2.tar.gz) = 26gadPAWluxA+RAlXNT8Ww==
|
||||
RMD160 (cyphertite-1.2.2.tar.gz) = hHmyVNcFhNlHozgsqLpCkqrOSQY=
|
||||
SHA1 (cyphertite-1.2.2.tar.gz) = 9b5xpUxRQLByxeXgO2xQE3+rOjA=
|
||||
SHA256 (cyphertite-1.2.2.tar.gz) = pQijsDr2HKRMMDl0RtZVFy6wg5bsoTxfxuk2ppVNBzk=
|
||||
SIZE (cyphertite-1.2.2.tar.gz) = 148520
|
||||
SHA256 (cyphertite-1.3.0.tar.gz) = XyP78QjLcEWhUqnFk7hwnCZCe7sdw6wk6pSa9LBLtxc=
|
||||
SIZE (cyphertite-1.3.0.tar.gz) = 176839
|
||||
|
@ -1,17 +0,0 @@
|
||||
$OpenBSD: patch-cyphertite_ct_crypto_c,v 1.1 2012/07/04 15:47:45 sthen Exp $
|
||||
|
||||
Now hidden behind __XPG_VISIBLE
|
||||
|
||||
--- cyphertite/ct_crypto.c.orig Wed Jul 4 16:44:54 2012
|
||||
+++ cyphertite/ct_crypto.c Wed Jul 4 16:44:59 2012
|
||||
@@ -38,10 +38,8 @@
|
||||
#include "ct.h"
|
||||
|
||||
|
||||
-#ifdef __linux__
|
||||
#ifndef PASS_MAX
|
||||
#define PASS_MAX (1024)
|
||||
-#endif
|
||||
#endif
|
||||
|
||||
const EVP_CIPHER *EVP_aes_xts(void);
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/02/28 02:26:41 dhill Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/08/07 07:35:03 ajacoutot Exp $
|
||||
@bin bin/ct
|
||||
@bin bin/ctctl
|
||||
@bin bin/ctfb
|
||||
@ -6,15 +6,114 @@
|
||||
@bin bin/cyphertitectl
|
||||
@bin bin/cyphertitefb
|
||||
include/cyphertite/
|
||||
include/cyphertite/ct_crypto.h
|
||||
include/cyphertite/ct_ctfile.h
|
||||
include/cyphertite/ct_db.h
|
||||
include/cyphertite/ct_ext.h
|
||||
include/cyphertite/ct_match.h
|
||||
include/cyphertite/ct_proto.h
|
||||
include/cyphertite/ct_socket.h
|
||||
include/cyphertite/ct_types.h
|
||||
include/cyphertite/ct_xml.h
|
||||
include/cyphertite/ctutil.h
|
||||
include/cyphertite/cyphertite.h
|
||||
lib/libctutil.a
|
||||
lib/libctutil_p.a
|
||||
lib/libcyphertite.a
|
||||
lib/libcyphertite_p.a
|
||||
@man man/man1/ct.1
|
||||
@man man/man1/ctctl.1
|
||||
@man man/man1/ctfb.1
|
||||
@man man/man1/cyphertite.1
|
||||
@man man/man1/cyphertitectl.1
|
||||
@man man/man1/cyphertitefb.1
|
||||
@man man/man3/ct.3
|
||||
@man man/man3/ct_absolute_path.3
|
||||
@man man/man3/ct_add_operation.3
|
||||
@man man/man3/ct_add_operation_after.3
|
||||
@man man/man3/ct_assl_negotiate_poll.3
|
||||
@man man/man3/ct_basename.3
|
||||
@man man/man3/ct_basis_setup.3
|
||||
@man man/man3/ct_body_alloc_xml.3
|
||||
@man man/man3/ct_cleanup.3
|
||||
@man man/man3/ct_cleanup_eventloop.3
|
||||
@man man/man3/ct_create_secrets.3
|
||||
@man man/man3/ct_cull_kick.3
|
||||
@man man/man3/ct_default_config.3
|
||||
@man man/man3/ct_dirname.3
|
||||
@man man/man3/ct_do_operation.3
|
||||
@man man/man3/ct_do_remotearchive.3
|
||||
@man man/man3/ct_do_remoteextract.3
|
||||
@man man/man3/ct_do_remotelist.3
|
||||
@man man/man3/ct_download_decode_and_save_certs.3
|
||||
@man man/man3/ct_event_cleanup.3
|
||||
@man man/man3/ct_event_dispatch.3
|
||||
@man man/man3/ct_event_init.3
|
||||
@man man/man3/ct_event_loopbreak.3
|
||||
@man man/man3/ct_extract_open_next.3
|
||||
@man man/man3/ct_extract_setup.3
|
||||
@man man/man3/ct_file_extract_close.3
|
||||
@man man/man3/ct_file_extract_open.3
|
||||
@man man/man3/ct_file_extract_special.3
|
||||
@man man/man3/ct_file_extract_write.3
|
||||
@man man/man3/ct_file_on_server.3
|
||||
@man man/man3/ct_get_answer.3
|
||||
@man man/man3/ct_getloginbyuid.3
|
||||
@man man/man3/ct_have_remote_secrets_file.3
|
||||
@man man/man3/ct_init.3
|
||||
@man man/man3/ct_init_eventloop.3
|
||||
@man man/man3/ct_load_config.3
|
||||
@man man/man3/ct_match.3
|
||||
@man man/man3/ct_match_compile.3
|
||||
@man man/man3/ct_match_fromfile.3
|
||||
@man man/man3/ct_match_unwind.3
|
||||
@man man/man3/ct_matchlist_free.3
|
||||
@man man/man3/ct_matchlist_fromfile.3
|
||||
@man man/man3/ct_normalize_filelist.3
|
||||
@man man/man3/ct_normalize_path.3
|
||||
@man man/man3/ct_normalize_username.3
|
||||
@man man/man3/ct_prompt_for_login_password.3
|
||||
@man man/man3/ct_prompt_password.3
|
||||
@man man/man3/ct_queue_transfer.3
|
||||
@man man/man3/ct_set_file_state.3
|
||||
@man man/man3/ct_set_reconnect_timeout.3
|
||||
@man man/man3/ct_setup_state.3
|
||||
@man man/man3/ct_setup_wakeup_complete.3
|
||||
@man man/man3/ct_setup_wakeup_compress.3
|
||||
@man man/man3/ct_setup_wakeup_csha.3
|
||||
@man man/man3/ct_setup_wakeup_encrypt.3
|
||||
@man man/man3/ct_setup_wakeup_file.3
|
||||
@man man/man3/ct_setup_wakeup_sha.3
|
||||
@man man/man3/ct_setup_wakeup_write.3
|
||||
@man man/man3/ct_ssl_cleanup.3
|
||||
@man man/man3/ct_ssl_connect.3
|
||||
@man man/man3/ct_system_config.3
|
||||
@man man/man3/ct_trans_alloc.3
|
||||
@man man/man3/ct_trans_free.3
|
||||
@man man/man3/ct_trans_realloc_local.3
|
||||
@man man/man3/ct_unload_config.3
|
||||
@man man/man3/ct_unlock_secrets.3
|
||||
@man man/man3/ct_user_config.3
|
||||
@man man/man3/ct_user_config_old.3
|
||||
@man man/man3/ct_wakeup_complete.3
|
||||
@man man/man3/ct_wakeup_compress.3
|
||||
@man man/man3/ct_wakeup_csha.3
|
||||
@man man/man3/ct_wakeup_encrypt.3
|
||||
@man man/man3/ct_wakeup_file.3
|
||||
@man man/man3/ct_wakeup_sha.3
|
||||
@man man/man3/ct_wakeup_write.3
|
||||
@man man/man3/ct_write_config.3
|
||||
@man man/man3/ctdb_shutdown.3
|
||||
@man man/man3/ctfile_find_for_operation.3
|
||||
@man man/man3/ctfile_list_complete.3
|
||||
@man man/man3/ctfile_parse.3
|
||||
@man man/man3/ctfile_parse_close.3
|
||||
@man man/man3/ctfile_parse_finddir.3
|
||||
@man man/man3/ctfile_parse_insertdir.3
|
||||
@man man/man3/ctfile_parse_seek.3
|
||||
@man man/man3/ctfile_parse_tell.3
|
||||
@man man/man3/ctfile_trim_cache.3
|
||||
@man man/man3/ctfile_verify_name.3
|
||||
@man man/man3/ctfile_write_init.3
|
||||
@man man/man3/simplect.3
|
||||
@man man/man5/cyphertite.conf.5
|
||||
|
Loading…
Reference in New Issue
Block a user